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

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

@font-face {
  font-family:"Exo 2 Extra Light";
  src:url("../fonts/Exo2-ExtraLight.eot?") format("eot"),
  url("../fonts/Exo2-ExtraLight.woff") format("woff"),
  url("../fonts/Exo2-ExtraLight.ttf") format("truetype"),
  url("../fonts/Exo2-ExtraLight.svg#Exo2-ExtraLight") format("svg");
  font-weight:normal;
  font-style:normal;
}

#contenedor{
  width:100%;
  overflow:hidden;
  position:relative;
  font-size: 20px;
  color: #434344;
  font-family:"Exo 2";
}

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

.clear{
  clear:both;
}

#datos_header{
  background-color:#003D5C;
  padding: 4px 0px;
}

.datos_header ul{
  float: right;
}

.datos_header ul li{
  color: #fff;
  font-family: 'nexa_lightregular';
  font-size: 16px;
  float: left;
  margin-left: 26px;
}

.datos_header ul li a{
  color: #fff;
  padding-left: 5px;
  line-height: 34px;
}

.ico1 {
  background-image: url(../img/ico-cel.webp);
  background-position: 0px 2px;
  background-repeat: no-repeat;
  float: left;
  width: 22px;
  height: 36px;
}

.ico2 {
  background-image: url(../img/ico-email.webp);
  background-position: 0px 5px;
  background-repeat: no-repeat;
  float: left;
  width: 33px;
  height: 31px;
}

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

#barra-menu{
  background-color:#00125A;
}

#menu{
  padding-bottom: none;
  background: transparent;
  width: 100%;
  margin-bottom:0;
  font-family:"Exo 2 Bold";
  border: none;
  min-height: 10px;
}

.menu {
  text-align:right;
}

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

#navbar a{
  color: #fff;
  float: left;
  position: relative;
  display:inline-block;
  font-size: 22px;
}

#navbar a:hover{
  color: #94BCFF;
  text-decoration:none;
}

#navbar .selec{
  color: #94BCFF;
  text-decoration:none;
}

#banner{
  margin-top:4%;
}

#banner .carousel-indicators{
  bottom: 10px;
  width: 58%;
}

#banner .carousel-indicators li {
  background-color: #000E5D;
  border: 2px solid #0341FF;
  width: 15px;
  height: 15px;
  margin-left: 6px;
}

#banner .carousel-indicators .active{
  background-color: #0341FF;
  border: 2px solid  #000E5D;
}

.texto{
  position: absolute;
  bottom: 23%;
  width: 100%;
  color: #FFF;
  text-align:left;
  font-family:"Exo 2 Bold";
}

.texto h1{
  text-align: left;
  font-size: 24px;
  padding-bottom: 12px;
  text-shadow: 3px 2px 2px #fff;
  text-transform: uppercase;
  color: #312783;
}

.texto h2{
  font-size:64px;
  text-shadow: 2px 3px 0px #fff;
  margin-bottom:45px;
  text-transform: uppercase;
  color: #312783;
}

#flech{
  width: 26px;
  height: 31px;
  float: right;
  position: relative;
  right: -46%;
  z-index: 999999;
}


.btn2 {
  border: none;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #00125A;
  font-size: 20px;
  font-family:"Exo 2";
  background-color: #FFF;
  padding: 17px 61px 8px 25px;
}

.btn2 span {
  position: relative; 
  z-index: 1;
}

.btn2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  color: #fff;
  z-index: 999; 
  background: #00125A;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  transform: skewX(-30deg) translateX(74px);
}

.btn2:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.text{
  background-image: url(../img/bg.webp);
  background-position: left;
  background-size: cover;
}

#home_somos {
  padding:110px 0px 84px 0px;
}

.home_somos{
  padding-left: 51px;
  padding-bottom: 51px;
}

.home_somos h1{
  color: #003FFF;
  font-family:"Exo 2 Bold";
}

.home_somos h2{
  font-size: 48px;
  font-family:"Exo 2 Bold";
  color: #00164E;
}

.home_somos p {
  line-height: 27px;
  padding-bottom: 44px;
}

.home_somos p span{
  font-family:"Exo 2 Bold";
  line-height: 29px;
  color: #000;
  text-align: justify;
}

.line{
  width: 145px;
  height: 7px;
  display: inline-block;
  background-color: #0142FF;
  margin-bottom: 20px;
  margin-top: 9px;
}

.line2{
  width:99px;
  height: 7px;
  display: inline-block;
  background-color: #fff;
  margin-bottom: 15px;
  margin-top: 12px;
  transform: skew(-36deg);
}

.fig2{
  position: absolute;
  width: 1250px;
  height: 100%;
  right: 0%;
  bottom: 0%;
  background-image: url(../img/3.webp);
  background-repeat: no-repeat;
}

.afig{
  animation:slide 2s ease-in-out alternate;
  background-image: url(../img/3.webp);
  background-repeat: no-repeat;
  bottom:0;
  left:65%;
  position:absolute;
  right:-50%;
  top:0;
  z-index:0;
}

.afig2{
  animation:slide 2s ease-in-out alternate;
  background-image: url(../img/3.webp);
  background-repeat: no-repeat;
  bottom:0;
  left:6%;
  position:absolute;
  right:-50%;
  top:0;
  z-index:0;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

.bfig{
  background-image: url(../img/fig2.webp);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  position: absolute;
  width: 1379px;
  height: 100%;
  right: 0px;
  top: 0%;
  z-index: 2;
}

#beneficios{
  margin-top: 4%;
  background-color: #ffffff6e;
  padding: 63px 0px;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}

.img-home {
  position: absolute;
  right: 0;
  top: -5%;
}

.btn-ampliar {
  font-family:"Exo 2 Extra Light";
  position: relative;
  font-size: 18px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  overflow: hidden;
  z-index: 99999;
  padding: 0px 0px 0px 20px;
  background-color: #fff;
}

.btn-effect-2 { 
  color: #021959; 
  line-height: 52px;
}

.btn-effect-2::before {
  content: ''; 
  position: absolute; 
  top: 0; 
  right: 0;
  width: 0; 
  height: 100%; 
  background: #0043FF;
  z-index: -1; 
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  transform: skewX(-34deg) translateX(-69px);
}

.btn-effect-2:hover { 
  color: #fff; 
}

.btn-effect-2:hover::before { 
  width: 100%; 
}

.flec2{
  background-image: url(../img/flecha2.webp);
  width:80px;
  height:53px;
  margin-left: 11px;
  float: right;
}

.vermas{
  font-family:"Exo 2 Extra Light";
  position: relative;
  font-size: 20px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  overflow: hidden;
  z-index: 99999;
  padding: 0px 0px 0px 22px;
  background-color: #fff;
}

.btn-effect-4 { 
  color: #00125A; 
  line-height: 52px;
}

.btn-effect-4::before {
  content: ''; 
  position: absolute; 
  top: 0; 
  right: 0;
  width: 0; 
  height: 100%; 
  background:  #00125A;
  z-index: -1; 
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  transform: skewX(-34deg) translateX(-69px);
}

.btn-effect-4:hover { 
  color: #fff; 
}

.btn-effect-4:hover::before { 
  width: 100%; 
}

.btn-effect-5 { 
  color: #00125A; 
  line-height: 52px;
}

