@font-face {
	font-family:"Lato Black";
	src:url("../fonts/Lato-Black.eot?") format("eot"),
	url("../fonts/Lato-Black.woff") format("woff"),
	url("../fonts/Lato-Black.ttf") format("truetype"),
	url("../fonts/Lato-Black.svg#Lato-Black") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
  font-family:"Lato Bold";
  src:url("../fonts/Lato-Bold.eot?") format("eot"),
  url("../fonts/Lato-Bold.woff") format("woff"),
  url("../fonts/Lato-Bold.ttf") format("truetype"),
  url("../fonts/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"Lato Regular";
  src:url("../fonts/Lato-Regular.eot?") format("eot"),
  url("../fonts/Lato-Regular.woff") format("woff"),
  url("../fonts/Lato-Regular.ttf") format("truetype"),
  url("../fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight:normal;
  font-style:normal;
}

#contenedor{
  width:100%;
  overflow:hidden;
  position:relative;
  font-size:20px;
  color: #3f3f3f;
  font-family:"Lato Bold";
}

.pad{
  padding-left:0px;
  padding-right:0px;
}

.clear{
  clear:both;
}

#header{
  background-color: #fff;
  background-image:url(../img/line.webp);
  background-repeat: repeat-x;
  padding: 5px 0px;
}

.logo a {
  position: relative;
  float: left;
  z-index: 99999999;
}

#barra-menu{
  padding-top: 12px;
  background-color:#52C301;
}

#menu{
  background: transparent;
  width: 100%;
  margin-bottom:0;
  border: none;
  min-height: 0px;
  text-align: center;
}

.navbar-inverse{
  background-color: #fff;
}

#navbar li{
  display: inline-block;
  margin: 0px 70px;
}

#navbar a{
  color: #fff;
  position: relative;
  display:block;
  text-decoration: none;
  font-size: 21px;
  text-transform: uppercase;
  padding-bottom: 17px;
}

#navbar a:hover{
  border-bottom: 4px solid #05294D;
}

#navbar .selec{
  border-bottom: 4px solid #05294D;
}

.navbar-default .navbar-toggle .icon-bar{
  background-color: #000;
}
  
nav .me{
  color:#000;
  font-size: 13px;
  text-transform: uppercase;
}


#prev {
	background-image: url(../img/banner/prev.webp);
	width: 58px;
  height: 143px;
  left: 0%;
  border: 0 none;
  opacity: 1;
  top: 37%;
}

#prev:hover{
  background-image: url(../img/banner/prev-h.webp);
}

#next {
	background-image: url(../img/banner/next.webp);
  background-position: right;
  position: absolute;
  right: 0%;
  width: 58px;
  height: 143px;
  z-index: 5;
  opacity: 1;
  top: 37%;
}

#next:hover{
  background-image: url(../img/banner/next-h.webp);
}

#banner{
  margin-top: 8%;
}

.texto{
  float: left;
  position: absolute;
  bottom: 22%;
  left:6.6%;
  padding: 45px 57px;
}

.texto h1{
  color: #FFEC03;
  font-size: 62px;
  padding-bottom: 7px;
  font-family:"Lato Black";
  text-shadow: 2px 4px 2px #000;
  letter-spacing: 4px;
}

.texto h2{
  font-size: 36px;
  color: #FFEC03;
  padding-bottom: 15px;
  text-shadow: 2px 4px 2px #000;
  letter-spacing: 4px;
}

.item-producth {
  float: left;
  position: relative;
  width: 100%;
}

.text_products {
  bottom: 0px;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0%;
}

.text_products h2{
  color: #FFF;
  text-shadow: 2px 2px 0px #000;
  font-size: 24px;
  text-align: center;
  margin-top: 20%;
  padding-bottom: 5px;
}

.text_products h3{
  color: #FFF;
  text-shadow:2px 2px 1px #000;
  font-size: 22px;
  text-align: center;
}

#h-quienes{
  background-image: url(../img/empresa/bg-empresa.webp);
  background-position: right 185px;
  background-repeat: no-repeat;
  padding-bottom: 65px;
}

#h-textquienes{
  padding: 100px 0px;
}

#h-textquienes h1{
  font-size: 34px;
  font-family:"Lato Black";
  color: #000;
}

#h-textquienes p{
  text-align: justify;
  line-height:28px;
  color: #3f3f3f;
  padding-top: 20px;
}

#h-textquienes a{
  padding: 13px 18px;
  color: #fff;
  background-color: #4b2612;
  border-radius: 10px;
  margin-top: 46px;
  float: left;
  text-decoration: none;
}

#h-textquienes a:hover{
  background-color: #52C301;
}

.line {
  width: 108px;
  height: 7px;
  background-color: #54C201;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
}

.items-producth {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: contents;
}

.text_productos {
  bottom: 0px;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0%;
  padding-left: 115px;
  padding-top: 142px;
  padding-bottom: 29px;
  padding-right: 68px;
}

.text_productos h3{
  color: #FFC100;
  font-family:"Lato Black";
  font-size: 30px;
  padding-bottom: 29px;
}

.text_productos p{
  color: #FFF;
  line-height: 28px;
  padding-bottom: 29px;
}

.text_productos h4 {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 29px;
  text-shadow: 2px 0px 2px #514400;
}

.items-producth:hover .text_productos {
  background:#4B261259;
  visibility: visible;
}

.items-producth:hover .text_productos h4 {
  color: #ffda1c;
}

.naranja{
  background-color: #FFC100;
}

.gris{
  background-color: #EFEDEE;
}

.verde{
  background-color: #52C301;
}

.h-productos{
  display: flex;
  flex-wrap: wrap;
}

.text-productos2{
  padding: 143px 45px;
}

.text-productos2 h1{
  color: #fff;
  font-family:"Lato Black";
  font-size: 30px;
  text-align: center;
}

.text-productos2 h2{
  color: #000;
  font-family:"Lato Black";
  font-size: 30px;
  text-align: center;
}

#h-servicios{
  background-image: url(../img/servicios/bg-text.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-top: 65px;
  padding-bottom: 35px;
}

#h-servicios h1{
  font-family:"Lato Black";
  font-size: 176px;
  color: #52C301;
  text-shadow:-8px -1px 0px #000;
  text-align: center;
}


.img-servicios{
  padding-bottom: 45px;
}

.link {
  float: left;
  position: relative;
  text-decoration: none !important;
  padding-bottom: 29px;
}

.producto-link {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.ver_mas{
  text-align: center;
}

.ver_mas h2{
  font-size: 30px;
  color:#000;
  padding-top: 23px;
  padding-bottom: 20px;
  font-family:"Lato Black";
}

.ver_mas h3{
  color:#797979;
  padding-top: 4px;
  margin-bottom: 76px;
  line-height: 26px;
  position: static;
}

.ver_mas2{
  text-align: center;
  width: 100%;
  display: block;
}

.ampl{
  border-radius: 9px;
  padding: 10px 33px;
  color: #fff;
  background-color: #52C301;
  bottom: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-48%);
}

.ampl:hover{ 
  color: #fff;
  text-decoration: none;
  background-color: #CE0D8A;
}

#aliados {
  padding: 47px 0px;
  background-color: #F7F3F4;
}

#aliados h1 {
  font-size: 34px;
  padding-top: 50px;
  font-family:"Lato Black";
  color: #000;
}

footer{
  font-family:"Lato Bold";
  background-color: #552109;
  padding: 20px 0px;
  background-position: center;
  background-repeat:repeat;
}

footer p{
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 12px;
  background-image: url(../img/line.webp);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 14px;
}

footer span {
  float: left;
  padding-right: 4px;
  padding-top: 3px;
}

#datos{
  margin-top: 23px;
}

#web{
  background: #fff;
  padding:12px 0px;
  text-align: left;
}

#copy a {
  background: url(../img/web.svg) no-repeat right;
  color:#2b2b2b2e;
  padding-right:132px;
  display: inline-block;
  font-size: 13px;
  text-decoration: none !important;
}

#redes {
  position: relative;
  text-align: left;
}

#fb {
  display: inline-block;
  background: url(../img/redes.webp) left;
  width: 58px;
  height: 56px;
}

#ins {
  display: inline-block;
  background: url(../img/redes.webp) -62px;
  width: 58px;
  height: 56px;
}

#you {
  display: inline-block;
  background: url(../img/redes.webp) right;
  width: 58px;
  height: 56px;
}

#map {
  height: 200px;
  margin-right: 11px;
  border: 4px solid #52C300;
}

#ampliar {
  width: 38px;
  height: 163px;
  background-image: url(../img/ampliar.webp);
  padding-top:34px;
  position: absolute;
  right: 39px;
  top: 0px;
}

#ampliar:hover{
  background-image: url(../img/ampliar-h.webp);
  color: #fff;
}

.innovacion{
  margin-top:13%;
  padding-left: 193px;
}

#carousel-innovacion .carousel-indicators{
  bottom: -29%;
  width: 100% !important;
  text-align: left !important;
  left: 0% !important;
  margin-left: 0px !important;
}

#carousel-innovacion .carousel-indicators li{
  background-color:#5CBF04;
  border:2px solid #fff;
  width: 18px;
  height: 18px;
}

#carousel-innovacion .carousel-indicators .active {
  background-color: #FCEC00;
  border:2px solid #fff;
}

.item-innovacion h1{
  color: #FFEA0F;
  font-size: 34px;
  padding-bottom: 17px;
  font-family:"Lato Black";
  text-shadow: 2px 2px 2px #000;
}

.item-innovacion p{
  color: #fff;
  text-align: justify;
  line-height: 30px;
}

#elegirnos{
  padding: 65px 0px;
}

.text-elegirnos{
  margin-top: 12%;
}

.text-elegirnos h1{
  font-family:"Lato Black";
  font-size: 34px;
  color: #000;
}

.text-elegirnos p{
  text-align: justify;
  line-height: 29px;
  color: #3f3f3f;
}

.mision{
  display: flex;
  flex-wrap: wrap;
}

.text-mision{
  text-align: center;
  color: #fff;
  padding: 49px 76px;
}

.text-mision h1{
  font-size: 30px;
  font-family:"Lato Black";
  padding-bottom: 15px;
}

.text-mision p{
  text-align: center;
  line-height: 30px;
  text-align: justify;
  font-size: 19px;
}

#valores{
  padding: 102px 0px;
}

.valores{
  display: flex;
  height: 100%;
  margin-left: 2px;
}

#valores h1{
  font-size: 34px;
  font-family:"Lato Black";
  color: #000;
}

.text-valores{
  width: 100%;
  padding: 25px;
  border: 2px solid #FFC100;
  border-radius: 10px;
  margin-top: 65px;
}

.text-valores p{
  font-size: 16px;
  text-align: justify;
  line-height: 21px;
  padding-bottom: 28px;
}

.text-valores h3{
  font-family:"Lato Black";
  color: #FFC100;
  text-align: left;
  bottom: 0px;
  position: absolute;
  padding-bottom: 17px;
}

