@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;1,100;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:300,500,600,700');

html{
    
}

body{
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/*----COLORES BASE ----------------*/

.blanco{
    color: #fff;
}

.rojo{
    color: #cb1212;
}

.rojo-bg{
    background-color: #cb1212;
}

.rojo-oscuro-bg{
    background-color: #880d0d;
}

.gris{
    color: #777;
}

.gris-bg{
    background-color: #777;
}


.negrilla{
    font-weight: bold;
}

/*----INICIO Estilos para Enlaces ----------------*/

a.textos{
    padding: 7px;
    color: #5a5a5a;
}

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

a.icono i{
    margin-right: 5px;
    color: #6a1414;
}

a.icono:hover i{
    color: #cb1212;
}

a.barra-derecha{
    border-right: 1px solid #b7b6b6;
}


a.btn-contacto{
    display: inline-block;
    padding: 10px;
    background-color: #fcb8b8;
    border: 1px solid #cb1212;
    color: #000;
    transition: all ease 0.5s;
}

a.btn-contacto:hover{
    background-color: #cb1212;
    color: #fff;
}

a.boton{
    display: inline-block;
    padding: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    background-color: #9a0e0e;
    color: #fff;
}

a.boton:hover{
    padding: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    background-color: #cb1212;
    color: #fff;
}

a.menos:hover, a.mas:hover, a.trash:hover{
    font-size: 1rem;
    margin: 5px;
    color: #cb1212;
}
a.menos, a.mas, a.trash{
    font-size: 1rem;
    margin: 5px;
    color: #c48484;
}

/*----FIN Estilos para Enlaces ----------------*/


/*----INICIO Estilos para Linea Contacto ----------------*/

#linea-contacto{
    background-color: #eaeaea;
    font-size: 0.8rem;
}

/*----FIN Estilos para Linea Contacto ----------------*/


/*----INICIO Estilos para Cuadro Busqueda ----------------*/

.busqueda{
    width: 100%;
    display: table;
    border: 1px solid #b7b6b6;
    border-radius: 7px;
}

.busqueda .criterio{
    display: table-cell;
    vertical-align: middle;
    width: 85%;
    border: none;
    background-color: transparent;
    padding: 10px;
    font-size: 1.2rem;
    color: #5c5c5c;
}

.busqueda .icono{
    display: table-cell;
    vertical-align: middle;
    width: 15%;
    border: none;
    background-color: #b7b6b6;
    color: #fff;
    border-radius: 0 7px 7px 0;
}

/*----FIN Estilos para Cuadro Busqueda ----------------*/

/* --------------------------------- Estilos para carrito de compras ---------------------------------------*/

.carrito{
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    display: table;
    padding: 5px;
    background-color: #f5f6f7;
    border-radius: 5px;
    cursor: pointer;
}

.carrito > .canasta{
    display: table-cell;
    width:30%;
    color: #cb1212;
}

.carrito > .contenido{
    display: table-cell;
    vertical-align: top;
    width:70%;
}

.carrito > .contenido > .productos{
    color: #5a5a5a;
    font-weight: 600;
    font-size: 1rem;
}

.carrito > .contenido > .valor{
    font-size: 1.2rem;
    color: #c48484;
}

/* --------------------------------- Estilos Para El Menu Principal ---------------------------------------*/

.linea-menu{
    border-top: 1px solid #eaeaea;
    border-bottom: 2px solid #cb1212;
}

.menu{
    
}

.menu li{
    display: inline-block;
}

.menu li a{
    display: inline-block;
    padding: 15px 10px;
    color: #000;
}

.menu li a:hover{
    background-color: #cb1212;
    color: #fff;
}

.submenu{
    position: absolute;
    text-align: center;
    left:0;
    display: none;
    background-color: #f5f6f7;
    border-bottom: 4px solid #cb1212;
    width: 100%;
    z-index: 10;
}

.lista-menu{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin: 10px;
}

.lista-menu li{
    display: block;
}

.lista-menu li a{
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #000;
    border-left: 1px dashed #cb1212;
    margin: 10px 0;
    font-size: 1rem;
    font-style: light;
    font-weight: 300;
    text-align: left;
    transition: all ease 0.5s;
}

