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

@font-face {
    font-family: 'montserratblack';
    src: url('../fonts/montserrat-black-webfont.eot'),
         url('../fonts/montserrat-black-webfont.woff') format('woff'),
         url('../fonts/montserrat-black-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-black-webfont.svg#montserratblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

#contenedor{
  font-family:"Montserrat-Regular";
  font-size: 18px;
  color: #7d7b7b;
  overflow:hidden;
}

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

.clear{
  clear:both;
}

#banner{
  margin-top:6%;
}

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

#datos_header{
  padding: 2px 0px;
  background-color:#E7CE00;
}

#datos_header ul{
  float: right;
  padding-top: 8px;
}

#datos_header ul li{
  color: #fff;
  font-size: 16px;
  float: left;
  padding-left: 45px;
}

#datos_header ul li a{
  color: #fff;
}

.ico1{
  background-image: url(../img/ico1.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 25px;
  float: left;
  background-position: 0px -2px;
}

.ico2{
  background-image: url(../img/ico2.png);
  background-position: 0px -2px;
  background-repeat: no-repeat;
  width: 24px;
  height: 25px;
  float: left;
}

#barra-menu{
  padding: 5px 0px;
  background-color: #001CA1;
}

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

.menu {
  margin-top: 5%;
  text-align:right;
}

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

#navbar a{
  color: #fff;
  font-size: 18px;
  float: left;
  position: relative;
  font-family: 'montserratblack';
  display:inline-block;
  padding: 3px 0px;
  text-decoration: none;
  border-bottom: 3px solid #001ca1;
}

#navbar a:hover{
  color: #E7CE00;
  border-bottom: 3px solid #E7CE00;
}

#navbar .selec{
  color: #E7CE00;
  border-bottom: 3px solid #E7CE00;
}

nav .me{
  color:#000;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}

#catalogo-home{
  padding: 65px 0px;
}

.texto-link{
  margin-bottom: 35px;
}

.texto-link h1{
  color: #0111A1;
  font-family: 'montserratblack';
  font-size: 26px;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 7px;
}

#productos_home{
  padding: 78px 0px;
}

#productos_home h1{
  font-family: 'montserratblack';
  color: #001AA0;
  font-size: 60px;
  padding-bottom: 45px;
}

.producto_home{
  background-color: #fff;
  text-decoration: none !important;
}

.producto_home h2{
  color: #001BA0;
  font-family: 'montserratblack';
  font-size: 22px;
  padding-bottom: 7px;
  padding-top: 31px;
  line-height: 29px;
}

.producto_home h3{
  color: #626154;
  font-size: 24px;
  font-family:"Montserrat-Bold";
}

.color ul li{
  float: left;
  width: 27px;
  height: 27px;
  border-radius: 15px;
  margin-left: 7px;
  margin-top: 12px;
  box-shadow: inset 3px 2px 11px 0px #2d2c2ce3;
}

.azul{
  background-color: #001847;
}

.gris{
  background-color:#AFAFAF;
}

.verde{
  background-color: #71BE3A;
}

footer{
  background-color:#969696;
  padding-top: 43px;
  padding-bottom: 15px;
}

footer p{
  color: #fff;
  font-family:"Montserrat-Regular";
  font-size: 20px;
  line-height: 25px;
  display: flex;
  margin-bottom: 18px;
}

footer a{
  color: #fff;
}

footer a:hover{
  text-decoration: underline;
  color: #fff;
}

#titulo {
  padding-top: 215px;
  padding-bottom: 12px;
  text-align: right;
  margin-top:8%;
}

#titulo h1 {
  color: #E5CC00;
  font-size: 86px;
  text-shadow: -4px 7px 1px #fff;
  font-family: 'montserratblack';
}

#titulo h2{
  text-shadow: -4px 5px 1px #fff;
  font-size: 78px;
  font-family: 'montserratblack';
  color:#001CA1;
}

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

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

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

#empresa{
  padding: 95px 0px;
}

.text_empresa {
  margin-top: 3%;
  padding-left: 71px;
}

.text_empresa h1{
  font-size: 26px;
  font-family: 'montserratblack';
  color: #00089A;
  text-transform: uppercase;
  text-decoration: underline;
  padding-bottom: 15px;
}

.text_empresa p{
  line-height: 27px;
  font-family:"Montserrat-Bold";
}

footer h1{
  font-size: 18px;
  font-family: 'montserratblack';
  padding-bottom: 10px;
  color: #fff;
}

footer span {
  float: left;
  padding-right: 11px;
}

#fb {
  background: url(../img/redes.png) no-repeat;
  width: 54px;
  height: 55px;
  position: fixed;
  right: 15px;
  z-index: 900;
  top: 257px;
}

#ins {
  background: url(../img/redes.png) left no-repeat ;
  width: 54px;
  height: 55px;
  position: fixed;
  right: 15px;
  z-index: 900;
  top: 316px;
}

#what {
  background: url(../img/redes.png) 0px -107px no-repeat ;
  width: 54px;
  height: 55px;
  position: fixed;
  right: 13px;
  z-index: 900;
  top: 376px;
}

#mapa_home {
  height: 200px;
  border: 2px solid #57A6E8;
}

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

#redes{
  float: right;
}

#web{
  padding: 10px 0px;
  background-color: #E7CE00;
}

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

.politicas a{
  float: right;
  color: #fff;
  font-size: 19px;
}

