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

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

#contenedor{
	width:100%;
	overflow:hidden;
	z-index:9999;
	position:relative;
  font-family:"ArchivoNarrow-Regular";
  font-size: 22px;
  color: #252525;
}

.escondido{ 
  display: none; 
}

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

.clear{
	clear:both;
}

header{
  z-index: 10;
  width: 100%;
  position:absolute;
}

#logo{
  z-index: 1;
}


/* ==== ESTILOS BANNER Modern-Slider === */
/* ==== Main CSS === */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left /* If RTL Make This Right */ ;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill{
  background:#fff !important;
}

.Modern-Slider .item .img-fill .info{
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  line-height:100vh;
  text-align:center;
}

.Modern-Slider .item .info > div{
  display:inline-block!important;
  vertical-align:middle;
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:88%;
  right:44%;
  width:119px;
  height:121px;
  background-color: transparent;
  border:0 none;
  margin-top:-22.5px;
  background-image: url(../img/flechas.png);
  background-position: right;
  color:transparent;
  z-index:5;
}

.Modern-Slider .NextArrow:hover{
  background-image: url(../img/flechas-h.png);
  background-position: right;
}

.Modern-Slider .PrevArrow{
  position:absolute;
  top:88%;
  left:44%;
  width:119px;
  height:121px;
  background-color: transparent;
  border:0 none;
  margin-top:-22.5px;
  background-image: url(../img/flechas.png);
  color:transparent;
  z-index:5;
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .PrevArrow:hover{
  background-image: url(../img/flechas-h.png);
  background-position: left;
}

.Modern-Slider .slick-dots{
  position:absolute;
  height:5px;
  background:rgba(255,255,255,.20);
  bottom:0px;
  width:100%;
  left:0px;
  padding:0px;
  margin:0px;
  list-style-type:none;
}

.Modern-Slider .slick-dots li button{display:none;}
.Modern-Slider .slick-dots li{
  float:left;
  width:0px;
  height:5px;
  background:#000;
  position:absolute;
  left:0px;
  bottom:0px;
}

.Modern-Slider .slick-dots li.slick-active{
  width:100%;
  animation:ProgressDots 11s both;
}

.Modern-Slider .item h3{
  text-transform:uppercase;
  color:#FFF;
  animation:fadeOutRight 1s both;
  margin:0;
  padding:0;
}

.Modern-Slider .item h5{
  margin:0;
  padding:0;
  color:#FFF;
  max-width:600px;
  overflow:hidden;
  height:60px;
  animation:fadeOutLeft 1s both;
}

.Modern-Slider .item.slick-active h3{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider {background:#fff;}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}

@-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
@keyframes ProgressDots{from{width:0px;}to{width:100%;}}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

/*CIERRA ESTILOS Modern-Slider*/


#titulo{
  padding-top: 259px;
  padding-bottom: 135px;
  background-size: cover;
}

.bg1{
  background-image: url(../img/empresa/bg.jpg);
  background-position: center;
}

.bg2{
  background-image: url(../img/productos/bg.jpg);
  background-position: center;
}

.bg3{
  background-image: url(../img/servicios/bg.jpg);
  background-position: center;
}

.bg4{
  background-image: url(../img/bg_contacto.jpg);
  background-position: center;
}

#h_servicios{
  background-image: url(../img/servicios/bg_home.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 82px;
  padding-bottom: 229px;
  background-size:contain;
}

#h_servicios h1{
  text-align: center;
  font-size: 40px;
  color: #030303;
  font-family:"ArchivoNarrow-Bold";
}

#line {
  width: 100%;
  text-align: center;
  margin-bottom: 39px;
}

.line {
  width: 106px;
  height: 6px;
  background-color: #000;
  display: inline-block;
}

.line2 {
  width: 106px;
  height: 6px;
  background-color: #fff;
  display: inline-block;
}

#line3 {
  width: 100%;
  text-align: center;
  margin-bottom:19px;
}

.line3 {
  width: 60px;
  height: 6px;
  background-color: #91D323;
  display: inline-block;
}

#algunos_productos{
  padding: 65px 0px;
}

.bg_sellos{
  background-image: url(../img/bg_sellos.jpg);
  background-position: center;
}

#algunos_productos h1{
  text-align: center;
  font-size: 40px;
  color: #030303;
  font-family:"ArchivoNarrow-Bold";
}

.texto-link{
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.texto-link h3{
  text-transform: uppercase;
  font-size: 30px;
  font-family:"ArchivoNarrow-Bold";
  color: #FFF;
  text-align: center;
  text-shadow: 2px 3px 1px #000;
  margin-top:18%;
  padding-bottom: 30px;
}

.texto-link p{
  font-size: 21px;
  padding-top: 25px;
  color: #fff;
  text-shadow: 2px 3px 2px #000000bd;
}

.link{
  width: 100%;
  margin: 16px 0px;
  float: left;
  position: relative;
}

.link:hover .texto-link{
  background-color:#91D51F75;
}

.link:hover .texto-link p{
  color: #FE2E37;
  text-decoration: underline;
}

.mas {
  width: 65px;
  height: 65px;
  position: relative;
  background-image: url(../img/productos/mas.png);
  background-repeat: no-repeat;
  float: left;
  left: 44%;
}

#h_quienes{
  padding-top: 91px;
  padding-bottom: 57px;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(1,1,1,1) 66%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%); 
}