.btn-effect-5::before {
  content: ''; 
  position: absolute; 
  top: 0; 
  right: 0;
  width: 0; 
  height: 100%; 
  background: #94BCFF;
  z-index: -1; 
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  transform: skewX(-34deg) translateX(-69px);
}

.btn-effect-5:hover { 
  color: #fff; 
}

.btn-effect-5:hover::before { 
  width: 100%; 
}

#volver{
  padding: 65px 0px;
}
 
#volver a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.btn-effect-6 { 
  background-color: #00125A;
  color: #fff; 
  line-height: 52px;
}

.btn-effect-6::before {
  content: ''; 
  position: absolute; 
  top: 0; 
  right: 0;
  width: 0; 
  height: 100%; 
  background: #0043FF;
  z-index: -1; 
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  transform: skewX(-34deg) translateX(-69px);
}

.btn-effect-6:hover { 
  color: #fff; 
}

.btn-effect-6:hover::before { 
  width: 100%; 
}

.flec6{
  background-image: url(../img/flecha2.webp);
  width:80px;
  height:53px;
  margin-left: 11px;
  float: right;
}

.flec1{
  background-image: url(../img/flecha.webp);
  width:82px;
  height:53px;
  margin-left: 11px;
  float: right;
}
    
#hproductos{
  padding: 115px 0px;
}

.hproductos{
  z-index: 3;
}

.hproductos h1{
  color: #0043FE;
  font-family:"Exo 2 Bold";
  font-size: 22px;
}

.hproductos h2{
  font-family:"Exo 2 Bold";
  font-size: 48px;
  color: #00125A;
  text-transform: uppercase;
}

.hproductos p{
  line-height: 25px;
  padding-right: 84px;
  padding-top: 16px;
}

.hproductos a{
  float: right;
  margin-top: 16%;
  position: relative;
  text-decoration: none !important;
}

.bg-t {
  animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-56deg, #C8D2E645 56%, #fff 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:absolute;
  right:-50%;
  top:0;
}

.bgt2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bgt3 {
  animation-duration:5s;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

#items-productos{
  z-index: 999;
  padding-top: 53px;
}

.equipos_home{
  display: flex;
  height: 100%;
  padding: 0px;
}

.equipo_home img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.equipo_home{
  background-color: #EFEFEF;
  text-decoration: none;
  border-radius: 12px;
}

.equipo_home h3{
  color:#00125A;
  font-family:"Exo 2 Bold";
  text-align: center;
  font-size: 28px;
  padding-bottom: 11px;
}

.equipo_home h4{
  font-size: 20px;
  color:#0545fa;
  font-family:"Exo 2 Bold";
  text-align: center;
}

.text-equipo{
  padding: 18px 26px;
}

.equipo_home:hover .text-equipo {
  background-color:#0044FF;
  color: #fff;
  height: 100%;
}

.equipos_home:hover .text-equipo h3{
  color: #fff;
}

.equipos_home:hover .text-equipo h4{
  color: #fff;
}

#calidad{
  padding: 165px 0px;
}

.text-calidad h1{
  color: #0641FF;
  font-size: 22px;
  font-family:"Exo 2 Bold";
}

.text-calidad h2{
  font-size: 48px;
  color: #001052;
  font-family:"Exo 2 Bold";
  text-transform: uppercase;
}

.text-calidad ul li {
  color: #000;
  font-family: "Exo 2 Bold";
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 69px;
}

.ic1{
  width: 72px;
  height: 71px;
  float: left;
  margin-right: 9px;
} 

#clientes{
  padding: 69px 0px;
  text-align: center;
}

#clientes h1{
  font-family: "Exo 2 Bold";
  text-align: center;
  font-size: 22px;
  color: #0044FD;
}

#clientes h2{
  font-family: "Exo 2 Bold";
  font-size: 48px;
  color: #00125E;
  text-align: center;
}

footer{
  font-family:"Exo 2 Extra Light";
  padding:25px 0px;
  background-color: #00125A;
}

footer h1{
  color: #fff;
  font-size: 25px;
}

footer p {
  color: #fff;
  font-size: 25px;
  line-height:33px;
  display: flex;
}

footer span {
  float: left;
  padding-right: 9px;
  padding-top: 7px;
}

#web{
  text-align: right;
}

#copy{
  padding: 6px 0px;
}

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

#fb{
  background: url(../img/redes.webp) no-repeat;
  background-size: cover;
  width: 57px;
  height: 57px; 
  float: left;
  position: relative;
}

#ins {
  background-image: url(../img/redes.webp);
  background-position: right;
  background-repeat: no-repeat;
  width: 57px;
  height: 57px; 
  float: left;
  position: relative;
  margin-left: 15px;
}

#titulo {
  padding-top: 256.8px;
  padding-bottom: 219.3px;
  text-align: center;
  margin-top:4%;
}

#titulo h1 {
  color: #fff;
  font-size:64px;
  font-family: "Exo 2 Bold";
  text-shadow:2px 2px 4px #000000ed;
  text-transform: uppercase;
}

#titulo2{
  padding-top: 200px;
  padding-bottom:171px;
  margin-top:4%;
}

#titulo2 h1 {
  color: #0141FB;
  font-size:22px;
  font-family: "Exo 2 Bold";
  text-transform: uppercase;
}

#titulo2 h2{
  font-size:36px;
  font-family: "Exo 2 Bold";
  color: #00125A;
}

#titulo2 p{
  font-size: 21px;
  line-height: 27px;
  color: #000;
  text-align: justify;
}

.bg2 {
  background-image: url(../img/empresa/bg.webp);
  background-position: center;
  background-size: cover;
}

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

.bg3a {
  background-image: url(../img/productos/bg-3a.webp);
  background-position: center;
  background-size: cover;
}

#titulo3{
  padding-top: 152px;
  padding-bottom: 104px;
  margin-top:4%;
}

#titulo3 h1 {
  color: #0141FB;
  font-size:22px;
  font-family: "Exo 2 Bold";
  text-transform: uppercase;
}

#titulo3 h2{
  font-size:36px;
  font-family: "Exo 2 Bold";
  color: #00125A;
}

#titulo3 p{
  font-size: 21px;
  line-height: 27px;
  color: #000;
  text-align: justify;
}

.bg3a-1{
  background-image: url(../img/productos/bg-3a.webp);
  background-position: right;
  background-size: cover;
}

.bg3b {
  background-image: url(../img/productos/bg-3b.webp);
  background-position: center;
  background-size: cover;
}

.bg3c{
  background-image: url(../img/productos/bg-3c.webp);
  background-position: center;
  background-size: cover;
}

.bg3d{
  background-image: url(../img/productos/bg-3d.webp);
  background-position: center;
  background-size: cover;
}

.bg3e{
  background-image: url(../img/productos/bg-3e.webp);
  background-position: center;
  background-size: cover;
}

.bg3f{
  background-image: url(../img/productos/bg-3f.webp);
  background-position: center;
  background-size: cover;
}

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

.bg5{
  background-image: url(../img/bg-cont.webp);
  background-position: center;
  background-size: cover;
}



#emp1 {
  background-image: url(../img/empresa/fig1.webp);
  background-repeat: no-repeat;
  position: absolute;
  width: 474px;
  height: 588px;
  left: 0%;
  top: 0%;
}

#empresa{
  padding: 65px 0px;
}

#text-empresa{
  padding: 65px 0px;
}
/*
.left{
  padding-left: 76px;
}*/

.text-empresa{
  padding-top: 62px;
}