.filosofia{
  margin-top: 8%;
}

.text-filosofia {
  padding-right: 140px;
}

.text-filosofia h1{
  font-family:"Lato Black";
  font-size: 34px;
  color: #000;
}

.text-filosofia h2{
  font-size: 22px;
  color: #54C201;
  padding-bottom: 12px;
  font-family:"Lato Black";
  margin-top: 52px;
}

.text-filosofia p{
  line-height: 25px;
  text-align: justify;
}

#politica{
  background-image: url(../img/empresa/bg-politica.webp);
  background-size: cover;
  padding: 146px 0px;
}

.text-politica{
  color: #fff;
  text-align: center;
}

.text-politica h1{
  font-family:"Lato Black";
  font-size: 34px;
  padding-bottom: 12px;
}

.text-politica h2{
  font-size: 21px;
  font-family:"Lato Black";
  color: #FEC200;
  margin-bottom: 15px;
}

.text-politica p{
  line-height: 29px;
  margin-bottom: 60px;
}

.line2{
  width: 117px;
  height: 7px;
  background-color: #FFC102;
  display: inline-block;
  margin-bottom: 22px;
}

#carousel-politicas .carousel-indicators{
  bottom: -6px;
  width: 100% !important;
  right: 0 !important;
  text-align: center !important;
  padding-right: 18px !important;
  margin-left: 0% !important;
  left: 0% !important;
}

#carousel-politicas .carousel-indicators li{
  background-color: #53C500;
  border: 2px solid #fff;
  width: 17px;
  height: 17px;
}

#carousel-politicas .carousel-indicators .active{
  background-color: #FCEA02;
  border: 2px solid #ffff;
}

#caracteristicas{
  padding-top: 90px;
}

.text-caracteristicas{
  margin-top: 11%;
}

.text-caracteristicas h1{
  font-family:"Lato Black";
  font-size: 34px;
  color: #000;
}

.text-caracteristicas ul{
  margin-top: 25px;
}

.text-caracteristicas ul li{
  background-image: url(../img/empresa/li.webp);
  background-position: 0px 3px;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-bottom: 15px;
  line-height: 23px;
}

#titulo{
  margin-top: 9%;
}

.bg1a {
  background-image: url(../img/empresa/bg-quienes.webp);
  background-size: cover;  
}

.bg3{
  background-image: url(../img/productos/bg.webp);
  background-size: cover;  
}

.bg4{
  background-image: url(../img/maquinaria/bg.webp);
  background-size: cover;  
}

#productos{
  padding: 65px 0px;
}

.text-titulo{
  margin-top: 13%;
  padding-left: 193px;
}

.text-titulo h1{
  color: #FFEA0F;
  font-size: 34px;
  padding-bottom: 17px;
  font-family: "Lato Black";
  text-shadow: 2px 4px 2px #000;
}

.text-titulo p{
  color: #fff;
  line-height: 28px;
  padding-right: 97px;
  text-align: justify;
}

.link-convenios{
  border-radius: 11px;
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 51px;
}

.texto-link {
  padding: 20px 19px;
  border-top-right-radius: 11px;
  border-top-left-radius: 11px;
  position: absolute;
  bottom: 0%;
  width: 100%;
}

.texto-link h2 {
  color: #fff;
  font-family: "Lato Black";
  font-size: 34px;
  margin-top: 7px;
  padding-bottom: 9px;
}

.texto-link h3{
  padding-bottom: 14px;
  color: #fff;
  font-size: 22px;
  font-family: "Lato Black";
}

.ampliar {
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.link-convenios:hover .texto-link {
  background-color: #4e1b0385;
  backdrop-filter: blur(7px);
}

.ico1p {
  float: left;
  width: 90px;
  height: 84px;
  background: url(../img/productos/li.webp) no-repeat;
  border-right: 2px solid #fff;
  margin-right: 11px;
}

.azulp{
  background-color:#009fe5ad;
}

.fusciap{
  background-color:#af1585bf;
}

.verdep{
  background-color:#7fc200a6;
}

.amarillop{
  background-color:#ffc000b2;
}
.text-products {
  margin-top: 13%;
  padding-left: 193px;
}

.text-products h1{
  color:#FEED00;
  font-size: 34px;
  padding-bottom: 17px;
  font-family: "Lato Black";
  text-shadow: 2px 4px 2px #000;
}

.text-products p{
  color: #fff;
  line-height: 38px;
  padding-right: 97px;
}

.volver{
  background: url(../img/productos/volver.webp) no-repeat;
  padding: 80px 0px;
  text-align: center;
  background-color: #fff;
  background-size: cover;
  background-position: center;
}

.volver a{
  background-color: #CE0D8A;
  color: #fff;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 10px;
  box-shadow: 2px 3px 4px #00000054;
}

.volver a span{
  position: absolute;
  float: left;
  padding-left: 15px;
  padding-top: 4px;
}

.volver a:hover{
  background-color: #52C301;
}

#descripcion{
  padding: 120px 0px;
}

.text-descripcion{
  margin-top: 2%;
}

.text-descripcion h1{
  font-family:"Lato Black";
  font-size: 30px;
  color: #FFC100;
  padding-bottom:25px;
}

.text-descripcion h2{
  font-size: 24px;
  color: #FFC100;
}

.text-descripcion p{
  line-height: 22px;
  font-size: 18px;
  padding-bottom: 8px;
  margin-top: 15px;
  text-align: justify;
}

.text-descripcion ul{
  margin-top: 25px;
}

.text-descripcion ul li{
  background-image: url(../img/li3.webp);
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding-left: 27px;
  margin-bottom: 10px;
  line-height: 23px;
}

.text-descripcion ul li span{
  font-family:"Lato Black";
}

#servicios{
  padding: 95px 0px;
}

.servicio{
  margin-bottom: 95px;
}

.text-servicios{
  margin-top: 10%;
  padding-left: 65px;
}

.text-servicios h1{
  font-size: 30px;
  font-family:"Lato Black";
  color: #FFBF00;
  padding-bottom: 15px;
}

.text-servicios p{
  text-align: justify;
  line-height: 27px;
}

.text-servicios2{
  padding-right: 82px;
  margin-top: 10%;
}

.text-servicios2 h1{
  font-size: 30px;
  font-family:"Lato Black";
  color: #FFBF00;
  padding-bottom: 22px;
}

.text-servicios2 p{
  line-height: 27px;
  text-align: justify;
}

#contacto{
  padding: 65px 0px;
}

.text-contacto{
  padding-right: 143px;
  line-height: 27px;
  text-align: justify;
  margin-top: 8%;  
}

#float-facebook {
  background: url(../img/redes.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 49px;
  position: fixed;
  right: 5px;
  z-index: 99999;
  top: 132px;
}

#float_instagram {
  background: url(../img/redes.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: fixed;
  right:5px;
  z-index: 99999;
  top: 182px;
  background-position:0px -49px;
}

#float_tiktok {
  background: url(../img/redes.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 49px;
  position: fixed;
  right: 5px;
  z-index: 99999;
  top: 237px;
  background-position:0px -103px;
}

#float_you{
  background: url(../img/redes.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 49px;
  position: fixed;
  right: 5px;
  z-index: 99999;
  top: 290px;
  background-position:0px -154px;
}



#float_whatsapp {
  background: url(../img/redes.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 49px;
  position: fixed;
  right: 5px;
  z-index: 99999;
  top: 345.2px;
  background-position:
0px -205px;
}



/*-------------------------------------------------------------------------------*/

@media (max-width: 991px) and (min-width:200px){

  #navbar a {
    width: 100%;
    text-align: center;
    padding: 8px 0px;
    text-decoration: none;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #ffffff4d;
  }

  #barra-menu{
    padding-top: 0px;
  }

  #navbar li{
    width: 100%;
    margin:0px;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left,.navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
    border: 1px !important;
    margin-right: -1px;
    padding: 0px;
  }

  .navbar-nav{
    margin: 0px;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    
  .navbar-collapse.collapse {
    display: none!important;
  }

  .navbar-default .navbar-toggle .icon-bar{
    background-color: #000;
  }

  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color: transparent;
  }

  .navbar-toggle .icon-bar{
    width: 38px;
    height: 1px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px ;
    padding-bottom: 10px;
  }

  .collapse.in{
    display:block !important;
  }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color: #fff0;
  }

  #menu{
    margin-top: -47px;
    float: right;
  }
 
}





/*-------------------------------------------------------*/

@media (max-width: 400px) and (min-width:321px){

  #contenedor{
    font-family:"Lato Regular";
    font-size: 16px;
  }

  .img2 {
    width: 204px;
    padding-bottom: 8px;
  }

  #banner-xs{
    margin-top:14%;
  }

  .item-producth{
    margin-bottom: 15px;
  }

  #h-textquienes p{
    line-height: 23px;
  }

  #h-textquienes {
    padding: 51px 0px;
  }

  .text-productos2 {
    padding: 96px 45px;
  }

  .text_productos{
    padding-left: 23px;
    padding-top: 23px;
    padding-bottom: 29px;
    padding-right: 30px;
  }

  .text_productos p{
    line-height: 20px;
    padding-bottom: 7px;
  }

  .text_productos h3{
    font-size: 25px;
    padding-bottom: 11px;
  }

  #h-servicios h1{
    text-align: center;
    font-size: 56px;
  }

  .ver_mas h2{
    font-size: 25px;
  }

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

  footer p{
    font-size: 18px;
  }

  #aliados h1{
    font-size: 26px;
    padding-top: 0px;
  }

  .innovacion{
    padding-left: 22px;
  }

  #titulo {
    margin-top: 14%;
  }

  .item-innovacion p{
    font-size: 16px;
    line-height: 22px;
  }

  .item-innovacion h1{
    font-size: 29px;
  }

  .text-elegirnos h1{
    font-size: 29px;
  }

  .text-elegirnos p{
    line-height: 19px;
    font-size: 15px;
    text-align: justify;
  }

  .mision{
    flex-wrap: wrap;
  }

  .text-mision{
    padding: 49px 35px;
  }

  .ampl{
    width: 74%;
  }

  .text-mision p{
    line-height: 20px;
    font-size: 16px;
  }

  .text-valores p{
    font-size: 15px;
    line-height: 17px;
  }

  .valores {
    margin-top: 19px;
  }

  #valores h1{
    font-size: 30px;
  }

  .text-filosofia {
    padding-right: 8px;
  }

  .text-filosofia p{
    line-height: 20px;
    font-size: 15px;
  }

  .filosofia{
    margin-bottom: 26px;
  }

  .text-filosofia h2{
    margin-top: 23px;
  }

  .text-politica p{
    line-height: 22px;
    font-size: 16px;
  }

  #politica{
    padding: 68px 0px;
  }

  .text-caracteristicas h1{
    font-size: 29px;
  }

  .text-caracteristicas ul li{
    line-height: 20px;
  }

  .text-titulo{
    padding-left: 14px;
  }

  .text-titulo h1{
    font-size: 27px;
  }

  .text-titulo p{
    padding-right: 2px;
    line-height: 22px;
  }

  .texto-link{
    padding: 11px 12px;
  }

  .texto-link h2{
    font-size: 22px;
  }

  .text-products{
    padding-left: 35px;
  }

  .text-products h1{
    font-size: 29px;
  }

  .text-products p{
    line-height: 29px;
    padding-right: 19px;
  }

  .accordion2{
    margin-right: 1px !important;
  }

  .heading2{
    font-size: 23px !important;
  }

  .contents2 ul li{
    line-height: 20px !important;
  }

  .volver{
    padding: 58px 0px;
  }

  .texto-link h3{
    padding-bottom: 8px;
    font-size: 18px;
  }

  .text-descripcion h1{
    font-size: 23px;
  }

  .text-descripcion p{
    line-height: 22px;
  }

  .text-descripcion ul li{
    margin-bottom: 8px;
  }

  .text-servicios{
    padding-left: 17px;
  }

  .text-servicios p {
    line-height: 22px;
  }

  .text-servicios2{
    padding-right: 2px;
  }

  .text-servicios2 p {
    line-height: 22px;
    padding-bottom: 38px;
  }

  .servicio {
    margin-bottom: 13px;
  }

  .text-servicios h1{
    font-size: 25px;
  }

  .text-servicios2 h1{
    font-size: 25px;
  }

  .text-contacto{
    line-height: 21px;
    padding-right: 1px;
    padding-bottom: 50px;
    margin-top: 0px;
  }

  .valores{
    display: block;
  }

  .ver_mas{
    margin-bottom: 55px;
  }
 

}