#h_quienes h1{
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-family:"ArchivoNarrow-Bold";
}

.quienes{
  display: flex;
  background-color: #90D323;
}

.text_quienes{
  padding-left: 30px;
  padding-right: 18px;
}

.text_quienes h2{
  font-size: 35px;
  font-family:"ArchivoNarrow-Bold";
  color: #000;
  padding-bottom: 11px;
}

.text_quienes p{
  line-height: 27px;
}

.text_quienes a{
  float: right;
  color: #fff;
  font-family:"ArchivoNarrow-Bold";
  text-decoration: none;
  top:36px;
  position: relative;
  right: 5%;
}

.text_quienes a:hover{
  color: #000;
}

footer{
  padding: 6px 0px;
  background-color: #000;
}

#web {
  background: #90D323;
  padding: 4px 0px;
  text-align: right;
}

#copy a {
  background: url(../img/web.svg) no-repeat right;
  color: #fff;
  padding-right: 122px;
  font-size: 14px;
  text-decoration: none !important;
}

#redes {
  position: relative;
  text-align: right;
  padding-bottom: 17px;
  margin-top: 33px;
}

#fb {
  display: inline-block;
  background: url(../img/face.svg) left;
  background-repeat: no-repeat;
  width:40px;
  height:40px;
}

#twi {
  display: inline-block;
  background: url(../img/twi.svg) right;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

#you {
  display: inline-block;
  background: url(../img/you.svg) right;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.datos{
  padding: 20px 0px;
  color: #fff;
}

.datos h1{
  float: left;
  position: relative;
  padding-right: 12px;
  border-right: solid 1px #fff;
  text-align: right;
  text-transform: uppercase;
  font-family:"ArchivoNarrow-Bold";
  line-height: 34px;
  font-size: 20px;
  padding-bottom: 28px;
}

.datos p{
  font-size:20px;
  float: left;
  margin-left: 12px;
  position: relative;
  line-height:34px;
  color: #fff;
}

#empresa{
  padding-top: 44px;
  background-color: #E0E4E7;
}

#empresa h1{
  font-size: 20px;
  text-align: center;
  padding-bottom: 11px;
}

#empresa h2{
  font-family:"ArchivoNarrow-Bold";
  text-align: center;
  font-size: 40px;
  color: #91D323;
}

.empresa{
  margin-top: 45px;
  background-color: #fff;
}

.text-empresa{
  padding: 188px 313px 0px 178px;
  text-align: right;
  line-height: 27px;
}

#mision{
  padding: 95px 0px;
}

.text-mision h1{
  font-family:"ArchivoNarrow-Bold";
  color:#91D323;
  font-size: 40px;
  text-align: center;
  padding-top: 10px;
}

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

#valores{
  padding: 65px 0px;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(1,1,1,1) 52%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%); 
}

#valores h1{
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-family:"ArchivoNarrow-Bold";
}

.logo_empresa{
  margin-top:4%;
}

.texto-link_p{
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.texto-link_p h3{
  text-transform: uppercase;
  font-size: 30px;
  font-family:"ArchivoNarrow-Bold";
  color: #FFF;
  text-align: center;
  text-shadow: 2px 3px 4px #000;
  margin-top: 37%;
  padding-bottom: 30px;
}

.texto-link_p p{
  font-size: 21px;
  padding-top: 25px;
  color: #fff;
  text-shadow: 2px 3px 2px #000000bd;
}

.link_p{
  width: 100%;
  margin: 16px 0px;
  float: left;
  position: relative;
}

.link_p:hover .texto-link_p{
  background-image: url(../img/productos/hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.link_p:hover .texto-link_p p{
  color: #FE2E37;
  text-decoration: underline;
}

#productos{
  padding-top: 44px;
  background-color: #E0E4E7;
}

#productos h1{
  font-size: 20px;
  text-align: center;
  padding-bottom: 11px;
}

#productos h2{
  font-family:"ArchivoNarrow-Bold";
  text-align: center;
  font-size: 40px;
  color: #91D323;
  padding-bottom: 45px;
}

.productos{
  padding: 55px 0px;
  background-image: url(../img/productos/bg_productos.jpg);
}

#carouselitem .carousel-indicators{
  bottom: 9px;
  width: 100% !important;
  left: 30% !important;
  right: 0 !important;
  text-align: right !important;
  padding-right: 18px !important;
}

