/*
Theme Name: Red Museos
Theme URI: https://techniquie.com.mx
Description: Tema hijo de Divi
Author: Techniquie Consultores
Author URI: https://techniquie.com.mx
Template: Divi
Version: 1.0.0
*/

/* Importa los estilos del tema principal */
@import url("../Divi/style.css");

.card-book {
    display: flex;
    gap: 1rem;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 300px;
    box-shadow: 0 0 6px rgba(0,0,0,0.21);
}

.card-book > div:nth-child(2) {
    width: 70%;
    padding: 22px 4px;
}

.card-book > div:nth-child(1) {
    width: 35%;
}

.card-book > div:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    height: 220px;
    border-bottom: 1px solid;
}
.top-card h1 {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 23px;
    line-height: 25px;
}
.top-card p {
    font-size: 12px;
    text-align: center;
}
.btn-card {
    line-height: 20px !important;
    letter-spacing: normal !important;
    border-radius: 12px !important;
    font-weight: 500 !important;
    padding: 8px;
    font-size: 12px;
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 12px;
    font-size: 12px;
    background-color: #0063a7;
	transition: 0.3s ease;
}
.btn-card:hover{
	background-color: #7fbc03;
}

.bot-card {
    margin-top: 16px;
    text-align: center;
}
.biblioteca .top-card {
    height: 150px;
}
.biblioteca > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btn-card.w-100{
	display: block;
}
.biblioteca .bot-card {
    width: 100%;
}

.text-libros-booklets {
    color: #000;
    margin-bottom: 16px;
    margin-top: 8px;
}

.disponible {
    color: #7fbc03;
}
.info-biblioteca h2 {
    color: #000;
    font-size: 18px;
    text-align: center;
    margin-top: 16px;
}
.info-biblioteca p {
    text-align: center;
    font-size: 12px;
}