.text-empresa h1{
  color: #003FFF;
  font-family: "Exo 2 Bold";
}

.text-empresa h2{
  font-size: 48px;
  font-family: "Exo 2 Bold";
  color: #00164E;
}

.text-empresa p{
  font-size: 20px;
  line-height: 28px;
  padding-right: 67px;
  color: #434344;
}

#politicas{
  padding:108px 0px;
  background-image: url(../img/empresa/politicas.webp);
  background-position: center;
  background-size: cover;
}

.text-politicas{
  padding:110px 63px 105px 89px;
  background-color: #fff;
  border-radius: 13px;
}

.text-politicas h1{
  color: #003FFF;
  font-family: "Exo 2 Bold";
  font-size: 22px;
}

.text-politicas h2{
  font-size: 48px;
  color: #00164E;
  font-family: "Exo 2 Bold";
}

.text-politicas p{
  line-height: 29px;
}

#productos{
  padding: 65px 0px;
}

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

.link-productos{
  width: 100%;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 45px;
  background-color: #EFEFEF;
}

.amp-producto {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 34px;
}

.amp-producto h2 {
  color: rgb(0, 18, 90);
  font-family: "Exo 2 Bold";
  font-size: 28px;
  padding-bottom: 21px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.amp-producto h3{
  font-size: 20px;
  color: rgb(5, 69, 250);
  font-family: "Exo 2 Bold";
}

.link-productos:hover{
  text-decoration: none;
  background-color:#0044FF;
}

.link-productos:hover .amp-producto h2{
  color: #fff;
}

.link-productos:hover .amp-producto h3{
  color: #fff;
}

.link-categorias{
  border-radius: 11px;
  overflow: hidden;
  margin-bottom:34px;
  background-color: #fff;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 23px;
}

.des-producto {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 40px;
}

.des-producto h2 {
  color: rgb(0, 18, 90);
  font-family: "Exo 2 Bold";
  font-size: 28px;
  padding-bottom: 21px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.des-producto a{
  font-size: 17px;
  color: rgb(5, 69, 250);
  font-family: "Exo 2 Bold";
}

.des-producto a:hover{
  color: #000;
  text-decoration: underline;
}

.text-servicios{
  margin-top: 8%;
}

.text-servicios h1{
  color: #003FFF;
  font-size: 22px;
  font-family: "Exo 2 Bold";
}

.text-servicios h2 {
  font-size: 36px;
  font-family: "Exo 2 Bold";
  color: #00164E;
  line-height: 46px;
  text-transform: uppercase;
}

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

#linea{
  padding: 113px 0px;
}

.text-linea{
  padding-right: 63px;
}

.text-linea h1{
  font-size: 22px;
  color: #0044FF;
  font-family:"Exo 2";
  padding-bottom: 5px;
}

.text-linea h2{
  font-size: 36px;
  font-family: "Exo 2 Bold";
  color: #00125A;
  text-transform: uppercase;
}

.text-linea h3{
  font-family:"Exo 2";
  color: #0043FF;
  padding-bottom: 8px;
}

.text-linea p{
  line-height: 25px;
  font-family: "Exo 2 Extra Light";
  color: #3e3e3e;
  padding-bottom: 27px;
  text-align: justify;
  font-size: 19px;
}

.prod_item{
  float: left;
  position: relative;
  padding-top: 27px;
}

.hover{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  padding-top: 27px;
}

.prod_item:hover .hover{
  display: block;
}

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

#carousel-vitrinas .carousel-indicators li{
  background-color:#00175C;
  border: none;
  width: 15px;
  height: 15px;
}

#carousel-vitrinas .carousel-indicators .active{
  background-color: #0045FE;
  border: 2px solid #00175C;
}

#carousel-vitrinas img{
  border-radius: 13px;
}

#contacto{
  padding: 65px 0px;
}

.text-contacto{
  margin-top: 7%;
}

.text-contacto h1{
  font-size: 22px;
  font-family: "Exo 2 Bold";
  color: #0044FF;
  padding-bottom: 5px;
}

.text-contacto h2{
  font-family: "Exo 2 Bold";
  font-size: 36px;
  color: #00125A;
}

.text-contacto p{
  font-family: "Exo 2 Bold";
  color: #000;
  line-height: 27px;
}

#mapa{
  background-color: #F7F7F7;
  padding: 61px 0px;
}

#map {
  height: 446px;
}

#ampliar {
  font-family: "Exo 2 Bold";
  color: #fff;
  position: absolute;
  right: 3%;
  bottom: 14px;
  font-size: 20px;
  background:#0044FF;
  background-repeat: no-repeat;
  background-position: 140px 11px;
  text-decoration: none;
  margin-top: 53px;
  border-radius: 10px;
  padding: 14px 22px;
}

#ampliar:hover{
  background-color: #00125A !important;
}

.sticky-container{
  /*background-color: #333;*/
  padding: 0px;
  margin: 0px;
  position: fixed;
  right:-128px;
  top: 52%;
  width: 238px;
  z-index: 99999999;
}

.sticky-container3{
  /*background-color: #333;*/
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -172px;
  top: 471px;
  width: 238px;
  z-index: 99999999;
}

.sticky li{
color: #efefef;
padding: 7px 0px 21px 6px;
-webkit-transition:all 0.25s ease-in-out;
-moz-transition:all 0.25s ease-in-out;
-o-transition:all 0.25s ease-in-out;
transition:all 0.25s ease-in-out;
cursor: pointer;
}

.sticky li:hover{
  margin-left:-190px;
  /*-webkit-transform: translateX(-115px);
  -moz-transform: translateX(-115px);
  -o-transform: translateX(-115px);
  -ms-transform: translateX(-115px);
  transform:translateX(-115px);*/
  /*background-color: #8e44ad;*/
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
              -webkit-filter: grayscale(0%);
              text-decoration: none !important;
  
}

.sticky li a{
text-decoration: none;
}

.sticky li img{
float: left;
margin: 0px 4px 0px 0px;
}

 

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

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

  #navbar a {
    width: 100%;
    text-align: center;
    padding:5px;
    text-decoration: none;
    border: none;
  }

  #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: 0px;
  }

   nav .me{
    font-family:"Exo 2 Extra Light";
    color: #ffffff;
    font-size: 15px;
    padding-bottom: 10px;
  }

   .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: #ffffff;
  }

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

  .navbar-toggle .icon-bar{
    width: 39px;
    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;
  }

}

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

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


  #menu{
    margin-top: -60px;
  }


  .img2{
    width: 151px;
  }

  #banner{
    margin-top:19%;
  }

  .home_somos{
    padding-left: 16px; 
    padding-top: 76px;
  }

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

  .home_somos p span{
    line-height: 25px;
  }

  .home_somos p{
    font-size: 15px;
    line-height: 23px;
  }

  .bfig{
    position: relative;
  }

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

  .hproductos p{
    font-size: 16px;
    padding-right: 1px;
    line-height: 22px;
  }

  .btn-ampliar{
    font-size: 12px;
  }

  .text-calidad h2{
    font-size: 23px;
  }

  .text-calidad ul li{
    line-height: 24px;
  }

  .ic1{
    float: none;
  }

  #clientes h2{
    font-size: 25px;
  }

  #clientes h1{
    font-size: 20px;
  }

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

  #titulo{
    margin-top: 20%;
    padding-top: 52.8px;
    padding-bottom: 84.3px;
  }

  #titulo h1{
    font-size: 29px;
  }

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

  #redes2{
    margin-top: 31px;
  }

  .text-empresa p{
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 46px;
    padding-right: 0px;
  }

  .left {
    padding-left: 14px;
  }

  #text-empresa {
    padding: 15px 0px;
  }

  .text-politicas{
    padding: 57px 18px 57px 18px;
  }
  
  .text-politicas h2{
    font-size: 27px;
  }

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

  #titulo2{
    padding-top: 90px;
    padding-bottom: 106px;
    margin-top: 20%;
  }

  #titulo2 p{
    font-size: 17px;
    line-height: 18px;
  }

  .link-categorias{
    padding-bottom: 30px;
  }

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

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

  .text-servicios h2{
    font-size: 23px;
    line-height: 30px;
  }

  .text-servicios p{
    padding-bottom: 33px;
    font-size: 18px;
  }

  .text-contacto h2{
    font-size: 31px;
  }

  .text-contacto p{
    line-height: 22px;
    font-size: 18px;
    padding-bottom: 41px;
  }
  
}