#carouselitem .carousel-indicators li{
  background-color: #000;
  border: none;
  width: 16px;
  height: 16px;
}

#carouselitem .carousel-indicators .active{
  background-color: #2DA806;
  border: none;
}

.desc_producto{
  background-image: url(../img/productos/bg_text.jpg);
}

.desc_text{
  padding-top: 295px;
  padding-right: 308px;
  padding-left: 102px;
}

.desc_text h1{
  color: #90D422;
  text-align: right;
  padding-bottom: 15px;
  font-size: 40px;
  font-family:"ArchivoNarrow-Bold";
}

.desc_text p{
  line-height: 25px;
  text-align: right;
}

#servicios{
  background-color: #E0E4E7;
  padding-top: 57px;
}

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

.servicios{
  background-color: #fff;
}

#servicios h2{
  text-align: center;
  font-family:"ArchivoNarrow-Bold";
  color: #91D323;
  padding-bottom: 50px;
  font-size: 40px;
}

.texto-link2{
  padding: 11px 29px;
}

.texto-link2 h3{
  font-size: 35px;
  font-family:"ArchivoNarrow-Bold";
  color: #91d323;
  text-align: center;
}

.texto-link2 h4{
  font-size: 25px;
  color: #000;
  text-align: center;
}

.texto-link2 p{
  font-size: 16px;
  padding-top: 11px;
  color: #000;
  text-align: center;
  text-decoration: underline;
}

.link2{
  width:100%;
  margin-top: 62px;
  margin-bottom: 65px;
  float: left;
  position: relative;
  padding: 56px;
}

.link2:hover{
  background-color: #ffffff82;
  text-decoration: none;
}

#desc_servicios{
  margin-top: 14%;
}

#desc_servicios h1{
  color: #91D323;
  font-family:"ArchivoNarrow-Bold";
  font-size: 40px;
}

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

#desc_servicios .ico{
  float: left;
  padding-right: 32px;
}

.volver_ser{
  padding:64px 0px;
  float: left;
  position: relative;
  text-align: center;
}

.volver_ser a{
  background-color: #000;
  color: #fff;
  font-family:"ArchivoNarrow-Bold";
  padding: 9px 60px;
  top: 49%;
  position: relative;
  font-size: 24px;
  text-decoration: none;
}

.volver_ser a:hover{
  background-color:#a6d23d;
}

#contacto{
  padding-top: 45px;
  background-color:#E0E4E7;
}

#contacto h1{
  font-size: 20px;
  text-align: center;
}

#contacto h2{
  color: #91D321;
  font-size: 40px;
  font-family:"ArchivoNarrow-Bold";
  text-align: center;
  padding-bottom: 21px;
}

.contacto{
  background-color: #fff;
}

#formulario {
  padding: 45px 0px;
}

#formulario h3 {
  color: #000;
  padding-top: 6px;
  font-family:"ArchivoNarrow-Bold";
  font-size: 20px;
}

#formulario h4{
  font-size: 20px;
  padding-top: 5px;
}

#formulario input {
  width: 100%;
  background-color: #000;
  color: #fff;
  border: none;
  font-size: 18px;
  padding:10px;
  margin-top: 5px;
}

#formulario textarea {
  width: 100%;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 8px;
  margin-top: 5px;
  height: 120px;
}

.btn a {
  float: left;
  display: inline-block;
  padding: 4px 45px;
  margin-top: 27%;
  background: #000;
  color: #fff;
  font-family:"ArchivoNarrow-Bold";
  font-size:24px;
  text-decoration: none;
}

.btn a:hover{
  background-color: #90D323;
}

#ubicacion {
  padding: 65px 0px;
}

#map {
  border: 3px solid #90D323;
  height: 400px;
}

.datos_contact{
  margin-top: 65px;
}

.datos_contact p{
  color: #000;
}

.datos_contact p span{
  color: #91D321;
}

#borrar {
  width: 120px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  text-align: center;
  font-size: 24px !important;
  margin-top: 41px !important;
  padding: 10px 0px !important;
  background: #000 !important;
  border: none !important;
  font-family:"ArchivoNarrow-Bold" !important;
}

#borrar:hover{
  background-color: #90D323 !important;
}

#enviar {
  width: 120px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  text-align: center;
  font-size: 24px !important;
  margin-top: 41px !important;
  padding: 10px 0px !important;
  background: #000 !important;
  margin-right: 15px;
  font-family:"ArchivoNarrow-Bold" !important;
  border: none !important;
}

#enviar:hover{
  background-color: #90D323 !important;
}

#ampliar {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color:#66a700; 
  color: #FFF;
  text-align: center;
  position: absolute;
  left: 86%;
  bottom: 24px;
  font-size: 22px;
  z-index: 1;
  font-family:"ArchivoNarrow-Bold" !important;
  padding-top: 27px;
}

#ampliar:hover{
  background-color: #7BB51D;
}