/*------------------------------------------------------------------------*/

@media (max-width: 450px) and (min-width:401px){

  #contenedor{
    font-family:"Lato Regular";
    font-size: 16px;
  }

  .img2 {
    width: 204px;
    padding-bottom: 8px;
  }

  #banner-xs{
    margin-top:14%;
  }

  .item-producth{
    margin-bottom: 15px;
  }

  #h-textquienes p{
    line-height: 23px;
  }

  #h-textquienes {
    padding: 51px 0px;
  }

  .text-productos2 {
    padding: 96px 45px;
  }

  .text_productos{
    padding-left: 23px;
    padding-top: 23px;
    padding-bottom: 29px;
    padding-right: 30px;
  }

  .text_productos p{
    line-height: 20px;
    padding-bottom: 7px;
  }

  .text_productos h3{
    font-size: 25px;
    padding-bottom: 11px;
  }

  #h-servicios h1{
    text-align: center;
    font-size: 56px;
  }

  .ver_mas h2{
    font-size: 25px;
  }

  .ver_mas h3{
    font-size: 16px;
    line-height: 23px;
  }

  footer p{
    font-size: 18px;
  }

  #aliados h1{
    font-size: 26px;
    padding-top: 0px;
  }

  .innovacion{
    padding-left: 22px;
  }

  #titulo {
    margin-top: 14%;
  }

  .item-innovacion p{
    font-size: 16px;
    line-height: 22px;
  }

  .item-innovacion h1{
    font-size: 29px;
  }

  .text-elegirnos h1{
    font-size: 29px;
  }

  .text-elegirnos p{
    line-height: 19px;
    font-size: 15px;
    text-align: justify;
  }

  .mision{
    flex-wrap: wrap;
  }

  .text-mision{
    padding: 49px 35px;
  }

  .ampl{
    width: 74%;
  }

  .text-mision p{
    line-height: 20px;
    font-size: 16px;
  }

  .text-valores p{
    font-size: 15px;
    line-height: 17px;
  }

  .valores {
    margin-top: 19px;
  }

  #valores h1{
    font-size: 30px;
  }

  .text-filosofia {
    padding-right: 8px;
  }

  .text-filosofia p{
    line-height: 20px;
    font-size: 15px;
  }

  .filosofia{
    margin-bottom: 26px;
  }

  .text-filosofia h2{
    margin-top: 23px;
  }

  .text-politica p{
    line-height: 22px;
    font-size: 16px;
  }

  #politica{
    padding: 68px 0px;
  }

  .text-caracteristicas h1{
    font-size: 29px;
  }

  .text-caracteristicas ul li{
    line-height: 20px;
  }

  .text-titulo{
    padding-left: 14px;
  }

  .text-titulo h1{
    font-size: 27px;
  }

  .text-titulo p{
    padding-right: 2px;
    line-height: 22px;
  }

  .texto-link{
    padding: 11px 12px;
  }

  .texto-link h2{
    font-size: 22px;
  }

  .text-products{
    padding-left: 35px;
  }

  .text-products h1{
    font-size: 29px;
  }

  .text-products p{
    line-height: 29px;
    padding-right: 19px;
  }

  .accordion2{
    margin-right: 1px !important;
  }

  .heading2{
    font-size: 23px !important;
  }

  .contents2 ul li{
    line-height: 20px !important;
  }

  .volver{
    padding: 58px 0px;
  }

  .texto-link h3{
    padding-bottom: 8px;
    font-size: 18px;
  }

  .text-descripcion h1{
    font-size: 23px;
  }

  .text-descripcion p{
    line-height: 22px;
  }

  .text-descripcion ul li{
    margin-bottom: 8px;
  }

  .text-servicios{
    padding-left: 17px;
  }

  .text-servicios p {
    line-height: 22px;
  }

  .text-servicios2{
    padding-right: 2px;
  }

  .text-servicios2 p {
    line-height: 22px;
    padding-bottom: 38px;
  }

  .servicio {
    margin-bottom: 13px;
  }

  .text-servicios h1{
    font-size: 25px;
  }

  .text-servicios2 h1{
    font-size: 25px;
  }

  .text-contacto{
    line-height: 21px;
    padding-right: 1px;
    padding-bottom: 50px;
    margin-top: 0px;
  }

  .valores{
    display: block;
  }

  .ver_mas{
    margin-bottom: 55px;
  }
  


}


/*--------------------------------------------------------------------------------*/


@media (max-width: 500px) and (min-width:451px){

  #contenedor{
    font-family:"Lato Regular";
    font-size: 16px;
  }

  #banner-xs{
    margin-top:13%;
  }

  .img2 {
    width: 204px;
    padding-bottom: 8px;
  }

  .item-producth{
    margin-bottom: 18px;
  }

  #h-textquienes p{
    line-height: 22px;
  }

  #h-textquienes {
    padding: 46px 0px;
  }

  .text-productos2 {
    padding: 108px 27px;
  }

  .text_productos{
    padding-left: 36px;
    padding-top: 38px;
    padding-bottom: 29px;
    padding-right: 30px;
  }

  .text_productos h3{
    font-size: 25px;
    padding-bottom: 10px;
  }

  .text_productos p{
    line-height: 19px;
    padding-bottom: 10px;
  }

  #h-servicios h1{
    text-align: center;
    font-size: 53px;
  }

  .ver_mas h3{
    line-height: 22px;
  }

  .ver_mas h2{
    font-size: 26px;
  }

  footer p{
    font-size: 15px;
    margin-bottom: 1px;
  }

  .innovacion{
    padding-left: 14px;
  }

  #titulo {
    margin-top: 13%;
  }

  .item-innovacion p{
    line-height: 21px;
  }

  .item-innovacion h1{
    font-size: 29px;
  }

  .text-elegirnos p{
    line-height: 22px;
  }

  .text-mision{
    padding: 49px 34px;
  }

  .text-mision p{
    line-height: 25px;
    font-size: 17px;
  }

  .text-filosofia {
    padding-right: 1px;
  }

  .text-filosofia p{
    line-height: 22px;
  }

  .text-filosofia h2{
    margin-top: 25px;
  }

  .filosofia{
    margin-bottom: 48px;
  }

  #politica{
    padding: 72px 0px;
  }

  .text-politica p{
    line-height: 23px;
  }

  #caracteristicas {
    padding-top: 36px;
  }

  .text-caracteristicas ul li{
    margin-bottom: 8px;
  }

  .text-caracteristicas h1{
    font-size: 30px;
  }

  .text-titulo{
    padding-left: 21px;
  }

  .text-titulo p{
    line-height: 25px;
    padding-right: 1px;
  }

  .text-titulo h1{
    font-size: 25px;
  }

  .texto-link h2{
    font-size: 25px;
  }

  .text-products{
    padding-left: 12px;
  }

  .text-products h1{
    font-size: 29px;
  }

  .accordion2{
    margin-right: 0px !important;
  }
 
  .heading2{
    font-size: 25px !important;
  }

  .volver{
    padding: 59px 0px;  
  }

  .contents2 ul li{
    line-height: 22px !important;
  }

  .text-products p{
    line-height: 27px;
  }

  .texto-link h3{
    font-size: 18px;
    padding-bottom: 7px;
  }

  .text-descripcion h1{
    font-size: 25px;
  }

  .text-descripcion ul li{
    margin-bottom: 7px;
  }
  
  .text-servicios{
    padding-left: 14px;
  }
  
  .text-servicios p {
    line-height: 24px;
  }

  .text-servicios2{
    padding-right: 0px;
    margin-bottom: 51px;
  }

  .text-servicios2 p {
    line-height: 23px;
  }

  .text-servicios2 h1{
    font-size: 25px;
  }

  .servicio {
    margin-bottom: 26px;
  }

  .text-servicios h1{
    font-size: 26px;
  }

  .text-contacto {
    padding-right: 3px;
    line-height: 23px;
    margin-bottom: 16%;
    margin-top: 0%;
  }

  .valores{
    display: block;
  }

  .ver_mas{
    margin-bottom: 55px;
  }
  

}


/*--------------------------------------------------------------------------------*/