/*-----------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 400px) and (min-width:301px){

  #menu{
    margin-top: -60px;
  }


  .img2{
    width: 151px;
  }

  #banner{
    margin-top:19%;
  }

  .home_somos{
    padding-left: 16px; 
    padding-top: 76px;
  }

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

  .home_somos p span{
    line-height: 25px;
  }

  .home_somos p{
    font-size: 15px;
    line-height: 23px;
  }

  .bfig{
    position: relative;
  }

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

  .hproductos p{
    font-size: 16px;
    padding-right: 1px;
    line-height: 22px;
  }

  .btn-ampliar{
    font-size: 12px;
  }

  .text-calidad h2{
    font-size: 23px;
  }

  .text-calidad ul li{
    line-height: 24px;
  }

  .ic1{
    float: none;
  }

  #clientes h2{
    font-size: 25px;
  }

  #clientes h1{
    font-size: 20px;
  }

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

  #titulo{
    margin-top: 20%;
    padding-top: 52.8px;
    padding-bottom: 84.3px;
  }

  #titulo h1{
    font-size: 29px;
  }

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

  #redes2{
    margin-top: 31px;
  }

  .text-empresa p{
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 46px;
    padding-right: 0px;
  }

  .left {
    padding-left: 14px;
  }

  #text-empresa {
    padding: 15px 0px;
  }

  .text-politicas{
    padding: 57px 18px 57px 18px;
  }
  
  .text-politicas h2{
    font-size: 27px;
  }

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

  #titulo2{
    padding-top: 90px;
    padding-bottom: 106px;
    margin-top: 20%;
  }

  #titulo2 p{
    font-size: 17px;
    line-height: 18px;
  }

  .link-categorias{
    padding-bottom: 30px;
  }

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

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

  .text-servicios h2{
    font-size: 23px;
    line-height: 30px;
  }

  .text-servicios p{
    padding-bottom: 33px;
    font-size: 18px;
  }

  .text-contacto h2{
    font-size: 31px;
  }

  .text-contacto p{
    line-height: 22px;
    font-size: 18px;
    padding-bottom: 41px;
  }

 
}


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


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

  #menu{
    margin-top: -74px;
  }

  #banner{
    margin-top:19%;
  }

  .home_somos{
    padding-left: 16px; 
    padding-top: 76px;
  }

  .home_somos h2{
    font-size: 39px;
  }

  .home_somos p{
    font-size: 17px;
  }

  .bfig{
    position: relative;
  }

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

  .hproductos p{
    padding-right: 1px;
  }

  .hproductos p{
    font-size: 18px;
  }

  .text-calidad h2{
    font-size: 31px;
  }

  .text-calidad ul li{
    line-height: 35px;
  }

  #clientes h2{
    font-size: 33px;
  }

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

  #titulo{
    margin-top: 20%;
    padding-top: 52.8px;
    padding-bottom: 84.3px;
  }

  #titulo h1{
    font-size: 39px;
  }

  .text-empresa h2{
    font-size: 37px;
  }

  #redes2{
    margin-top: 31px;
  }

  .text-empresa p{
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 46px;
    padding-right: 0px;
  }

  .left {
    padding-left: 14px;
  }

  #text-empresa {
    padding: 15px 0px;
  }

  .text-politicas{
    padding: 57px 18px 57px 18px;
  }
  
  .text-politicas h2{
    font-size: 35px;
  }

  .text-politicas p {
    line-height: 24px;
    font-size: 18px;
  }

  #titulo2{
    padding-top: 90px;
    padding-bottom: 106px;
    margin-top: 18%;
  }

  #titulo2 p{
    font-size: 18px;
    line-height: 22px;
  }

  .link-categorias{
    padding-bottom: 30px;
  }

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

  .text-servicios h2{
    font-size: 29px;
    line-height: 34px;
  }

  .text-servicios p{
    padding-bottom: 33px;
    font-size: 18px;
  }

  .text-contacto h2{
    font-size: 31px;
  }

  .text-contacto p{
    line-height: 22px;
    font-size: 18px;
    padding-bottom: 41px;
  }

  .prod_item{
    padding-bottom: 33px;
    padding-top: 0px;
  }

  .hover{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    padding-bottom: 33px;
    padding-top: 0px;
  }

  
  
}


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


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

  #menu{
    margin-top: -74px;
  }

  #banner{
    margin-top: 15%;
  }

  .home_somos{
    padding-left: 15px;
    padding-top: 72px;
  }

  .home_somos h2{
    font-size: 41px;
  }

  .bfig{
    position: relative;
  }

  .hproductos h2{
    font-size: 32px;
  }

  .hproductos p{
    padding-top: 0px;
    padding-right: 2px;
  }

  #calidad {
    padding: 79px 0px;
  }

  .equipo_home h3{
    font-size: 24px;
  }

  .text-calidad h2{
    font-size: 35px;
  }

  .text-calidad ul li{
    line-height: 32px;
    float: left;
  }

  #clientes h2{
    font-size: 34px;
  }

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

  #redes2{
    margin-top: 27px;
  }

  .navbar-toggle{
    margin-top: 15px;
  }

  #home_somos {
    padding: 65px 0px 84px 0px;
  }

  #titulo{
    padding-top: 68.8px;
    padding-bottom: 89.3px;
    margin-top: 15%;
  }

  #titulo h1{
    font-size: 43px;
  }

  .text-empresa h2{
    font-size: 43px;
  }

  #text-empresa {
    padding: 12px 0px;
  }

  .text-empresa p{
    font-size: 17px;
    line-height: 24px;
    padding-right: 5px;
    padding-bottom: 45px;
  }

  .left {
    padding-left: 15px;
  }

  .text-politicas{
    padding: 73px 33px 73px 33px;
  }

  .text-politicas h2{
    font-size: 38px;
  }

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

  #titulo2{
    padding-top: 114px;
    padding-bottom: 107px;
    margin-top: 18%;
  }

  #titulo2 p{
    font-size: 19px;
    line-height: 23px;
  }

  .link-categorias{
    padding-bottom: 35px;
  }

  .text-linea p{
    line-height: 23px;
    font-size: 17px;
    padding-bottom: 36px;
  }

  .prod_item{
    padding-bottom: 33px;
    padding-top: 0px;
  }

  .hover{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    padding-bottom: 33px;
    padding-top: 0px;
  }

  .text-servicios p{
    padding-bottom: 28px;
    font-size: 17px;
  }

  .text-servicios h2{
    font-size: 28px;
    line-height: 37px;
  }

  .text-contacto p{
    line-height: 24px;
    font-size: 17px;
    padding-bottom: 45px;
  }


}




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

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

  #menu{
    margin-top: -74px;
  }

  #banner{
    margin-top: 14%;
  }

  .home_somos{
    padding-left: 15px;
    padding-top: 72px;
  }

  .home_somos h2{
    font-size: 41px;
  }

  .bfig{
    position: relative;
  }

  .hproductos h2{
    font-size: 32px;
  }

  .hproductos a{
    margin-top: 6%;
  }

  .hproductos p{
    padding-top: 0px;
    padding-right: 2px;
  }

  #calidad {
    padding: 79px 0px;
  }

  .equipo_home h3{
    font-size: 24px;
  }

  .text-calidad h2{
    font-size: 35px;
  }

  .text-calidad ul li{
    line-height: 32px;
    float: left;
  }

  #clientes h2{
    font-size: 34px;
  }

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

  #redes2{
    margin-top: 27px;
  }

  .navbar-toggle{
    margin-top: 15px;
  }

  #home_somos {
    padding: 65px 0px 84px 0px;
  }

  #titulo{
    padding-top: 68.8px;
    padding-bottom: 89.3px;
    margin-top: 14%;
  }

  #titulo h1{
    font-size: 43px;
  }

  .text-empresa h2{
    font-size: 43px;
  }

  #text-empresa {
    padding: 12px 0px;
  }

  .text-empresa p{
    font-size: 17px;
    line-height: 24px;
    padding-right: 5px;
    padding-bottom: 45px;
  }

  .left {
    padding-left: 15px;
  }

  .text-politicas{
    padding: 73px 33px 73px 33px;
  }

  .text-politicas h2{
    font-size: 38px;
  }

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

  #titulo2{
    padding-top: 114px;
    padding-bottom: 107px;
    margin-top: 18%;
  }

  #titulo2 p{
    font-size: 19px;
    line-height: 23px;
  }

  .link-categorias{
    padding-bottom: 35px;
  }

  .text-linea p{
    line-height: 23px;
    font-size: 17px;
    padding-bottom: 36px;
  }

  .prod_item{
    padding-bottom: 33px;
  }

  .text-servicios p{
    padding-bottom: 28px;
    font-size: 17px;
  }

  .text-servicios h2{
    font-size: 28px;
    line-height: 37px;
  }

  .text-contacto p{
    line-height: 24px;
    font-size: 17px;
    padding-bottom: 45px;
  }

}


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


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

  #menu{
    margin-top: -74px;
  }

  #banner{
    margin-top:13%;
  }

  .home_somos{
    padding-left: 15px;
    padding-top: 72px;
  }

  .home_somos h2{
    font-size: 43px;
  }

  .bfig{
    position: relative;
  }

  .hproductos h2{
    font-size: 34px;
  }

  .hproductos a{
    margin-top: 6%;
  }

  .hproductos p{
    padding-top: 0px;
    padding-right: 2px;
  }

  #calidad {
    padding: 79px 0px;
  }

  .equipo_home h3{
    font-size: 24px;
  }

  .text-calidad h2{
    font-size: 37px;
  }

  .text-calidad ul li{
    line-height: 32px;
    float: left;
  }

  #clientes h2{
    font-size:37px;
  }

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

  #redes2{
    margin-top: 27px;
  }

  .navbar-toggle{
    margin-top: 15px;
  }

  #home_somos {
    padding: 65px 0px 84px 0px;
  }

  #titulo{
    padding-top: 82.8px;
    padding-bottom: 110.3px;
    margin-top: 13%;
  }

  #titulo h1{
    font-size: 43px;
  }

  .text-empresa h2{
    font-size: 43px;
  }

  #text-empresa {
    padding: 12px 0px;
  }

  .text-empresa p{
    font-size: 18px;
    line-height: 24px;
    padding-right: 5px;
    padding-bottom: 45px;
  }

  .left {
    padding-left: 15px;
  }

  .text-politicas{
    padding: 73px 33px 73px 33px;
  }

  .text-politicas h2{
    font-size: 40px;
  }

  .text-politicas p {
    line-height: 24px;
    font-size: 18px;
  }

  #titulo2{
    padding-top: 114px;
    padding-bottom: 107px;
    margin-top: 14%;
  }

  #titulo2 p{
    font-size: 19px;
    line-height: 23px;
  }

  .link-categorias{
    padding-bottom: 35px;
  }

  .text-linea p{
    line-height: 24px;
    font-size: 18px;
    padding-bottom: 36px;
  }

  .prod_item{
    padding-bottom: 33px;
  }

  .text-servicios p{
    padding-bottom: 28px;
    font-size: 19px;
  }

  .text-servicios h2{
    font-size:32px;
    line-height: 37px;
  }

  .text-contacto p{
    line-height: 24px;
    font-size: 17px;
    padding-bottom: 45px;
  }

  .prod_item{
    padding-top: 0px;
    margin-bottom: 33px;
  }

  .hover{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
     padding-top: 0px;
    margin-bottom: 33px;
  }

}


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

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

  #menu{
    margin-top: -74px;
  }

  #banner {
    margin-top: 13%;
  }

  .home_somos{
    padding-left: 14px;
    padding-top: 42px;
  }

  .home_somos h2{
    font-size: 43px;
  }

  .bfig{
    right: -884px;
  }

  .hproductos h2{
    font-size: 37px;
  }

  .hproductos p{
    padding-right: 28px;
  }

  .hproductos a{
    margin-top: 7%;
  }

  .text-calidad h2{
    font-size: 37px;
  }

  #clientes h2{
    font-size: 37px;
  }

  footer p{
    font-size: 22px;
  }

  #redes2{
    margin-top:25px;
  }

  #titulo{
    padding-top: 108.8px;
    padding-bottom: 149.3px;
    margin-top: 12%;
  }

  .prod_item{
    padding-top: 0px;
    margin-bottom: 33px;
  }

  .hover{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
     padding-top: 0px;
    margin-bottom: 33px;
  }

  #titulo h1{
    font-size: 51px;
  }

  .text-empresa h2{
    font-size: 42px;
  }
  
  .text-empresa p{
    padding-bottom: 40px;
    padding-right: 11px;
    font-size: 18px;
    line-height: 26px;
  }

  .left {
    padding-left: 16px;
  }

  #text-empresa {
    padding: 19px 0px;
  }

  .text-politicas h2{
    font-size:46px;
  }

  .text-politicas{
    padding: 76px 63px 76px 62px;
  }

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

}

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

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

   #menu{
    margin-top: -67px;
  }

  #banner {
    margin-top: 13%;
  }

  .home_somos{
    padding-left: 14px;
    padding-top: 42px;
  }

  .home_somos h2{
    font-size: 43px;
  }

  .bfig{
    right: -884px;
  }

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

  .hproductos p{
    padding-right: 2px;
    font-size: 17px;
    line-height: 23px;
  }

  .hproductos a{
    margin-top:43%;
  }

  .text-calidad h2{
    font-size: 35px;
  }

  #clientes h2{
    font-size: 37px;
  }

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

  #redes2{
    margin-top:25px;
  }

  .equipo_home h3{
    font-size: 24px;
  }

  #titulo{
    padding-top: 108.8px;
    padding-bottom: 149.3px;
    margin-top: 11%;
  }

  #titulo h1{
    font-size: 51px;
  }

  .text-empresa h2{
    font-size: 30px;
  }
  
  .text-empresa p{
    padding-bottom: 9px;
    padding-right: 3px;
    font-size: 14px;
    line-height: 17px;
  }

  .left {
    padding-left: 16px;
  }

  #text-empresa {
    padding: 19px 0px;
  }

  .text-politicas h2{
    font-size:35px;
  } 

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

  .link-categorias{
    padding-bottom: 26px;
  }

  .text-servicios p{
    padding-bottom: 35px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-contacto p{
    padding-bottom: 28px;
  }

   #calidad {
    padding: 79px 0px;
  }

  #titulo2 {
    padding-top: 137px;
    padding-bottom: 122px;
    margin-top: 11%;
  }

  .des-producto h2{
    font-size: 23px;
  }

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

  .text-servicios h2{
    font-size: 23px;
    line-height: 26px;
  }

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

  .text-empresa {
    padding-top: 2px;
  }

  .line{
    margin-bottom: 10px;
  }

   #titulo2 p {
    font-size: 18px;
    line-height: 22px;
  }

  .prod_item{
    padding-top: 0px;
    margin-bottom: 33px;
  }

  .hover{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
     padding-top: 0px;
    margin-bottom: 33px;
  }

  
}

/*-------------------------------------------------------------------------------------------------------------*/
@media (max-width:850px) and (min-width:801px){

  #menu{
    margin-top: -74px;
  }

  #banner {
    margin-top: 13%;
  }

  .home_somos{
    padding-top: 40px;
  }

  .bfig{
    right: -780px;
  }

  #hproductos {
    padding: 84px 0px;
  }

  .hproductos h1{
    font-size: 22px;
  }

  .hproductos p{
    padding-right: 5px;
    font-size: 16px;
    line-height: 22px;
  }

  .hproductos h2{
    font-size: 28px;
  }

  .equipo_home h3{
    font-size: 23px;
  }

  .hproductos a{
    margin-top: 45%;
  }

  #calidad {
    padding: 100px 0px;
  }

  #clientes h2{
    font-size: 39px;
  }

  .text-calidad h2{
    font-size: 37px;
  }

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

  #titulo h1{
    font-size: 48px;
  }

  #titulo{
    padding-top: 99.8px;
    padding-bottom: 125.3px;
    margin-top: 10%;
  }

  #empresa {
    padding: 8px 0px;
  }

  .text-empresa h2{
    font-size: 30px;
  }

  .text-empresa p{
    font-size: 14px;
    line-height: 19px;
    padding-right: 8px;
  }

  .text-empresa {
    padding-top: 1px;
  }

  .left {
    padding-left: 1px;
  }

  .text-politicas h2{
    font-size: 39px;
  }

  .text-politicas p {
    line-height: 26px;
    font-size: 18px;
  }

  #text-empresa {
    padding: 34px 0px;
  }

  .amp-producto h2{
    font-size: 25px;
  }

  .des-producto h2{
    font-size: 23px;
  }

  .link-categorias{
    padding-bottom: 21px;
  }

  #titulo2{
    padding-top: 149px;
    padding-bottom: 120px;
    margin-top: 11%;
  }

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

  .text-servicios h2{
    font-size: 20px;
    line-height: 24px;
  }

  .text-servicios p {
    line-height: 20px;
    font-size: 16px;
    padding-bottom: 45px;
  }

  .line{
    margin-bottom: 6px;
    margin-top: 9px;
  }

  .text-contacto p{
    padding-bottom: 50px;
    font-size: 17px;
    line-height: 25px;
  }

  .text-contacto h2{
    font-size: 31px;
  }

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

   #titulo2 p {
    font-size: 18px;
    line-height: 22px;
  }

  .prod_item{
    padding-top: 0px;
    margin-bottom: 33px;
  }

  .hover{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
     padding-top: 0px;
    margin-bottom: 33px;
  }


  
  
}

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

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

  #menu{
    margin-top: -74px;
  }

  #banner {
    margin-top: 10%;
  }

  .bfig{
      right: -97%;
  }

  .hproductos h2{
    font-size: 33px;
  }

  .hproductos p{
    padding-right: 1px;
  }

  .hproductos p{
    line-height: 23px;
    font-size: 16px;
  }

  .home_somos{
    padding-top: 50px;
  }

  .equipo_home h3{
    font-size: 24px;
  }

  #clientes h2{
    font-size: 40px;
  }

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

  .text-calidad h2{
    font-size: 38px;
  }

  #titulo h1{
    font-size: 50px;
  }

  #titulo{
    padding-top: 120.8px;
    padding-bottom: 141.3px;
    margin-top: 10%;
  }

  .text-empresa h2{
    font-size: 32px;
  }

  .text-empresa p{
    font-size: 16px;
    line-height: 20px;
    padding-right: 14px;
  }

  .text-empresa {
    padding-top: 2px;
  }

  .left {
    padding-left: 0px;
  }

  .line{
    margin-bottom: 11px;
  }

  .text-politicas h2{
    font-size: 38px;
  }

  .amp-producto h2{
    font-size: 26px;
  }

  .des-producto h2{
    font-size: 24px;
  }

  .link-categorias{
    padding-bottom: 21px;
  }

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

  .text-servicios h2{
    font-size: 23px;
    line-height: 27px;
  }

  .text-servicios p {
    line-height: 21px;
    font-size: 16px;
    padding-bottom: 20px;
  }

  .text-contacto p{
    line-height: 22px;
    font-size: 17px;
  }

  .text-contacto {
    margin-top: 5%;
  }

   #titulo2 p {
    font-size: 18px;
    line-height: 22px;
  }

  .prod_item{
    padding-top: 0px;
    margin-bottom: 33px;
  }

  .hover{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
     padding-top: 0px;
    margin-bottom: 33px;
  }


}


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


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

   #menu{
    margin-top: -74px;
  }

  #banner {
    margin-top: 9%;
  }

  .bfig{
      right: -97%;
  }

  .hproductos h2{
    font-size: 33px;
  }

  .hproductos p{
    padding-right: 1px;
  }

  .hproductos p{
    line-height: 23px;
    font-size: 16px;
  }

  .home_somos{
    padding-top: 50px;
  }

  .equipo_home h3{
    font-size: 24px;
  }

  #clientes h2{
    font-size: 40px;
  }

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

  .text-calidad h2{
    font-size: 38px;
  }

  #titulo h1{
    font-size: 50px;
  }

  #titulo{
    padding-top: 120.8px;
    padding-bottom: 141.3px;
    margin-top:9%;
  }

  .text-empresa h2{
    font-size: 32px;
  }

  .text-empresa p{
    font-size: 16px;
    line-height: 20px;
    padding-right: 14px;
  }

  .text-empresa {
    padding-top: 2px;
  }

  .left {
    padding-left: 0px;
  }

  .line{
    margin-bottom: 11px;
  }

  .text-politicas h2{
    font-size: 38px;
  }

  .amp-producto h2{
    font-size: 26px;
  }

  .des-producto h2{
    font-size: 24px;
  }

  .link-categorias{
    padding-bottom: 21px;
  }

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

  .text-servicios h2{
    font-size: 23px;
    line-height: 27px;
  }

  .text-servicios p {
    line-height: 21px;
    font-size: 16px;
    padding-bottom: 20px;
  }

  .text-contacto p{
    line-height: 22px;
    font-size: 17px;
  }

  .text-contacto {
    margin-top: 5%;
  }

   #titulo2 p {
    font-size: 18px;
    line-height: 22px;
  }

  .prod_item{
    padding-top: 0px;
    margin-bottom: 33px;
  }

  .hover{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
     padding-top: 0px;
    margin-bottom: 33px;
  }

}


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


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

  #navbar li{
    margin: 32px 0px 0px 15px;
  }

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

  #banner {
    margin-top: 8%;
  }

  .texto{
    bottom: 18%;
  }

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

  .home_somos h2{
    font-size: 38px;
  }

  .home_somos{
    padding-left: 5px;
    padding-bottom: 0px;
  }

  .home_somos p span{
    line-height: 23px;
  }

  .home_somos p{
    font-size: 16px;
    line-height: 23px;
  }

  .bfig{
    right:-50%;
  }

  .hproductos h2{
    font-size: 31px;
  }

  .hproductos p{
    line-height: 25px;
    padding-right: 10px;
    font-size: 18px;
  }

  .text-calidad h2{
    font-size: 30px;
  }

  .text-calidad ul li{
    font-size: 20px;
    line-height: 28px;
    float: left;
  }

  .hproductos a{
    margin-top: 37%;
  }

  #clientes h2{
    font-size: 41px;
  }

  footer p{
    font-size: 23px;
    line-height: 30px;
  }

  #titulo{
    padding-top: 135.8px;
    padding-bottom: 142.3px; 
    margin-top: 8%;
  }

  #titulo h1{
    font-size: 52px;
  }

  .text-empresa h2{
    font-size: 35px;
  }

  .text-empresa p{
    font-size: 16px;
    line-height: 21px;
    padding-right: 5px;
  }

  .text-empresa {
    padding-top: 7px;
  }

  .left {
    padding-left: 6px;
  }

  #empresa {
    padding: 20px 0px;
  }

  .text-politicas h2{
    font-size: 33px;
  }

  .text-politicas{
    padding: 66px 33px 66px 32px;
  }

  .text-politicas p {
    line-height: 22px;
    font-size: 17px;
  }

  .amp-producto h2{
    font-size: 23px;
  }

  #titulo2 {
    padding-top: 148px;
    padding-bottom: 126px;
    margin-top: 8%;
  }

  #titulo2 p{
    font-size: 18px;
    line-height: 22px;
  }

  #titulo2 h2{
    font-size: 30px;
  }

  .link-categorias{
    padding-bottom: 25px;
  }

  .des-producto h2{
    font-size: 24px;
  }

  .text-linea h2{
    font-size: 30px;
  }

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

  .text-servicios {
    margin-top: 3%;
  }

  .text-servicios h2{
    font-size: 24px;
    line-height: 28px;
  }

  .text-servicios p {
    line-height: 23px;
    font-size: 17px;
    padding-bottom: 27px;
  }

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

  

  

}

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

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

  #navbar li{
    margin:35px 0px 0px 18px;
  }

  #banner {
    margin-top: 7%;
  }

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

  .texto{
    bottom: 14%;
  }

  .home_somos{
    padding-left: 13px;
  }

  #titulo2 p{
    font-size: 18px;
    line-height: 22px;
  }

  .home_somos h2{
    font-size: 38px;
  }

  .bfig{
    right: -40%;
  }

  .hproductos h2{
    font-size: 38px;
  }

  .hproductos p{
    padding-right: 48px;
    font-size: 19px;
  }

  .equipo_home h3{
    font-size: 24px;
  }

  .text-calidad h2{
    font-size: 33px;
  }

  .text-calidad ul li{
    line-height: 34px;
    float: left;
  }

  #calidad {
    padding: 90px 0px;
  }

  #clientes h2{
    font-size: 41px;
  }

  footer p{
    font-size: 22px;
    line-height: 31px;
  }

  #titulo{
    padding-top: 147.8px;
    padding-bottom: 166.3px;
    margin-top: 7%;
  }

  #titulo h1{
    font-size: 54px;
  }

  .text-empresa h2{
    font-size: 39px;
  }

  .text-empresa {
    padding-top: 7px;
  }

  .text-empresa p{
    font-size: 16px;
    line-height:21px;
    padding-right: 13px;
  }

  .left {
    padding-left: 21px;
  }

  .text-politicas{
    padding: 65px 50px 65px 50px;
  }

  .text-politicas h2{
    font-size: 38px;
  }

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

  .amp-producto h2{
    font-size: 26px;
  }

  .link-categorias{
    padding-bottom: 25px;
  }

  #titulo2{
    padding-top: 157px;
    padding-bottom: 136px;
    margin-top: 8%;
  }

  .text-linea p{
    font-size: 18px;
    line-height: 27px;
  }

  .text-servicios {
    margin-top: 3%;
  }

  .text-servicios h2{
    font-size: 32px;
    line-height: 36px;
  }

  .text-servicios p{
    line-height: 21px;
    font-size: 16px;
    padding-bottom: 45px;
  }



}


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