.lista-menu li a:hover{
    color: #fff;
}

/* --------------------------------- Estilos Para El Slide Principal ---------------------------------------*/

.slide{
    display: block;
    width: 100%;
    height: 550px;
    margin:0 auto;
    background-color: #f5f6f7;
    box-shadow: 0 2px 5px #eaeaea;
}


/* EStilos para piezas publicitarias generales */

.borde-pink{
    border-bottom: 4px solid #f29250;
}

.borde-oliva{
    border-bottom: 4px solid #8b9259;
}

.borde-gris{
    border-bottom: 4px solid #848484;
}

.borde-naranja{
    border-bottom: 4px solid #c63f21;
}

.borde-verde{
    border-bottom: 4px solid #b9ea0f;
}

.piezas{
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #eaeaea;
}

.piezas .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c48484;
    transform: scale(0);
    opacity: 0;
    transition: all ease 0.5s;
}

.piezas:hover .bg{
    transform: scale(0);
    opacity: 0.4;
}

.piezas:hover{
    border: 1px solid #cb1212;
}

.piezas .titulo{
    position: absolute;
    padding: 10px;
    top: 10px;
    left: 10px;
    font-size: 1.3em;
    background-color: #cb1212;
    color: #fff;
}

.piezas .precio{
    position: absolute;
    padding: 10px;
    bottom: 10px;
    right: 10px;
    font-size: 1.3em;
    background-color: #cb1212;
    color: #fff;
}


/* estilos pie de página */

footer{
    background-color: #222;
}

footer .titulo-foot{
    display: block;
    padding: 5px;
    margin: 10px 0;
    color: #e34141;
    font-size: 1.3rem;
}

footer .contenido-foot{
    display: block;
    padding: 5px;
    margin: 10px 0;
    color: #bbb;
    font-size: 1rem;
    font-style: light;
    font-weight: 300;
}

footer i.fa{
    color: #cb1212;
    width: 20px;
    margin-left: 5px;
}

a.redes{
    color: #eaeaea;
}

a.redes:hover{
    color: #cb1212;
}

/************Estilos Listado Producto **********************/

.producto{
    position: relative;
    width: 100%;
    height: 350px;
    margin: 20px auto;
    background: transparent;
    border: 1px solid #eaeaea;
    transition: all 0.5s ease;
}
.producto:hover{
    border: 1px solid #cb1212;
    background: #f9f9f9;
}

.producto .img-prod{
    position: relative;
    height: 150px;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
}
.producto .img-prod img{
    display: block;
    margin: 0 auto;
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
}
.producto .descripcion{
    padding: 10px;
    height: 100px;
}

.producto .descripcion .precio{
    display: table;
    width: 100%;
    margin: 10px 0;
}

.producto .descripcion .precio .titulo{
    display: table-cell;
    width: 40%;
    text-align: right;
    color: #777;
}
.producto .descripcion .precio .valor{
    display: table-cell;
    padding-left: 5px;
    width: 60%;
}

.producto .descripcion .precio-normal-producto{
    font-size:1.2em;
    text-decoration-line: line-through;
    color: #b40000;
}

.producto .ref{
    position: relative;
    display: table;
    width: 100%;
    border-bottom: 1px solid #c48484;
}

.producto .ref .referencia-producto{
    font-size: 1rem;
    font-weight: bold;
}

.ref i{
    color: #cb1212;
}

.ref h1{
    display: table-cell;
    width: 10%;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    color: #000;
    font-size: 1.2em;
}
.ref h2{
    display: table-cell;
    width: 90%;
    padding: 5px;
    background-color: #fff;
    display: inline-block;
    font-size: 1.2em;
}

.producto > a.agregar-carro{
    display: block;
    padding: 10px;
    margin: 15px 15px;
    min-width: 150px;
    background-color: #eaeaea;
    text-decoration: none;
    text-align: center;
    color: #c48484;
    border-radius: 3px;
    transition: all 0.5s ease;
}

.producto > a.agregar-carro:hover{
    background-color: #cb1212;
    color: #fff;
}

/*********************************************************/

