/* Generated by Glyphter (http://www.glyphter.com) on  Thu Sep 14 2023*/
@font-face {
    font-family: 'generica';
    src: url('../fonts/generica.eot');
    src: url('../fonts/generica.eot?#iefix') format('embedded-opentype'),
         url('../fonts/generica.woff') format('woff'),
         url('../fonts/generica.ttf') format('truetype'),
         url('../fonts/generica.svg#generica') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before{
  display: inline-block;
   font-family: 'generica';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon-A:before{content:'\0041';}
.icon-B:before{content:'\0042';}
.icon-C:before{content:'\0043';}
.icon-D:before{content:'\0044';}
.icon-E:before{content:'\0045';}
.icon-F:before{content:'\0046';}
.icon-G:before{content:'\0047';}
.icon-H:before{content:'\0048';}
.icon-I:before{content:'\0049';}
.icon-J:before{content:'\004a';}
.icon-K:before{content:'\004b';}
.icon-L:before{content:'\004c';}
.icon-M:before{content:'\004d';}
.icon-N:before{content:'\004e';}
.icon-O:before{content:'\004f';}
.icon-P:before{content:'\0050';}
.icon-Q:before{content:'\0051';}
.icon-R:before{content:'\0052';}
.icon-S:before{content:'\0053';}
.icon-T:before{content:'\0054';}
.icon-U:before{content:'\0055';}
.icon-V:before{content:'\0056';}
.icon-W:before{content:'\0057';}
.icon-X:before{content:'\0058';}
.icon-Y:before{content:'\0059';}
.icon-Z:before{content:'\005a';}
.icon-a-min:before{content:'\0061';}
.icon-b-min:before{content:'\0062';}
.icon-c-min:before{content:'\0063';}
.icon-d-min:before{content:'\0064';}
.icon-e-min:before{content:'\0065';}
.icon-f-min:before{content:'\0066';}
.icon-g-min:before{content:'\0067';}
.icon-h-min:before{content:'\0068';}
.icon-i-min:before{content:'\0069';}
.icon-j-min:before{content:'\006a';}
.icon-k-min:before{content:'\006b';}
.icon-l-min:before{content:'\006c';}
.icon-m-min:before{content:'\006d';}
.icon-n-min:before{content:'\006e';}
.icon-o-min:before{content:'\006f';}
.icon-p-min:before{content:'\0070';}
.icon-q-min:before{content:'\0071';}
.icon-r-min:before{content:'\0072';}
.icon-s-min:before{content:'\0073';}
.icon-t-min:before{content:'\0074';}
.icon-u-min:before{content:'\0075';}
.icon-v-min:before{content:'\0076';}
.icon-w-min:before{content:'\0077';}
.icon-x-min:before{content:'\0078';}
.icon-y-min:before{content:'\0079';}
.icon-z-min:before{content:'\007a';}
.icon-0:before{content:'\0030';}
.icon-1:before{content:'\0031';}
.icon-2:before{content:'\0032';}
.icon-3:before{content:'\0033';}
.icon-4:before{content:'\0034';}
.icon-5:before{content:'\0035';}
.icon-6:before{content:'\0036';}
.icon-7:before{content:'\0037';}

@font-face {
    font-family: fuente-regular;
    src: url("../fonts/Jost-Medium.ttf") format("truetype");
}
@font-face {
    font-family: fuente-bold;
    src: url("../fonts/Jost-Bold.ttf") format("truetype");
}

@font-face {
    font-family: fuente-black;
    /*src: url("../fonts/Heaters.otf") format("truetype");*/
    src: url("../fonts/Hillshort.otf") format("truetype");
}
@font-face {
    font-family: fuente-light;

    src: url("../fonts/Jost-Light.ttf") format("truetype");
}

body{
  font-family: fuente-regular;
  color:black;
  background-color: #F5F3F3;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6{
  margin:0px;
}
a{
  color:inherit;
  text-decoration: none;
}

.negritas{
  font-family: fuente-bold;
}


.titulo-seccion{
  font-family: fuente-bold;
  font-size: 30px;
}

.boton{
  background-color: #173465;
  color:white;
  text-align: center;
  font-family: fuente-bold;
  line-height: 35px;
  margin-top:20px;
}

/*
@media only screen and (max-width: 1300px) {
  .titulo-seccion{
    font-size: 90px;
  }
}

@media only screen and (max-width: 1000px) {
  .titulo-seccion{
    font-size: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .titulo-seccion{
    font-size: 70px;
  }
}

@media only screen and (max-width: 600px) {
  .titulo-seccion{
    font-size: 60px;
  }
}

@media only screen and (max-width: 450px) {
  .titulo-seccion{
    font-size: 50px;
  }
}*/

/*CONTENEDOR DE MENSAJERÍA*/
.contenedor-mensajeria{
    position: fixed;
    z-index: 15;
    right: 0px;
    top: 100px;
    width: 70px;
}

@media only screen and (max-width: 1300px) {
    .contenedor-mensajeria{
        width: 50px;
        bottom: 150px;
        top:auto;
    }
}



.mensaje-envio{
  background-color: #999;
  border-bottom: 2px solid #173465;
  color:white;
  font-family: fuente-bold;
  line-height: 35px;
}  
/*HEADER */

.fijo-encabezado{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}

.herramientas-header{
  
  line-height: 30px;
  color:black;
}

.contenido-header{
  position: relative;
  z-index: 2;
  background-color: black;
  padding-top:10px;
  padding-bottom: 20px;
}

.header{
  border-bottom: 1px solid white;
  position: relative;
  background-color: #F5F3F3;
}

.celda-logo{
  width:25%;
}

.celda-logo img{
  display: block;
  height:70px;
}

.celda-menu-opciones-header{
  width:75%;
  text-align: right;
}

.celda-menu-header{
  margin-right: 10px;
}

.opcion-menu{
  font-size: 40px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  font-family: fuente-black;
  line-height: 50px;
  position: relative;
  top:10px;
  cursor:pointer;
  color:white;
}

.opcion-menu:hover{
  color:#999;
}

.opcion-menu.desplegable{
  /*padding-right: 30px;*/
  position: relative;
  /*margin-right: 10px;*/
}
/*
.opcion-menu.desplegable:after{
  position: absolute; 
  right: 0px;
  top:0px;
  font-family: generica;
  content:'o';
}*/

.celda-buscador-header{
  padding-left: 10px;
  position: relative;
  position: relative;
  top:18px;
}

.buscador-header{
  background-color: white;
  height: 30px;
  border:none;
  width:200px;
}

.boton-buscador-header{
  font-family: generica;
  position: absolute;
  top:0px;
  right: 5px;
  line-height: 30px;
  font-size: 20px;
  cursor:pointer;
  color:black;
}

.boton-buscador-header:hover{
  color: #999;
}
.celda-herramientas-header{
  margin-left: 20px;
  position: relative;
  top:18px;
}

.herramienta-header{
  font-family: generica;
  color:white;
  font-size: 30px;
  margin-left: 3px;
  margin-right: 3px;
  line-height: 30px;
  cursor:pointer;
  position: relative;
}

.contador-carrito{
  position: absolute;
  top:-10px;
  right: -10px;
  width:15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  border:1px solid #173465;
  font-size: 13px;
  font-family: fuente-regular;
  color: black;
}

.herramienta-header:hover{
  color:#999;
}

.boton-menu-movil{
  display: none;
}

.opcion-menu.desplegable:hover .contenedor-submenu{
  display: block;
}

.contenedor-submenu{
  position: absolute;
  display: none;
  background-color: #F5F3F3;
  text-align: left;
  padding-top:30px;
  width:520px;
}

.visual-submenu{
  border-top: 3px solid #173465;
}

.categoria-menu{
  color:#173465;
  font-size: 18px;
  line-height: 25px;
  padding-top:10px;
}
.celda-categorias-menu{
  width:280px;
}

.celda-imagen-categoia-menu{
  padding-left: 20px;
  padding-top:10px;
}

.celda-imagen-categoia-menu img{
  width:200px;
}

.categoria-menu:hover{
  color:#EDB800
}
@media only screen and (max-width: 1150px) {

  .celda-logo img{
    height:50px;
  }

/*
  .opcion-menu{
    font-size: 18px;
    top:5px;
  }
*/
  .celda-buscador-header{
    top:13px;
  }
  .celda-herramientas-header{
    top:13px;
  }

  .contenedor-submenu{
    padding-top: 15px;
  }

  .categoria-menu{
    font-size:15px;
    line-height:20px;
  }
  .celda-categorias-menu{
    width:200px;
  }

  .celda-imagen-categoia-menu img{
    width:175px;
  }

  .contenedor-submenu{
    width:420px;
  }
}




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

  /*.opcion-menu{
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }*/

  .opcion-menu.desplegable{
    padding-right: 0px;
  }

  .celda-menu-header{
    margin-right: 5px;
  }
  .celda-buscador-header{
    padding-left: 5px;
  }

  .celda-herramientas-header{
    margin-left: 10px;
  }

  .buscador-header{
    width:150px;
  }

  .herramienta-header{
    font-size: 20px;
  }

  .opcion-menu.desplegable:after{
    display: none;
  }

}

@media only screen and (max-width: 768px) {
  .celda-menu-header{
    display:none;
  }
  .boton-menu-movil{
    display: inline-block;
  }
}

@media only screen and (max-width: 550px) {
  .celda-buscador-header{
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .celda-logo img{
    height:40px;
  }


  /*
  .opcion-menu{
    top:2px;
  }
  */

  .celda-buscador-header{
    top:10px;
  }
  .celda-herramientas-header{
    top:10px;
  }  
}


/*MENU MOVIL*/
.menu-movil{
  position: absolute;
  top: 100%;
  left: 0px;
  width:100%;
  display: none;
  background-color: #F5F3F3;
  z-index: 2;
  padding-left:10px;
  padding-right:10px;
  box-sizing: border-box;
  font-size: 15px;
  font-family: fuente-bold;
  line-height: 45px;
  border-bottom: 3px solid #173465;
}

.opcion-menu-movil{
  border-bottom: 1px solid #173465;
}

.opcion-menu-movil:hover{
  background-color:#EDB800;
}

.opcion-menu-movil a{
  display: inline-block;
}
.opcion-menu-movil:last-child{
  border-bottom: none;
}
/*FOOTER*/

.clabs-footer{
  background-color: black;
  color:white;
  
  padding-bottom: 40px;
}

.clabs-footer .celda-pago-seguro{
  width: 25%;
  text-align: left;
}


.clabs-footer .metodos-pago{
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 5px solid black;
  color:black;
}

.clabs-footer .celda-metodos-pago{
  width: 75%;
  position: relative;
  top: 15px;
  text-align: right;
}

.titulo-metodos{
  line-height:25px;
}

.imagen-metodo img{
  height: 25px;
  display: block;
  margin-left: 15px;
}

.clabs-footer .celda-pago-seguro img{
  height: 50px;
  display: block;
}

.clabs-celda-logo-footer{
  width:50%;
  box-sizing: border-box;
}

.clabs-celda-logo-footer img{
  width:100%;
  max-width: 200px;
}

.tiendas-footer{
  padding-top:40px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.clabs-celda-marcas, .clabs-celda-siguenos{
  text-align: left;
  padding-right: 100px;

}
.clabs-celda-siguenos{
  width:50%;
  box-sizing: border-box;
  text-align: right;
}

.clabs-celda-siguenos .clabs-interno{
  display: inline-block;
}
.clabs-titulo-footer{
  font-family: fuente-bold;
  margin-bottom:20px;
  text-align: center;
}

.clabs-red-footer{
  font-family: generica;
  font-size: 25px;
  margin-right: 5px;
}

.clabs-dinamico-sucursales{
  columns:4;
  break-inside: avoid-column;
  text-align: center;
}

.titulo-ciudad{
  font-family: fuente-bold;
  margin-bottom:10px;
}

.bloque-tienda{
  margin-bottom: 30px;
  width:100%;
  break-inside:avoid;
}

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

  .clabs-celda-siguenos{
    padding-right: 0px;
  }

  .clabs-dinamico-sucursales{
    columns:3;
    break-inside: avoid-column;
  }

}

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

  .clabs-celda-logo-footer{
    width:100%;
    text-align: center;
    margin-bottom: 50px;
  }

 

  .clabs-celda-marcas, .clabs-celda-siguenos{
    padding-right: 0px;
    width:100%;
    text-align: center;
  } 

  .clabs-dinamico-sucursales{
    columns:2;
  }

}

@media only screen and (max-width: 680px) { 
    .clabs-celda-marcas, .clabs-celda-siguenos{
    width:100%;
    margin-bottom:20px;
  } 
}

@media only screen and (max-width: 500px) { 
    .clabs-celda-marcas, .clabs-celda-siguenos{
      width:100%;
      margin-bottom:40px;
    } 
    .clabs-dinamico-sucursales{
      columns:1;
      text-align: center;
    }    
}



/*FICHA DE PRODUCTO*/

.celda-ficha{
  width:260px;
  margin-bottom: 40px;
}

.celda-ficha .interno{
  padding-left: 10px;
  padding-right: 10px;
}

.celda-ficha .interno-2{
  padding: 10px;
}

.celda-ficha .visual{
  background-color: white;
  color:black;
  box-shadow: 3px 4px 13px 4px rgba(158,158,158,0.75);
  -webkit-box-shadow: 3px 4px 13px 4px rgba(158,158,158,0.75);
  -moz-box-shadow: 3px 4px 13px 4px rgba(158,158,158,0.75);
  position: relative;
}

.imagen-descuento{
  position: absolute;
  top:0px;
  right: 0px;
  width:50px;
  height: 50px;
  display: block;
  z-index: 2;
}

.contenedor-texto-descuento{
  position: absolute;
  top:0px;
  right: 0px;
  width:50px;
  line-height: 50px;
  z-index: 3;
  text-align: center;
  font-family: fuente-bold;
  color:white;
}

.nombre-producto{
  margin-top:10px;
  font-family: fuente-bold;
}

.precio-ficha{
  width:50%;
  color:black;
  font-family: fuente-bold;

}

.opciones-ficha{
  margin-top:15px;
  line-height: 25px;
}

.botones-ficha{
  width:50%;
  text-align: right;
  font-family: generica;
  font-size: 13px;

}

.boton-agregar{
  text-align: right;
  cursor:pointer;
}

.contenedor-agregar-producto:hover{
  background-color: #999;
}

.boton-favoritos{
  margin-right: 5px;
  color:black;
  cursor:pointer;
}

.boton-favoritos:hover{
  color:#999;
}

.contenedor-agregar-producto{
  display: inline-block;
  background-color: black;
  border-radius: 7px;
  padding-left: 7px;
  padding-right: 7px;
  color:white;
}


/*FOOTER*/

.footer{
  background-color: #72BFD7;
  color:white;
}

.celda-footer .interno{
  padding-left: 20px;
  padding-right: 20px;
}

.celda-1-footer{
  width:35%;
}

.celda-2-footer{
  width:22%;
}

.celda-3-footer{
  width: 23%;
}

.celda-4-footer{
  width: 20%;
}

.titulo-footer{
  font-family: fuente-bold;
  font-size: 25px;
  margin-bottom: 30px;
}

.texto-nosotros-footer{
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
}

.enlace-footer{
  font-size: 13px;
  line-height: 18px;
}

.celda-1-footer .texto-nosotros-footer{
  padding-right: 40px;
}


@media only screen and (max-width: 1000px) {
  .celda-footer .interno{
    padding:0px;
  }

  .celda-1-footer, .celda-3-footer{
    width:60%;
  }

  .celda-2-footer, .celda-4-footer{
    width:40%;
    
  }

  .celda-3-footer, .celda-4-footer{
    margin-top:30px;
  }
}

@media only screen and (max-width: 550px) {
  .celda-1-footer, .celda-3-footer{
    width:100%;
  }

  .celda-2-footer, .celda-4-footer{
    width:100%;
  }

  .celda-2-footer{
    margin-top:30px;
  }
}


.contenedor-mensajes{
  position:absolute;
  width: 100%;
  bottom:0px;
  left: 0px;
  line-height:50px; 
}

.boton-siguiente{
  background-color: black;
  color:white;
  text-align: center;
  font-family: fuente-bold;
  line-height: 35px;
  margin-top:20px;
}
.boton-siguiente:hover{
  background-color: #999;
}