@media (max-width: 1300px) and (min-width:1200px){

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

  #banner {
    margin-top: 6%;
  }

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

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

  .home_somos{
    padding-left: 14px;
  }

  .home_somos h2{
    font-size: 34px;
  }

  .home_somos p span{
    line-height: 18px;
  }

  .home_somos p{
    line-height: 23px; 
    font-size: 15px;
  }

  .bfig{
    right: -44%;
  }

  .hproductos h2{
    font-size: 37px;
  }

  .hproductos p{
    font-size: 17px;
    padding-right: 22px;
  }

  .hproductos a{
    margin-top: 36%;
  }

  .text-calidad h2{
    font-size: 35px;
  }

  #calidad {
    padding: 93px 0px;
  }

  .text-calidad ul li{
    line-height: 25px;
    float: left;
  }

  #clientes h2{
    font-size: 41px;
  }

  footer p{
    font-size: 23px;
    line-height: 31px;
  }

  .img-home{
    top: -19%;
  }

  #titulo{
    margin-top: 7%;
    padding-top: 152.8px;
    padding-bottom: 157.3px;
  }

  #titulo h1{
    font-size: 51px;
  }

  .text-empresa {
    padding-top: 3px;
  }

  .text-empresa h2{
    font-size: 31px;
  }

  .text-empresa p{
    font-size: 16px;
    line-height: 22px;
    padding-right: 14px;
  }

  .left {
    padding-left: 11px;
  }

  .text-politicas{
    padding: 76px 50px 76px 50px;
  }

  .text-politicas h2{
    font-size: 37px;
  }

  .text-politicas p{
    line-height: 21px;
    font-size: 17px;
  }

  .amp-producto h2{
    font-size: 25px;
  }

  #titulo2 p{
    font-size: 19px;
    line-height: 23px;
  }

  #titulo2{
    margin-top: 7%;
    padding-top: 147px;
    padding-bottom: 137px;
  }

  .des-producto h2{
    font-size: 25px;
  }

  .text-servicios {
    margin-top: 3%;
  }

  .text-linea p{
    font-size: 18px;
    line-height: 26px;
  }

  .text-servicios h2{
    font-size: 27px;
    line-height: 30px;
  }

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


}


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

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

  #navbar li{
    margin: 32px 0px 0px 16px;
  }

  #titulo2{
    margin-top: 6%;
    padding-bottom: 146px;
    padding-top: 160px;
  }

  .texto{
    bottom: 14%;
  }

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

  .home_somos{
    padding-left: 4px;
  }

  .home_somos h2{
    font-size: 34px;
  }

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

  .home_somos p span{
      line-height: 24px;
  }

  .bfig{
    right: -29%;
  }

  .hproductos h2{
    font-size: 40px;
  }

  .text-calidad h2{
    font-size: 38px;
  }

  #calidad {
    padding: 100px 0px;
  }

  .text-calidad ul li{
    line-height: 32px;
    float: left;
  }

  #clientes h2{
    font-size: 42px;
  }

  footer p{
    font-size: 22px;
    line-height: 30px;
  }

  #titulo{
    padding-top: 157.8px;
    padding-bottom: 166.3px;
    margin-top: 6%;
  }

  #titulo h1{
    font-size: 56px;
  }

  .text-empresa h2{
    font-size: 38px;
  }

  .text-empresa p{
    font-size: 17px;
    line-height: 21px;
    padding-right: 7px;
  }

  .text-empresa {
    padding-top: 4px;
  }

  .left {
    padding-left: 15px;
  }

  .text-politicas h2{
    font-size: 39px;
  }

  .text-politicas p {
    line-height: 23px;
    font-size: 18px;
  }

  .text-politicas{
    padding: 84px 43px 84px 66px;
  }

  #titulo2 p{
    font-size: 18px;
    line-height: 23px;
  }

  .des-producto h2{
    font-size: 25px;
  }

  .text-linea p{
    line-height: 24px;
    font-size: 18px;
  }

  .text-servicios h2{
    font-size: 27px;
    line-height: 30px;
  }

  .text-servicios p {
    line-height: 21px;
    font-size: 16px;
  }

  .text-servicios {
    margin-top: 6%;
  }

  #banner {
    margin-top: 6%;
  }

  .hproductos a{
    margin-top: 41%;
  }


}

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

