
/*
==============================================
Responsive Style (max-width : 1480px)
==============================================
*/

@media only screen and (max-width: 1480px) {

}


/*
==============================================
Responsive Style (max-width : 1200px)
==============================================
*/

@media only screen and (max-width: 1200px) {
	/*Home*/
	.navNuevo .regionMenu i{
		padding: 0px 10px;
	}
	.navNuevo .regionMenu i img{
		max-width: 25px;
	}
	.navNuevo #menu-menu-top{
		padding: 0px 5px;
	}
	.navNuevo #menu-menu-top li{
		padding: 22px 3px;
	}

}

/*
==============================================
Responsive Style (max-width : 1024px)
==============================================
*/

@media only screen and (max-width : 1024px) {
	/*Home*/
	.hitoriaIcons ul li{
		border-right: 0px;
		padding: 30px 25px;
		width: 49%;
	}

}


/*
==============================================
Responsive Style (max-width : 992px)
==============================================
*/

@media only screen and (max-width : 991px) {
	/*Home*/
	.navNuevo .navbar-toggler{
		position: absolute;
	  top: 23px;
	  margin: 0px auto;
	  right: 0px;
	  left: 0px;
	  width: 56px;
	}
	.cardProducto .wrap .titleWrap{
		font-size: 45px;
	}
	.cardProducto .wrap .titleWrap span{
		font-size: 25px;
	}

}


/*
==============================================
Responsive Style (max-width : 860px)
==============================================
*/

@media only screen and (max-width : 860px) {
	/*Soluciones*/
	.slideCategories .cardProducto .wrap .titleWrap{
		font-size: 25px;
	}

	.slideCategories .swiper-slide-active .cardProducto .wrap .titleWrap{
		font-size: 30px;
	}

	.slideCategories .contentLink .btnLink{
		font-size: 14px;
	}
	.slideCategories .contentLink .btnLink i{
	  width: 25px;
	  height: 25px;
	  font-size: 11px;
	  line-height: 25px;
	}
	/* page tiendas */
	.main-ubicaciones {
		flex-direction: column;
		height: auto;
	}
	.ubicaciones {
		width: 100%;
		max-width: 100%;
	}
	.main-ubicaciones .cont-mapa {
		width: 100%;
		height: 80vh;
		margin-top: 0px;
	}
}


/*
==============================================
Responsive Style (max-width : 767px)
==============================================
*/
@media screen and (max-width : 768px) {
	/*Sobrevivientes*/
	.bgCifras .calidadCifras ul li{
		width: 49.5%;
	}



}

/*
==============================================
Responsive Style (max-width : 575px)
==============================================
*/

@media screen and (max-width : 575px) {
	/*Soluciones*/
	.flags .fText{
		width: 35%;
	}
	.flags .owl-carousel{
		width: 65%;
	}
	.titleStyle span{
		margin-right: auto;
	}



	.tab-content {
    padding-left: 3%;
}


}


/*
==============================================
Responsive Style (max-width : 480px)
==============================================
*/

@media only screen and (max-width : 480px) {
	/*Home*/
	.navNuevo .navbar-toggler{
		position: initial;
	  width: auto;
	}

	/*Sobrevivientes*/
	.bgCifras .calidadCifras ul li{
		width: 100%;
	}

}

/*
==============================================
Responsive Style (max-width : 380px)
==============================================
*/

@media only screen and (max-width : 380px) {


}
