@charset "utf-8"; 
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite ancho máximo, por lo que el ancho predeterminado es 100%. */
.ie6 img {
	width:100%;
}
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Diseño Mobile: 480px y menos. */
/*-- Titulo --*/
.titulo_destacado{
    margin: 20px;
    text-align: center;
}
.titulo_destacado span{
    font-size: 22px;
}
.titulo_destacado h3{
    font-size: 23px;
    font-family: 'Playfair Display', serif;
}
.titulo_destacado h4{
    font-family: 'Playfair Display', serif;
    font-size: 23px;
}
.titulo_destacado h4 a{
    text-decoration: none;
    color: #222;
}
.titulo_pin{
    display: flex;
    margin: 20px 8% 10px;
}
.titulo_pin h2{
    text-align: center;
    flex: 7;
    color: rgb(53,63,82);
    font-size: 24px;
}
.titulo_pinl{
    height: 2px;
    background: rgb(53,63,82);
    flex: 1;
    margin-top: 13px;
    margin-right: 10px;
}
.titulo_pinls{
    height: 2px;
    background: rgb(53,63,82);
    flex: 1;
    margin-top: 13px;
    margin-left: 10px;
}
/*-- Estante libros --*/ 
.contenedor_libros{
    padding: 25px 0px;
    position: relative;   
    width: 100%;
} 
.solop{
    display: none;
} 
.contenedorHoverts{
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    display: flex; 
    padding: 10px;
}
.contenedorHovert{
    overflow: auto;
    white-space: nowrap;
    width: 100%;
} 
.contenedorHovert .cont{
    display: inline-block;
    text-align: center;
    padding: 8px;
    margin: 7px;
    text-decoration: none;
    min-width: 180px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: flex;
    background: #fff;
    border-radius: 0;
} 
.conte nedorHoverts .conts{
    display: inline-block;
    text-align: center;
    padding: 10px;
    text-decoration: none;
} 
.contenedorHovertt{
    width: 100%; 
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}   
.contenedorHovertt .cont{
    display: inline-block;
    text-align: center;
    padding: 8px 4px 8px 0;
    margin: 4px 2px;
    text-decoration: none;
    min-width: 140px;
    max-width: 160px;
    display: flex; 
    background: #fff;
    border-radius: 0;
} 
.HoverInTvs{
    display: flex;
    width: 400%;
} 
.cc_libro_fantasma{
}    
/*-- Manecillas --*/
.manecillas{
    position: absolute;
    width: 76%;
    display: none;
}  
/*-- contenedor libros --*/
.cont_separador{
    flex: 5;
    position: relative;
    margin-left: 0px;
}  
.cc_limg{
    padding-left: 4px;
}   
.cc_limg img{
    height: 155px;
    width: 105px;
}
.info_libro{
    padding: 8px 0px;
    text-align: center;
} 
.precio{
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    color: forestgreen;
}
.inf_p{
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: rgb(79,79,79);
}
/*--- descuento ---*/
.descuento{
    text-decoration: line-through;
    color: rgb(99,99,99);
    margin-right: 8px;
    font-size: 14px;
}  
.sdes cuento{
    color: forestgreen;
    font-size: 16px;
} 
/*--- oferta ---*/
.ccl_vineta_sm{
    position: absolute;
    z-index: 2;
    top: 12px;
    left: -6px;
    width: 90px;
}   
.ccl_vineta_sm img{
    width: 100%;
} 
/*--- carrito de compra ---*/
.cc_kart{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
}
.cc_kart input{
    width: 23px;
    border: 1px solid rgb(167,204,0);
    text-align: center;
    border-radius: 5px;
    padding: 2px 1px;
    height: 22px;
}
.kart-cont{
    width: 22px;
    height: 22px;
    border-radius: 22px;
    padding: 4.5px 0px;
    color: #fff;
    margin: 5px 10px;
}  
.kc_bas{
    width: 28px;
    height: 28px;
    background: rgb(69,69,69);
    border-radius: 28px;
    font-size: 14px;
    padding: 6px 0;
    color: #fff;
    margin-top: 10px;
}   
.kc_bas_red{
    width: 28px;
    height: 28px;
    background: red;
    border-radius: 28px;
    font-size: 14px;
    padding: 6px 0;
    color: #fff;
    margin-top: 10px;
} 
.kc_bas_red{
    width: 28px;
    height: 28px;
    background: red;
    border-radius: 28px;
    font-size: 14px;
    padding: 6px 0;
    color: #fff;
    margin-top: 10px;
}
.kc_bas_red a label{
    color: #fff;
}
#kc_plus{
    background: rgb(167,204,0);
    box-shadow: rgba(0,0,0,0.7) 0px 0px 3px;
}
#kc_minus{
    background: rgb(53,63,82);
    box-shadow: rgba(0,0,0,0.7) 0px 0px 3px;
}
.kc_fav{
    color: #333;
    font-size: 22px;
    margin-top: 10px;
}
.kc_fav a{
    color: #333;
}
.kc_fav a:visited{
    color: #333;
}
#cerda{
    flex: 1;
    display: flex;
    padding: 5px 0;
    flex-wrap: wrap;
    justify-content: center;
}
/*--- Bolitas de pagina ---*/
.paginatino{
    width: 100%;
    text-align: center;
    padding: 25px 45%;
    
}
.paginatino ul{
    display: flex;
}
.paginatino ul li{
    flex: 1;
}
.paginatino ul li a{
    font-size: 20px;
    text-decoration: none;
}