@media (max-width: 1500px) and (min-width:1401px){

  #navbar li{
    margin: 32px 0px 0px 25px;
  }

  #titulo2{
    margin-top: 6%;
    padding-bottom: 146px;
    padding-top: 160px;
  }

  #banner {
    margin-top: 6%;
  }

  #titulo{
    padding-top: 182.8px;
    padding-bottom: 166.3px;
  }

  #titulo{
    margin-top: 6%;
  }

  #titulo h1{
    font-size: 54px;
  }

  .home_somos h2{
    font-size: 35px;
  }

  .home_somos p span{
    line-height: 27px;
  }

  .text-empresa h2{
    font-size: 41px;
  }

  .home_somos p{
    font-size: 18px;
    line-height: 23px;
  }

  .bfig{
    right: -21%;
  }

  .hproductos h2{
    font-size: 40px;
  }

  .text-empresa p{
    font-size: 17px;
    line-height: 23px;
    padding-right: 15px;
  }

  .text-calidad h2{
    font-size: 39px;
  }

  .home_somos{
    padding-left: 13px;
  }

  .hproductos a{
    margin-top: 37%;
  }

  .text-empresa {
    padding-top: 9px;
  }

  #calidad {
    padding: 100px 0px;
  }

  .text-calidad ul li{
    font-size: 20px;
    line-height: 28px;
    float: left;
  }

  .left {
    padding-left: 15px;
  }

  .text-politicas h2{
    font-size: 41px;
  }

  .text-politicas{
    padding: 71px 63px 80px 63px;
  }

  .text-politicas p {
    line-height: 24px;
    font-size: 18px;
  }

  footer p{
    font-size: 22px;
    line-height: 31px;
  }

  #titulo2 p{
    font-size: 19px;
    line-height: 24px;
  }

  .des-producto h2{
    font-size: 23px;
  }

  .text-servicios h2{
    font-size: 28px;
    line-height: 32px;
  }

  .text-servicios p{
    font-size: 18px;
    line-height: 21px;
  }

 


}