@media (max-width: 550px) and (min-width:501px){

  #contenedor{
    font-family:"Lato Regular";
    font-size: 16px;
  }

  #banner-xs{
    margin-top:13%;
  }

  .img2 {
    width: 204px;
    padding-bottom: 8px;
  }

  .item-producth{
    margin-bottom: 15px;
  }

  #h-textquienes p{
    line-height: 23px;
  }

  #h-textquienes {
    padding: 52px 0px;
  }
  
  .text_productos{
    padding-left: 24px;
    padding-top: 33px;
    padding-bottom: 29px;
    padding-right: 22px;
  }

  .text_productos p{
    line-height: 20px;
    padding-bottom: 16px;
  }

  .text_productos h3{
    padding-bottom: 14px;
  }

  .text-productos2 {
    padding: 96px 45px;
  }

  #h-servicios h1{
    text-align: center;
    font-size: 52px;
  }

  .ver_mas h2{
    font-size: 27px;
  }

  footer p{
    font-size: 14px;
    padding-bottom: 5px;
  }

  .innovacion{
    padding-left: 17px;
  }

  .item-innovacion p{
    line-height: 22px;  
  }

  .item-innovacion h1{
    font-size: 29px;
  }

  .text-elegirnos p{
    line-height: 22px;
  }

  .text-mision{
    padding: 49px 38px;
  }

  .text-mision p{
    line-height: 23px;
    font-size: 17px;
  }

  .text-filosofia {
    padding-right: 14.4px;
  }

  .text-filosofia h2{
    margin-top: 21px;
  }

  .filosofia{
    margin-bottom: 48px;
  }

  .text-filosofia p{
    line-height: 23px;
  }

  .text-politica p{
    line-height: 24px;
  }

  #politica{
    padding: 96px 0px;
  }

  .text-caracteristicas h1{
    font-size: 29px;
  }

  .text-caracteristicas ul li{
    margin-bottom: 8px;
  }

  #caracteristicas{
    padding-top: 12.8px;
  }

  .text-titulo{
    padding-left: 17px;
  }

  .text-titulo h1{
    font-size: 28px;
  }

  .text-titulo p{
    padding-right: 31px;
    line-height: 22px;
  }

  .texto-link h2{
    font-size: 25px;
    margin-top: 0px;
  }

  .text-products{
    padding-left: 16px;
  }

  .text-products h1{
    font-size: 28px;
  }

  .text-products p{
    line-height: 30px;
  }

  .accordion2{
    margin-right: 0px !important;
  }

  .heading2{
    font-size: 23px !important;
  }

  .contents2 ul li{
    line-height: 21px !important;
  }

  .volver{
    padding: 60px 0px;
  }

  .texto-link h3{
    font-size: 18px;
    padding-bottom: 7px;
  }

  .text-descripcion h1{
    font-size: 24px;
  }

  .text-descripcion ul li{
    margin-bottom: 7px;
  }

  .text-descripcion p{
    line-height: 25px;
  }

  .text-servicios{
    padding-left: 15px;
  }

  .text-servicios p {
    line-height: 22px;
  }

  .text-servicios2 h1{
    font-size: 26px;
  }

  .text-servicios h1{
    font-size: 26px;
  }

  .text-servicios2{
    padding-right: 0px;
    margin-bottom: 37px;
  }

  .text-servicios2 p {
    line-height: 22px;
  }

  .servicio {
    margin-bottom: 25px;
  }

  .text-contacto {
    padding-right: 1px;
    line-height: 22px;
    margin-bottom: 13%;
    margin-top: 0px;
  }

  .valores{
    display: block;
  }

  .ver_mas{
    margin-bottom: 55px;
  }
  


}

/*-----------------------------------------------------------------------------*/

@media (max-width: 600px) and (min-width:551px){

  #contenedor{
    font-family:"Lato Regular";
    font-size: 16px;
  }

  #banner-xs{
    margin-top:12%;
  }

  .img2 {
    width: 204px;
    padding-bottom: 8px;
  }

  .item-producth{
    margin-bottom: 15px;
  }

  #h-textquienes p{
    line-height: 23px;
  }

  #h-textquienes {
    padding: 52px 0px;
  }

  .text_productos{
    padding-left: 27px;
    padding-top: 42px;
  }

  .text_productos h3{
    font-size: 26px;
    padding-bottom: 14px;
  }

  .text_productos p{
    padding-bottom: 16px;
    line-height: 22px;
  }

  .text-productos2 {
    padding: 96px 45px;
  }

  #h-servicios h1{
    text-align: center;
    font-size: 52px;
  }

  .ver_mas h2{
    font-size: 27px;
  }

  footer p{
    font-size: 14px;
    padding-bottom: 5px;
  }

  .innovacion{
    padding-left: 17px;
  }

  .item-innovacion p{
    line-height: 22px;  
  }

  .item-innovacion h1{
    font-size: 29px;
  }

  .text-elegirnos p{
    line-height: 22px;
  }

  .text-mision{
    padding: 49px 38px;
  }

  .text-mision p{
    line-height: 23px;
    font-size: 17px;
  }

  .text-filosofia {
    padding-right: 14.4px;
  }

  .text-filosofia h2{
    margin-top: 21px;
  }

  .filosofia{
    margin-bottom: 48px;
  }

  .text-filosofia p{
    line-height: 23px;
  }

  .text-politica p{
    line-height: 24px;
  }

  #politica{
    padding: 96px 0px;
  }

  .text-caracteristicas h1{
    font-size: 29px;
  }

  .text-caracteristicas ul li{
    margin-bottom: 8px;
  }

  #caracteristicas{
    padding-top: 12.8px;
  }

  .text-titulo{
    padding-left: 17px;
  }

  .text-titulo h1{
    font-size: 28px;
  }

  .text-titulo p{
    padding-right: 31px;
    line-height: 22px;
  }

  .texto-link h2{
    font-size: 25px;
    margin-top: 0px;
  }

  .text-products{
    padding-left: 16px;
  }

  .text-products h1{
    font-size: 28px;
  }

  .text-products p{
    line-height: 30px;
  }

  .accordion2{
    margin-right: 0px !important;
  }

  .heading2{
    font-size: 23px !important;
  }

  .contents2 ul li{
    line-height: 21px !important;
  }

  .volver{
    padding: 60px 0px;
  }

  .texto-link h3{
    font-size: 18px;
    padding-bottom: 7px;
  }

  .text-descripcion h1{
    font-size: 24px;
  }

  .text-descripcion ul li{
    margin-bottom: 7px;
  }

  .text-descripcion p{
    line-height: 25px;
  }

  .text-servicios{
    padding-left: 15px;
  }

  .text-servicios p {
    line-height: 22px;
  }

  .text-servicios2 h1{
    font-size: 26px;
  }

  .text-servicios h1{
    font-size: 26px;
  }

  .text-servicios2{
    padding-right: 0px;
    margin-bottom: 37px;
  }

  .text-servicios2 p {
    line-height: 22px;
  }

  .servicio {
    margin-bottom: 25px;
  }

  .text-contacto {
    padding-right: 1px;
    line-height: 22px;
    margin-bottom: 13%;
    margin-top: 0px;
  }

  .valores{
    display: block;
  }

  .ver_mas{
    margin-bottom: 55px;
  }
  
  
}


/*------------------------------------------------------------------------*/


@media (max-width: 700px) and (min-width:601px){

  #contenedor{
    font-family:"Lato Regular";
    font-size: 16px;
  }

  #banner-xs{
    margin-top:10%;
  }

  .img2 {
    width: 236px;
    padding-bottom: 8px;
  }

  #menu {
    margin-top: -46px;
    float: right;
    width: auto;
  }

  .item-producth{
    margin-bottom: 18px;
  }

  .text_productos h3{
    padding-bottom: 16px;
    font-size: 27px;
  }

  .text_productos{
    padding-left: 65px;
    padding-top: 47px;
  }

  .text_productos p{
    line-height: 19px;
    padding-bottom: 15px;
  }

  #h-textquienes {
    padding: 49px 0px;
  }

  #h-textquienes p{
    line-height: 21px;
  }

  #h-servicios h1{
    text-align: center;
    font-size: 60px;
  }

  .ver_mas h2{
    font-size: 17px;
  }

  .ver_mas h3{
    line-height: 18px;
    font-size: 13px;
  }

  .ampl{
    width: 81%;
    padding: 10px 8px;
  }

  footer p{
    font-size: 18px;
  }

  .innovacion{
    padding-left: 18px;
  }

  .item-innovacion p{
    line-height: 23px;
  }

  .text-elegirnos p{
    line-height: 23px;
  }

  .text-mision p{
    line-height: 24px;
    font-size: 16px;
  }

  .text-filosofia {
    padding-right: 1px;
  }

  .text-filosofia h2{
    margin-top: 27px;
  }

  .filosofia{
    margin-bottom: 45px;
  }

  .text-politica p{
    line-height: 24px;
  }

  #politica{
    padding: 74px 0px;
  }

  .text-caracteristicas ul li{
    margin-bottom: 8px;
  }

  .text-caracteristicas h1{
    font-size: 28px;
  }

  #caracteristicas {
    padding-top: 16px;
  }

  .item-innovacion h1{
    font-size: 30px;
  }

  .text-titulo{
    padding-left: 42px;
  }

  .text-titulo p{
    line-height: 23px;
    padding-right: 26px;
  }

  .text-titulo h1{
    font-size: 30px;
  }

  .texto-link h2{
    font-size: 27px;
    margin-top: 1px;
  }

  .text-products{
    padding-left: 24px;
  }

  .text-products h1{
    font-size: 30px;
  }

  .text-products p{
    line-height: 30px;
  }

  .accordion2{
    margin-right: 2px !important;
  }

  .heading2{
    font-size: 25px !important;
  }

  .text-descripcion h1{
    font-size: 25px;
  }

  .text-descripcion ul li{
    margin-bottom: 9px;
  }

  .contents2 ul li{
    line-height: 21px !important;
  }

  .text-contacto {
    margin-top: 0px;
    padding-right: 4px;
    line-height: 23px;
    margin-bottom: 8%;
  }

 

}


/*----------------------------------------------------------------------------*/

@media (max-width: 750px) and (min-width:701px){

  #contenedor{
    font-family:"Lato Regular";
    font-size: 16px;
  }

  #banner-xs{
    margin-top:10%;
  }

  .img2 {
    width: 236px;
    padding-bottom: 8px;
  }

  .item-producth{
    margin-bottom: 18px;
  }

  #h-textquienes {
    padding:  35px 0px;
  }

  #h-textquienes p{
    line-height: 24px;
  }

  #h-servicios h1{
    font-size: 69px;
    text-align: center;
  }

  .text_productos h3{
    padding-bottom: 16px;
  }

  .text_productos{
    padding-top: 81px;
    padding-left: 87px;
  }

  footer p{
    font-size: 19px;
  }

  .innovacion{
    padding-left: 21px;
  }

  .item-innovacion p{
    line-height: 24px;
  }

  .text-elegirnos p{
    line-height: 23px;
  }

  .text-mision p{
    line-height: 26px;
    font-size: 17px;
  }

  .text-filosofia {
    padding-right: 5px;
  }

  .filosofia{
    margin-bottom: 45px;
  }

  .text-filosofia h2{
    margin-top: 27px;
  }

  #caracteristicas {
    padding-top: 32px;
  }

  .item-innovacion h1{
    font-size: 30px;
  }

  .text-titulo{
    padding-left: 19px;
  }

  .text-titulo h1{
    font-size: 31px;
  }

  .text-titulo p{
    line-height: 24px;
    padding-right: 30px;
  }

  .texto-link h2{
    font-size: 25px;
  }

  .text-products{
    padding-left: 54px;
  }

  .text-products h1{
    font-size: 30px;
  }

  .accordion2{
    margin-right: 0px !important;
  }

  .heading2{
    font-size: 25px !important;
  }

  .text-descripcion h1{
    font-size: 27px;
  }

  .text-servicios{
    padding-left: 17px;
  }

  .servicio {
    margin-bottom: 9px;
  }

  .text-servicios p {
    line-height: 23px;
  }

  .text-servicios2{
    padding-right: 2px;
    margin-bottom: 45px;
  }

  .text-servicios2 p {
    line-height: 23px;
  }
  
  .text-servicios2 h1{
    font-size: 27px;
  }

  .text-servicios h1{
    font-size: 27px;
  }

  .text-contacto {
    padding-right: 1px;
    line-height: 24px;
    padding-bottom: 60px;
  }

  .ver_mas h2{
    font-size: 19px;
  }

  .ver_mas h3{
    font-size: 14px;
    line-height: 19px;
  }

  .ampl{
    width: 81%;
    padding: 10px 26px;
  }

}