#formulario{
  padding:89px 0px;
}

.formulario{
  padding-left: 76px;
}

.formulario p{
  padding: 35px 0px 115px 0px;
  line-height: 27px;
}

.formulario h2 {
  text-align: left;
  float: left;
  font-size: 16px;
  margin-top:31px !important;
  color: #7b7b7b !important;
  padding-bottom: 2px;
  padding-left: 11px;
  font-family: 'montserratblack';
}

.formulario input {
  width: 100%;
  background-color:#001CA1;
  color: #fff;
  border-radius: 10px;
  border: none;
  font-size: 18px;
  padding: 8px 17px;
}

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

#enviar {
  width: 100px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  text-align: center;
  font-size:18px !important;
  font-family: 'montserratblack';
  margin-top:42px !important;
  padding: 16px 0px !important;
  background:#001CA1 !important;
  margin-right: 15px;
  border: none !important;
}

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

#borrar {
  width: 100px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  font-family: 'montserratblack';
  text-align: center;
  font-size: 18px !important;
  margin-top: 42px !important;
  padding: 16px 0px !important;
  background:#001CA1 !important;
  border: none !important;
}

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

#formulario2{
  padding: 65px 0px;
}

#formulario2 p{
  line-height: 27px;
  font-family:"Montserrat-Bold";
}

#formulario2 h1{
  font-size: 24px;
  font-family: 'montserratblack';
  color: #001CA1;
  padding-bottom: 20px;
}

.formulario2 h2 {
  text-align: left;
  float: left;
  font-size: 16px;
  margin-top:21px !important;
  color: #7b7b7b !important;
  padding-bottom: 2px;
  padding-left: 11px;
  font-family: 'montserratblack';
}

.formulario2 h3{
  font-size: 14px;
  padding-top: 5px;
}

.formulario2 input {
  width: 100%;
  background-color:#001CA1;
  color: #fff;
  border-radius: 10px;
  border: none;
  font-size: 18px;
  padding: 8px 17px;
}

.formulario2 textarea {
  width: 100%;
  background-color: #001CA1;
  color: #fff;
  border: none;
  padding: 8px;
  border-radius: 10px;
  height: 87px;
}

.bt-politicas a {
  display: inline-block;
  padding: 12px 28px;
  background: #E7CE00;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  font-family: 'montserratblack';
  text-decoration: none;
  float: left;
  margin-top: 21%;
}

.bt-politicas a:hover{
  background-color:#001CA1;
}

#enviar2 {
  width: 100px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  text-align: center;
  font-size:18px !important;
  font-family: 'montserratblack';
  margin-top:12px !important;
  padding: 16px 0px !important;
  background:#001CA1 !important;
  margin-right: 15px;
  border: none !important;
}

#enviar2:hover{
  background-color: #E7CD01 !important;
}

#borrar2 {
  width: 100px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  font-family: 'montserratblack';
  text-align: center;
  font-size: 18px !important;
  margin-top: 12px !important;
  padding: 16px 0px !important;
  background:#001CA1 !important;
  border: none !important;
}

#borrar2:hover{
  background-color: #E7CD01 !important;
}

#puntos-venta{
  padding: 95px 0px;
  background-color: #F4F4F4;
}

#puntos-venta h1{
  color: #001CA1;
  font-family: 'montserratblack';
  font-size: 28px;
  padding-bottom: 12px;
}

.puntos-venta {
  padding-top: 24px;
}

.puntos-venta h2{
  color: #5c5c5c;
  display: flex;
  font-size: 20px;
  margin-top: 4px;
  line-height: 28px;
}

.puntos-venta span {
  float: left;
  padding-right: 11px;
}

#mapa_home {
  height: 300px;
  border-radius: 15px;
  border: 2px solid #99BCE3;
}

#ampliar_map {
  width: 191px;
  height: 60px;
  background-image: url(../img/ver-mas.png);
  padding-top: 34px;
  position: absolute;
  right:26px;
  bottom: 22px;
}

#iniciar_sesion {
  padding: 84px 0px;
}

.iniciar_sesion{
  background-color:#8080801a;
  padding: 58px 0px;
}

#iniciar_sesion h1 {
  text-align: center;
  color:#E7CE00;
  text-transform: uppercase;
  font-family: 'montserratblack';
  font-size: 30px;
  padding-bottom: 5px;
}

#texto-in {
  padding: 30px 131px;
}

#texto-in h2 {
  line-height: 20px;
  font-size: 18px;
  padding-bottom: 3px;
  color:#7b7b7b;
  padding-top: 31px;
  padding-left: 15px;
  font-family: 'montserratblack';
}

#texto-in input {
  border: none;
  background-color: #001ca1;
  padding: 10px 15px;
  width: 100%;
  border-radius: 10px;
  color: #fff;
}

.olvido {
  color: #a3a5a8 !important;
  float: right;
  font-size: 13px;
  padding-top: 7px;
}

.btn-login{
  padding-top: 45px;
}

#enviar_s {
  width: 100% !important;
  position: relative;
  float: left;
  cursor: pointer;
  font-size: 22px !important;
  color: #fff !important;
  text-align: center;
  padding: 8px 11px !important;
  font-family: 'montserratblack';
  background:#E7CE00 !important;
  border: none !important;
  border-radius: 21px !important;
  margin-bottom: 15px;
  text-shadow: 3px 1px 3px #0000002e;
}