@media (max-width: 1600px) and (min-width:1501px){

  #navbar li{
    margin: 32px 0px 0px 37px;
  }

  #banner {
    margin-top: 5%;
  }

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

  .home_somos{
    padding-left: 5px;
  }

  .home_somos h2{
    font-size: 40px;
  }

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

  .home_somos p span{
    line-height: 24px;
  }

  .bfig{
    left: 28%;
  }

  .hproductos h2{
    font-size: 44px;
  }

  .hproductos a{
    margin-top: 38%;
  }

  .text-calidad h2{
    font-size: 40px;
  }

  #titulo{
    padding-top: 185.8px;
    padding-bottom: 189.3px; 
    margin-top: 5%;
  }

  .text-empresa h2{
    font-size: 42px;
  }

  .text-empresa p{
    font-size: 18px;
    line-height: 24px;
  }

  .text-empresa {
    padding-top: 6px;
  }

  .left {
    padding-left: 22px;
  }

  .text-politicas p {
    line-height: 26px;
    font-size: 19px;
  }

  .text-servicios h2{
    font-size: 31px;
    line-height: 34px;
  }

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

  .text-servicios {
    margin-top: 6%;
  }

  #titulo2{
    margin-top: 5%;
    padding-bottom: 123px;
  }

  #titulo2 p{
    font-size: 19px;
    line-height: 24px;
  }

}