/*----------------------------------------------------------------*/

@media (max-width: 767px) and (min-width:751px){

  #contenedor{
    font-size: 17px;
  }

  #banner-xs{
    margin-top:10%;
  }

  .img2 {
    width: 257px;
    padding-bottom: 8px;
  }

  .item-producth{
    margin-bottom: 15px;
  }

  .text_productos{
    padding-left: 70px;
    padding-top: 76px;
  }

  #h-servicios h1{
    font-size: 76px;
    text-align: center;
  }

  .ver_mas h2{
    font-size: 18px;
  }

  .ver_mas h3{
    line-height: 21px;
    font-size: 15px;
  }

  .ampl{
    width: 85%;
  }

  footer p{
    font-size: 20px;
  }

  .innovacion{
    padding-left: 21px;
  }

  .text-filosofia {
    padding-right: 5px;
  }

  .filosofia{
    margin-bottom: 49px;
  }

  #politica{
    padding: 82px 53px;
  }

  .text-caracteristicas h1{
    font-size: 32px;
  }

  .text-titulo{
    padding-left: 66px;
  }

  .text-servicios2{
    padding-right: 0px;
  }

  .text-servicios2 p{
    padding-bottom: 65px;
  }

  .text-contacto{
    padding-right: 5px;
    margin-top: 2%;
    padding-bottom: 65px;
  }

  .text-servicios{
    padding-left: 17px;
  }

  .servicio {
    margin-bottom: 8px;
  }

  
}

/*-------------------------------------------------------------------*/

@media (max-width: 850px) and (min-width:768px){

  #banner {
    margin-top: 11%;
  }

  .img2 {
    width: 273px;
    padding-bottom: 8px;
  }

  .texto{
    bottom: 4%;
    padding: 45px 23px;
  }

  .texto h1{
    font-size: 38px;
    line-height: 41px;
  }

  .text_products h2{
    margin-top: 15%;
    font-size: 18px;
  }

  #h-textquienes p{
    font-size: 17px;
    line-height: 21px;
  }

  #h-quienes{
    padding-bottom: 8px;
  }

  .text-productos2 {
    padding: 87px 45px;
  }

  .text_productos{
    padding-left: 68px;
    padding-top: 56px;
  }

  .text_productos p{
    line-height: 24px;
  }

  .text-productos2 h2{
    font-size: 27px;
  }

  #h-servicios h1{
    font-size: 76px;
  }

  footer p{
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 10px;
  }

  .innovacion{
    margin-top: 6%;
    padding-left: 45px;
  }

  .item-innovacion h1{
    font-size: 29px;
    padding-bottom: 5px;
  }

  .item-innovacion p{
    line-height: 21px;
    font-size: 16px;
    padding-bottom: 31px;
  }

  #carousel-innovacion .carousel-indicators{
    bottom: -12.1%;
  }

  #titulo {
    margin-top: 11%;
  }

  .text-filosofia {
    padding-right: 7px;
  }

  .filosofia{
    margin-bottom: 54px;
  }

  #politica{
    padding: 82px 37px;
  }

  .text-titulo{
    padding-left: 54px;
  }

  .text-titulo p{
    padding-right: 41px;
  }

  .texto-link{
    padding: 10px 12px;
  }

  .texto-link h2{
    font-size: 24px;
    margin-top: 0px;
  }

  .text-products{
    padding-left: 23px;
  }

  .accordion2{
    margin-right: 1px !important;
  }

  .texto-link h3{
    padding-bottom: 9px;
    font-size: 16px;
  }

  .text-titulo h1{
    font-size: 31px;
  }

  .text-servicios{
    padding-left: 14px;
  }

  .servicio {
    margin-bottom: 8px;
  }

  .text-servicios2{
    padding-right: 4px;
    padding-bottom: 46px;
  }

  .text-contacto{
    padding-right: 14px;
    padding-bottom: 43px;
    margin-top: 2%;
  }

  .texto h2{
    font-size: 29px;
  }

  .ampl {
    width: 83%;
    font-size: 17px;
    padding: 10px 12px;
  }

  .ver_mas h2{
    font-size: 19px;
  }

  .ver_mas h3{
    font-size: 16px;
    line-height: 20px;
  }

}

/*-------------------------------------------------------------------------*/


@media (max-width: 900px) and (min-width:851px){

  #banner {
    margin-top: 9%;
  }

  .img2 {
    width: 273px;
    padding-bottom: 8px;
  }

  .texto{
    bottom: 3%;
    padding: 23px 57px;
  }

  .texto h1{
    font-size: 39px;
    line-height: 39px;
  }

  .texto h2{
    font-size: 30px;
  }

  #h-quienes{
    margin-top: 22px;
  }

  #h-textquienes p{
    line-height: 23px;
    font-size: 17px;
  }

  #h-textquienes {
    padding:51px 0px;
  }

  .text_productos{
    padding-left: 64px;
    padding-top: 88px;
  }

  .text-productos2 {
    padding:102px 45px;
  }

  #h-servicios h1{
    font-size: 85px;
  }

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

  .text_products h2{
    font-size: 20px;
  }

  .innovacion{
    padding-left: 18px;
  }

  .text-filosofia {
    padding-right: 6px;
  }

  .filosofia{
    margin-bottom: 64px;
  }

  #politica{
    padding: 107px 63px;
  }

  .text-caracteristicas {
    margin-top: 0%;
  }

  .text-titulo{
    padding-left: 21px;
  }

  .text-titulo p{
    padding-right: 3px;
  }

  .texto-link h2{
    font-size: 26px;
    margin-top: 0px;
  }

  .text-products{
    padding-left: 39px;
  }

  .accordion2{
    margin-right: 0px !important;
  }

  .texto-link h3{
    font-size: 18px;
  }

  .text-servicios{
    padding-left: 14px;
  }

  .servicio {
    margin-bottom: 10px;
  }

  .text-servicios2{
    padding-right: 2px;
    margin-bottom: 52px;
  }

  .text-contacto{
    padding-right: 2px;
    margin-top: 1%;
    margin-bottom: 43px;
  }

  .ampl {
    width: 76%;
    padding: 10px 12px;
  }

  .ver_mas h2{
    font-size: 22px;
  }

  .ver_mas h3{
    font-size: 16px;
    line-height: 21px;
  }

  
}


/*-------------------------------------------------------------------------------*/


@media (max-width: 991px) and (min-width:901px){

  #banner {
    margin-top: 9%;
  }

  .img2 {
    width: 273px;
    padding-bottom: 8px;
  }

  .texto{
    bottom: -2%;
  }

  .texto h1{
    font-size: 44px;
    line-height: 44px;
  }

  #h-quienes{
    margin-top: 24px;
  }

  #h-textquienes {
    padding:59px 0px;
  }

  .text_productos{
    padding-top: 116px;
  }

  .text-productos2 {
    padding:107px 45px;
  }

  #h-servicios h1{
    font-size: 97px;
  }

  footer p{
    font-size: 20px;
  }

  .innovacion{
    padding-left: 21px;
  }

  .text-filosofia {
    padding-right: 3px;
  }

  .filosofia{
    margin-bottom: 59px;
  }

  .text-caracteristicas {
    margin-top: 1%;
  }

  .text-titulo{
    padding-left: 104px;
  }

  .texto-link h2{
    font-size: 26px;
    margin-top: 0px;
  }

  .accordion2{
    margin-right: 0px !important;
  }

  .texto-link h3{
    font-size: 19px;
  }

  .text-contacto {
    padding-right: 0px;
    line-height: 27px;
    margin-top: 1%;
    margin-bottom: 52px;
  }

  .ampl {
    width: 67%;
    padding: 10px 12px;
  }

  .ver_mas h2{
    font-size: 21px;
  }

  .ver_mas h3{
    line-height: 21px;
    font-size: 16px;
  }

  
}

/*----------------------------------------------------------*/


@media (max-width: 1100px) and (min-width:992px){

  #navbar li{
    margin: 0px 17px;
  }

  #navbar a{
    font-size: 19px;
  }

  #banner {
    margin-top: 20%;
  }

  .texto{
    bottom: 6%;
    padding: 45px 24px;
  }

  .texto h1{
    font-size: 40px;
  }

  #h-quienes{
    margin-top: 24px;
    padding-bottom: 4px;
  }

  #h-textquienes p{
    line-height: 24px;
  }

  .text_productos h3{
    font-size: 25px;
    padding-bottom: 14px;
  }

  .text_productos{
    padding-left: 19px;
    padding-top: 47px;
    padding-bottom: 29px;
    padding-right: 25px;
  }

  .text-productos2 h2{
    font-size: 21px;
  }

  .text_productos p{
    font-size: 15px;
    padding-bottom: 15px;
    font-family: "Lato Regular";
    line-height: 20px;
  }

  .text-productos2 h1{
    font-size: 22px;
  }

  .text-productos2 {
    padding:58px 16px;
  }

  #h-servicios h1{
    font-size: 102px;
  }

  .ver_mas h2{
    font-size: 22px;
  }

  .ver_mas h3{
    line-height: 22px;
    font-size: 18px;
  }

  #aliados h1{
    font-size: 31px;
    padding-top: 29px;
  }

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

  .innovacion{
    padding-left: 44px;
    margin-top: 6%;
  }

  .item-innovacion p{
    line-height: 22px;
    font-family: "Lato Regular";
    font-size: 16px;
  }

  #titulo {
    margin-top: 18%;
  }

  #carousel-innovacion .carousel-indicators{
    bottom: -23%;
  }

  .item-innovacion h1{
    font-size: 30px;
    padding-bottom: 11px;
  }

  .text-elegirnos p{
    line-height: 24px;
    font-size: 19px;
  }

  .text-elegirnos {
    margin-top: 2%;
  }

  .text-mision{
    padding: 49px 37px;
  }

  .text-mision p{
    line-height: 25px;
    font-size: 18px;
  }

  .filosofia {
    margin-top: 0%;
    margin-bottom: 32px;
  }

  .text-filosofia {
    padding-right: 3px;
  }

  .text-filosofia h2{
    margin-top: 17px;
  }

  .text-filosofia p{
    font-family:"Lato Regular";
    font-size: 16px;
    line-height: 21px;
  }

  .text-filosofia h1{
    font-size: 30px;
  }

  .line{
    margin-top: 8px;
    margin-bottom: 3px;
  }

  .text-caracteristicas h1{
    font-size: 26px;
  }

  .text-caracteristicas {
    margin-top: -4%;
  }

  .text-caracteristicas ul li{
    margin-bottom: 8px;
  }

  .text-titulo {
    margin-top: 3%;
    padding-left: 18px;
  }

  .text-titulo p{
    line-height: 19px;
    padding-right: 5px;
    font-size: 15px;
    font-family: "Lato Regular";
  }

  .text-titulo h1{
    font-size: 24px;
  }

  .texto-link h2{
    font-size: 25px;
    margin-top: 2px;
  }

  .text-products {
    margin-top: 8%;
    padding-left: 32px;
  }

  .text-products p{
    padding-right: 22px;
  }

  .accordion2{
    margin-right: 2px !important;
  }

  .heading2{
    font-size: 24px !important;
  }

  .texto-link h3{
    font-size: 18px;
  }

  .text-descripcion h1{
    font-size: 23px;
    padding-bottom: 11px;
  }

  .text-descripcion ul li{
    margin-bottom: 8px;
    font-family: "Lato Regular";
    font-size: 16px;
  }

  .text-descripcion {
    margin-top: 0%;
  }

  .text-descripcion p{
    line-height: 25px;
  }

  .text-servicios {
    margin-top: 1%;
    padding-left: 4px;
  }

  .text-servicios p{
    font-family: "Lato Regular";
    font-size: 16px;
    line-height: 24px;
  }

  .text-servicios2{
    padding-right: 28px;
    margin-top: 1%;
  }

  .text-servicios2 p{
    font-family: "Lato Regular";
    font-size: 16px;
    line-height: 21px;
  }

  .text-servicios h1{
    font-size: 26px;
  }

  .text-servicios2 h1{
    font-size: 26px;
  }

  .text-contacto{
    padding-right: 16px;
  }

  .ampl {
    width: 62%;
    padding: 10px 18px;
  }

}