#enviar_s:hover {
  background-color: #001CA1 !important;
}

#btn_invitado {
  width: 100%;
  position: relative;
  float: right;
  font-size: 22px !important;
  color: #fffefe !important;
  text-align: center;
  padding: 10px 11px !important;
  background:#E7CE00 !important;
  font-family: 'montserratblack';
  text-decoration: none;
  text-shadow: 3px 1px 3px #0000002e;
  border-radius: 21px;
}

#btn_invitado:hover {
  background-color: #001CA1 !important;
}

#registrarse {
  margin-top: 1%;
}

#registrarse h2 {
  font-size: 18px;
  text-align: center;
}

#registrarse a {
  width: 100%;
  position: relative;
  float: right;
  font-size: 20px !important;
  color: #494949 !important;
  text-align: center;
  padding: 8px 11px !important;
  font-family:"Montserrat-Bold";
}

#registro {
  padding: 94px 0px;
}

.registro{
  background-color:#8080801a;
  padding:80px 37px;
}

#registro h1 {
  text-align: center;
  color:#E7CE00;
  text-transform: uppercase;
  font-family: 'montserratblack' !important;
  font-size: 30px;
  padding-bottom: 21px;
}

#form-reg {
  margin-top: 30px;
}

#form-reg h3 {
  color: #7b7b7b;
  font-size: 16px;
  margin-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  font-family: 'montserratblack';
}

#form-reg h5 {
  float: left;
  font-size: 19px;
  text-align: right;
  margin-top: -28px;
  padding: 1px 8px;
}

#form-reg .check {
  text-align: left;
  float: none;
  display: inline-block;
  width: auto;
  margin-top: 39px;
}

#form-reg input {
  border-radius: 10px;
  border: none;
  padding: 8px 15px;
  background-color: #001ca1;
  width: 100%;
  font-size: 17px;
  color: #fff;
  margin-bottom: 15px;
}

#form-reg textarea {
  width: 100%;
  background-color:#001ca1;
  border: none;
  padding: 8px 19px;
  color: #fff;
  border-radius: 10px;
  font-size: 17px;
  height: 87px;
}

#enviar-r {
  width: 100% !important;
  border: medium none !important;
  cursor: pointer;
  position: relative;
  float: left !important;
  font-size: 20px !important;
  color: #fff !important;
  text-align: center;
  background:#E7CE00 !important;
  margin-top: 49px !important;
  padding: 10px 0px;
  font-family: 'montserratblack';
  margin-bottom: 0px !important;
  border-radius: 21px !important;
  text-shadow: 3px 1px 3px #0000002e;
}

#enviar-r:hover{
  background-color: #001CA1 !important;
}

#buscar button {
  margin: 0px;
  border: none;
  background-color: #001ca1;
  padding: 5px;
  border-radius: 0px;
}

#buscar input {
  border: none !important;
  background: #fff;
  border-radius: 0px;
  color: #000;
  font-size: 15px;
  height: 36px;
}

#barra-cart {
  background-color: #E7CE00;
  padding: 5px 0px;
}

#barra-cart ul li a {
  color: #fff;
  font-size: 14px;
}

#barra-cart ul li {
  float: right;
  margin-left: 16px;
  position: relative;
}

#barra-cart p {
  color: #fff;
  padding-top: 9px;
  text-shadow: 2px 1px 1px #0000006e;
  padding-left: 2px;
  font-size: 17px;
  float: left;
  font-family:"Montserrat-Bold";
  position: relative;
  text-transform: uppercase;
}

.lupa {
  background-image: url(../img/lupa.png);
  background-repeat: no-repeat;
  float: left;
  position: relative;
  width: 28px;
  height: 26px;
}