@media (max-width: 1700px) and (min-width:1601px){

  #navbar li{
    margin: 32px 0px 0px 47px;
  }

  #banner {
    margin-top: 5%;
  }

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

  .home_somos{
    padding-left: 7px;
  }

  .home_somos h2{
    font-size: 41px;
  }

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

  .bfig{
    left: 28%;
  }

  .hproductos a{
    margin-top: 32%;
  }

  .text-calidad h2{
    font-size: 41px;
  }

  #titulo{
    padding-top: 188.8px;
    padding-bottom: 202.3px; 
    margin-top: 5%;
  }

  #titulo h1{
    font-size: 56px;
  }

  .text-empresa h2{
    font-size: 41px;
  }

  .text-empresa {
    padding-top: 31px;
  }

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

  .left {
    padding-left: 25px;
  }

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

  .text-servicios h2{
    font-size: 32px;
    line-height: 33px;
  }

  #titulo2{
    margin-top: 5%;
    padding-bottom: 121px;
  }

}


@media (max-width: 1800px) and (min-width:1701px){

  #navbar li{
    margin: 32px 0px 0px 55px;
  }

  #banner {
    margin-top: 5%;
  }

  .text-servicios h2{
    font-size: 29px;
    line-height: 39px;
  }

  .home_somos{
    padding-left: 13px;
  }

  .home_somos h2{
    font-size: 44px;
  }

  .bfig{
    left: 25%;
  }

  .hproductos a{
    margin-top: 32%;
  }

  .text-empresa {
    padding-top: 21px;
  }

  #titulo2{
    padding-top: 180px;
    margin-top: 5%;
  }

 
}


@media (max-width: 2000px) and (min-width:1801px){

  #navbar li{
    margin: 32px 0px 0px 70px;
  }

  #titulo2{
    padding-top: 178px;
  }
 
  .text-empresa {
    padding-top: 43px;
  }

  .text-servicios {
    margin-top: 6%;
  }

  .text-servicios h2{
    line-height: 41px;
  }

  .home_somos{
    padding-left: 40px;
  }

  .hproductos a{
    margin-top: 33%;
  }



}