.UbiPag{
    position: relative;
    width: 70%;
    display: flex;
    margin: 0px 15%;
    top: -25px;
    height: 60px;
}     
.atras{
    position: absolute;
    left: 0;
    top: 60%;
    cursor: pointer;
    font-size: 25px;
    text-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
    transition: all 0.2s;
    color: #333;
}
.atras:hover{
    transform: translateX(2px) translateY(2px);
    text-shadow: none;
    transition: all 0.3s;
}
.adelante{
    position: absolute;
    right: 0;
    top: 60%;
    cursor: pointer;
    font-size: 25px;
    text-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
    transition: all 0.2s;
    color: #333;
}  
.adelante:hover{
    transform: translateX(2px) translateY(2px);
    text-shadow: none;
    transition: all 0.3s;
} 
.numero{
    text-align: center;
    flex: 1;
    padding: 25px 20%;
    padding-top: 28px;
    display: flex;
    justify-content: center;
} 
.bolita{
    display: flex;
    padding: 15px;
} 
.bolita ol li{
    flex: 1;
    text-align: center;
}
.bolita span{
    text-decoration: none;
    font-size: 15px;
}
.kart-star_s{
    font-size: 33px;
}
.kart-star_s a{
    color: #333;
}
.kart-star_s a:visited{
    color: #333;
}
.kart_on{
    
}
.off_fav{
    display: block;
}
.on_fav{
    display: none;
}
/* Diseño Tablet: 481px a 768px. Hereda estilos de diseño mobile. */
@media only screen and (min-width: 481px) {

}    

  
/* Diseño Desktop: 769px a un maximo de 1600px. Hereda estilos de: Diseño mobile y tablet */
@media only screen and (min-width: 900px) {
    /*-- Titulo --*/
    .titulo_destacado{
        width: 40%;
        margin: 45px 30% 20px 30%;
        text-align: center;
        padding-top: 0; 
    }
    .titulo_sub_destacado{
        width: 40%;
        margin: 45px 30% 20px 30%;
        text-align: center;
        padding-top: 0; 
    }
    .titulo_destacado span{
        font-size: 25px;
    }
    .titulo_sub_destacado h3{
        font-size: 32px;
        font-family: 'Playfair Display', serif;
    }
    .titulo_destacado h3{
        font-size: 32px;
        font-family: 'Playfair Display', serif;
    }
    .titulo_pin{
        padding: 50px 0 20px;
        display: flex;
        text-align: center;
    }
    .titulo_pinl{
        flex: 1;
        height: 2px;
        background: rgb(53,63,82);
        margin-left: 150px;
        margin-top: 20px;
    }
    .titulo_pinls{
        flex: 1;
        background: rgb(53,63,82);
        height: 2px;
        margin-right: 150px;
        margin-top: 20px;
    }
    .titulo_pin h2{
        flex: 1;
        font-size: 35px;
        color: rgb(53,63,82);
    } 
    /*-- Estante libros --*/
    .contenedor_libros{
        padding: 0px 0px;
        margin: 5px 10%;
        width: 80%;
    } 
    .contenedorHover{
        overflow: hidden;
        position: relative;
    }  
    .contenedorHovers{
        display: flex;
        width: 100%; 
    } 
    .contenedorHovers_fav{
        display: flex;
        flex-wrap: wrap;
    }
    .contenedorHover_k{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .contenedorHoverse{
        display: flex;
        width: 25%; 
    }
    .HoverIn{
        display: flex;
        width: 200%; 
        transition: all 0.5s;
    }   
    .HoverIn2{
        display: flex;
        width: 180%;  
    }
    .HoverInPvs{
        width: 100%;
        display: flex;
        align-items: center;
    }
    /*-- Manecillas --*/
    .manecillas{
        position: absolute;
        width: 100%;
        z-index: 3;
        display: block;
    }
    .manecillas ul{
        display: flex;
        color: rgb(99,99,99);
        font-size: 25px;
    } 
    .manecillas ul li{
        margin-top: 175px;
        width: 35px;
        height: 35px;
        text-align: center;
        padding: 5px 12px 7px 0px;
        border: 2px solid rgba(0,0,0,0);
        border-radius: 25px;
    }
    .manecillas2{
        position: absolute;
        width: 100%;
        z-index: 3;
    }
    .manecillas2 ul{
        display: flex;
        color: rgb(99,99,99);
        font-size: 25px;
    }
    .manecillas2 ul li{
        margin-top: 175px;
        width: 35px;
        height: 35px;
        text-align: center;
        padding: 5px 12px 7px 0px;
        border: 2px solid rgba(0,0,0,0);
        border-radius: 25px;
    }
    .left-mane{
        left: -40px; 
        position: absolute;    
    } 
    .left-mane:hover{
        transform: translateY(5px);
        transition: all 0.3s;
        cursor: pointer;
        color: rgb(49,49,49);
    }
    .right-mane{
        right: -40px;
        position: absolute; 
    }
    .right-mane:hover{
        transform: translateY(5px);
        transition: all 0.5s;
        cursor: pointer;
        color: rgb(49,49,49);
    }
    .left-mane2{
        left: -40px; 
        position: absolute;    
    } 
    .left-mane2:hover{
        transform: translateY(5px);
        transition: all 0.3s;
        cursor: pointer;
        color: rgb(49,49,49);
    }
    .right-mane2{
        right: -40px;
        position: absolute; 
    } 
    .right-mane2:hover{
        transform: translateY(5px);
        transition: all 0.5s;
        cursor: pointer;
        color: rgb(49,49,49);
    } 
    /*-- contenedor libros --*/ 
    .off_fav{
        display: none;
    }
    .on_fav{
        display: flex;
    } 
    .cc_libro{
        flex: 1;
        margin: 8px;
        padding: 8px 8px 5px;
        background: #fff;
        width: 20%;
        position: relative;
        border-radius: 0;
    }     
    .cc_libro_fav{
        flex: 1;
        margin: 8px;
        padding: 8px 8px 5px;
        background: #fff;
        width: 20%;
        position: relative;
        border-radius: 0;
        min-width: 200px;
        max-width: 230px;
    }
    .cc_libro_k{
        flex: 1;
        margin: 8px;
        padding: 8px 8px 4px;
        background: #fff;
        width: 20%;
        position: relative;
        border-radius: 7px;
        max-width: 250px;
        min-width: 200px;
    }
    .cc_libro_k:hover{
        box-shadow: rgba(0,0,0,0.4) 0px 0px 12px;
        cursor: default;
        transition: all 0.3s;
    }
    .cc_libro_fantasma{
        flex: 1;
        margin: 8px;
        padding: 8px;  
    }   
    .cc_libro:hover{
        box-shadow: rgba(0,0,0,0.4) 0px 0px 12px;
        cursor: default;
        transition: all 0.3s;
    }
    .cc_limg {
        width: 100%;
        height: 240px;
        overflow: hidden;
        position: relative;
        transition: all 0.2;
        padding: 0;
    }   
    .solot{
        display: none;
    }
    .solop{
        display: block;
    }
    .solot{
        display: none;
    } 
    .solop_k{
        display: block;
        padding: 200px 0 100px;
        text-align: center;
        background: rgba(192,184,171,0.2);
    }
    .solop_k h1{
        font-size: 32px;
        font-family: 'Playfair Display', serif;
    } 
    .ver{
        width: 100%;
        text-align: center;
        height: 100%;
        z-index: 2;
        background-color: rgba(0,0,0,0.5);
        color: #fff;
        position: absolute;
        top: 0;
        padding: 0px;
        font-size: 20px;
        border: 1px solid #fff;
        display: none;
    }
    .cc_libro a{
        text-decoration: none;
    } 
    .verps{
        z-index: 2;
        top: 0;
        margin: 25px; 
        color: #333;
        text-decoration: none;
        text-align: center;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
    } 
    .ver p{
        width: 60%;
        margin: 0 20%;
        border: 2px solid #fff;
        border-radius: 15px;
        padding: 3px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .vers p{
        width: 80%;
        margin: 0 20%;
        border: 2px solid #fff;
        border-radius: 15px;
        padding: 3px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .ver p:hover{
        background: rgba(0,0,0,0.5);
    }
    .cc_limg:hover .ver{
        display: block;
    }
    .cc_limg img{
        width: 100%;
        height: 100%;
    }
    .info_libro{
        padding: 12px 0px 5px;
    }
    .info_libro_k{
        padding: 12px 5px 5px;
    }
    .titulo_libro{
        text-align: center;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        color: rgb(79,79,79);
        height: 40px;
        overflow: hidden;
    }
    .info_libro hr{
        margin: 3px;
    }
    .info_libro ul{
        justify-content: center;
        height: 76px; 
    }
    .info_libro ul li{
        text-align: center;
    }
    .precio{
        font-size: 19px;
        font-family: 'Quicksand', sans-serif;
        color: forestgreen;
        padding: 5px 7px 5px 0;
        display: flex;
        max-width: 120px;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }    
    .inf_p{
        font-size: 11px;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        color: rgb(99,99,99);
    } 
    .inf_p span{
        font-size: 10px;
    }
    .info_book{
        flex: 1.5;
        display: flex;
        justify-content: center;
        align-items: center;
    } 
    /*--- oferta ---*/
    .descuento{
        width: 150px
    } 
    .descuento{
        text-decoration: line-through;
        color: rgb(99,99,99);
        font-size: 13px;
    }
    .sdescuento{
        color: forestgreen;
        font-size: 19px;
    }  
    .ccl_vineta{
        position: absolute;
        z-index: 3;
        top: 15px;
        left: -13px;
        width: 120px;
    }
    .ccl_vineta img{
        width: 100%;
    }
    /*--- carrito ---*/
    .info_kart{
        flex: 1;
        display: flex;
        padding: 5px 7px;
        justify-content: center;
        align-items: center;
    }
    .kart{
        flex: 2; 
        display: flex;
        justify-content: center;
    }
    .kart-cont{
        width: 20px;
        height: 20px;
        padding: 5px 0px;
        line-height: 0;
        border-radius: 20px;
        font-size: 12px;
        margin: 4px 7px;
        display: block;
        color: #fff;
    }  
    #kc_plus{
        background: rgb(167,204,0);
        box-shadow: rgba(0,0,0,0.7) 0px 0px 3px;
    }
    #kc_plus:hover{
        cursor: pointer;
        box-shadow: rgba(0,0,0,0.9) 0px 0px 5px; 
    }
    #kc_minus{
        background: rgb(53,63,82);
        box-shadow: rgba(0,0,0,0.7) 0px 0px 3px;
    }
    #kc_minus:hover{
        cursor: pointer;
        box-shadow: rgba(0,0,0,0.9) 0px 0px 5px;
    }
    .kart input[type="number"]{
        -webkit-appearance: textfield !important;
        margin: 0;
        -moz-appearance: textfield !important;
    }
    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
        
      margin: 0;
    } 
    input[type=number] { -moz-appearance:textfield; }
    .kart input{
        padding: 2px;
        border: 1.5px solid rgb(167,204,0);
        border-radius: 5px;
        width: 25px;
        text-align: center;
        height: 27px;
    }   
    .btn-kart{
        flex: 1;
        display: flex;
        justify-content: center;
    }  
    .kart-star{
        flex: 0.5;
        line-height: 30px;
        font-size: 24px;
        color: #333;
    }
    .kart-star span{
        color: #333;
    }
    .kart-star:hover{
        cursor: pointer;
    }
    .kc_bas{
        width: 25px;
        height: 25px;
        background: rgb(79,79,79);
        border-radius: 25px;
        color: #fff;
        padding: 4px 4px 4px 2px;
        margin-top: 0;
        font-size: 14px;
        margin-left: 7px;
    }   
    .kc_bas_red{
        width: 25px;
        height: 25px;
        background: red;
        border-radius: 25px;
        color: #fff;
        padding: 4px 4px 4px 2px;
        margin-top: 0;
        font-size: 14px;
        margin-left: 7px;
    }
    .en_stock{
        font-size: 12px;
        margin: 0 0 0 10px;
    } 
    .kc_bas:hover{
        cursor: pointer;
        box-shadow: 
    }
    #cerda{
        flex: 1;
        display: flex;
        padding: 5px 0;
        flex-wrap: nowrap;
        justify-content: center;
    }
     
    /*--- bolitas de movibilidad ---*/
    .paginatino{
        width: 100%;
        text-align: center;
        margin: 25px 45%;
        
    }
    .paginatino ul{
        display: flex;
    }
    .paginatino ul li{
        flex: 1;
    }
    .paginatino ul li a{
        font-size: 20px;
        text-decoration: none;
    }
    
    .UbiPag{
        position: relative;
        width: 40%;
        display: flex;
        margin: 0 30%;
        top: 0px;
        height: 50px;
        margin-bottom: 30px;
    }     
    .atras{
        position: absolute;
        left: 0;
        top: 60%;
        cursor: pointer;
    }
    .adelante{
        position: absolute;
        right: 0;
        top: 60%;
        cursor: pointer;
    }
    .numero{
        text-align: center;
        flex: 1;
        padding: 0 20%;
        padding-top: 20px;
        justify-content: center;
    }
    .bolita{
        display: flex;
        padding: 15px;
        text-align: center;
        text-shadow: rgba(0,0,0,0.5) 0 2px 2px;
    }
    .bolita ol li{
        flex: 1;
        text-align: center;
    }
    .bolita span{
        text-decoration: none;
        font-size: 17px;
    }
    .klose{
        position: absolute;
        right: -10px;
        top: -10px;
        font-size: 20px;
        background-color: red;
        border-radius: 30px;
        padding: 2px 0;
        z-index: 3;
        color: #fff;
        transition: all 0.3s;
    }
    .klose:visited{
        color: #fff;
    }
    .klose:hover{
        color: #fff;
        background-color: darkred;
    }
    .kart_on{
        font-size: 15px;
        text-align: center;
    } 
}
/*--- Animación para el ajuste de libros ----*/
@media only screen and (min-width: 1300px) {
    .cc_limg {
        width: 100%;
        height: 260px;
        overflow: hidden;
        position: relative;
        transition: all 0.2;
    } 
} 
@media only screen and (min-width: 1400px) {
    .cc_limg {
        width: 100%;
        height: 280px;
        overflow: hidden;
        position: relative;
        transition: all 0.2;
    } 
} 
@media only screen and (min-width: 1500px) {
    .cc_limg {
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
        transition: all 0.2;
    } 
} 
@media only screen and (min-width: 1600px) {
    .cc_limg {
        width: 100%;
        height: 320px;
        overflow: hidden;
        position: relative;
        transition: all 0.2;
    } 
} 