.ico_point {
  background-image: url(../img/usuario.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 36px;
  height: 36px;
  float: left;
}

.ico_point2 {
  background-image: url(../img/cart.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 37px;
  height: 36px;
  float: left;
  position: relative;
}

#cart-badge {
  font-size: 18px;
  background:transparent;
  font-weight: normal;
  color: #323232;
  padding: 4px 8px;
  vertical-align: top;
  border-radius: 50%;
  z-index: 1;
  margin-left: -9px;
  margin-top:9px;
  position: relative;
  float: left;
}






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


  #navbar a {
    width: 100%;
    text-align: center;
    padding: 7px;
    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;
    margin-top: 5px;
  }

  nav .me{
    color: #fff;
    font-size: 13px;
    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: #fff;
  }

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

  .navbar-toggle .icon-bar{
    width: 41px;
    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: 320px) {

  #datos_header{
    padding: 7px 0px;
  }

  #datos_header ul li{
    font-size: 14px;
    padding-right: 8px;
    padding-bottom: 10px;
  }

  #datos_header ul li a{
    font-size: 16px;
  }

  #datos_header ul li a:hover{
    padding:1px 2px;
  }

  .ico1{
    margin-left:0px;
  }

  #datos_header ul li .selec{
    padding:1px 2px;
  }

  #datos_header p{
    font-size: 16px;
    padding: 5px 4px;
  }

  .img2 {
    width: 206px;
    float: left;
  }

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


  
}


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

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

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

  .img2 {
    width: 206px;
    float: left;
  }

  #banner{
    margin-top: 45%;
  }

  #frase_home h1{
    font-size: 16px;
    line-height: 20px;
  }

  .ampliar{
    font-size: 16px;
    padding: 7px 42px;
    margin-top:0%;
  }

  .link{
    margin-bottom: 19px;
  }

  .flec{
    background-position: 1px -5px;
  }

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

  .texto-link h1{
    margin-top: 4%;
    padding-bottom: 15px;
  }

  #noticias_home{
    padding: 22px 0px;
  }

  #noticias_home h1{
    text-align: center;
    font-size: 30px;
  }

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

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

  .text_exp a{
    margin-top: 29px;
  }

  .ampliar2{
    margin-top: 5%;
    margin-left: 53px;
    font-size: 17px;
    padding: 6px 51px;
  }

  .equip_home{
    display: grid;
  }

  .equipos_home{
    margin-bottom: 15px;
  }

  #frase h1{
    font-size: 29px;
    line-height: 39px;
    letter-spacing: 0px;
  }

  #frase {
    padding: 80px 0px 78px;
  }

  footer h1{
    font-size: 18px;
  }

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

  .web{
    padding-bottom: 15px;
  }

  .video{
    height: 205px;
  }

  #titulo{
    margin-top: 36%;
    padding-top: 111px;
    padding-bottom: 44px;
  }

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

  #titulo h2{
    font-size: 70px;
  }

  #reseña{
    padding: 66px 0px;
  }

  .text_reseña h1{
    font-size: 24px;
  }

  .text_reseña{
    padding: 20px 10px;
  }

  .text_reseña p{
    font-size: 14px;
    line-height: 22px;
  }

  #historica{
    padding: 67px 0px;
  }

  #historica p{
    padding: 0px 11px;
  }

  #historica h1{
    font-size: 23px;
  }

  #historica p{
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 21px;
  }

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

  .text_mision h1{
    font-size: 20px;
    padding-top: 18px;
  }

  #servicios h1{
    font-size: 19px;
    line-height: 23px;
  }

  .ampliar_ser{
    margin-top: 72%;
  }

  .ampliar_ser{
    font-size: 17px;
  }

  .item_servicios h1{
    font-size: 24px;
    line-height: 27px;
    padding-right: 18px;
  }

  .item_servicios{
    padding:48px 26px 51px 29px;
  }

  #item_servicios{
    padding: 54px 0px
  }

  .volver_ser a{
    padding: 6px 11px;
    font-size: 15px;
  }

  .item_servicios2{
    padding: 50px 26px;
  }

  .item_servicios2 h1{
    padding-right: 19px;
    font-size: 26px;
    line-height: 31px;
  }

  #alianzas{
    padding: 89px 0px;
  }

  .formulario p{
    font-size: 16px;
    line-height: 23px;
    padding:35px 0px 47px 0px;
  }

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

  .formulario2 h2{
    font-size: 15px;
  }

  .formulario2 h3{
    font-size: 16px;
  }   

  
}



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

@media (max-width:380px) and (min-width:341px){

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

  .img2 {
    width: 206px;
    float: left;
  }

  #banner{
    margin-top:48%;
  }

  #frase_home h1{
    font-size: 16px;
    line-height: 20px;
  }

  .ampliar{
    font-size: 16px;
    padding: 7px 42px;
    margin-top:0%;
  }

  .link{
    margin-bottom: 19px;
  }

  .flec{
    background-position: 1px -5px;
  }

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

  .texto-link h1{
    margin-top: 4%;
    padding-bottom: 15px;
  }

  #noticias_home{
    padding: 22px 0px;
  }

  #noticias_home h1{
    text-align: center;
    font-size: 30px;
  }

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

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

  .text_exp a{
    margin-top: 29px;
  }

  .ampliar2{
    margin-top: 5%;
    margin-left: 53px;
    font-size: 17px;
    padding: 6px 51px;
  }

  .equip_home{
    display: grid;
  }

  .equipos_home{
    margin-bottom: 15px;
  }

  #frase h1{
    font-size: 29px;
    line-height: 39px;
    letter-spacing: 0px;
  }

  #frase {
    padding: 80px 0px 78px;
  }

  footer h1{
    font-size: 18px;
  }

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

  .web{
    padding-bottom: 15px;
  }

  .video{
    height: 205px;
  }

  #titulo{
    margin-top: 36%;
    padding-top: 111px;
    padding-bottom: 44px;
  }

  #titulo h2{
    font-size: 26px;
  }

  #titulo h1{
    padding-bottom: 10px;
  }

  #reseña{
    padding: 66px 0px;
  }

  .text_reseña h1{
    font-size: 24px;
  }

  .text_reseña{
    padding: 20px 10px;
  }

  .text_reseña p{
    font-size: 14px;
    line-height: 22px;
  }

  #historica{
    padding: 67px 0px;
  }

  #historica p{
    padding: 0px 11px;
  }

  #historica h1{
    font-size: 23px;
  }

  #historica p{
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 21px;
  }

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

  .text_mision h1{
    font-size: 20px;
    padding-top: 18px;
  }

  #servicios h1{
    font-size: 19px;
    line-height: 23px;
  }

  .ampliar_ser{
    margin-top: 72%;
  }

  .ampliar_ser{
    font-size: 17px;
  }

  .item_servicios h1{
    font-size: 24px;
    line-height: 27px;
    padding-right: 18px;
  }

  .item_servicios{
    padding:48px 26px 51px 29px;
  }

  #item_servicios{
    padding: 54px 0px
  }

  .volver_ser a{
    padding: 6px 11px;
    font-size: 15px;
  }

  .item_servicios2{
    padding: 50px 26px;
  }

  .item_servicios2 h1{
    padding-right: 19px;
    font-size: 26px;
    line-height: 31px;
  }

  #alianzas{
    padding: 89px 0px;
  }

  .formulario p{
    font-size: 16px;
    line-height: 23px;
    padding:35px 0px 47px 0px;
  }

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

  .formulario2 h2{
    font-size: 15px;
  }

  .formulario2 h3{
    font-size: 16px;
  }

}




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