/*------------------------------------------------------------------------*/


@media (max-width: 1199px) and (min-width:1101px){

  .img2 {
    width: 371px;
    padding-bottom: 8px;
  }

  #navbar li{
    margin: 0px 27px;
  }

  #navbar a{
    font-size: 19px;
  }

  #banner {
    margin-top: 18%;
  }

  .texto{
    bottom: 6%;
    padding: 45px 24px;
  }

  .texto h1{
    font-size: 47px;
  }

  #h-quienes{
    margin-top: 24px;
    padding-bottom: 4px;
  }

  #h-textquienes p{
    line-height: 24px;
  }

  .text_productos h3{
    font-size: 27px;
    padding-bottom: 14px;
  }

  .text_productos{
    padding-left: 19px;
    padding-top: 47px;
    padding-bottom: 29px;
    padding-right: 25px;
  }

  .text-productos2 h2{
    font-size: 21px;
  }

  .text_productos p{
    font-size: 18px;
    padding-bottom: 15px;
    line-height: 22px;
  }

  .text-productos2 h1{
    font-size: 22px;
  }

  .text-productos2 {
    padding:58px 16px;
  }

  #h-servicios h1{
    font-size: 102px;
  }

  .ver_mas h2{
    font-size: 22px;
  }

  .ver_mas h3{
    line-height: 22px;
    font-size: 18px;
  }

  #aliados h1{
    font-size: 31px;
    padding-top: 29px;
  }

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

  .innovacion{
    padding-left: 44px;
    margin-top: 6%;
  }

  .item-innovacion p{
    line-height: 22px;
    font-family: "Lato Regular";
    font-size: 17px;
  }

  #titulo {
    margin-top: 14%;
  }

  #carousel-innovacion .carousel-indicators{
    bottom: -23%;
  }

  .item-innovacion h1{
    font-size: 30px;
    padding-bottom: 11px;
  }

  .text-elegirnos p{
    line-height: 24px;
    font-size: 19px;
  }

  .text-elegirnos {
    margin-top: 2%;
  }

  .text-mision{
    padding: 49px 37px;
  }

  .text-mision p{
    line-height: 25px;
    font-size: 18px;
  }

  .filosofia {
    margin-top: 0%;
    margin-bottom: 32px;
  }

  .text-filosofia {
    padding-right: 3px;
  }

  .text-filosofia h2{
    margin-top: 17px;
  }

  .text-filosofia p{
    font-family:"Lato Regular";
    font-size: 16px;
    line-height: 21px;
  }

  .text-filosofia h1{
    font-size: 30px;
  }

  .line{
    margin-top: 8px;
    margin-bottom: 3px;
  }

  .text-caracteristicas h1{
    font-size: 26px;
  }

  .text-caracteristicas {
    margin-top: -4%;
  }

  .text-caracteristicas ul li{
    margin-bottom: 8px;
  }

  .text-titulo {
    margin-top: 3%;
    padding-left: 18px;
  }

  .text-titulo p{
    line-height: 21px;
    padding-right: 5px;
    font-size:16px;
    font-family: "Lato Regular";
  }

  .text-titulo h1{
    font-size: 24px;
  }

  .texto-link h2{
    font-size: 25px;
    margin-top: 2px;
  }

  .text-products {
    margin-top: 8%;
    padding-left: 32px;
  }

  .text-products p{
    padding-right: 22px;
  }

  .accordion2{
    margin-right: 2px !important;
  }

  .heading2{
    font-size: 26px !important;
  }

  .texto-link h3{
    font-size: 20px;
  }

  .text-descripcion h1{
    font-size: 23px;
    padding-bottom: 11px;
  }

  .text-descripcion ul li{
    margin-bottom: 8px;
    font-family: "Lato Regular";
    font-size: 16px;
  }

  .text-descripcion {
    margin-top: 0%;
  }

  .text-descripcion p{
    line-height: 25px;
  }

  .text-servicios {
    margin-top: 1%;
    padding-left: 4px;
  }

  .text-servicios p{
    font-size: 17px;
    line-height: 24px;
  }

  .text-servicios2{
    padding-right: 28px;
    margin-top: 1%;
  }

  .text-servicios2 p{
    font-size: 17px;
    line-height: 24px;
  }

  .text-servicios h1{
    font-size: 28px;
  }

  .text-servicios2 h1{
    font-size: 26px;
  }

  .text-contacto{
    padding-right: 16px;
  }

  .ampl {
    width: 62%;
  }

}


/*------------------------------------------------------------------------------*/

@media (max-width: 1300px) and (min-width:1200px){
  
  .img2 {
    width: 371px;
    padding-bottom: 8px;
  }

  #navbar li{
    margin: 0px 17px;
  }

  #navbar a{
    font-size: 19px;
  }

  #banner {
    margin-top: 14%;
  }

  .texto{
    bottom: 6%;
    padding: 45px 24px;
  }

  .text_products h2{
    font-size: 20px;
  }

  .texto h1{
    font-size: 44px;
  }

  #h-quienes{
    margin-top: 24px;
    padding-bottom: 4px;
  }

  #h-textquienes p{
    line-height: 24px;
  }

  .text_productos h3{
    font-size: 27px;
    padding-bottom: 14px;
  }

  .text_productos{
    padding-left: 19px;
    padding-top: 47px;
    padding-bottom: 29px;
    padding-right: 25px;
  }

  .text-productos2 h2{
    font-size: 21px;
  }

  .text_productos p{
    font-size: 18px;
    padding-bottom: 15px;
    line-height: 22px;
  }

  .text-productos2 h1{
    font-size: 22px;
  }

  .text-productos2 {
    padding:58px 16px;
  }

  #h-servicios h1{
    font-size: 102px;
  }

  .ver_mas h2{
    font-size: 22px;
  }

  .ver_mas h3{
    line-height: 22px;
    font-size: 18px;
  }

  #aliados h1{
    font-size: 31px;
    padding-top: 29px;
  }

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

  .innovacion{
    padding-left: 44px;
  }

  .item-innovacion p{
    line-height: 24px;
    font-size: 17px;
  }

  #titulo {
    margin-top: 14%;
  }

  #carousel-innovacion .carousel-indicators{
    bottom: -23%;
  }

  .item-innovacion h1{
    font-size: 30px;
    padding-bottom: 11px;
  }

  .text-elegirnos p{
    line-height: 24px;
    font-size: 19px;
  }

  .text-elegirnos {
    margin-top: 2%;
  }

  .text-mision{
    padding: 49px 37px;
  }

  .text-mision p{
    line-height: 25px;
    font-size: 18px;
  }

  .filosofia {
    margin-top: 0%;
    margin-bottom: 32px;
  }

  .text-filosofia {
    padding-right: 3px;
  }

  .text-filosofia h2{
    margin-top: 17px;
  }

  .text-filosofia p{
    font-family:"Lato Regular";
    font-size: 16px;
    line-height: 21px;
  }

  .text-filosofia h1{
    font-size: 30px;
  }

  .line{
    margin-top: 8px;
    margin-bottom: 3px;
  }

  .text-caracteristicas h1{
    font-size: 26px;
  }

  .text-caracteristicas {
    margin-top: -4%;
  }

  .text-caracteristicas ul li{
    margin-bottom: 8px;
  }

  .text-titulo {
    margin-top: 4%;
    padding-left: 18px;
  }

  .text-titulo p{
    line-height: 21px;
    padding-right: 5px;
    font-size: 17px;
    font-family: "Lato Regular";
  }

  .text-titulo h1{
    font-size: 24px;
  }

  .texto-link h2{
    font-size: 25px;
    margin-top: 2px;
  }

  .text-products {
    margin-top: 8%;
    padding-left: 32px;
  }

  .text-products p{
    padding-right: 22px;
  }

  .accordion2{
    margin-right: 2px !important;
  }

  .heading2{
    font-size: 26px !important;
  }

  .texto-link h3{
    font-size: 20px;
  }

  .text-descripcion h1{
    font-size: 23px;
    padding-bottom: 11px;
  }

  .text-descripcion ul li{
    margin-bottom: 8px;
    font-family: "Lato Regular";
    font-size: 16px;
  }

  .text-descripcion {
    margin-top: 0%;
  }

  .text-descripcion p{
    line-height: 25px;
  }

  .text-servicios {
    margin-top: 1%;
    padding-left: 4px;
  }

  .text-servicios p{
    font-size: 17px;
    line-height: 24px;
  }

  .text-servicios2{
    padding-right: 28px;
    margin-top: 1%;
  }

  .text-servicios2 p{
    font-size: 17px;
    line-height: 24px;
  }

  .text-servicios h1{
    font-size: 28px;
  }

  .text-servicios2 h1{
    font-size: 26px;
  }

  .text-contacto{
    padding-right: 16px;
  }

  .ampl {
    width: 68%;
  }

  
}


/*------------------------------------------------------------------------------*/