#float_whatsapp {
  background-image: url(../img/whatsapp.svg);
  background-repeat: no-repeat;
  animation: pulse 2s infinite;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  position: fixed;
  right: 15px;
  z-index: 99999;
  bottom: 9%;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(1, 169, 1);
    }
    
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

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

  #navbar a {
    width: 100%;
    text-align: left;
    padding: 7px;
    text-decoration: none;
    border: none;
    color: #fff;
  }

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

  #navbar .selec {
    border-bottom: 2px solid #fff;
  }

   #navbar a:hover{
    border-bottom: 2px solid #fff;
   }

  .navbar-header {
    float: none;
  }

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

  .navbar-toggle {
    display: block;
    border: 1px !important;
  }

   nav .me{
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
  }

  .navbar-nav{
    margin: 0px;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-inverse{
    background-color: #91d323;
    border-color: transparent;
  }
    
  .navbar-collapse.collapse {
    display: none!important;
  }

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

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

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

  .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(max-width:312px) and (min-width:200px){  

  .logo_xs{
    width: 109px;
    margin-left: 32%;
  }

  #h_servicios h1{
    font-size: 33px;
  }

  #algunos_productos h1{
    font-size: 33px;
  }

  #carousel-home2{
    margin-top:14%;
  }

  .quienes{
    display: inline-block !important;
  }

  .text_quienes p{
    font-size: 20px;
  }

  #h_servicios{
    padding-bottom: 97px;
  }

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

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

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

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

  .text-mision h1{
    font-size: 36px;
  }

  .texto-link_p h3{
    font-size: 23px;
  }

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

  #productos h1{
    font-size: 19px;
  }

  .desc_text{
    padding-top: 29px;
    padding-bottom: 28px;
    padding-right:20px;
    padding-left: 16px;
  }

  .desc_text p{
    font-size: 19px;
    line-height: 23px;
  }

  .desc_text h1{
    font-size: 23px;
  }

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

  .volver_ser a{
    padding: 9px 14px;
    font-size: 18px;
  }

  .link2{
    margin-top: 12px;
    margin-bottom: 23px;
    padding: 14px;
  }

  .texto-link2 h3{
    font-size: 31px;
  }

  #desc_servicios .ico{
    padding-right: 22px;
  }

  #desc_servicios h1{
    font-size: 33px;
  }

  .datos_contact p{
    font-size: 19px;
  }

  .btn a{
    margin-top: 12%;
    font-size: 15px;
    padding: 4px 14px;
  }

  .texto-link h3{
    font-size: 23px;
    padding-bottom: 4px;
  }

  #h_quienes h1{
    font-size: 35px;
  }

  #formulario h4{
    font-size: 16px;
  }

  .datos h1{
    font-size: 14px;
    padding-right: 4px;
  }

  .datos p{
    font-size: 15px;
    margin-left: 2px;
  }

  #ampliar{
    left: 72%;
  }

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

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