/* --------------------------------- Estilos para Panel Carro de Compras ---------------------------------------*/

.ver-carrito{
    position: fixed;
    top: 10%;
    left: 10%;
    height: 80%;
    width: 80%;
    background-color: #000;
    background-color: rgb(255,255,255);
    box-shadow: 0 0 10px rgba(0,0,0,0.45);
    border: 1px solid #eaeaea;
    z-index: 10;
    overflow-y: auto;
}

.ver-carrito.cerrado{
    display: none;
}

.ver-carrito > .titulo{
    padding: 10px 5px;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    border-bottom: 1px solid #cb1212;
    color: #000;
}

.ver-carrito > .titulo > #cerrar-resumen{
    position: absolute;
    left: 10px;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #cb1212;
}

.ver-carrito > .resumen{
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
}

.ver-carrito > .resumen > .producto-carrito{
    display: table;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #555;
}

.ver-carrito > .resumen > .producto-carrito > .imagen-carrito{
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 35%;
}
.ver-carrito > .resumen > .producto-carrito > .imagen-carrito img{
    width: 100%;
    max-width: 75px;
    height: auto;
}
.ver-carrito > .resumen > .producto-carrito > .datos-carrito{
    display: table-cell;
    vertical-align: top;
    text-align: right;
    width: 65%;
}

.ver-carrito > .resumen > .producto-carrito > .datos-carrito > .cantidad{
    display: block;
    padding: 5px 0;
    font-size: 1.2rem;
    color: #cb1212;
}

.ver-carrito > .resumen > .producto-carrito > .datos-carrito > .valor{
    display: block;
    padding: 5px 0;
    font-size: 1.1rem;
    color: #555;
}

.ver-carrito > .resumen > .total{
    display: table;
    width: 100%;
}

.ver-carrito > .resumen > .total > .titulo{
    display: table-cell;
    padding: 5px 10px;
    font-weight: 600;
    width: 35%;
    color: #b5b5b5;
}

.ver-carrito > .resumen > .total > .valor{
    display: table-cell;
    padding: 5px 10px;
    width: 65%;
    text-align: right;
    font-weight: 600;
    font-size: 1.1rem;
    color: #000;
}

/* --------------------------------- Estilos Para Detalle de Productos ---------------------------------------*/

.titulo-seccion{
    padding: 10px;
    font-size: 1.4rem;
    background-color: #eaeaea;
}

.detalle-imagen{
    display: block;
}

.detalle-imagen > .imagen{
    width: 100%;
}

.detalle-imagen > .imagen > img{
    max-width: 300px;
    max-height: 500px;
    
}

.detalle-producto{
    display: block;
}

.detalle-producto > .nombre{
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    color: #cb1212;
}

.detalle-producto > .marca{
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    border-bottom: 1px solid #ccc;
    color: #777;
}

