/* 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/fuente-regular.ttf") format("truetype");
}
@font-face {
    font-family: fuente-bold;
    src: url("../fonts/fuente-bold.ttf") format("truetype");
}


body{
  font-family: fuente-regular;
  color:black;
  background-color: white;
  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-regular;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

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

.boton:hover{
  background-color: #e8d8c5;
  color:black;
}


/*CONTENEDOR DE MENSAJERÍA*/
.contenedor-mensajeria{
    position: fixed;
    z-index: 5;
    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: #e8d8c5;
  border-bottom: 2px solid black;
  line-height: 35px;
}  
/*HEADER */

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

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

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

.celda-logo{
  width:25%;
}

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

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

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

.opcion-menu{
  padding-left: 10px;
  padding-right: 10px;
  font-family: fuente-regular;
  line-height: 50px;
  position: relative;
  cursor:pointer;
}

.opcion-menu:hover{
  color:#555;
  text-decoration: underline;
}

.opcion-menu.desplegable{
  position: relative;
}


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

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

.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:10px;
}

.herramienta-header{
  font-family: generica;
  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 black;
  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 black;
}

.categoria-menu{
  color:black;
  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:230px;
  }

  .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) {
  .buscador-header{
    width:160px;
  }
}

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


  .opcion-menu{
    top:2px;
  }

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

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

  .celda-buscador-header{
    display: none;
  }
}


/*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 black;
}

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

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

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

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

.celda-logo-footer{
  width:30%;
  box-sizing: border-box;
  padding-right: 20px;
}

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



/*FICHA DE PRODUCTO*/

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

.celda-ficha .precio-original{
  text-decoration:line-through;
  color:#AAA;
  font-size: 12px;
}

.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;
  max-width: 350px;
  margin:0 auto;
}


.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;
  width:70%;

}

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

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

}

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

.contenedor-agregar-producto:hover{
  background-color: black;
  color:white;
}

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

.boton-favoritos:hover{
  color:black;
  color:white;
}

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


/*CONTACTO*/

.celda-imagen, .celda-formulario{
  width: 50%;

}

.celda-formulario{
  box-sizing: border-box;
  padding-left: 30px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contacto .introduccion{
  margin-top: 25px;
}

.contacto .contenedor-formulario{
  margin-top: 50px;
}

.contacto input, .contacto textarea{
  width:100%;
  height: 40px;
  border:1px solid black;
  font-family: fuente-regular;
  background-color: rgba(255,255,255,.5);
  margin-bottom: 20px;
}
 .contacto textarea{
  height: 160px;
}

.boton-contacto{
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}

.contacto .limites{
  max-width: 600px;
  margin:0 auto;
  padding-right: 10px;
}

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

  .celda-imagen, .celda-formulario{
    width: 100%;

  }
}
/*

.contacto{
  background-color: white;
  color:black;
  position: relative;
  z-index: 2;
}

.contenido-contacto{
  
  padding-bottom: 20px;
}

.celda-formulario{
  padding-top:50px;
  width:80%;
  position: relative;
  z-index: 2;
}

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

.contenedor-campo-nombre{
  width:100%;
  margin-bottom: 20px;
}
.contenedor-campo-correo, .contenedor-campo-telefono{
  width:50%;
  margin-bottom: 20px;
}

.contenedor-campo-correo .interno-campo{
  padding-left: 20px;
}

.contenedor-campo-telefono .interno-campo{
  padding-right: 20px;
}

.contenedor-campo-mensaje{
  margin-bottom:20px;
}

.contenedor-boton-contacto{
  text-align: right;
}



.celda-foto{
  position: absolute;
  bottom: 0px;
  right: -50px;
  height: 105%;
}

.celda-foto img{
  display: block;
  height: 100%
}

.titulo-contacto{
  font-family: fuente-black;
  font-size: 40px;
  margin-bottom: 40px;
}

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

  .celda-formulario{
    width:70%;
  }

  .contacto input, .contacto textarea{
    height: 30px;
  }

  .contacto textarea{
    height:120px;
  }

  
  .titulo-contacto{
    font-size: 35px;
  }
}

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

  .contenedor-campo-nombre .interno-campo{
    padding-right: 10px;
  }

  .celda-foto{
    right: -100px;
    z-index: 2;
  }

  .titulo-contacto{
    font-size: 30px;
    margin-bottom: 20px;
  }
  .contenedor-campo-telefono{
    width:100%;
  }

  .contenedor-campo-correo{
    width:100%;
  }

  .contenedor-campo-nombre{
    width:100%;
  }

  .contenedor-campo-nombre .interno-campo{
    padding-right: 0px;
  }

  .contenedor-campo-telefono .interno-campo{
    padding-left: 0px;
    padding-right: 0px;
  }

  .contenedor-campo-correo .interno-campo{
    padding-left: 0px;
    padding-right: 0px;
  }


  .contacto textarea{
    padding-right: 30px;
      box-sizing: border-box;
  }

  .contenedor-campo-correo .interno-campo {
      padding-right: 0px;
      padding-left: 0px;
  }

  .celda-formulario{
    width:65%;
  }

}

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

  .celda-foto{
    right: -150px;
    z-index: 2;
  }

}


@media only screen and (max-width: 500px) {
  .celda-foto{
    position: relative;
    width: 100%;
    right: 0px;
    height: 300px;
    text-align: center;
  }
  .contenido-contacto{
    padding-bottom: 0px;
  }
  .celda-foto img{
    display: block;
    margin:30px auto;

  }

  .celda-formulario{
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .celda-formulario{
    width:100%;
  }

  .celda-foto{
    position: relative;
      height: auto;
      width: 250px;
  }
  .celda-foto img{
    height: auto;
    width:100%;
  }
  .contenido-contacto{
    padding-bottom: 0px;
  }

  .contenedor-campo-correo .interno-campo {
      padding-right: 0px;
  }
  .contenedor-campo-telefono .interno-campo {
      padding-right: 0px;
  }
}

*/

/*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;
}

.ui-loader-default{
  display: none;
}

.clabs-carrito-titulo-cupon{
  font-family: fuente-bold;
}

.clabs-contenedor-campo-cupon input{
  width: 100%;
  height: 30px;
  border: 1px solid #173465;
}

.clabs-boton-aplicar-cupon, .clabs-boton-eliminar-cupon{
  text-decoration: underline;
  cursor:pointer;
}


.con-cupon, .sin-cupon{
  display: none;
}

.clabs-cupon-aplicado{
  font-family: fuente-bold;
}