@media (max-width: 1400px) and (min-width:1301px){

  .img2 {
    width: 371px;
    padding-bottom: 8px;
  }

  #navbar li{
    margin: 0px 26px;
  }

  #navbar a{
    font-size: 19px;
  }

  #banner {
    margin-top: 12%;
  }

  .texto{
    bottom: 6%;
    padding: 45px 24px;
  }

  .text_products h2{
    font-size: 20px;
  }

  .texto h1{
    font-size: 53px;
  }

  #h-quienes{
    margin-top: 24px;
    padding-bottom: 4px;
  }

  #h-textquienes p{
    line-height: 24px;
  }

  .text_productos h3{
    font-size: 27px;
    padding-bottom: 14px;
  }

  .text_productos{
    padding-left: 19px;
    padding-top: 47px;
    padding-bottom: 29px;
    padding-right: 25px;
  }

  .text-productos2 h2{
    font-size: 21px;
  }

  .text_productos p{
    font-size: 18px;
    padding-bottom: 15px;
    line-height: 22px;
  }

  .text-productos2 h1{
    font-size: 22px;
  }

  .text-productos2 {
    padding:58px 16px;
  }

  #h-servicios h1{
    font-size: 102px;
  }

  .ver_mas h2{
    font-size: 22px;
  }

  .ver_mas h3{
    line-height: 22px;
    font-size: 18px;
  }

  #aliados h1{
    font-size: 31px;
    padding-top: 29px;
  }

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

  .innovacion{
    padding-left: 44px;
  }

  .item-innovacion p{
    line-height: 24px;
    font-size: 17px;
  }

  #titulo {
    margin-top: 12%;
  }

  #carousel-innovacion .carousel-indicators{
    bottom: -23%;
  }

  .item-innovacion h1{
    font-size: 30px;
    padding-bottom: 11px;
  }

  .text-elegirnos p{
    line-height: 24px;
    font-size: 19px;
  }

  .text-elegirnos {
    margin-top: 2%;
  }

  .text-mision{
    padding: 49px 37px;
  }

  .text-mision p{
    line-height: 25px;
    font-size: 18px;
  }

  .filosofia {
    margin-top: 0%;
    margin-bottom: 32px;
  }

  .text-filosofia {
    padding-right: 3px;
  }

  .text-filosofia h2{
    margin-top: 17px;
  }

  .text-filosofia p{
    font-family:"Lato Regular";
    font-size: 16px;
    line-height: 21px;
  }

  .text-filosofia h1{
    font-size: 30px;
  }

  .line{
    margin-top: 8px;
    margin-bottom: 3px;
  }

  .text-caracteristicas h1{
    font-size: 26px;
  }

  .text-caracteristicas {
    margin-top: -4%;
  }

  .text-caracteristicas ul li{
    margin-bottom: 8px;
  }

  .text-titulo {
    margin-top: 6%;
    padding-left: 18px;
  }

  .text-titulo p{
    line-height: 23px;
    padding-right: 5px;
    font-size: 18px;
    font-family: "Lato Regular";
  }

  .text-titulo h1{
    font-size: 24px;
  }

  .texto-link h2{
    font-size: 25px;
    margin-top: 2px;
  }

  .text-products {
    margin-top: 8%;
    padding-left: 32px;
  }

  .text-products p{
    padding-right: 22px;
  }

  .accordion2{
    margin-right: 2px !important;
  }

  .heading2{
    font-size: 26px !important;
  }

  .texto-link h3{
    font-size: 16px;
    padding-bottom: 8px;
  }

  .text-descripcion h1{
    font-size: 23px;
    padding-bottom: 11px;
  }

  .text-descripcion ul li{
    margin-bottom: 8px;
    font-family: "Lato Regular";
    font-size: 16px;
  }

  .text-descripcion {
    margin-top: 0%;
  }

  .text-descripcion p{
    line-height: 25px;
  }

  .text-servicios {
    margin-top: 1%;
    padding-left: 4px;
  }

  .text-servicios p{
    font-size: 17px;
    line-height: 24px;
  }

  .text-servicios2{
    padding-right: 28px;
    margin-top: 1%;
  }

  .text-servicios2 p{
    font-size: 17px;
    line-height: 24px;
  }

  .text-servicios h1{
    font-size: 28px;
  }

  .text-servicios2 h1{
    font-size: 26px;
  }

  .text-contacto{
    padding-right: 16px;
  }

  .ampl {
    width: 67%;
  }

  
}


/*--------------------------------------------------------------------------------*/

@media (max-width: 1499px) and (min-width:1401px){

  .img2 {
    width: 371px;
    padding-bottom: 8px;
  }

  #navbar li{
    margin: 0px 33px;
  }

  #navbar a{
    font-size: 19px;
  }

  #banner {
    margin-top: 11%;
  }

  .texto{
    bottom: 6%;
    padding: 45px 24px;
  }

  .text_products h2{
    font-size: 20px;
  }

  .texto h1{
    font-size: 50px;
  }

  #h-quienes{
    padding-bottom: 4px;
  }

  #h-textquienes p{
    line-height: 24px;
  }

  .text_productos h3{
    padding-bottom: 14px;
  }

  .text_productos{
    padding-left: 19px;
    padding-top: 65px;
    padding-bottom: 29px;
    padding-right: 25px;
  }

  .text-productos2 h2{
    font-size: 21px;
  }

  .text_productos p{
    font-size: 18px;
    padding-bottom: 15px;
    line-height: 22px;
  }

  .text-productos2 h1{
    font-size: 22px;
  }

  .text-productos2 {
    padding:58px 16px;
  }

  #h-servicios h1{
    font-size: 102px;
  }

  .ver_mas h2{
    font-size: 22px;
  }

  .ver_mas h3{
    line-height: 22px;
    font-size: 18px;
  }

  #aliados h1{
    font-size: 31px;
    padding-top: 29px;
  }

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

  .innovacion{
    padding-left: 44px;
  }

  .item-innovacion p{
    line-height: 24px;
    font-size: 17px;
  }

  #titulo {
    margin-top: 12%;
  }

  #carousel-innovacion .carousel-indicators{
    bottom: -23%;
  }

  .item-innovacion h1{
    font-size: 30px;
    padding-bottom: 11px;
  }

  .text-elegirnos p{
    line-height: 24px;
    font-size: 19px;
  }

  .text-elegirnos {
    margin-top: 2%;
  }

  .text-mision{
    padding: 49px 37px;
  }

  .text-mision p{
    line-height: 25px;
    font-size: 18px;
  }

  .filosofia {
    margin-top: 0%;
    margin-bottom: 32px;
  }

  .text-filosofia {
    padding-right: 3px;
  }

  .text-filosofia h2{
    margin-top: 17px;
  }

  .text-filosofia p{
    font-family:"Lato Regular";
    font-size: 16px;
    line-height: 21px;
  }

  .text-filosofia h1{
    font-size: 30px;
  }

  .line{
    margin-top: 8px;
    margin-bottom: 3px;
  }

  .text-caracteristicas h1{
    font-size: 26px;
  }

  .text-caracteristicas {
    margin-top: -4%;
  }

  .text-caracteristicas ul li{
    margin-bottom: 8px;
  }

  .text-titulo {
    margin-top: 10%;
    padding-left: 18px;
  }

  .text-titulo p{
    line-height: 23px;
    padding-right: 5px;
    font-size: 18px;
    font-family: "Lato Regular";
  }

  .text-titulo h1{
    font-size: 24px;
  }

  .texto-link h2{
    font-size: 25px;
    margin-top: 2px;
  }

  .text-products {
    margin-top: 8%;
    padding-left: 32px;
  }

  .text-products p{
    padding-right: 22px;
  }

  .accordion2{
    margin-right: 2px !important;
  }

  .heading2{
    font-size: 26px !important;
  }

  .texto-link h3{
    font-size: 16px;
    padding-bottom: 8px;
  }

  .text-descripcion h1{
    font-size: 23px;
    padding-bottom: 11px;
  }

  .text-descripcion ul li{
    margin-bottom: 8px;
    font-family: "Lato Regular";
    font-size: 16px;
  }

  .text-descripcion {
    margin-top: 0%;
  }

  .text-descripcion p{
    line-height: 25px;
  }

  .text-servicios {
    margin-top: 1%;
    padding-left: 4px;
  }

  .text-servicios p{
    font-size: 17px;
    line-height: 24px;
  }

  .text-servicios2{
    padding-right: 28px;
    margin-top: 1%;
  }

  .text-servicios2 p{
    font-size: 17px;
    line-height: 24px;
  }

  .text-servicios h1{
    font-size: 28px;
  }

  .text-servicios2 h1{
    font-size: 26px;
  }

  .text-contacto{
    padding-right: 16px;
  }

  .ampl {
    width: 70%;
  }


}

/*----------------------------------------------------------------------------*/
@media (max-width: 1600px) and (min-width:1500px){

  .img2 {
    width: 371px;
    padding-bottom: 8px;
  }

  #navbar li{
    margin: 0px 40px;
  }

  #navbar a{
    font-size: 19px;
  }

  #banner {
    margin-top: 11%;
  }

  .texto{
    bottom: 6%;
    padding: 45px 24px;
  }

  .text_products h2{
    font-size: 20px;
  }

  .texto h1{
    font-size: 44px;
  }

  #h-quienes{
    padding-bottom: 4px;
  }

  #h-textquienes p{
    line-height: 24px;
  }

  .text_productos h3{
    padding-bottom: 14px;
  }

  .text_productos{
    padding-left: 19px;
    padding-top: 65px;
    padding-bottom: 29px;
    padding-right: 25px;
  }

  .text-productos2 h2{
    font-size: 21px;
  }

  .text_productos p{
    font-size: 19px;
    padding-bottom: 15px;
    line-height: 25px;
  }

  .text-productos2 h1{
    font-size: 22px;
  }

  .text-productos2 {
    padding:58px 16px;
  }

  #h-servicios h1{
    font-size: 102px;
  }

  .ver_mas h2{
    font-size: 22px;
  }

  .ampl{
    width: 75%;
  }

  .ver_mas h3{
    line-height: 22px;
    font-size: 18px;
  }

  #aliados h1{
    font-size: 31px;
    padding-top: 29px;
  }

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

  .innovacion{
    padding-left: 44px;
  }

  .item-innovacion p{
    line-height: 24px;
    font-size: 17px;
  }

  #titulo {
    margin-top:10%;
  }

  #carousel-innovacion .carousel-indicators{
    bottom: -23%;
  }

  .item-innovacion h1{
    font-size: 30px;
    padding-bottom: 11px;
  }

  .text-elegirnos p{
    line-height: 24px;
    font-size: 19px;
  }

  .text-elegirnos {
    margin-top: 2%;
  }

  .text-mision{
    padding: 49px 37px;
  }

  .text-mision p{
    line-height: 25px;
    font-size: 18px;
  }

  .filosofia {
    margin-top: 0%;
    margin-bottom: 32px;
  }

  .text-filosofia {
    padding-right: 3px;
  }

  .text-filosofia h2{
    margin-top: 17px;
  }

  .text-filosofia p{
    font-family:"Lato Regular";
    font-size: 16px;
    line-height: 21px;
  }

  .text-filosofia h1{
    font-size: 30px;
  }

  .line{
    margin-top: 8px;
    margin-bottom: 3px;
  }

  .text-caracteristicas h1{
    font-size: 26px;
  }

  .text-caracteristicas {
    margin-top: -4%;
  }

  .text-caracteristicas ul li{
    margin-bottom: 8px;
  }

  .text-titulo {
    margin-top: 10%;
    padding-left: 18px;
  }

  .text-titulo p{
    line-height: 24px;
    padding-right: 5px;
    font-size: 19px;
  }

  .text-titulo h1{
    font-size: 24px;
  }

  .texto-link h2{
    font-size: 25px;
    margin-top: 2px;
  }

  .text-products {
    margin-top: 8%;
    padding-left: 32px;
  }

  .text-products p{
    padding-right: 22px;
  }

  .accordion2{
    margin-right: 2px !important;
  }

  .heading2{
    font-size: 26px !important;
  }

  .texto-link h3{
    font-size: 16px;
    padding-bottom: 8px;
  }

  .text-descripcion h1{
    font-size: 23px;
    padding-bottom: 11px;
  }

  .text-descripcion ul li{
    margin-bottom: 8px;
    font-family: "Lato Regular";
    font-size: 16px;
  }

  .text-descripcion {
    margin-top: 0%;
  }

  .text-descripcion p{
    line-height: 25px;
  }

  .text-servicios {
    margin-top: 1%;
    padding-left: 4px;
  }

  .text-servicios p{
    font-size: 17px;
    line-height: 24px;
  }

  .text-servicios2{
    padding-right: 28px;
    margin-top: 1%;
  }

  .text-servicios2 p{
    font-size: 17px;
    line-height: 24px;
  }

  .text-servicios h1{
    font-size: 28px;
  }

  .text-servicios2 h1{
    font-size: 26px;
  }

  .text-contacto{
    padding-right: 16px;
  }

}