@media(max-width:457px) and (min-width:312px){  

  .logo_xs{
    width: 139px;
    margin-left: 32%;
  }

  #h_servicios h1{
    font-size: 33px;
  }

  #algunos_productos h1{
    font-size: 33px;
  }

  #carousel-home2{
    margin-top:14%;
  }

  .quienes{
    display: inline-block !important;
  }

  .text_quienes p{
    font-size: 20px;
  }

  #h_servicios{
    padding-bottom: 97px;
  }

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

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

  .text-empresa{
    padding: 24px;
    font-size: 19px;
  }

  .text-mision p{
    font-size: 19px;
    line-height: 22px;
  }

  .text-mision h1{
    font-size: 36px;
  }

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

  #productos h1{
    font-size: 19px;
  }

  .desc_text{
    padding-top: 29px;
    padding-bottom: 28px;
    padding-right:20px;
    padding-left: 16px;
  }

  .desc_text p{
    font-size: 19px;
    line-height: 23px;
  }

  .desc_text h1{
    font-size: 33px;
  }

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

  .link2{
    margin-top: 12px;
    margin-bottom: 23px;
  }

  #desc_servicios .ico{
    padding-right: 22px;
  }

  #desc_servicios h1{
    font-size: 33px;
  }

  .datos_contact p{
    font-size: 19px;
  }

  .btn a{
    margin-top: 12%;
    font-size: 19px;
  }

  #formulario h4{
    font-size: 16px;
  }

  #ampliar{
    left: 72%;
  }

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

}


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

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

  .logo_xs{
    width: 139px;
    margin-left: 32%;
  }

  #h_servicios h1{
    font-size: 33px;
  }

  #algunos_productos h1{
    font-size: 33px;
  }

  #carousel-home2{
    margin-top:14%;
  }

  .quienes{
    display: inline-block !important;
  }

  .text_quienes p{
    font-size: 20px;
  }

  #h_servicios{
    padding-bottom: 97px;
  }

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

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

  .text-empresa{
    padding: 24px;
    font-size: 19px;
  }

  .text-mision p{
    font-size: 19px;
    line-height: 22px;
  }

  .text-mision h1{
    font-size: 36px;
  }

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

  #productos h1{
    font-size: 19px;
  }

  .desc_text{
    padding-top: 29px;
    padding-bottom: 28px;
    padding-right:20px;
    padding-left: 16px;
  }

  .desc_text p{
    font-size: 19px;
    line-height: 23px;
  }

  .desc_text h1{
    font-size: 33px;
  }

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

  .link2{
    margin-top: 12px;
    margin-bottom: 23px;
  }

  #desc_servicios .ico{
    padding-right: 22px;
  }

  #desc_servicios h1{
    font-size: 33px;
  }

  .datos_contact p{
    font-size: 19px;
  }

  .btn a{
    margin-top: 12%;
    font-size: 19px;
  }

  #formulario h4{
    font-size: 16px;
  }

  #ampliar{
    left: 72%;
  }

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

}


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

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

  .logo_xs{
    width: 139px;
    margin-left: 39%;
  }

  #h_servicios h1{
    font-size: 33px;
  }

  #algunos_productos h1{
    font-size: 33px;
  }

  #carousel-home2{
    margin-top:11%;
  }

  .quienes{
    display: inline-block !important;
  }

  .text_quienes p{
    font-size: 20px;
  }

  #h_servicios{
    padding-bottom: 97px;
  }

  #titulo{
    margin-top: 11%;
    padding-top: 113px;
    padding-bottom: 69px;
  }

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

  .text-empresa{
    padding: 24px;
    font-size: 19px;
  }

  .text-mision p{
    font-size: 19px;
    line-height: 22px;
  }

  .text-mision h1{
    font-size: 36px;
  }

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

  #productos h1{
    font-size: 19px;
  }

  .desc_text{
    padding-top: 29px;
    padding-bottom: 28px;
    padding-right:20px;
    padding-left: 16px;
  }

  .desc_text p{
    font-size: 19px;
    line-height: 23px;
  }

  .desc_text h1{
    font-size: 33px;
  }

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

  .link2{
    margin-top: 12px;
    margin-bottom: 23px;
  }

  #desc_servicios .ico{
    padding-right: 22px;
  }

  #desc_servicios h1{
    font-size: 33px;
  }

  .datos_contact p{
    font-size: 19px;
  }

  .btn a{
    margin-top: 12%;
    font-size: 19px;
  }

  #formulario h4{
    font-size: 16px;
  }

  #ampliar{
    left: 72%;
  }

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

}


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

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

  .logo_xs{
    width: 139px;
    margin-left: 36%;
  }

  #h_servicios h1{
    font-size: 33px;
  }

  #algunos_productos h1{
    font-size: 33px;
  }

  #carousel-home2{
    margin-top:10%;
  }

  .quienes{
    display: inline-block !important;
  }

  .text_quienes p{
    font-size: 20px;
  }

  #h_servicios{
    padding-bottom: 97px;
  }

  #titulo{
    margin-top: 10%;
    padding-top: 113px;
    padding-bottom: 69px;
  }

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

  .text-empresa{
    padding: 24px;
    font-size: 19px;
  }

  .text-mision p{
    padding-bottom: 23px;
  }

  .texto-link_p h3{
    margin-top: 25%;
  }

  .text-mision h1{
    font-size: 36px;
  }

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

  #productos h1{
    font-size: 19px;
  }

  .desc_text{
    padding-top: 29px;
    padding-bottom: 28px;
    padding-right:20px;
    padding-left: 16px;
  }

  .desc_text p{
    font-size: 19px;
    line-height: 23px;
  }

  .desc_text h1{
    font-size: 33px;
  }

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

  .link2{
    margin-top: 12px;
    margin-bottom: 23px;
  }

  .datos_contact p{
    font-size: 19px;
  }

  .btn a{
    margin-top: 12%;
    font-size: 19px;
  }

  #formulario h4{
    font-size: 16px;
  }

  #ampliar{
    left: 72%;
  }

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

}




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

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

  .logo_xs{
    width: 139px;
    margin-left: 36%;
  }

  #h_servicios h1{
    font-size: 33px;
  }

  #algunos_productos h1{
    font-size: 33px;
  }

  #carousel-home2{
    margin-top:9%;
  }

  .quienes{
    display: inline-block !important;
  }

  .text_quienes p{
    font-size: 20px;
  }

  #h_servicios{
    padding-bottom: 97px;
  }

  #titulo{
    margin-top: 9%;
    padding-top: 154px;
    padding-bottom: 69px;
  }

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

  .text-empresa{
    padding: 24px;
    font-size: 19px;
  }

  .text-mision p{
    padding-bottom: 23px;
  }

  .texto-link_p h3{
    margin-top: 21%;
  }

  .text-mision h1{
    font-size: 36px;
  }

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

  #productos h1{
    font-size: 19px;
  }

  .desc_text{
    padding-top: 29px;
    padding-bottom: 28px;
    padding-right:20px;
    padding-left: 16px;
  }

  .desc_text p{
    font-size: 19px;
    line-height: 23px;
  }

  .desc_text h1{
    font-size: 33px;
  }

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

  .link2{
    margin-top: 12px;
    margin-bottom: 23px;
  }

  .datos_contact p{
    font-size: 19px;
  }

  .btn a{
    margin-top: 12%;
    font-size: 19px;
  }

  #formulario h4{
    font-size: 16px;
  }

  #ampliar{
    left: 72%;
  }

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

}


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

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

  .navbar-inverse{
    background-color: transparent !important;
  }

  nav{
    font-family:"ArchivoNarrow-Bold";
    margin-top: -188px;
    background: #FFF !important;
    border-radius: 0px !important;
    border: none !important;
    margin-bottom: 0px !important;
    padding-top: 10px;
  }

  nav a{
    color: #000!important;
    font-size: 22px;
    text-align: center;
    padding: 24px 9px !important;
  }

  .navbar-nav > li{
    margin: 0px 32px;
  }

  nav a:hover{
    color: #91D223 !important;
    border-bottom: solid 7px #91D223;
  }

  nav .selec {
    color: #91D223 !important;
    border-bottom: solid 7px #91D223;
  }
}


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


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

  .navbar-nav > li{
    margin: 0px 3px;
  }

  nav{
    margin-top: -73px;
    padding-top: 0px;
  }

  nav a{
    font-size: 19px;
    padding: 11px 9px !important;
  }

  #h_servicios h1{
    font-size: 33px;
  }

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

  #algunos_productos h1{
    font-size: 33px;
  }

  #h_quienes h1{
    font-size: 33px;
  }

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

  .text-empresa{
    padding: 34px;
    font-size: 20px;
  }

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

  .desc_text{
    padding-top: 62px;
    padding-bottom: 45px;
    padding-right: 127px;
  }

  .desc_text h1{
    font-size: 34px;
  }

  .desc_text p{
    font-size: 19px;
  }

  .link2{
    padding: 13px;
  }

  .texto-link2 h3{
    font-size: 30px;
  }

  .texto-link2 h4{
    font-size: 22px;
  }

  .btn a{
    margin-top: 9%;
  }

  .quienes {
    display:block !important;
  }

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

  .datos h1{
    font-size: 19px;
  }

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


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


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

  .navbar-nav > li{
    margin: 0px 3px;
  }

  nav{
    margin-top: -73px;
    padding-top: 0px;
  }

  nav a{
    font-size: 19px;
    padding: 12px 9px !important;
  }

  #h_servicios h1{
    font-size: 33px;
  }

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

  #algunos_productos h1{
    font-size: 33px;
  }

  #h_quienes h1{
    font-size: 33px;
  }

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

  .text-empresa{
    padding: 34px;
    font-size: 20px;
  }

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

  .desc_text{
    padding-top: 62px;
    padding-bottom: 45px;
    padding-right: 127px;
  }

  .desc_text h1{
    font-size: 34px;
  }

  .desc_text p{
    font-size: 19px;
  }

  .link2{
    padding: 13px;
  }

  .texto-link2 h3{
    font-size: 30px;
  }

  .texto-link2 h4{
    font-size: 22px;
  }

  .btn a{
    margin-top: 9%;
  }

  .quienes {
    display:block !important;
  }

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

  .datos h1{
    font-size: 19px;
  }

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

  #titulo{
    padding-top: 139px;
    padding-bottom: 105px;
  }
}


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


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

  .navbar-nav > li{
    margin: 0px 11px;
  }

  nav{
    margin-top: -87px;
    padding-top: 0px;
  }

  nav a{
    font-size: 20px;
    padding: 14px 9px !important;
  }

  #h_servicios h1{
    font-size: 33px;
  }

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

  #algunos_productos h1{
    font-size: 33px;
  }

  #h_quienes h1{
    font-size: 33px;
  }

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

  .text-empresa{
    padding: 34px;
    font-size: 20px;
  }

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

  .desc_text{
    padding-top: 62px;
    padding-bottom: 45px;
    padding-right: 127px;
  }

  .desc_text h1{
    font-size: 34px;
  }

  .desc_text p{
    font-size: 19px;
  }

  .link2{
    padding: 13px;
  }

  .texto-link2 h3{
    font-size: 30px;
  }

  .texto-link2 h4{
    font-size: 22px;
  }

  .btn a{
    margin-top: 9%;
  }

  .quienes {
    display:block !important;
  }

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

  .datos h1{
    font-size: 19px;
  }

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

  #titulo{
    padding-top: 139px;
    padding-bottom: 105px;
  }
}


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


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

  .navbar-nav > li{
    margin: 0px 11px;
  }

  nav{
    margin-top: -145px;
    padding-top: 0px;
  }

  nav a{
    font-size: 20px;
  }

  #h_servicios h1{
    font-size: 33px;
  }

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

  #algunos_productos h1{
    font-size: 33px;
  }

  #h_quienes h1{
    font-size: 33px;
  }

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

  .text-empresa{
    padding: 34px;
    font-size: 20px;
  }

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

  .desc_text{
    padding-top: 42px;
    padding-right: 36px;
    padding-left: 33px;
  }

  .desc_text h1{
    font-size: 34px;
  }

  .desc_text p{
    font-size: 19px;
  }

  .link2{
    padding: 13px;
  }

  .texto-link2 h3{
    font-size: 30px;
  }

  .texto-link2 h4{
    font-size: 22px;
  }

  .btn a{
    font-size: 21px;
  }

  .quienes {
    display:block !important;
  }

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

  .datos h1{
    font-size: 19px;
  }

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

  #titulo{
    padding-top: 139px;
    padding-bottom: 105px;
  }

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

  .text_quienes p{
    font-size: 19px;
  }

  .text_quienes h2{
    padding-bottom: 8px;
  }

  .datos_contact p{
    font-size: 20px;
    line-height: 23px;
  }

  #formulario h4{
    font-size: 16px;
  }

  .Modern-Slider .PrevArrow{
    left: 40%;
  }

  .Modern-Slider .NextArrow{
    right: 36%;
  }
}



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