.detalle-producto > .precio{
    margin: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.detalle-producto > .precio > .titulo{
    font-size:0.9rem;
    font-weight: 600;
    color: #888;
}

.detalle-producto > .precio > .valor{
    font-family: "Poppins", sans-serif;
    font-size:1.2rem;
    font-weight: 600;
}


.detalle-producto > .precio > .valor.normal{
    text-decoration: line-through;
}

.detalle-producto > .descripcion{
    margin: 20px 0;
    font-family: "Roboto",sans-serif;
    font-size:1rem;
    color: #777;
    line-height: 1.5;
}

.detalle-producto > .video{
    margin: 15px 0;
    text-align: center;
}

.detalle-producto > .caracteristica{
    display: table;
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid #eaeaea;
}

.detalle-producto > .caracteristica:hover{
    background-color: #f5f6f7;
    border-bottom: 1px solid #eaeaea;
}

.detalle-producto > .caracteristica > .titulo{
    display: table-cell;
    width: 25%;
    font-weight: 600;
}

.detalle-producto > .caracteristica > .detalle{
    display: table-cell;
    width: 75%;
    color: #777;
}

/* --------------------------------- Estilos para los formularios  ---------------------------------------*/


.formulario{
    position: relative;
    width: 90%;
    font-size: 1.2em;
}

.formulario .grupo-form{
    margin: 20px 0;
}

.grupo-form label{
    display: block;
    width: 100%;
    padding-bottom: 10px;
    font-size:0.9em;
    font-weight:500;
    color: #434343;
}


.grupo-form label.error{
    color: #e55555;
}

.grupo-form input,.grupo-form textarea,.grupo-form select{
    width: 100%;
    padding: 10px;
    background-color: #f5f6f7;
    border: none;
    border: 1px solid #c48484;
    font-size: 1em;
    color: #848484;
}

.grupo-form input:focus,.grupo-form textarea:focus,.grupo-form select:focus{
    box-shadow: 0 0 5px #fd9aa0;
}

.grupo-form input[type="submit"]{
    display: inline-block;
    width: auto;
    padding: 10px;
    min-width: 100px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    background-color: #ffc400;
    color: #000;
    border: none;
}

.grupo-form input[type="submit"]:hover,.grupo-form input[type="submit"]:focus{
    background-color: #fdee4b;
    color: #000;
    cursor: pointer;
}

.grupo-form input[type="checkbox"],.grupo-form input[type="radio"]{
    display: inline-block;
    width: 30px;
    font-size: 1.3em;
    margin: 10px auto;
}

/* --------------------------------- Estilos para el cupón ---------------------------------------*/

.cupon-cuadro{
    display: block;
    margin: 10px 0;
}

.cupon-cuadro .cupon{
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    margin: 10px 0;
    background-color: transparent;
    font-weight: bold;
    font-size:1em;
    color:#848484;
    border-radius: 3px;
    border: 1px solid #cacaca;
}

.cupon-cuadro .enlace-cupon{
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    margin: 10px 0;
    background-color: #c48484;
    font-size:1em;
    color:#fff;
    border-radius: 3px;
    border: none;
    transition: all 0.5s ease;
    cursor: pointer;
}

.cupon-cuadro .enlace-cupon:hover{
    background-color: #cb1212;
    border: none;
}
/* --------------------------------- Estilos para La Compra Final ---------------------------------------*/

.carrito-detalle > .producto-item{
    display: table;
    width: 100%;
    padding: 20px;
    border: 1px solid #cacaca;
}

.carrito-detalle > .producto-item .producto-imagen{
    display: table-cell;
    width: 20%;
    vertical-align: top;
}

.carrito-detalle > .producto-item .producto-imagen img{
    width: 100%;
    max-width: 200px;
    vertical-align: top;
}

.carrito-detalle > .producto-item .producto-datos{
    display: table-cell;
    width: 25%;
    padding: 0 10px;
    vertical-align: top;
    font-size: 1.1rem;
}

.carrito-detalle > .producto-item .producto-cantidad{
    display: table-cell;
    width: 15%;
    vertical-align: top;
    font-size: 1.5em;
}

.carrito-detalle > .producto-item .producto-valor{
    display: table-cell;
    width: 25%;
    vertical-align: top;
    font-size: 1.5em;
}

.carrito-detalle > .producto-item .producto-elimina{
    display: table-cell;
    width: 10%;
    vertical-align: top;
    font-size: 1.5em;
}

.carrito-detalle > .producto-item .producto-elimina a{
    color: #7ac14e;
}

.compra-resumen{
    display: block;
    background-color: #eaeaea;
    border-radius: 5px;
    overflow: hidden;
}

.compra-resumen > .cuadro-titulo{
    padding: 10px;
    color: #fff;
    background-color: #999;
}

.compra-resumen > .cuadro-datos{
    color: #000;
    font-size: 0.8em;
}

.compra-resumen > .cuadro-datos > .linea{
    display: table;
    width: 100%;
    padding: 10px;
    color: #000;
    font-size: 0.8em;
}

.compra-resumen > .cuadro-datos > .linea > .titulo{
    display: table-cell;
    width:40%;
    padding: 5px;
    color: #000;
    font-size: 0.9rem;
}

.compra-resumen > .cuadro-datos > .linea > .valor{
    display: table-cell;
    width: 60%;
    padding: 5px;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
}


.proceso-compra{
    margin: 20px 0;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.proceso-compra .parrafo{
    font-size: 1.1em;
    text-align: center;
}