/*------------------------------------------------------------------------------*/


@media (max-width: 1700px) and (min-width:1601px){

  .img2 {
    width: 371px;
    padding-bottom: 8px;
  }

  #navbar li{
    margin: 0px 47px;
  }

  #navbar a{
    font-size: 19px;
  }

  #banner {
    margin-top: 10%;
  }

  .texto{
    bottom: 9%;
    padding: 45px 24px;
  }

  .text_products h2{
    font-size: 20px;
  }

  #h-quienes{
    padding-bottom: 4px;
  }

  #h-textquienes p{
    line-height: 24px;
  }

  .text_productos h3{
    padding-bottom: 14px;
  }

  .text_productos{
    padding-left: 19px;
    padding-top: 65px;
    padding-bottom: 29px;
    padding-right: 25px;
  }

  .text-productos2 h2{
    font-size: 21px;
  }

  .text_productos p{
    font-size: 19px;
    padding-bottom: 15px;
    line-height: 25px;
  }

  .text-productos2 h1{
    font-size: 22px;
  }

  .text-productos2 {
    padding:58px 16px;
  }

  #h-servicios h1{
    font-size: 102px;
  }

  .ver_mas h2{
    font-size: 22px;
  }

  .ver_mas h3{
    line-height: 22px;
    font-size: 18px;
  }

  #aliados h1{
    font-size: 31px;
    padding-top: 29px;
  }

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

  .innovacion{
    padding-left: 44px;
  }

  .item-innovacion p{
    line-height: 24px;
    font-size: 17px;
  }

  #titulo {
    margin-top:10%;
  }

  #carousel-innovacion .carousel-indicators{
    bottom: -23%;
  }

  .item-innovacion h1{
    font-size: 30px;
    padding-bottom: 11px;
  }

  .text-elegirnos p{
    line-height: 24px;
    font-size: 19px;
  }

  .text-elegirnos {
    margin-top: 2%;
  }

  .text-mision{
    padding: 49px 37px;
  }

  .text-mision p{
    line-height: 25px;
    font-size: 18px;
  }

  .filosofia {
    margin-top: 0%;
    margin-bottom: 32px;
  }

  .text-filosofia {
    padding-right: 3px;
  }

  .text-filosofia h2{
    margin-top: 17px;
  }

  .text-filosofia p{
    font-family:"Lato Regular";
    font-size: 16px;
    line-height: 21px;
  }

  .text-filosofia h1{
    font-size: 30px;
  }

  .line{
    margin-top: 8px;
    margin-bottom: 3px;
  }

  .text-caracteristicas h1{
    font-size: 26px;
  }

  .text-caracteristicas {
    margin-top: -4%;
  }

  .text-caracteristicas ul li{
    margin-bottom: 8px;
  }

  .text-titulo {
    margin-top: 10%;
    padding-left: 18px;
  }

  .text-titulo p{
    line-height: 24px;
    padding-right: 5px;
    font-size: 19px;
  }

  .text-titulo h1{
    font-size: 24px;
  }

  .texto-link h2{
    font-size: 25px;
    margin-top: 2px;
  }

  .text-products {
    margin-top: 8%;
    padding-left: 32px;
  }

  .text-products p{
    padding-right: 22px;
  }

  .accordion2{
    margin-right: 2px !important;
  }

  .heading2{
    font-size: 26px !important;
  }

  .texto-link h3{
    font-size: 16px;
    padding-bottom: 8px;
  }

  .text-descripcion h1{
    font-size: 23px;
    padding-bottom: 11px;
  }

  .text-descripcion ul li{
    margin-bottom: 8px;
    font-family: "Lato Regular";
    font-size: 16px;
  }

  .text-descripcion {
    margin-top: 0%;
  }

  .text-descripcion p{
    line-height: 25px;
  }

  .text-servicios {
    margin-top: 1%;
    padding-left: 4px;
  }

  .text-servicios2{
    padding-right: 28px;
    margin-top: 1%;
  }

  .text-servicios h1{
    font-size: 28px;
  }

  .text-contacto{
    padding-right: 16px;
  }


}




/*------------------------------------------------------------------------------*/


@media (max-width: 1800px) and (min-width:1701px){

  .img2 {
    width: 371px;
    padding-bottom: 8px;
  }

  #navbar li{
    margin: 0px 53px;
  }

  #navbar a{
    font-size: 19px;
  }

  #banner {
    margin-top: 9%;
  }

  .text_products h2{
    font-size: 20px;
  }

  #h-quienes{
    padding-bottom: 4px;
  }

  #h-textquienes p{
    line-height: 24px;
  }

  .text_productos h3{
    padding-bottom: 14px;
  }

  .text_productos{
    padding-left: 19px;
    padding-top: 65px;
    padding-bottom: 29px;
    padding-right: 25px;
  }

  .text-productos2 h2{
    font-size: 21px;
  }

  .text_productos p{
    font-size: 19px;
    padding-bottom: 15px;
    line-height: 25px;
  }

  .text-productos2 h1{
    font-size: 22px;
  }

  .text-productos2 {
    padding:58px 16px;
  }

  #h-servicios h1{
    font-size: 102px;
  }

  .ver_mas h2{
    font-size: 22px;
  }

  .ver_mas h3{
    line-height: 22px;
    font-size: 18px;
  }

  #aliados h1{
    font-size: 31px;
    padding-top: 29px;
  }

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

  .innovacion{
    padding-left: 44px;
  }

  .item-innovacion p{
    line-height: 24px;
    font-size: 17px;
  }

  #titulo {
    margin-top:10%;
  }

  #carousel-innovacion .carousel-indicators{
    bottom: -23%;
  }

  .item-innovacion h1{
    font-size: 30px;
    padding-bottom: 11px;
  }

  .text-elegirnos p{
    line-height: 24px;
    font-size: 19px;
  }

  .text-elegirnos {
    margin-top: 2%;
  }

  .text-mision{
    padding: 49px 37px;
  }

  .text-mision p{
    line-height: 25px;
    font-size: 18px;
  }

  .filosofia {
    margin-top: 0%;
    margin-bottom: 32px;
  }

  .text-filosofia {
    padding-right: 3px;
  }

  .text-filosofia h2{
    margin-top: 17px;
  }

  .text-filosofia p{
    font-family:"Lato Regular";
    font-size: 16px;
    line-height: 21px;
  }

  .text-filosofia h1{
    font-size: 30px;
  }

  .line{
    margin-top: 8px;
    margin-bottom: 3px;
  }

  .text-caracteristicas h1{
    font-size: 26px;
  }

  .text-caracteristicas {
    margin-top: -4%;
  }

  .text-caracteristicas ul li{
    margin-bottom: 8px;
  }

  .text-titulo {
    margin-top: 10%;
    padding-left: 18px;
  }

  .text-titulo p{
    line-height: 24px;
    padding-right: 5px;
    font-size: 19px;
  }

  .text-titulo h1{
    font-size: 24px;
  }

  .texto-link h2{
    font-size: 25px;
    margin-top: 2px;
  }

  .text-products {
    margin-top: 8%;
    padding-left: 32px;
  }

  .text-products p{
    padding-right: 22px;
  }

  .accordion2{
    margin-right: 2px !important;
  }

  .heading2{
    font-size: 26px !important;
  }

  .texto-link h3{
    font-size: 16px;
    padding-bottom: 8px;
  }

  .text-descripcion h1{
    font-size: 23px;
    padding-bottom: 11px;
  }

  .text-descripcion ul li{
    margin-bottom: 8px;
    font-family: "Lato Regular";
    font-size: 16px;
  }

  .text-descripcion {
    margin-top: 0%;
  }

  .text-descripcion p{
    line-height: 25px;
  }

  .text-servicios {
    margin-top: 1%;
    padding-left: 4px;
  }

  .text-servicios p{
    font-size: 17px;
    line-height: 24px;
  }

  .text-servicios2{
    padding-right: 28px;
    margin-top: 1%;
  }

  .text-servicios2 p{
    font-size: 17px;
    line-height: 24px;
  }

  .text-servicios h1{
    font-size: 28px;
  }

  .text-servicios2 h1{
    font-size: 26px;
  }

  .text-contacto{
    padding-right: 16px;
  }
}




/*------------------------------------------------------------------------------*/


@media (max-width: 1900px) and (min-width:1801px){


  #navbar li{
    margin: 0px 53px;
  }

  #h-servicios h1{
    font-size: 170px;
  }
  
  #banner {
    margin-top: 10%;
  }

  #titulo {
    margin-top: 10%;
  }

  .text-titulo {
    margin-top: 8%;
    padding-left: 76px;
  }

  .texto-link h3{
    font-size: 19px;
    padding-bottom: 9px;
  }
  
}



/*------------------------------------------------------------------------------*/


@media (max-width:2100px) and (min-width:1901px){

  #navbar li{
    margin: 0px 61px;
  }

  #h-servicios h1{
    font-size: 170px;
  }

  #banner {
    margin-top: 9%;
  }

  .texto{
    bottom: 28%;
  }

  #titulo {
    margin-top: 9%;
  }

  .text-titulo {
    margin-top: 7%;
    padding-left: 76px;
  }

  .texto-link h3{
    font-size: 19px;
    padding-bottom: 9px;
  }


}


@media (max-width:2300px) and (min-width:2101px){


}