@media(max-width:1150px) and (min-width:1091px){

  .navbar-nav > li{
    margin: 0px 12px;
  }

  nav{
    margin-top: -156px;
    padding-top: 0px;
  }

  #h_servicios h1{
    font-size: 33px;
  }

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

  #algunos_productos h1{
    font-size: 33px;
  }

  #h_quienes h1{
    font-size: 33px;
  }

  #empresa h2{
    font-size: 35px;
  }

  .text-empresa{
    padding: 62px 68px 0px 69px;
  }

  #productos h2{
    font-size: 35px;
  }

  .desc_text{
    padding-top: 53px;
    padding-right: 36px;
    padding-left: 33px;
  }

  .desc_text h1{
    font-size: 34px;
  }

  .desc_text p{
    font-size: 19px;
  }

  .link2{
    padding: 13px;
  }

  .btn a{
    font-size: 21px;
  }

  .quienes {
    display:block !important;
  }

  #servicios h2{
    font-size: 35px;
  }

  .datos h1{
    font-size: 19px;
  }

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

  #titulo{
    padding-top: 139px;
    padding-bottom: 105px;
  }

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

  .text_quienes p{
    font-size: 21px;
  }

  .text_quienes h2{
    padding-bottom: 8px;
  }

  .datos_contact p{
    font-size: 20px;
    line-height: 23px;
  }

  #formulario h4{
    font-size: 18px;
  }

  .Modern-Slider .PrevArrow{
    left: 40%;
  }

  .Modern-Slider .NextArrow{
    right: 36%;
  }

  .text_quienes a{
    top: 34px;
  }
}


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

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

  .navbar-nav > li{
    margin: 0px 15px;
  }

  nav{
    margin-top: -164px;
    padding-top: 0px;
  }

  #h_servicios h1{
    font-size: 33px;
  }

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

  #algunos_productos h1{
    font-size: 33px;
  }

  #h_quienes h1{
    font-size: 33px;
  }

  #empresa h2{
    font-size: 35px;
  }

  .text-empresa{
    padding: 62px 68px 0px 69px;
  }

  #productos h2{
    font-size: 35px;
  }

  .desc_text{
    padding-top: 53px;
    padding-right: 36px;
    padding-left: 33px;
  }

  .desc_text h1{
    font-size: 34px;
  }

  .desc_text p{
    font-size: 19px;
  }

  .link2{
    padding: 13px;
  }

  .btn a{
    font-size: 21px;
  }

  .quienes {
    display:block !important;
  }

  #servicios h2{
    font-size: 35px;
  }

  .datos h1{
    font-size: 19px;
  }

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

  #titulo{
    padding-top: 139px;
    padding-bottom: 105px;
  }

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

  .text_quienes p{
    font-size: 21px;
  }

  .text_quienes h2{
    padding-bottom: 8px;
  }

  .datos_contact p{
    font-size: 20px;
    line-height: 23px;
  }

  #formulario h4{
    font-size: 18px;
  }

  .Modern-Slider .PrevArrow{
    left: 40%;
  }

  .Modern-Slider .NextArrow{
    right: 36%;
  }

  .text_quienes a{
    top: 34px;
  }
}



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

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

  .navbar-nav > li{
    margin: 0px 11px;
  }

  nav{
    margin-top: -185px;
    padding-top: 0px;
  }

  #h_servicios h1{
    font-size: 33px;
  }

  .texto-link h3{
    font-size: 18px;
    margin-top: 13%;
  }

  #algunos_productos h1{
    font-size: 33px;
  }

  #h_quienes h1{
    font-size: 33px;
  }

  #empresa h2{
    font-size: 35px;
  }

  .text-empresa{
    padding: 79px 68px 0px 69px;
  }

  #productos h2{
    font-size: 35px;
  }

  .desc_text{
    padding-top: 79px;
    padding-right: 49px;
    padding-left: 43px;
  }

  .desc_text h1{
    font-size: 34px;
  }

  .desc_text p{
    font-size: 19px;
  }

  .link2{
    padding: 13px;
  }

  .btn a{
    font-size: 21px;
    padding: 4px 18px;
  }

  .quienes {
    display:block !important;
  }

  #servicios h2{
    font-size: 35px;
  }

  .texto-link2 h3{
    font-size: 30px;
  }

  .datos h1{
    font-size: 19px;
  }

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

  #titulo{
    padding-top: 139px;
    padding-bottom: 105px;
  }

  .text-mision p{
    font-size: 19px;
    line-height: 22px;
  }

  .texto-link_p h3{
    font-size: 25px;
  }

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

  .text_quienes h2{
    padding-bottom: 0px;
    font-size: 24px;
  }

  .datos_contact p{
    font-size: 17px;
    line-height: 19px;
  }

  #formulario h4{
    font-size: 18px;
  }

  .Modern-Slider .PrevArrow{
    left: 40%;
  }

  .Modern-Slider .NextArrow{
    right: 36%;
  }

  .text_quienes a{
    font-size: 17px;
    top: -5px;
    right: -1%;
  }

  #enviar{
    padding: 7px 0px !important;
  }

  #borrar{
    padding: 7px 0px !important;
  }

  #desc_servicios .ico{
    padding-right: 1px;
  }

  #desc_servicios h1{
    font-size: 31px;
  }

  #desc_servicios h2{
    font-size: 24px;
  }
}



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

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

  .navbar-nav > li{
    margin: 0px 21px;
  }

  nav{
    margin-top: -185px;
    padding-top: 0px;
  }

  #h_servicios h1{
    font-size: 33px;
  }

  .texto-link h3{
    font-size: 18px;
    margin-top: 13%;
  }

  #algunos_productos h1{
    font-size: 33px;
  }

  #h_quienes h1{
    font-size: 33px;
  }

  #empresa h2{
    font-size: 35px;
  }

  .text-empresa{
    padding: 79px 68px 0px 69px;
  }

  #productos h2{
    font-size: 35px;
  }

  .desc_text{
    padding-top: 79px;
    padding-right: 49px;
    padding-left: 43px;
  }

  .desc_text h1{
    font-size: 34px;
  }

  .desc_text p{
    font-size: 19px;
  }

  .link2{
    padding: 13px;
  }

  .btn a{
    font-size: 21px;
    padding: 4px 18px;
  }

  .quienes {
    display:block !important;
  }

  #servicios h2{
    font-size: 35px;
  }

  .texto-link2 h3{
    font-size: 30px;
  }

  .datos h1{
    font-size: 19px;
  }

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

  #titulo{
    padding-top: 139px;
    padding-bottom: 105px;
  }

  .text-mision p{
    font-size: 19px;
    line-height: 22px;
  }

  .texto-link_p h3{
    font-size: 25px;
  }

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

  .text_quienes h2{
    padding-bottom: 0px;
    font-size: 24px;
  }

  .datos_contact p{
    font-size: 17px;
    line-height: 19px;
  }

  #formulario h4{
    font-size: 18px;
  }

  .Modern-Slider .PrevArrow{
    left: 40%;
  }

  .Modern-Slider .NextArrow{
    right: 36%;
  }

  .text_quienes a{
    font-size: 17px;
    top: -5px;
    right: -1%;
  }

  #enviar{
    padding: 7px 0px !important;
  }

  #borrar{
    padding: 7px 0px !important;
  }

  #desc_servicios .ico{
    padding-right: 1px;
  }

  #desc_servicios h1{
    font-size: 31px;
  }

  #desc_servicios h2{
    font-size: 24px;
  }
}


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

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

  .Modern-Slider .NextArrow{
    right: 41%;
  }

  .texto-link h3{
    margin-top: 14%;
    font-size: 27px;
  }

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

  .text_quienes a{
    top: 8px;
  }

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

  .text-empresa{
    padding: 128px 169px 0px 147px;
  }

  .desc_text{
    padding-top: 150px;
    padding-right: 137px;
  }

  .texto-link2 h3{
    font-size: 31px;
  }

  .datos_contact p{
    line-height: 21px;
    font-size: 19px;
  }

  #formulario h4{
    font-size: 17px;
  }

  .btn a{
    font-size: 20px;
    padding: 4px 27px;
  }

}
