@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Blue american
Autor: Omar De Luna
actualización: junio 2013 */

.dropdown {
      position: relative;
      display: inline-block;
    }
    .dropdown-btn {
      background: #fff;
      border: 1px solid #ccc;
      padding: 8px 12px;
      cursor: pointer;
      font-size: 16px;
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #fff;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
      margin-top: 2px;
    }
    .dropdown-content a {
      color: #333;
      padding: 8px 12px;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .dropdown-content a:hover {
      background-color: #f1f1f1;
	  color: #333 !important;
    }
    .dropdown:hover .dropdown-content {
      display: block;
    }
    .dropdown img {
      width: 28px;
      vertical-align: middle;
    }

	
img{border:0;}

* { margin: 0; padding: 0; font-family: 'Poppins', sans-serif;}

a, input, nav ul{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}


body{
	background:white;
	}


main {
	width: 100%;
	margin:0 auto;
	}


nav{
	width: 100%;
	padding: 0;
	position: fixed;
	background: white;
	z-index: 9999;
}


nav ul{
	list-style: none;
	float: left;
	margin: 0 auto;
	width: 60%;
	text-align: center;
}

nav ul li{
	display: inline-block;
}


nav ul li a{
	font-size: 15px;
	line-height: 73px;
	color: rgb(112,112,112);
	margin: 0 20px;
	display: block;
}

nav ul li a:hover{
	color: #27AAC5;
}

nav ul li a.active{
	color: #27AAC5;
}

ul.mobile{
	display: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.InfoProductos{
	background: white;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.InfoProductos.active{
	height: 250px;
}


.cat-1{
	float: left;
	width: calc(58% - 1px);
	border-right: 1px solid #999;
	height: 250px;
}

.cat-2{
	float: left;
	width: calc(28% - 1px);
	border-right: 1px solid #999;
	height: 250px;
}

.cat-3{
	float: left;
	width: 14%;
}

.cat-1 ul, .cat-2 ul, .cat-3 ul{
	width: 100%;
}

.cat-1 ul li, .cat-2 ul li, .cat-3 ul li{
	display: inline-table;
}

.cat-1 ul li{
	text-align: center;
	width: 24%;
}

.cat-1 ul li a, .cat-2 ul li a, .cat-3 ul li a{
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

.cat-1 ul li a:hover{
	color: #00acc2;
}

.cat-2 ul li a:hover{
	color: #008ac8;
}

.cat-3 ul li a:hover{
	color: #8180da;
}

.cat-1 ul li img, .cat-2 ul li img, .cat-3 ul li img{
	height: 130px;	
}

.cat-2 ul li{
	text-align: center;
	width: 49%;
}

.InfoProductos h1{
	display: block;
	font-size: 14px;
	color: white;
	text-align: center;
	line-height: 50px;
	font-weight: 400;
}

.cat-01{
	background: #00acc2;
}

.cat-02{
	background: #008ac8;
}

.cat-03{
	background: #8180da;
}


.InfoSomos{
	background: #27AAC5;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.InfoSomos ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	text-align: center;
	width: 80%;
	padding: 0 10%;
}

.InfoSomos ul li{
	margin: 0 5%;
	padding-top: 50px;
}

.InfoSomos ul li a, .InfoSomos ul li a:hover{
	color: white;
	line-height: 40px;
}

.InfoSomos ul li img{
	width: 70px;
}

.InfoSomos ul li a:hover img{
	transform: scale(1.1);
}

.InfoSomos.active{
	height: 200px;
}

.InfoSoporte{
	background: #27AAC5;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.InfoSoporte.active{
	height: 200px;
}

.InfoSoporte ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	text-align: center;
	width: 90%;
	padding: 0 5%;
}

.InfoSoporte ul li{
	margin: 0 2%;
	padding-top: 50px;
}

.InfoSoporte ul li a, .InfoSoporte ul li a:hover{
	color: white;
	line-height: 20px;
}

.InfoSoporte ul li img{
	width: 70px;
	margin-bottom: 10px;
}

.InfoSoporte ul li a:hover img{
	transform: scale(1.1);
}

.InfoProductos, .InfoSomos, .InfoSoporte{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	overflow: hidden;
	z-index: 9;
}


.logo{
	float: left;
	width: 17%;
	margin: 10px 0 5px 3%;
}

#menuiphone{
	display: none;
}

.extra{
	width: 17%;
	float: left;
	padding: 25px 3% 0 0;
	text-align: right;
}

.extra a{
	display: inline-block;
	margin-left: 10px;
}

.extra a:first-child img{
	margin-bottom: -4px;
}

.slide{
	padding-top: 50px;
}

.ribon{
	width: 100%;
	position: relative;
}

.ribon img{
	display: block;
}

.frase{
	position: absolute;
	top: 30%;
	left: 25%;
}

.frase h1{
	font-size: 4vw;
	line-height: 5vw;
	color: white;
}

.frase p{
	color: white;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}

.frase a{
	padding: 15px 25px;
	display: inline-block;
	color: white;
	border: 2px solid transparent;
	font-size: 18px;
	font-weight: 500;
}

.frase a:hover{
	background: transparent;
	
}

.azulB{
	background: #00acc2;
	border: 2px solid #00acc2;
}

.azulB:hover{
	border: 2px solid #00acc2;
}

.azul2B{
	background: #27AAC5;
	border: 2px solid #27AAC5;
}

.azul2B:hover{
	border: 2px solid #27AAC5;
}

.moradoB{
	background: #897BB6;
	border: 2px solid #897BB6;
}

.moradoB:hover{
	border: 2px solid #897BB6;
}


footer{
	width: 90%;
	padding: 45px 5%;
	background: #27AAC5;
	display: flex;
	justify-content: space-between;
}

.flex2{
	display: flex;
	justify-content: space-between;
	width: 75%;
}

footer ul{
	list-style: none;
}

footer ul li a{
	font-size: 14px;
	color: white;
}

footer ul li a:hover{
	text-decoration: underline;
}

footer h2, footer p, .disclaimer p{
	font-size: 14px;
	color: white;
}

.disclaimer{
	width: 90%;
	padding: 15px 5%;
	text-align: center;
	background: #27AAC5;
}

	
h1{
	font-size:35px;
	line-height:40px;
	color:#333;
	}

h2{
	font-size:35px;
	line-height:40px;
	color:#003E86;
	}

h3{
	font-size:23px;
	line-height:29px;
	color:#003E86;
	}

	
p {
	font-size:16px;
	line-height:22px;
	color:#333;
	}

	
a {
	font-size:16px;
	line-height:22px;
	color:#333;
	text-decoration:none;
	}
	
a:hover {
	color:white;
	}

.cleare {
	display: block;
	clear: both;
}

.blk{
	display: block;
	margin: 0 auto;
}



/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷quienes somos÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.Qsomos{
	width: 100%;
	padding-top: 70px;
	background: url("images/about-us-factory-ribbon.jpg") no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}

.wrap{
	background: white;
}


.content{
	width: 90%;
	padding: 100px 5%;
	margin: 0 auto;
	max-width: 1200px;
	background: white;
}

.seccion{
	width: 100%;
}

.hoyo{
	width: 100%;
	height: 650px;
	background: transparent;
}

.valores{
	background: linear-gradient(170deg, #0d6091 0%, #37c9b4 100%);
}

.valores-1{
	display: flex;
	justify-content: center;
	align-content: center;
}

.valores-1 h2, .valores-1 p{
	color: white;
}

.texto-v{
	width: 50%;
	margin-top: 15%;
}

.valores-2{
	text-align: center;
	background: #edf8fa;
	padding: 20px 0;
}

.valores-2 img{
	margin: 0 auto;
}

.col50{
	float: left;
	width: 50%;
}

.col25{
	float: left;
	width: 25%;
}

.calidad-1{
	background: #edeaf3 url("images/bx-calidad.jpg") no-repeat top center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-content: center;
}

.calidad-1 h2, .calidad-1 p{
	color: white;
}

.calidad-2{
	background: #edeaf3;
	text-align: center;
}

.calidad-2 p{
	text-align: left;
	width: 80%;
	padding: 10px 10%;
}

.calidad-1, .calidad-2{
	height: 530px;
	padding: 40px 0;
}

.lyfecicle{
	background: #DEFFDE;
}

.lyfecicle .content{
	background: none;
}

.lyfecicle h3, .lyfecicle p{
	color: rgb(11, 113, 137);
	padding: 0 5% 0 0;
}

.lyfecicle a{
	background:rgb(11, 113, 137);
	border:solid 2px rgb(11, 113, 137);
	padding: 15px 25px;
	color: white;
}

.lyfecicle a:hover{
	background: transparent;
	color: rgb(11, 113, 137);
}

.mapa{
	background: #10B6CD;
}

.mapa .content{
	background: none;
	padding-bottom: 0;
}

.mapa h2{
	color: white;
}

.bajo-mapa{
	background: white;
	text-align: center;
}

.bajo-mapa h3, .bajo-mapa p{
	color:#0B7189;
}

.marcas{
	background: white;
}

.marcas h2{
	color: #10B6CD;
}

.marcas img{
	margin: 0;
	height: 35px;
	margin-left: 20px;
}

.marcas .col25{
	border-right: 1px solid #0B7189;
	height: 350px;
	width: calc(25% - 1px);
}

.marcas p{
	padding: 0 20px;
}

.marcas .col25:last-child{
	border: 0;
}

.vide{
	width: 60%;
	background: white;
	padding: 100px 20%;
}

.vide .content{
	position: relative;
    height: 0;
	padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷porque÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.Porque{
	width: 100%;
	margin-top: 0px;
	padding-top: 70px;
}

.topP{
	width: 100%;
	height: 20vw;
	background: url("images/porque.jpg") no-repeat top center;
	background-size: cover;
}

.topP h1, .topP p{
	color: white;
}

.topP div{
	width: 90%;
	padding: 20px 5%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 10vw;
}

.P-tecnologia{
	width: 100%;
	background: url("images/tec_after.png") no-repeat top center, linear-gradient(#01709F, #10B6CD, #10B6CD 90%);
	background-size: 100%;
	padding-bottom: 100px;
}

.P-tecnologia .content{
	background: none;
}

.P-tecnologia h2, .P-tecnologia p{
	color: white;
}


.sostenibilidad{
	width: 100%;
	margin-top: -50px;
}
	
.frase50{
	background: #10B6CD;
	padding: 5%;
	float: left;
	width: 45%;
	margin-left: -5%;
	margin-top: 6%;
}

.fraseD{
	margin-left: 0;
	margin-right: -5%;
	position: relative;
	z-index: 2;
}

.frase50 h2, .frase50 p{
	color: white;
}

.mercha, .conectividad{
	width: 100%;
}



/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷sustentabilidad÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.Susten{
	width: 100%;
	padding-top: 70px;
}


.sustentabilidad {
	background: url("images/sustentabilidad.jpg") no-repeat top center;
	background-size: cover;
}

.verde{
	color: #00AB4E;
}

.medioambiente{
	display: flex;
	background: #AECA36;
	align-content: center;
	align-items: center;
}

.medioambiente .content{
	background: none;
}
.medio img{
	object-fit: cover;
	height: 35vw;
}

.medioambiente h3, .medioambiente p{
	color: white;
}

.datos-medio{
	width: 100%;
	background: #438F46;
	padding: 10px 0 1px 0;
}

.dato{
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.dato div{
	display: flex;
	align-items: center;
}

.dato li{
	list-style: none;
	font-size: 150px;
	font-weight: 400;
	margin-right: 30px;
	color: #438F46;
}

.dato h3, .dato p{
	color:#438F46;
}

.dato-texto{
	width: 60%;
	padding: 0 5%;
}

.dato-foto{
	width: 30%;
}

.white{
	background: white;
}

.green1{
	background: #AECA36;
}

.green2{
	background: #438F46;
}

.green3{
	background: #8EC851;
}

.green2 h3, .green2 p, .green2 li{
	color:#AECA36;
}

.links-m{
	width: 100%;
	display: flex;
}

.links-m p{
	color: white;
}

.links-m div{
	width: 50%;
	background: #AECA36;
	text-align: center;
	padding: 100px 0;
}

.links-m a{
	background: #438F46;
	padding: 0 0 0 20px;
	display: inline-block;
	line-height: 40px;
	color: white;
}

.links-m a img{
	background: #2E6530;
	line-height: 40px;
	margin-left: 10px;
	height: 40px;
	margin-bottom: -15px;
	padding: 0 10px;
}


/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷productos÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.head-product{
	width: 100%;
	padding-top: 70px;
	position: relative;
}

.pro-head-desc{
	position: absolute;
	bottom: 10%;
	left: 0;
	background: rgba(255,255,255,0.8);
	padding: 30px;
}

.head-product h1, .head-product h3{
	color: white;
}

.azul1{
	background: rgba(0,172,194,0.8);
}

.azul2{
	background: rgba(0,138,200,0.8);
}

.morado{
	background: rgba(129,128,218,0.8);
}

.azul1C{
	color: rgba(0,172,194,1);
}

.azul2C{
	color: rgba(0,138,200,1);
}

.moradoC{
	color: rgba(129,128,218,1);
}

.productos{
	width: 80%;
	padding: 100px 10%;
}

.subcategoria{
	color: white;
	display: block;
	padding: 15px 0;
	width: 100%;
	text-align: center;
}

.conjunto-productos{
	width: 100%;
	display: flex;
	margin-bottom: 50px;
	justify-content: center;
	flex-wrap: wrap;
}

.producto{
	width: 21%;
	padding: 20px 2%;
	text-align: center;
	margin-bottom: 30px;
}

.producto img{
	height: 13vw;
}

.producto h3{
	color: #333;
	margin-bottom: 10px;
}

.producto a{
	display: block;
}

.description{
	padding: 20px 15px;
	text-align: left;
}


.conjunto-productos.cate1 a:hover .description{
	background: rgba(0,172,194,1);
}

.conjunto-productos.cate2 a:hover .description{
	background: rgba(0,138,200,1);
}

.conjunto-productos.cate3 a:hover .description{
	background: rgba(129,128,218,1);
}

.producto a:hover h3, .producto a:hover p{
	color: white;
}


/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷productos-detalle÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.productos-detalle{
	width: 80%;
	padding: 100px 10%;
	padding-top: 150px;
}

.navegacion h3, .navegacion a{
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #333;
}

.slide-producto{
	display: flex;
	justify-content: space-between;
	padding: 100px 15%;
	width: 70%;
	align-items: center;
}

.slide-producto > div{
	width: 44%;
	padding: 0 3%;
}

.highlights{
	display: flex;
	justify-content: space-between;
}

.highlights img{
	background: white;
}

.highlights > div{
	width: 31%;
	margin: 20px 1%;
}

.slide-producto > div:first-child{
	width: 64%;
	padding: 0;
}

.slide-producto > div:last-child{
	width: 34%;
	padding: 0 3%;
}

.high-text{
	background: auto;
	padding: 20px;
	width: calc(100% - 40px);
}

.high-text h3, .high-text p{
	color: white;
}

.icons{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.icons div{
	width: 10%;
	margin:10px 1%;
	text-align: center;
	color: #666;
	font-size: 13px;
	line-height: 19px;
}

.icons div img{
	width: 50%;
	margin: 0 auto;
}

.especs{
	display: flex;
	padding: 100px 10%;
	padding-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	position: relative;
}

.especs-foto{
	width: 50%;
	text-align: center;
	position: sticky;
	top: 100px;
	height: 100%;
}

.especs-foto img{
	width: 85%;
	margin: 0 auto;
}

.especs-text{
	padding-top: 50px;
}

.especs h3{
	border-bottom: 1px solid #999;
	line-height: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.datos{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}


/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷servicio soporte÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.Service{
	width: 100%;
	padding-top: 70px;
}

.servicioSoporte {
	background: url("images/servicos.jpg") no-repeat top center;
	background-size: cover;
}

.subServicio li{
	list-style: none;
	display: inline-block;
	text-align: center;
	width: 17%;
	margin: 0 1%;
}

.subServicio li a{
	color: #999;
}

.subServicio li a img{
	filter: invert(50%);
	width: 70px;
}

.Service .dato-texto{
	display: block;
}


.Service .dato-texto h2, .Service .dato-texto p, .Service .dato-texto a, .Service .dato-texto h3{
	color: white;
}

.Service .dato{
	margin-bottom: 0;
}

.Service .dato-texto span{
	background: #00abc1;
	padding: 15px 35px;
	font-size: 20px;
	color: white;
}

.azulOscuro{
	background: #003E86;
}

.moradoFondo{
	background: #542f84;
}

.moradoFondo2{
	background: #432d70;
}

.dato-texto.conPadd{
	padding:  100px 5%;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	align-items:flex-end;
}


.dato-texto.conPadd > div{
	display: block;
	margin-right: 50px;
}

select{
	background: #8032E3;
	border: 2px solid #8032E3;
	color: #ccc;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 0;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-bottom: 10px;
}

select:focus, select:hover{
	background: transparent;
	color: #ccc;
}


.dato-texto.distribuidores{
	display: flex;
}

.dato-texto.distribuidores > div{
	display: block;
	width: 50%;
}

.slideRep{
	width: 80%;
}

.slideRep div{
	display: block;
	width: 60%;
	margin: 0;
	padding: 0;
}

#dist_datos_2{
	padding-left: 50px;
}

.slideRep .owl-buttons .owl-prev{
	position: absolute;
	top:40%;
	left: -40%;
	z-index: 9;
}

.slideRep .owl-buttons .owl-next{
	position: absolute;
	top:40%;
	right: -20px;
	z-index: 9;
}

.especial p{
	width: 90%;
}




/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷lifecycle÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.lifecycle{
	width: 100%;
	padding-top: 60px;
}


.life-top{
	background: url("images/Banner-Lifecycle.webp") no-repeat bottom right;
	background-size: cover;
	padding: 70px 10%;
	text-align: center;
	height: 35vw;
}

.life-top .col50{
	text-align: left;
	margin-top: 100px;
}

.life-top h2{
	color: #1facc3;
}

.life-servicio{
	background: #00abc1;
	padding: 100px 10%;
	display: flex;
	align-items: center;
}

.life-servicio h2, .life-servicio p{
	color: white;
}

.life-servicio .col50{
	float: none;
}

.life-funciona{
	background: white;
	padding: 100px 10%;
	text-align: center;
}

.funciona{
	display: flex;
	justify-content: space-between;
}

.funciona div{
	width: 25%;
}

.life-funciona h1{
	color: #00abc1;
}

.diferenciales{
	position: relative;
	z-index: 1;
}

.diferenciales h2, .diferenciales p{
	color: white;
	width: 50%;
}


.diferenciales div{
	position: absolute;
	z-index: 2;
	top: 100px;
	left: 10%;
}



@media only screen and (min-width:0px) and (max-width:450px){

nav{
	position: fixed;
	top: 0;
	z-index: 100;
}	
	
nav ul{
	float: left;
	width: 78%;
	display: none;
}

nav ul li{
	display: inline-block;
}


nav ul li a{
	font-size: 14px;
	line-height: 53px;
	margin: 0 15px;
}
	
	
ul.mobile{
	display: block;
	width: 270px;
	background: #008ac8;
	float: none;
	position: fixed;
	left: -320px;
	top: 60px;
	z-index: 100;
	padding: 10px 0 0 0;
	height: calc(100% - 60px);
	
}
	
ul.mobile.active{
	left: 0;
	box-shadow: 5px 0px 5px rgba(0,0,0,0.3);
}
	
ul.mobile li{
	display: block;
	border-bottom: 1px solid white;
	line-height: 40px;
	padding-left: 30px;
}

	
ul.mobile li a{
	color: white;
}
	
.sub{
	margin-left: 10px;
	opacity: 0.7;
}

.InfoProductos{
	background: white;
	width: 100%;
}

.InfoProductos.active{
	height: 200px;
}

.cat-1{
	width: calc(58% - 1px);
	border-right: 1px solid #999;
	height: 200px;
}

.cat-2{
	width: calc(28% - 1px);
	border-right: 1px solid #999;
	height: 200px;
}

.cat-3{
	width: 14%;
}

.cat-1 ul, .cat-2 ul, .cat-3 ul{
	width: 100%;
}


.cat-1 ul li{
	width: 24%;
}

.cat-1 ul li a, .cat-2 ul li a, .cat-3 ul li a{
	font-size: 14px;
	line-height: 20px;
}


.cat-1 ul li img, .cat-2 ul li img, .cat-3 ul li img{
	height: 70px;	
}

.cat-2 ul li{
	width: 48%;
}

.InfoProductos h1{
	font-size: 14px;
	line-height: 40px;
	font-weight: 400;
}


.InfoSomos{
	width: 100%;
	height: 0;
}

.InfoSomos ul{
	justify-content: space-between;
	width: 80%;
	padding: 0 10%;
}

.InfoSomos ul li{
	margin: 0 2%;
	padding-top: 50px;
}

.InfoSomos ul li a, .InfoSomos ul li a:hover{
	font-size: 13px;
	line-height: 20px;
}

.InfoSomos ul li img{
	filter: invert(100%);
	width: 40px;
	margin-bottom: 10px;
}

.InfoSomos.active{
	height: 180px;
}

.InfoSoporte{
	width: 100%;
	height: 0;
}

.InfoSoporte.active{
	height: 180px;
}

.InfoSoporte ul{
	justify-content: space-between;
	width: 94%;
	padding: 0 3%;
}

.InfoSoporte ul li{
	margin: 0 0%;
	padding-top: 40px;
}

.InfoSoporte ul li a, .InfoSoporte ul li a:hover{
	font-size: 13px;
	line-height: 20px;
}

.InfoSoporte ul li img{
	filter: invert(100%);
	width: 40px;
	margin-bottom: 10px;
}

.InfoProductos, .InfoSomos, .InfoSoporte{
	position: absolute;
}


.logo{
	width: 50%;
	margin: 10px 0% 5px 5%;
	text-align: left;
}

.logo img{
	width: 120px;
}
	
#menuiphone{
	display: inline-table;
	margin-top: -7px;
	margin-right: 8px;
}
	
#menuiphone img{
	width: 20px;
}

.extra{
	width: 40%;
	padding: 15px 0% 0 0;
}

.extra a{
	margin-left: 10px;
}

.extra a:first-child img{
	margin-bottom: -4px;
}
	
.slide{
	padding-top: 60px;
}


.ribon{
	width: 100%;
}
	
	.ribon img{
		object-fit: cover;
		height: 400px;
	}

.frase{
	top: 30%;
	left: 10%;
}

.frase h1{
	font-size: 35px;
	line-height: 35px;
}

.frase p{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}

.frase a{
	padding: 10px 20px;
	border: 2px solid transparent;
	font-size: 14px;
	font-weight: 500;
}


footer{
	width: 90%;
	padding: 45px 5%;
	display: block;
}
	
footer div{
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}	

.flex2{
	width: 100%;
	margin-top: 20px;
	flex-direction: column;
}

footer ul li a{
	font-size: 13px;
}

footer h2, footer p, .disclaimer p{
	font-size: 13px;
}

.disclaimer{
	width: 90%;
	padding: 15px 5%;
}

	
h1{
	font-size:25px;
	line-height:30px;
	}

h2{
	font-size:25px;
	line-height:30px;
	}

h3{
	font-size:16px;
	line-height:22px;
	}

	
p {
	font-size:13px;
	line-height:19px;
	}

	
a {
	font-size:13px;
	line-height:19px;
	}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷quienes somos÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.Qsomos{
	width: 100%;
	padding-top: 50px;
}


.content{
	width: 90%;
	padding: 60px 5%;
	max-width: 1200px;
}

.hoyo{
	width: 100%;
	height: 350px;
}

.texto-v{
	width: 80%;
	margin-top: 0%;
}

.valores-2, .valores-1{
	padding: 40px 0;
}
	
.valores .col50{
	width: 100%;
}
	
.col50{
	width: 100%;
}

.col25{
	width: 100%;
}


.calidad-2 p{
	width: 90%;
	padding: 10px 5%;
}

.calidad-1, .calidad-2{
	width: 100%;
	height: auto;
	padding: 40px 0;
}


.lyfecicle h3, .lyfecicle p{
	padding: 0 5% 0 0;
}

.lyfecicle a{
	padding: 15px 25px;
}

.marcas img{
	margin: 0;
	height: 30px;
	margin-left: 0px;
}

.marcas .col25{
	border-right: 0;
	height: auto;
	margin-bottom: 20px;
	width: 100%;
}

.marcas p{
	padding: 0 0px;
}

.vide{
	width: 80%;
	padding: 60px 10%;
}
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷porque÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.Porque{
	width: 100%;
	padding-top: 50px;
}

.topP{
	width: 100%;
	height: 60vw;
}
	
.Porque .col50 img{
	object-fit: cover;
	height: 400px;
}
	
	
.Porque .col50, .sostenibilidad, .mercha, .conectividad{
	background: #10B6CD;
}


.topP div{
	width: 90%;
	padding: 20px 5%;
	max-width: 1200px;
	padding-top: 14vw;
}

.P-tecnologia{
	width: 100%;
	background-size: 100%;
	padding-bottom: 0px;
}


.sostenibilidad{
	width: 100%;
	margin-top: 0px;
}
	
.frase50{
	padding: 4% 5%;
	width: 90%;
	margin-left: 0%;
	margin-top: 0%;
}

.fraseD{
	margin-left: 0;
	margin-right: 0%;
}
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷sustentabilidad÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.Susten{
	width: 100%;
	padding-top: 50px;
}

.medioambiente{
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
}
	
.medioambiente .col50{
	width: 100%;
}


.medio img{
	object-fit: cover;
	height: 350px;
}


.datos-medio{
	width: 100%;
	padding: 10px 0 1px 0;
}

.dato{
	width: 100%;
	display: flex;
	margin-bottom: 10px;
	flex-direction: column;
}

.dato div{
	display: flex;
	align-items: center;
}

.dato li{
	font-size: 100px;
	font-weight: 400;
	margin-right: 20px;
}

.dato-texto{
	width: 90%;
	padding: 5% 5%;
}

.dato-foto{
	width: 100%;
}

	.dato-foto img{
		object-fit: cover;
		height: 300px;
	}

.links-m{
	width: 100%;
	flex-direction: column;
}


.links-m div{
	width: 100%;
	padding: 50px 0;
}

.links-m a{
	padding: 0 0 0 20px;
	line-height: 40px;
}

.links-m a img{
	line-height: 40px;
	margin-left: 10px;
	height: 40px;
	margin-bottom: -15px;
	padding: 0 10px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷productos÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.head-product{
	width: 100%;
	padding-top: 50px;
}

.pro-head-desc{
	bottom: 10%;
	padding: 30px;
}


.productos{
	width: 90%;
	padding: 60px 5%;
}

.subcategoria{
	color: white;
	padding: 10px 0;
	width: 100%;
}

.conjunto-productos{
	width: 100%;
	display: flex;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

.producto{
	width: 96%;
	padding: 20px 2%;
}

.producto img{
	height: 50vw;
}

.producto h3{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}

.description{
	padding: 20px 15px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷productos-detalle÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.productos-detalle{
	width: 90%;
	padding: 60px 5%;
	padding-top: 150px;
}

.navegacion h3, .navegacion a{
	font-size: 14px;
	line-height: 22px;
}

.slide-producto{
	padding: 60px 5%;
	width: 90%;
	flex-direction: column;
	margin-bottom: 20px;
}

.slide-producto > div{
	width: 100%;
	padding: 0 0%;
	height: auto;
}
	
.slide-producto > div:first-child{
	width: 90%;
	padding: 0 5%;
}
	
.slide-producto > div:last-child{
	width: 94%;
	padding: 0 3%;
}

.highlights{
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	padding: 0;
}

.highlights > div{
	width: 95%;
	margin: 20px 1%;
}

.high-text{
	padding: 20px 5%;
	width: 90%;
}

.icons{
	
}

.icons div{
	width: 48%;
	margin:10px 1%;
	font-size: 12px;
	line-height: 18px;
}

.icons div img{
	width: 40%;
}

.especs{
	width: 90%;
	padding: 60px 5%;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
	flex-direction: column;
}

.especs-foto{
	width: 100%;
	margin: 0 0%;
	top: 0px;
	height: auto;
	position: relative;
}

.especs-foto img{
	width: 90%;
}

.especs-text{
	width: 100%;
	padding-top: 20px;
}

.especs h3{
	line-height: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.datos{
	margin-bottom: 20px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷servicio soporte÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.subServicio li{
	list-style: none;
	display: inline-block;
	text-align: center;
	width: 30%;
	margin: 10px 1%;
}	
	
.subServicio li a img{
	width: 50px;
}
	
.dato-texto.distribuidores{
	display: flex;
	flex-direction: column;
	width: 90%;
	flex-wrap: wrap;
}
	
.dato-texto.distribuidores div{
	width: 90%;
	display: block;
}

select{
	background: #8032E3;
	border: 2px solid #8032E3;
	color: white;
	line-height: 50px;
	padding: 0 10px;
	font-size: 14px;
	margin-bottom: 10px;
}
	
.dato-texto.conPadd a{
	display: inline-block;
	margin-top: 50px;
}
	
.slideRep .owl-buttons .owl-prev{
	position: absolute;
	top:30%;
	left: -57%;
	z-index: 9;
}

.slideRep .owl-buttons .owl-next{
	position: absolute;
	top:30%;
	right: -100px;
	z-index: 9;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷lifecycle÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/

	
.life{
	width: 250px;
}	

.lifecycle{
	padding-top: 60px;
}


.life-top{
	padding: 40px 5%;
	height: auto;
	background-position: -320px bottom;
	background-image: none;
	background: rgb(198,251,221);
background: linear-gradient(90deg, rgba(198,251,221,1) 0%, rgba(145,211,88,1) 100%);
}

.life-top .col50{
	margin-top: 20px;
}


.life-servicio{
	padding: 80px 5%;
	display: flex;
	align-items: center;
	flex-direction: column;
}


.life-funciona{
	padding: 80px 5%;
}

.funciona{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.funciona div{
	width: 80%;
	padding: 10px 10%;
}


.diferenciales div{
	top: 0px;
	left: 0%;
	position: relative;
	width: 90%;
	padding: 20px 5%;
	background: #00abc1;
}	
	
	
.diferenciales h2, .diferenciales p{
	width: 70%;
}


	
}


@media only screen and (min-width:451px) and (max-width:767px){


nav{
	position: fixed;
	top: 0;
	z-index: 100;
}	
	
nav ul{
	float: left;
	width: 78%;
	display: none;
}

nav ul li{
	display: inline-block;
}


nav ul li a{
	font-size: 14px;
	line-height: 53px;
	margin: 0 15px;
}
	
	
ul.mobile{
	display: block;
	width: 270px;
	background: #008ac8;
	float: none;
	position: fixed;
	left: -320px;
	top: 60px;
	z-index: 100;
	padding: 10px 0 0 0;
	height: calc(100% - 60px);
	
}
	
ul.mobile.active{
	left: 0;
	box-shadow: 5px 0px 5px rgba(0,0,0,0.3);
}
	
ul.mobile li{
	display: block;
	border-bottom: 1px solid white;
	line-height: 40px;
	padding-left: 30px;
}

	
ul.mobile li a{
	color: white;
}
	
.sub{
	margin-left: 10px;
	opacity: 0.7;
}

.InfoProductos{
	background: white;
	width: 100%;
}

.InfoProductos.active{
	height: 200px;
}

.cat-1{
	width: calc(58% - 1px);
	border-right: 1px solid #999;
	height: 200px;
}

.cat-2{
	width: calc(28% - 1px);
	border-right: 1px solid #999;
	height: 200px;
}

.cat-3{
	width: 14%;
}

.cat-1 ul, .cat-2 ul, .cat-3 ul{
	width: 100%;
}


.cat-1 ul li{
	width: 24%;
}

.cat-1 ul li a, .cat-2 ul li a, .cat-3 ul li a{
	font-size: 14px;
	line-height: 20px;
}


.cat-1 ul li img, .cat-2 ul li img, .cat-3 ul li img{
	height: 70px;	
}

.cat-2 ul li{
	width: 48%;
}

.InfoProductos h1{
	font-size: 14px;
	line-height: 40px;
	font-weight: 400;
}


.InfoSomos{
	width: 100%;
	height: 0;
}

.InfoSomos ul{
	justify-content: space-between;
	width: 80%;
	padding: 0 10%;
}

.InfoSomos ul li{
	margin: 0 2%;
	padding-top: 50px;
}

.InfoSomos ul li a, .InfoSomos ul li a:hover{
	font-size: 13px;
	line-height: 20px;
}

.InfoSomos ul li img{
	filter: invert(100%);
	width: 40px;
	margin-bottom: 10px;
}

.InfoSomos.active{
	height: 180px;
}

.InfoSoporte{
	width: 100%;
	height: 0;
}

.InfoSoporte.active{
	height: 180px;
}

.InfoSoporte ul{
	justify-content: space-between;
	width: 94%;
	padding: 0 3%;
}

.InfoSoporte ul li{
	margin: 0 0%;
	padding-top: 40px;
}

.InfoSoporte ul li a, .InfoSoporte ul li a:hover{
	font-size: 13px;
	line-height: 20px;
}

.InfoSoporte ul li img{
	filter: invert(100%);
	width: 40px;
	margin-bottom: 10px;
}

.InfoProductos, .InfoSomos, .InfoSoporte{
	position: absolute;
}


.logo{
	width: 45%;
	margin: 10px 0% 5px 5%;
	text-align: left;
}

.logo img{
	width: 150px;
}
	
#menuiphone{
	display: inline-table;
	margin-top: -10px;
	margin-right: 10px;
}
	
#menuiphone img{
	width: 25px;
}

.extra{
	width: 45%;
	padding: 15px 5% 0 0;
}

.extra a{
	margin-left: 10px;
}

.extra a:first-child img{
	margin-bottom: -4px;
}
	
.slide{
	padding-top: 60px;
}


.ribon{
	width: 100%;
}
	
	.ribon img{
		object-fit: cover;
		height: 400px;
	}

.frase{
	top: 30%;
	left: 10%;
}

.frase h1{
	font-size: 35px;
	line-height: 35px;
}

.frase p{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}

.frase a{
	padding: 10px 20px;
	border: 2px solid transparent;
	font-size: 14px;
	font-weight: 500;
}


footer{
	width: 90%;
	padding: 45px 5%;
	display: block;
}
	
footer div{
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}	

.flex2{
	width: 100%;
	margin-top: 20px;
	flex-direction: column;
}

footer ul li a{
	font-size: 13px;
}

footer h2, footer p, .disclaimer p{
	font-size: 13px;
}

.disclaimer{
	width: 90%;
	padding: 15px 5%;
}

	
h1{
	font-size:25px;
	line-height:30px;
	}

h2{
	font-size:25px;
	line-height:30px;
	}

h3{
	font-size:16px;
	line-height:22px;
	}

	
p {
	font-size:13px;
	line-height:19px;
	}

	
a {
	font-size:13px;
	line-height:19px;
	}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷quienes somos÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.Qsomos{
	width: 100%;
	padding-top: 59px;
}


.content{
	width: 90%;
	padding: 60px 5%;
	max-width: 1200px;
}

.hoyo{
	width: 100%;
	height: 350px;
}

.texto-v{
	width: 80%;
	margin-top: 0%;
}

.valores-2, .valores-1{
	padding: 40px 0;
}
	
.valores .col50{
	width: 100%;
}
	
.col50{
	width: 100%;
}

.col25{
	width: 100%;
}


.calidad-2 p{
	width: 90%;
	padding: 10px 5%;
}

.calidad-1, .calidad-2{
	width: 100%;
	height: auto;
	padding: 40px 0;
}


.lyfecicle h3, .lyfecicle p{
	padding: 0 5% 0 0;
}

.lyfecicle a{
	padding: 15px 25px;
}

.marcas img{
	margin: 0;
	height: 30px;
	margin-left: 0px;
}

.marcas .col25{
	border-right: 0;
	height: auto;
	margin-bottom: 20px;
	width: 100%;
}

.marcas p{
	padding: 0 0px;
}

.vide{
	width: 80%;
	padding: 60px 10%;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷porque÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.Porque{
	width: 100%;
	padding-top: 60px;
}

.topP{
	width: 100%;
	height: 30vw;
}
	
.Porque .col50 img{
	object-fit: cover;
	height: 400px;
}
	
	
.Porque .col50, .sostenibilidad, .mercha, .conectividad{
	background: #10B6CD;
}


.topP div{
	width: 90%;
	padding: 20px 5%;
	max-width: 1200px;
	padding-top: 10vw;
}

.P-tecnologia{
	width: 100%;
	background-size: 100%;
	padding-bottom: 0px;
}


.sostenibilidad{
	width: 100%;
	margin-top: 0px;
}
	
.frase50{
	padding: 4% 5%;
	width: 90%;
	margin-left: 0%;
	margin-top: 0%;
}

.fraseD{
	margin-left: 0;
	margin-right: 0%;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷sustentabilidad÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.Susten{
	width: 100%;
	padding-top: 60px;
}

.medioambiente{
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
}
	
.medioambiente .col50{
	width: 100%;
}


.medio img{
	object-fit: cover;
	height: 350px;
}


.datos-medio{
	width: 100%;
	padding: 10px 0 1px 0;
}

.dato{
	width: 100%;
	display: flex;
	margin-bottom: 10px;
	flex-direction: column;
}

.dato div{
	display: flex;
	align-items: center;
}

.dato li{
	font-size: 100px;
	font-weight: 400;
	margin-right: 20px;
}

.dato-texto{
	width: 94%;
	padding: 4% 2%;
}

.dato-foto{
	width: 100%;
}

	.dato-foto img{
		object-fit: cover;
		height: 300px;
	}

.links-m{
	width: 100%;
	flex-direction: column;
}


.links-m div{
	width: 100%;
	padding: 50px 0;
}

.links-m a{
	padding: 0 0 0 20px;
	line-height: 40px;
}

.links-m a img{
	line-height: 40px;
	margin-left: 10px;
	height: 40px;
	margin-bottom: -15px;
	padding: 0 10px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷productos÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.head-product{
	width: 100%;
	padding-top: 90px;
}

.pro-head-desc{
	bottom: 10%;
	padding: 30px;
}


.productos{
	width: 90%;
	padding: 80px 5%;
}

.subcategoria{
	color: white;
	padding: 10px 0;
	width: 100%;
}

.conjunto-productos{
	width: 100%;
	display: flex;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

.producto{
	width: 46%;
	padding: 20px 2%;
}

.producto img{
	height: 28vw;
}

.producto h3{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}

.description{
	padding: 20px 15px;
}

	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷productos-detalle÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.productos-detalle{
	width: 90%;
	padding: 60px 5%;
	padding-top: 150px;
}

.navegacion h3, .navegacion a{
	font-size: 14px;
	line-height: 22px;
}

.slide-producto{
	padding: 60px 5%;
	width: 90%;
	flex-direction: column;
	margin-bottom: 20px;
}

.slide-producto > div{
	width: 100%;
	padding: 0 0%;
	height: auto;
}

.highlights{
	flex-wrap: wrap;
	justify-content: center;
}

.highlights > div{
	width: 48%;
	margin: 20px 1%;
}
	
.slide-producto > div:first-child{
	width: 94%;
	padding: 0 3%;
}
	
.slide-producto > div:last-child{
	width: 94%;
	padding: 0 3%;
}

.high-text{
	padding: 20px 5%;
	width: 90%;
}

.icons{
	
}

.icons div{
	width: 30%;
	margin:10px 1%;
	font-size: 12px;
	line-height: 18px;
}

.icons div img{
	width: 40%;
}

.especs{
	width: 90%;
	padding: 60px 5%;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
	flex-direction: column;
}

.especs-foto{
	width: 100%;
	top: 0px;
	height: auto;
	position: relative;
}

.especs-foto img{
	width: 80%;
}

.especs-text{
	width: 100%;
	padding-top: 20px;
}

.especs h3{
	line-height: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.datos{
	margin-bottom: 20px;
}
	
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷servicio soporte÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/

	
.subServicio li{
	list-style: none;
	display: inline-block;
	text-align: center;
	width: 30%;
	margin: 10px 1%;
}	
	
.subServicio li a img{
	width: 50px;
}

.dato-texto.distribuidores{
	display: flex;
	flex-direction: column;
	width: 90%;
	flex-wrap: wrap;
}
	
.dato-texto.distribuidores div{
	width: 90%;
	display: block;
}

select{
	background: #8032E3;
	border: 2px solid #8032E3;
	color: white;
	line-height: 50px;
	padding: 0 10px;
	font-size: 14px;
	margin-bottom: 10px;
}
	

.slideRep .owl-buttons .owl-prev{
	position: absolute;
	top:30%;
	left: -55%;
	z-index: 9;
}

.slideRep .owl-buttons .owl-next{
	position: absolute;
	top:30%;
	right: -40px;
	z-index: 9;
}

	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷lifecycle÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/

	
.life{
	width: 250px;
}	

.lifecycle{
	padding-top: 60px;
}


.life-top{
	padding: 40px 5%;
	height: auto;
	background-position: -320px bottom;
	background-image: none;
	background: rgb(198,251,221);
background: linear-gradient(90deg, rgba(198,251,221,1) 0%, rgba(145,211,88,1) 100%);
}

.life-top .col50{
	margin-top: 20px;
}


.life-servicio{
	padding: 80px 5%;
	display: flex;
	align-items: center;
	flex-direction: column;
}


.life-funciona{
	padding: 80px 5%;
}

.funciona{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.funciona div{
	width: 80%;
	padding: 10px 10%;
}


.diferenciales div{
	top: 0px;
	left: 0%;
	position: relative;
	width: 90%;
	padding: 20px 5%;
	background: #00abc1;
}	
	
	
.diferenciales h2, .diferenciales p{
	width: 70%;
}

	
}


@media only screen and (min-width:768px) and (max-width:1023px){



nav ul{
	float: left;
	width: 78%;
}

nav ul li{
	display: inline-block;
}


nav ul li a{
	font-size: 14px;
	line-height: 53px;
	margin: 0 15px;
}


.InfoProductos{
	background: white;
	width: 100%;
}

.InfoProductos.active{
	height: 200px;
}

.cat-1{
	width: calc(58% - 1px);
	border-right: 1px solid #999;
	height: 200px;
}

.cat-2{
	width: calc(28% - 1px);
	border-right: 1px solid #999;
	height: 200px;
}

.cat-3{
	width: 12%;
}

.cat-1 ul, .cat-2 ul, .cat-3 ul{
	width: 100%;
}


.cat-1 ul li{
	width: 22%;
}

.cat-1 ul li a, .cat-2 ul li a, .cat-3 ul li a{
	font-size: 11px;
	line-height: 16px;
}


.cat-1 ul li img, .cat-2 ul li img, .cat-3 ul li img{
	height: 70px;	
}

.cat-2 ul li{
	width: 48%;
}

.InfoProductos h1{
	font-size: 14px;
	line-height: 40px;
	font-weight: 400;
}


.InfoSomos{
	width: 100%;
	height: 0;
}

.InfoSomos ul{
	justify-content: space-between;
	width: 80%;
	padding: 0 10%;
}

.InfoSomos ul li{
	margin: 0 2%;
	padding-top: 50px;
}

.InfoSomos ul li a, .InfoSomos ul li a:hover{
	font-size: 13px;
	line-height: 20px;
}

.InfoSomos ul li img{
	width: 50px;
	margin-bottom: 10px;
}

.InfoSomos.active{
	height: 180px;
}

.InfoSoporte{
	width: 100%;
	height: 0;
}

.InfoSoporte.active{
	height: 180px;
}

.InfoSoporte ul{
	justify-content: space-between;
	width: 94%;
	padding: 0 3%;
}

.InfoSoporte ul li{
	margin: 0 0%;
	padding-top: 40px;
}

.InfoSoporte ul li a, .InfoSoporte ul li a:hover{
	font-size: 13px;
	line-height: 20px;
}

.InfoSoporte ul li img{
	width: 50px;
	margin-bottom: 10px;
}

.InfoProductos, .InfoSomos, .InfoSoporte{
	position: absolute;
}


.logo{
	width: 100%;
	margin: 10px 0 5px 0%;
	text-align: center
}

.logo img{
	width: 150px;
}

.extra{
	width: 16%;
	padding: 12px 3% 0 0;
}

.extra a{
	margin-left: 10px;
}

.extra a:first-child img{
	margin-bottom: -4px;
}


.ribon{
	width: 100%;
}

.frase{
	top: 20%;
	left: 15%;
}

.frase h1{
	font-size: 4vw;
	line-height: 5vw;
}

.frase p{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}

.frase a{
	padding: 15px 25px;
	border: 2px solid transparent;
	font-size: 18px;
	font-weight: 500;
}


footer{
	width: 90%;
	padding: 45px 5%;
	display: block;
}
	
footer div{
	width: 100%;
}	

.flex2{
	width: 100%;
	margin-top: 20px;
}

footer ul li a{
	font-size: 13px;
}

footer h2, footer p, .disclaimer p{
	font-size: 13px;
}

.disclaimer{
	width: 90%;
	padding: 15px 5%;
}

	

	
h1{
	font-size:27px;
	line-height:32px;
	}

h2{
	font-size:27px;
	line-height:32px;
	}

h3{
	font-size:18px;
	line-height:24px;
	}

	
p {
	font-size:14px;
	line-height:20px;
	}

	
a {
	font-size:14px;
	line-height:20px;
	}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷quienes somos÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.Qsomos{
	width: 100%;
	padding-top: 94px;
}


.content{
	width: 90%;
	padding: 80px 5%;
	max-width: 1200px;
}

.hoyo{
	width: 100%;
	height: 350px;
}

.texto-v{
	width: 80%;
	margin-top: 0%;
}

.valores-2, .valores-1{
	padding: 40px 0;
}
	
.valores .col50{
	width: 100%;
}
	
.col50{
	width: 50%;
}

.col25{
	width: 25%;
}


.calidad-2 p{
	width: 90%;
	padding: 10px 5%;
}

.calidad-1, .calidad-2{
	width: 100%;
	height: auto;
	padding: 40px 0;
}


.lyfecicle h3, .lyfecicle p{
	padding: 0 5% 0 0;
}

.lyfecicle a{
	padding: 15px 25px;
}

.marcas img{
	margin: 0;
	height: 30px;
	margin-left: 20px;
}

.marcas .col25{
	border-right: 0;
	height: 250px;
	width: calc(50% - 1px);
}

.marcas p{
	padding: 0 20px;
}

.vide{
	width: 80%;
	padding: 80px 10%;
}
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷porque÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.Porque{
	width: 100%;
	padding-top: 94px;
}

.topP{
	width: 100%;
	height: 25vw;
}
	
.Porque .col50 img{
	object-fit: cover;
	height: 400px;
}
	
	
.Porque .col50, .sostenibilidad, .mercha, .conectividad{
	background: #10B6CD;
}


.topP div{
	width: 90%;
	padding: 20px 5%;
	max-width: 1200px;
	padding-top: 8vw;
}

.P-tecnologia{
	width: 100%;
	background-size: 100%;
	padding-bottom: 0px;
}


.sostenibilidad{
	width: 100%;
	margin-top: 0px;
}
	
.frase50{
	padding: 4% 3%;
	width: 44%;
	margin-left: 0%;
	margin-top: 0%;
}

.fraseD{
	margin-left: 0;
	margin-right: 0%;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷sustentabilidad÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.Susten{
	width: 100%;
	padding-top: 95px;
}

.medioambiente{
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
}
	
.medioambiente .col50{
	width: 100%;
}


.medio img{
	object-fit: cover;
	height: 350px;
}


.datos-medio{
	width: 100%;
	padding: 10px 0 1px 0;
}

.dato{
	width: 100%;
	display: flex;
	margin-bottom: 10px;
}

.dato div{
	display: flex;
	align-items: center;
}

.dato li{
	font-size: 100px;
	font-weight: 400;
	margin-right: 20px;
}

.dato-texto{
	width: 51%;
	padding: 0 2%;
}

.dato-foto{
	width: 45%;
}


.links-m{
	width: 100%;
}


.links-m div{
	width: 50%;
	padding: 100px 0;
}

.links-m a{
	padding: 0 0 0 20px;
	line-height: 40px;
}

.links-m a img{
	line-height: 40px;
	margin-left: 10px;
	height: 40px;
	margin-bottom: -15px;
	padding: 0 10px;
}
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷productos÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.head-product{
	width: 100%;
	padding-top: 90px;
}

.pro-head-desc{
	bottom: 10%;
	padding: 30px;
}


.productos{
	width: 90%;
	padding: 100px 5%;
}

.subcategoria{
	color: white;
	padding: 10px 0;
	width: 100%;
}

.conjunto-productos{
	width: 100%;
	display: flex;
	margin-bottom: 50px;
	flex-wrap: wrap;
	justify-content: center;
}

.producto{
	width: 29%;
	padding: 20px 2%;
}

.producto img{
	height: 15vw;
}

.producto h3{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.description{
	padding: 20px 15px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷productos-detalle÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.productos-detalle{
	width: 90%;
	padding: 80px 5%;
	padding-top: 150px;
}

.navegacion h3, .navegacion a{
	font-size: 18px;
	line-height: 24px;
}

.slide-producto{
	padding: 80px 5%;
	width: 90%;
}

.slide-producto > div{
	width: 44%;
	padding: 0 3%;
}

.highlights{
	
}

.highlights > div{
	width: 31%;
	margin: 20px 1%;
}

.high-text{
	padding: 20px;
	width: 100%;
}

.icons{
	
}

.icons div{
	width: 20%;
	margin:10px 1%;
	font-size: 12px;
	line-height: 18px;
}

.icons div img{
	width: 40%;
}

.especs{
	width: 90%;
	padding: 80px 5%;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
}

.especs-foto{
	width: 45%;
	top: 100px;
	height: 100%;
}

.especs-foto img{
	width: 90%;
}

.especs-text{
	width: 55%;
	padding-top: 50px;
}

.especs h3{
	line-height: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.datos{
	margin-bottom: 20px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷servicio soporte÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.Service{
	width: 100%;
	padding-top: 95px;
}


.subServicio li{
	width: 17%;
	margin: 0 1%;
}


.subServicio li a img{
	filter: invert(50%);
	width: 70px;
}
	
.subServicio li a{
	font-size: 12px;
}

.Service .dato-texto{
	display: block;
}


.Service .dato{
	margin-bottom: 0;
}

.Service .dato-texto span{
	padding: 15px 35px;
	font-size: 20px;
}


.dato-texto.conPadd{
	padding:  60px 5%;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	align-items:flex-end;
}


.dato-texto.conPadd > div{
	display: block;
	margin-right: 50px;
}

select{
	background: #8032E3;
	border: 2px solid #8032E3;
	color: white;
	line-height: 50px;
	padding: 0 10px;
	font-size: 14px;
}

.dato-texto.distribuidores{
	display: flex;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.dato-texto.distribuidores div{
	display: block;
	width: 50%;
}
	
	
.dato-foto.oculta{
	display: none;
}
	
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷lifecycle÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/

	
.life{
	width: 300px;
}	

.lifecycle{
	padding-top: 90px;
}


.life-top{
	padding: 70px 5%;
	height: 75vw;
	background-position: -320px bottom;
}

.life-top .col50{
	margin-top: 100px;
}


.life-servicio{
	padding: 80px 5%;
	display: flex;
	align-items: center;
}


.life-funciona{
	padding: 80px 5%;
}

.funciona{
	display: flex;
	justify-content: space-between;
}

.funciona div{
	width: 25%;
}


.diferenciales div{
	top: 50px;
	left: 5%;
}	
	
	
.diferenciales h2, .diferenciales p{
	width: 70%;
}

	
}


@media only screen and (min-width:1024px) and (max-width:1300px){


nav ul{
	float: left;
	width: 64%;
}

nav ul li{
	display: inline-block;
}


nav ul li a{
	font-size: 14px;
	line-height: 73px;
	margin: 0 15px;
}


.InfoProductos{
	background: white;
	width: 100%;
}

.InfoProductos.active{
	height: 220px;
}

.cat-1{
	width: calc(58% - 1px);
	border-right: 1px solid #999;
	height: 220px;
}

.cat-2{
	width: calc(28% - 1px);
	border-right: 1px solid #999;
	height: 220px;
}

.cat-3{
	width: 14%;
}

.cat-1 ul, .cat-2 ul, .cat-3 ul{
	width: 100%;
}


.cat-1 ul li{
	width: 24%;
}

.cat-1 ul li a, .cat-2 ul li a, .cat-3 ul li a{
	font-size: 13px;
	line-height: 18px;
}


.cat-1 ul li img, .cat-2 ul li img, .cat-3 ul li img{
	height: 100px;	
}

.cat-2 ul li{
	width: 49%;
}

.InfoProductos h1{
	font-size: 14px;
	line-height: 40px;
	font-weight: 400;
}


.InfoSomos{
	width: 100%;
	height: 0;
}

.InfoSomos ul{
	justify-content: space-between;
	width: 80%;
	padding: 0 10%;
}

.InfoSomos ul li{
	margin: 0 5%;
	padding-top: 50px;
}

.InfoSomos ul li a, .InfoSomos ul li a:hover{
	color: white;
	line-height: 40px;
}

.InfoSomos ul li img{
	width: 60px;
}

.InfoSomos.active{
	height: 200px;
}

.InfoSoporte{
	width: 100%;
	height: 0;
}

.InfoSoporte.active{
	height: 200px;
}

.InfoSoporte ul{
	justify-content: space-between;
	width: 90%;
	padding: 0 5%;
}

.InfoSoporte ul li{
	margin: 0 0%;
	padding-top: 50px;
}

.InfoSoporte ul li a, .InfoSoporte ul li a:hover{
	line-height: 20px;
}

.InfoSoporte ul li img{
	width: 60px;
	margin-bottom: 10px;
}

.InfoProductos, .InfoSomos, .InfoSoporte{
	position: absolute;
}


.logo{
	width: 17%;
	margin: 10px 0 5px 3%;
}

.logo img{
	width: 170px;
}

.extra{
	width: 13%;
	padding: 25px 3% 0 0;
}

.extra a{
	margin-left: 10px;
}

.extra a:first-child img{
	margin-bottom: -4px;
}


.ribon{
	width: 100%;
}

.frase{
	top: 30%;
	left: 25%;
}

.frase h1{
	font-size: 4vw;
	line-height: 5vw;
}

.frase p{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}

.frase a{
	padding: 15px 25px;
	border: 2px solid transparent;
	font-size: 18px;
	font-weight: 500;
}


footer{
	width: 90%;
	padding: 45px 5%;
	justify-content: space-between;
}


footer ul li a{
	font-size: 13px;
}

footer h2, footer p, .disclaimer p{
	font-size: 13px;
}

.disclaimer{
	width: 90%;
	padding: 15px 5%;
}
	
	
h1{
	font-size:30px;
	line-height:35px;
	}

h2{
	font-size:30px;
	line-height:35px;
	}

h3{
	font-size:20px;
	line-height:26px;
	}

	
p {
	font-size:15px;
	line-height:21px;
	}

	
a {
	font-size:15px;
	line-height:21px;
	}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷quienes somos÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.Qsomos{
	width: 100%;
	padding-top: 73px;
}


.content{
	width: 90%;
	padding: 80px 5%;
	max-width: 1200px;
}

.hoyo{
	width: 100%;
	height: 450px;
}

.texto-v{
	width: 70%;
	margin-top: 15%;
}

.valores-2{
	padding: 20px 0;
}

.col50{
	width: 50%;
}

.col25{
	width: 25%;
}


.calidad-2 p{
	width: 80%;
	padding: 10px 10%;
}

.calidad-1, .calidad-2{
	height: 600px;
	padding: 40px 0;
}


.lyfecicle h3, .lyfecicle p{
	padding: 0 5% 0 0;
}

.lyfecicle a{
	padding: 15px 25px;
}

.marcas img{
	margin: 0;
	height: 30px;
	margin-left: 20px;
}

.marcas .col25{
	border-right: 1px solid #0B7189;
	height: 350px;
	width: calc(25% - 1px);
}

.marcas p{
	padding: 0 20px;
}

.vide{
	width: 80%;
	padding: 80px 10%;
}
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷porque÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.Porque{
	width: 100%;
	padding-top: 70px;
}

.topP{
	width: 100%;
	height: 20vw;
}


.topP div{
	width: 90%;
	padding: 20px 5%;
	max-width: 1200px;
	padding-top: 7vw;
}

.P-tecnologia{
	width: 100%;
	background-size: 100%;
	padding-bottom: 0px;
}
	
.Porque .col50, .sostenibilidad, .mercha, .conectividad{
	background: #10B6CD;
}



.sostenibilidad{
	width: 100%;
	margin-top: 0px;
}
	
.frase50{
	padding: 4% 3%;
	width: 44%;
	margin-left: 0%;
	margin-top: 0%;
}

.fraseD{
	margin-left: 0;
	margin-right: 0%;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷sustentabilidad÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/



.medio img{
	object-fit: cover;
	height: 55vw;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷productos÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.head-product{
	width: 100%;
	padding-top: 70px;
}

.pro-head-desc{
	bottom: 10%;
	padding: 30px;
}


.productos{
	width: 90%;
	padding: 100px 5%;
}

.subcategoria{
	color: white;
	padding: 10px 0;
	width: 100%;
}

.conjunto-productos{
	width: 100%;
	display: flex;
	margin-bottom: 50px;
}

.producto{
	width: 21%;
	padding: 20px 2%;
}

.producto img{
	height: 13vw;
}

.producto h3{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.description{
	padding: 20px 15px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷productos-detalle÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.productos-detalle{
	width: 90%;
	padding: 100px 5%;
	padding-top: 150px;
}

.navegacion h3, .navegacion a{
	font-size: 18px;
	line-height: 24px;
}

.slide-producto{
	padding: 100px 5%;
	width: 90%;
}

.slide-producto > div{
	width: 44%;
	padding: 0 3%;
}

.highlights{
	
}

.highlights > div{
	width: 31%;
	margin: 20px 1%;
}

.high-text{
	padding: 20px;
	width: 100%;
}

.icons{
	
}

.icons div{
	width: 10%;
	margin:10px 1%;
	font-size: 13px;
	line-height: 19px;
}

.icons div img{
	width: 50%;
}

.especs{
	width: 90%;
	padding: 100px 5%;
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
}

.especs-foto{
	width: 45%;
	top: 100px;
	height: 100%;
}

.especs-foto img{
	width: 85%;
}

.especs-text{
	width: 55%;
	padding-top: 50px;
}

.especs h3{
	line-height: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.datos{
	margin-bottom: 20px;
}

	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷servicio soporte÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.Service{
	width: 100%;
	padding-top: 70px;
}


.subServicio li{
	width: 17%;
	margin: 0 1%;
}


.subServicio li a img{
	filter: invert(50%);
	width: 70px;
}

.Service .dato-texto{
	display: block;
}


.Service .dato{
	margin-bottom: 0;
}

.Service .dato-texto span{
	padding: 15px 35px;
	font-size: 20px;
}


.dato-texto.conPadd{
	padding:  80px 5%;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	align-items:flex-end;
}


.dato-texto.conPadd > div{
	display: block;
	margin-right: 50px;
}

select{
	background: #8032E3;
	border: 2px solid #8032E3;
	color: white;
	line-height: 50px;
	padding: 0 10px;
	font-size: 14px;
}

.dato-texto.distribuidores{
	display: flex;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.dato-texto.distribuidores  div{
	display: block;
	width: 50%;
}
	
.dato-foto.oculta{
	display: none;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷lifecycle÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.lifecycle{
	padding-top: 60px;
}


.life-top{
	padding: 70px 5%;
	height: 55vw;
}

.life-top .col50{
	margin-top: 100px;
}


.life-servicio{
	padding: 100px 5%;
	display: flex;
	align-items: center;
}


.life-funciona{
	padding: 100px 5%;
}

.funciona{
	display: flex;
	justify-content: space-between;
}

.funciona div{
	width: 25%;
}


.diferenciales div{
	top: 50px;
	left: 5%;
}	
	
	
.diferenciales h2, .diferenciales p{
	width: 70%;
}

	
}


@media only screen and (min-width:1301px) and (max-width:1600px){


.InfoSoporte ul li{
	margin: 0 1%;
	padding-top: 50px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷quienes somos÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/



.hoyo{
	width: 100%;
	height: 550px;
}

.texto-v{
	width: 60%;
	margin-top: 15%;
}



.calidad-1, .calidad-2{
	height: 580px;
	padding: 40px 0;
}


.vide{
	width: 80%;
	padding: 100px 10%;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷porque÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/



.sostenibilidad{
	width: 100%;
	margin-top: -50px;
}
	
.frase50{
	padding: 3%;
	width: 47%;
	margin-left: -3%;
	margin-top: 1.5%;
}

.fraseD{
	margin-left: 0;
	margin-right: -3%;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷sustentabilidad÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/



.medio img{
	object-fit: cover;
	height: 45vw;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷quienes somos÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/



.productos{
	width: 90%;
	padding: 100px 5%;
}


.producto h3{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷productos-detalle÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.productos-detalle{
	width: 90%;
	padding: 100px 5%;
	padding-top: 150px;
}

	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷servicio soporte÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/




select{
	background: #8032E3;
	border: 2px solid #8032E3;
	color: white;
	line-height: 50px;
	padding: 0 10px;
	font-size: 14px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷lifecycle÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/



.life-top{
	padding: 70px 5%;
	height: 45vw;
}

.life-servicio{
	padding: 100px 5%;
	display: flex;
	align-items: center;
}


.life-funciona{
	padding: 100px 5%;
}



	
}