@media (max-width:420px) and (min-width:381px){

  .img2 {
    width: 206px;
    float: left;
  }

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

  #banner{
    margin-top: 40%;
  }

  #frase_home h1{
    font-size: 16px;
    line-height: 20px;
  }

  .ampliar{
    font-size: 16px;
    padding: 7px 42px;
    margin-top:0%;
  }

  .link{
    margin-bottom: 19px;
  }

  .flec{
    background-position: 1px -5px;
  }

  .texto-link h1{
    margin-top: 4%;
    padding-bottom: 9px;
    padding-top: 0px;
    font-size: 23px;
  }

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

  #noticias_home{
    padding: 22px 0px;
  }

  #noticias_home h1{
    text-align: center;
    font-size: 30px;
  }

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

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

  .text_exp a{
    margin-top: 29px;
  }

  .ampliar2{
    margin-top: 5%;
    margin-left: 53px;
    font-size: 17px;
    padding: 6px 51px;
  }

  .equip_home{
    display: grid;
  }

  .equipos_home{
    margin-bottom: 15px;
  }

  #frase h1{
    font-size: 29px;
    line-height: 39px;
    letter-spacing: 0px;
  }

  #frase {
    padding: 80px 0px 78px;
  }

  footer h1{
    font-size: 18px;
  }

  footer p{
    font-size: 15px;
    margin-bottom: 26px;
    line-height: 21px;
  }

  .web{
    padding-bottom: 15px;
  }

  .video{
    height: 205px;
  }

  #titulo{
    margin-top: 30%;
    padding-top: 111px;
    padding-bottom: 44px;
  }

  #titulo h2{
    font-size: 26px;
  }

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

  .text_empresa{
    padding-left: 18px;
  }

  .formulario{
    padding-left: 14px;
  }

  .bt-politicas a{
    padding: 10px 11px;
    font-size: 15px;
    margin-top: 7%;
  }

  #puntos-venta h1{
    font-size: 22px;
  }

  .puntos-venta{
    margin-bottom: 24px;
  }

  .puntos-venta h2{
    font-size: 16px;
    line-height: 20px;
  }

  #texto-in{
    padding: 30px 27px;
  }

  #reseña{
    padding: 66px 0px;
  }

  .text_reseña h1{
    font-size: 24px;
  }

  .text_reseña{
    padding: 20px 10px;
  }

  .text_reseña p{
    font-size: 14px;
    line-height: 22px;
  }

  #historica{
    padding: 67px 0px;
  }

  #historica p{
    padding: 0px 11px;
  }

  #historica h1{
    font-size: 23px;
  }

  #historica p{
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 21px;
  }

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

  .text_mision h1{
    font-size: 20px;
    padding-top: 18px;
  }

  #servicios h1{
    font-size: 19px;
    line-height: 23px;
  }

  .ampliar_ser{
    margin-top: 72%;
  }

  .ampliar_ser{
    font-size: 17px;
  }

  .item_servicios h1{
    font-size: 24px;
    line-height: 27px;
    padding-right: 18px;
  }

  .item_servicios{
    padding:48px 26px 51px 29px;
  }

  #item_servicios{
    padding: 54px 0px
  }

  .volver_ser a{
    padding: 6px 11px;
    font-size: 15px;
  }

  .item_servicios2{
    padding: 50px 26px;
  }

  .item_servicios2 h1{
    padding-right: 19px;
    font-size: 26px;
    line-height: 31px;
  }

  #alianzas{
    padding: 89px 0px;
  }

  .formulario p{
    font-size: 16px;
    line-height: 23px;
    padding:35px 0px 47px 0px;
  }

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

  .formulario2 h2{
    font-size: 15px;
  }

  .formulario2 h3{
    font-size: 16px;
  }

  
}


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

@media (max-width:460px) and (min-width:421px){

  .img2 {
    width: 246px;
    float: left;
  }

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

  #banner{
    margin-top: 38%;
  }

  #frase_home h1{
    font-size: 17px;
    line-height: 20px;
  }

  .ampliar{
    font-size: 16px;
    padding: 7px 42px;
    margin-top:0%;
  }

  .link{
    margin-bottom: 19px;
  }

  .flec{
    background-position: 1px -5px;
  }

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

  .texto-link h1{
    margin-top: 4%;
    padding-bottom: 15px;
    padding-top: 0px;
  }

  #noticias_home{
    padding: 22px 0px;
  }

  #noticias_home h1{
    text-align: center;
    font-size: 30px;
  }

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

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

  .text_exp a{
    margin-top: 29px;
  }

  .ampliar2{
    margin-top: 5%;
    margin-left: 53px;
    font-size: 17px;
    padding: 6px 51px;
  }

  .equip_home{
    display: grid;
  }

  .equipos_home{
    margin-bottom: 15px;
  }

  #frase h1{
    font-size: 29px;
    line-height: 39px;
    letter-spacing: 0px;
  }

  #frase {
    padding: 80px 0px 78px;
  }

  footer h1{
    font-size: 18px;
  }

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

  .web{
    padding-bottom: 15px;
  }

  .video{
    height: 205px;
  }

  #titulo{
    margin-top: 28%;
    padding-top: 111px;
    padding-bottom: 44px;
  }

  #titulo h2{
    font-size: 26px;
  }

  #titulo h1{
    padding-bottom: 10px;
  }

  #reseña{
    padding: 66px 0px;
  }

  .text_reseña h1{
    font-size: 24px;
  }

  .text_reseña{
    padding: 20px 10px;
  }

  .text_reseña p{
    font-size: 14px;
    line-height: 22px;
  }

  #historica{
    padding: 67px 0px;
  }

  #historica p{
    padding: 0px 11px;
  }

  #historica h1{
    font-size: 23px;
  }

  #historica p{
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 21px;
  }

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

  .text_mision h1{
    font-size: 20px;
    padding-top: 18px;
  }

  #servicios h1{
    font-size: 19px;
    line-height: 23px;
  }

  .ampliar_ser{
    margin-top: 72%;
  }

  .ampliar_ser{
    font-size: 17px;
  }

  .item_servicios h1{
    font-size: 24px;
    line-height: 27px;
    padding-right: 18px;
  }

  .item_servicios{
    padding:48px 26px 51px 29px;
  }

  #item_servicios{
    padding: 54px 0px
  }

  .volver_ser a{
    padding: 6px 11px;
    font-size: 15px;
  }

  .item_servicios2{
    padding: 50px 26px;
  }

  .item_servicios2 h1{
    padding-right: 19px;
    font-size: 26px;
    line-height: 31px;
  }

  #alianzas{
    padding: 89px 0px;
  }

  .formulario p{
    font-size: 16px;
    line-height: 23px;
    padding:35px 0px 47px 0px;
  }

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

  .formulario2 h2{
    font-size: 15px;
  }

  .formulario2 h3{
    font-size: 16px;
  }


}



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

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

  .img2 {
    width: 279px;
    float: left;
  }

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

  #banner{
    margin-top: 37%;
  }

  #frase_home h1{
    font-size: 19px;
    line-height: 24px;
    text-align: center;
  }

  .ampliar{
    font-size: 16px;
    padding: 7px 42px;
    margin-top:0%;
  }

  .link{
    margin-bottom: 19px;
  }

  .flec{
    background-position: 1px -5px;
  }

  .texto-link h1{
    padding-bottom: 15px;
  }

  #noticias_home{
    padding: 22px 0px;
  }

  #noticias_home h1{
    text-align: center;
    font-size: 30px;
  }

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

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

  .text_exp a{
    margin-top: 29px;
  }

  .ampliar2{
    margin-top: 5%;
    margin-left: 53px;
    font-size: 17px;
    padding: 6px 51px;
  }

  .equip_home{
    display: grid;
  }

  .equipos_home{
    margin-bottom: 15px;
  }

  #frase h1{
    font-size: 38px;
    line-height: 55px;
    letter-spacing: 0px;
  }

  #frase {
    padding: 80px 0px 78px;
  }

  footer h1{
    font-size: 18px;
  }

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

  .web{
    padding-bottom: 15px;
  }

  .video{
    height: 265px;
  }

  #titulo{
    margin-top: 30%;
    padding-top: 111px;
    padding-bottom: 44px;
  }

  #titulo h2{
    font-size: 36px;
  }

  #titulo h1{
    padding-bottom: 10px;
    font-size: 53px;
  }

  .text_empresa{
    padding-left: 15px;
  }

  #reseña{
    padding: 66px 0px;
  }

  .text_reseña h1{
    font-size: 24px;
  }

  .text_reseña{
    padding: 20px 10px;
  }

  .text_reseña p{
    font-size: 15px;
    line-height: 22px;
  }

  #historica{
    padding: 67px 0px;
  }

  #historica p{
    padding: 0px 11px;
  }

  #historica h1{
    font-size: 23px;
    line-height: 29px;
  }

  #historica p{
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 21px;
  }

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

  .text_mision h1{
    font-size: 20px;
    padding-top: 18px;
  }

  #servicios h1{
    font-size: 20px;
    line-height: 23px;
  }

  .ampliar_ser{
    margin-top: 72%;
  }

  .ampliar_ser{
    font-size: 17px;
  }

  .item_servicios h1{
    font-size: 24px;
    line-height: 27px;
    padding-right: 18px;
  }

  .item_servicios{
    padding:48px 26px 51px 29px;
  }

  #item_servicios{
    padding: 54px 0px
  }

  .volver_ser a{
    padding: 6px 11px;
    font-size: 15px;
  }

  .item_servicios2{
    padding: 50px 26px;
  }

  .item_servicios2 h1{
    padding-right: 19px;
    font-size: 26px;
    line-height: 31px;
  }

  #alianzas{
    padding: 89px 0px;
  }

  .formulario p{
    font-size: 16px;
    line-height: 23px;
    padding:35px 0px 47px 0px;
  }

  .btn a{
    font-size: 13px;
    margin-bottom: 17px;
    margin-top: 2%;
  }

  .formulario2 h2{
    font-size: 15px;
  }

  .formulario2 h3{
    font-size: 16px;
  }


}


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

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

  .img2 {
    width:322px;
    float: left;
  }

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

  #banner{
    margin-top: 38%;
  }

  #frase_home h1{
    line-height: 24px;
    text-align: center;
  }

  .ampliar{
    font-size: 16px;
    padding: 7px 42px;
    margin-top:0%;
  }

  .link{
    margin-bottom: 19px;
  }

  .flec{
    background-position: 1px -5px;
  }

  .texto-link h1{
    padding-bottom: 8px;
  }

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

  #titulo h2{
    font-size: 59px;
  }

  #noticias_home{
    padding: 42px 0px;
  }

  #noticias_home h1{
    text-align: center;
    font-size: 30px;
  }

  .text_exp h1{
    font-size: 24px;
  }

  .text_exp p{
    font-size: 20px;
    line-height: 26px;
  }

  .ampliar2{
    margin-top: 5%;
    margin-left: 53px;
    font-size: 17px;
    padding: 6px 51px;
  }

  .equip_home{
    display: grid;
  }

  .equipos_home{
    margin-bottom: 15px;
  }

  #frase h1{
    font-size: 57px;
    line-height: 78px;
    letter-spacing: 0px;
  }

  #frase {
    padding: 80px 0px 78px;
  }

  footer h1{
    font-size: 18px;
  }

  footer p{
    font-size: 17px;
    margin-bottom: 26px;
  }

  .web{
    padding-bottom: 15px;
  }

  .video{
    height: 356px;
  }

  #titulo{
    margin-top: 21%;
    padding-top: 145px;
    padding-bottom: 44px;
  }

  #reseña{
    padding: 66px 0px;
  }

  .text_reseña h1{
    font-size: 26px;
  }

  .text_reseña p{
    font-size: 18px;
  }

  #historica p{
    padding: 0px 11px;
  }

  #historica h1{
    font-size: 28px;
    margin-top: 12px;
  }

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

  .text_mision h1{
    font-size: 27px;
    padding-top: 14px;
  }

  .ampliar_ser{
    margin-top: 72%;
  }

  .ampliar_ser{
    font-size: 17px;
  }

  .item_servicios h1{
    font-size: 24px;
    line-height: 27px;
    padding-right: 18px;
  }

  .item_servicios{
    padding:48px 26px 51px 29px;
  }

  #item_servicios{
    padding: 54px 0px
  }

  .item_servicios2{
    padding: 86px 26px;
  }

  #alianzas{
    padding: 89px 0px;
  }

  .formulario p{
    font-size: 18px;
    padding:35px 0px 47px 0px;
  }

  .btn a{
    font-size: 17px;
    margin-bottom: 17px;
    margin-top: 2%;
  }

  .formulario2 h2{
    font-size: 15px;
  }

  .formulario2 h3{
    font-size: 16px;
  }
  
}


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

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

  .img2 {
    width:354px;
    float: left;
  }

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

  #banner{
    margin-top: 33%;
  }

  #frase_home h1{
    line-height: 24px;
  }

  .ampliar{
    font-size: 16px;
    padding: 7px 42px;
    margin-top:0%;
  }

  .link{
    margin-bottom: 19px;
  }

  .flec{
    background-position: 1px -5px;
  }

  .texto-link h1{
    padding-bottom: 15px;
  }

  #noticias_home{
    padding: 42px 0px;
  }

  #noticias_home h1{
    text-align: center;
    font-size: 30px;
  }

  .text_exp h1{
    font-size: 26px;
  }

  .ampliar2{
    margin-top: 5%;
    margin-left: 53px;
    font-size: 17px;
    padding: 6px 51px;
  }

  .equip_home{
    display: grid;
  }

  .equipos_home{
    margin-bottom: 15px;
  }

  #frase h1{
    font-size: 50px;
    line-height: 64px;
    letter-spacing: 0px;
  }

  #frase {
    padding: 80px 0px 78px;
  }

  footer h1{
    font-size: 18px;
  }

  footer p{
    font-size: 17px;
    margin-bottom: 26px;
  }

  .web{
    padding-bottom: 15px;
  }

  .video{
    height: 356px;
  }

  #titulo{
    margin-top: 21%;
    padding-top: 230px;
    padding-bottom: 66px;
  }

  #reseña{
    padding: 66px 0px;
  }

  .text_reseña h1{
    font-size: 26px;
  }

  .text_reseña p{
    font-size: 18px;
  }

  #historica{
    padding: 67px 0px;
  }

  #historica p{
    padding: 0px 11px;
  }

  #historica h1{
    font-size: 28px;
    margin-top: 12px;
  }

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

  .text_mision h1{
    font-size: 27px;
    padding-top: 11px;
  }

  .ampliar_ser{
    margin-top: 72%;
  }

  #frase_home{
    padding: 10px 0px;
  }

  .ampliar_ser{
    font-size: 17px;
  }

  .item_servicios h1{
    font-size: 24px;
    line-height: 27px;
    padding-right: 18px;
  }

  .item_servicios{
    padding:48px 26px 51px 29px;
  }

  #item_servicios{
    padding: 54px 0px
  }

  .item_servicios2{
    padding: 87px 26px;
  }

  #alianzas{
    padding: 89px 0px;
  }

  .btn a{
    font-size: 17px;
    margin-bottom: 17px;
    margin-top: 2%;
  }

  .formulario2 h2{
    font-size: 15px;
  }

  .formulario2 h3{
    font-size: 16px;
  }
  
}



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

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

  .img2 {
    width:354px;
    float: left;
  }

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

  #banner{
    margin-top: 27%;
  }

  .producto_home h2{
    font-size: 23px;
    line-height: 24px;
  }

  #productos_home h1{
    font-size: 38px;
  }

  #titulo{
    margin-top: 28%;
    padding-top: 169px;
  }

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

  #titulo h2{
    font-size: 58px;
  }

  .formulario{
    padding-left: 15px;
  }

  #enviar_s{
    margin-bottom: 17px;
  }
  
}


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

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

  .img2 {
    width:354px;
    float: left;
  }

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

  #banner{
    margin-top:21%;
  }

  .texto-link{
    margin-bottom: 0px;
  }

  .producto_home h2{
    font-size: 19px;
    line-height: 24px;
  }

  #titulo{
    margin-top: 22%;
    padding-top: 143px;
  }

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

  #titulo h2{
    font-size: 63px;
  }

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

  .formulario{
    padding-left: 18px;
  }

  .btn{
    margin-top: 4%;
  }

  #puntos-venta h1{
    margin-top: 45px;
  }

  #puntos-venta{
    padding: 16px 0px;
  }

  #enviar_s{
    margin-bottom: 18px;
  }

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

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

  .text_empresa{
    margin-top: 8%;
    padding-left: 16px;
  }

  #productos_home h1{
    font-size: 44px;
  }

  .bt-politicas a{
    margin-top: 4%;
  }  

}


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

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

  .img2 {
    width:391px;
    float: left;
  }

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

  #banner{
    margin-top: 23%;
  }

  .texto-link{
    margin-bottom: 0px;
  }

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

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

  .producto_home h2{
    font-size: 20px;
    line-height: 25px;
  }

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

  #titulo h2{
    font-size: 58px;
  }

  #titulo{
    margin-top: 22%;
    padding-top: 174px;
  }

  .text_empresa{
    margin-top: 8%;
    padding-left: 18px;
  }

  .formulario{
    padding-left: 18px;
  }

  .btn a{
    margin-top: 4%;
    margin-bottom: 45px;
  }

  #puntos-venta{
    padding: 12px 0px;
  }

  #puntos-venta h1{
    padding-top: 45px;
  }

  #texto-in{
    padding: 30px 95px;
  }

  #enviar_s{
    margin-bottom: 11px;
  }


}


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

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

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

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

  .slider, .slide{
    height: 53vh !important;
  }

  #banner{
    margin-top: 10%;
  }

  .producto_home h2{
    font-size: 18px;
    line-height: 22px;
  }

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

  #productos_home h1{
    font-size: 46px;
  }

  .text_empresa{
    padding-left: 19px;
    margin-top: 1%;
  }

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

  #titulo h2{
    font-size: 64px;
  }

  #titulo{
    margin-top: 15%;
    padding-top: 190px;
  }

  .formulario{
    padding-left: 20px;
  }

  .puntos-venta h2{
    font-size: 18px;
  }

  #enviar_s{
    margin-bottom: 18px;
  }
  

}


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

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

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

  .text_empresa{
    margin-top: -2%;
    padding-left: 12px;
  }

  .formulario{
    padding-left: 17px;
  }

  #banner{
    margin-top: 11%;
  }

  .slider, .slide{
    height: 56vh !important;
  }

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

  footer p{
    font-size: 18px;
  }

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

  #enviar_s{
    margin-bottom: 19px;
  }

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

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

  
  
}



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

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

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

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

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

  #productos_home h1{
    font-size: 45px;
  }

  .producto_home h2{
    font-size: 20px;
    line-height: 23px;
  }

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

  #titulo{
    margin-top: 12%;
  }

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

  .text_empresa{
    margin-top: -1%;
    padding-left: 12px;
  }

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

  .formulario{
    padding-left: 15px;
  }

  #texto-in{
    padding: 30px 34px;
  }

  .registro{
    padding: 80px 3px;
  }

  #banner{
    margin-top: 9%;
  }

  .slider, .slide{
    height: 62vh !important;
  }

  
}


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

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

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

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

  #productos_home h1{
    font-size: 45px;
  }

  .producto_home h2{
    font-size: 20px;
    line-height: 25px;
  }

  .producto_home h3{
    font-size: 20px;
  }

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

  .text_empresa{
    padding-left: 15px;
    margin-top: 1%;
  }

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

  #texto-in{
    padding: 30px 38px;
  }

  .registro{
    padding: 80px 10px;
  }

  .formulario{
    padding-left: 12px;
  }


 
}


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

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

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

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

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

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

  footer p{
    font-size: 16px;
  }

  .text_empresa{
    margin-top: 0%;
    padding-left: 10px;
  }

  .formulario{
    padding-left: 12px;
  }

  #texto-in{
    padding: 30px 18px;
  }

  .registro{
    padding: 80px 8px;
  }
  
  
}


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

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

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

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

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

  .producto_home h2{
    font-size: 21px;
    line-height: 26px;
  }

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

  .text_empresa{
    padding-left: 17px;
  }

  #texto-in{
    padding: 30px 27px;
  }


}


