@font-face {
    font-family: 'Montserrat-Bold';
    src: url(../fuentes/Montserrat/Montserrat-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url(../fuentes/Montserrat/Montserrat-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url(../fuentes/Montserrat/Montserrat-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Merriweather-Bold';
    src: url(../fuentes/Merriweather/Merriweather-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Merriweather-Light';
    src: url(../fuentes/Merriweather/Merriweather-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Merriweather-Medium';
    src: url(../fuentes/Merriweather/Merriweather-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Italic';
    src: url(../fuentes/Italic/lucida-calligraphy-italic.ttf) format('truetype');
}

:root {
    /*################ TIPOGRAFIA DE TEXTO ################*/
    /*################ TIPOGRAFIA DE TEXTO ################*/
    --fs-h1: clamp(1.375rem, 1.6vw + 1rem, 3.75rem);
    --fs-h2: clamp(1.25rem, 1.5vw + 0.75rem, 3rem);
    --fs-h3: clamp(1.125rem, 1.4vw + 0.5rem, 2.25rem);
    --fs-h4: clamp(1rem, 1.2vw + 0.25rem, 1.75rem);
    --fs-body: clamp(0.95rem, 1vw + 0.5rem, 1.5rem);
    --fs-lg: clamp(0.9rem, 0.95vw + 0.45rem, 1.35rem);
    --fs-small-md: clamp(0.90rem, 0.85vw + 0.35rem, 1.3rem);
    --fs-md: clamp(0.85rem, 0.9vw + 0.4rem, 1.25rem);
    --fs-small: clamp(0.875rem, 0.8vw + 0.25rem, 1.2rem);
    --fs-xs: clamp(0.75rem, 0.6vw + 0.2rem, 1rem);
    /*################ NEGRILLA AL TEXTO ################*/
    /*################ NEGRILLA AL TEXTO ################*/
    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    /*################## MARGENES ##################*/
    /*################## MARGENES ##################*/
    --mb-1: .5rem;
    --mb-2: 1rem;
    --mb-3: 1.5rem;
    --mb-4: 2rem;
    --mb-5: 2.5rem;
    --mb-6: 3rem;
    /*################## z-index ##################*/
    /*################## z-index ##################*/
    --toolkid: 100;
    --index-1: 10;
    --index-2: 30;
    --index-3: 60;
    --index-4: 90;
    /*######## Color Fondo Principal ########*/
    /*######## Color Fondo Principal ########*/
    --body-color: #ebeff1;
    /*######## Colores Segundarios ########*/
    /*######## Colores Segundarios ########*/
    --color-principal: #3e4a61;
    --color-segundario: #4e6b50;
    --color-terciario: #009100;
}

/*########################## PÁGINA PRINCIPAL ##########################*/
/*########################## PÁGINA PRINCIPAL ##########################*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


body {
    background: var(--body-color);
    overflow-x: hidden;
}

.animate-item {
    opacity: 0;
    visibility: hidden;
}

.animate-item.is-animated {
    opacity: 1;
    visibility: visible;
}

/*############# Estilos De Los LINKS #############*/
a {
    text-decoration: none;
    color: white;
    font-family: 'Montserrat-Bold';
}

/*###################### ESTILO RESUMEN VERTICAL ######################*/
/*###################### ESTILO RESUMEN VERTICAL ######################*/
/*###################### ESTILO RESUMEN VERTICAL ######################*/
/*###################### ESTILO RESUMEN VERTICAL ######################*/
.section-book-structure-vertical {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem 0rem 2rem 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-book-structure-vertical .content-book-structure-vertical {
    width: 80%;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.content-book-structure-vertical .img-portada {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.content-book-structure-vertical .img-portada img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.4));
}

.content-book-structure-vertical .book-details {
    width: 50%;
}

.content-book-structure-vertical .book-details .summary-book p {
    font-size: var(--fs-body);
    font-family: 'Merriweather-Light';
    text-align: left;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.summary-book i {
    font-style: italic;
    transform: skewX(-10deg);
}

.summary-book strong {
    font-weight: bold;
}

.content-book-structure-vertical .book-details .detail-btn-book {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: var(--mb-5);
}

.content-book-structure-vertical .book-details .detail-btn-book .btn-download {
    background-color: var(--color-segundario);
    border: 0;
    border-radius: 5px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-size: var(--fs-body);
    font-family: 'Montserrat-Medium';
    padding: 14px 20px;
    cursor: pointer;
    transition: .5s;
    margin: 14px 0px 20px 0px;
}

.no-data {
    /* Tamaño y peso para legibilidad */
    font-size: 1.25rem;
    /* Aprox 20px, más grande que el estándar */
    font-weight: 500;
    /* Alineación y espaciado */
    text-align: center;
    padding: 3rem 1rem;
    /* Espacio generoso arriba y abajo */
    margin: 2rem 0;
    /* Colores y fondo */
    color: #6b7280;
    /* Gris medio para no ser agresivo */
    background-color: #f9fafb;
    /* Fondo sutil para delimitar el área */
    border: 1px dashed #d1d5db;
    /* Borde discontinuo típico de zonas vacías */
    border-radius: 8px;
}

/*###################### ESTILO RESUMEN HORIZONTAL ######################*/
/*###################### ESTILO RESUMEN HORIZONTAL ######################*/
/*###################### ESTILO RESUMEN HORIZONTAL ######################*/
/*###################### ESTILO RESUMEN HORIZONTAL ######################*/
.section-article-structure-horizontal {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem 0rem 2rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-article-structure-horizontal .detail-structure-article-horizontal {
    width: 90%;
    display: flex;
    align-items: flex-start;
    padding: 40px 0px;
}

.detail-structure-article-horizontal .article-picture-btn {
    width: 50%;
    height: auto;
    object-fit: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detail-structure-article-horizontal .article-picture-btn img {
    width: 100%;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.4));
}

.detail-structure-article-horizontal .article-picture-btn .btn-view {
    background-color: var(--color-segundario);
    border: 0;
    border-radius: 5px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-size: var(--fs-body);
    font-family: 'Montserrat-Medium';
    padding: 14px 20px;
    cursor: pointer;
    transition: .5s;
    margin-top: 20px;
}

.detail-structure-article-horizontal .info-article {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detail-structure-article-horizontal .info-article .text-article {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.detail-structure-article-horizontal .info-article .text-article P {
    padding: 0px 20px;
    font-size: var(--fs-body);
    font-family: 'Merriweather-Light';
    line-height: 1.6;
}

.detail-structure-article-horizontal .info-article .text-article i {
    font-style: italic;
}

.detail-structure-article-horizontal .info-article .text-article strong {
    font-weight: bold;
}


/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
@media (max-width: 1919px) {

    /*###################### ESTILO RESUMEN VERTICAL ######################*/
    /*###################### ESTILO RESUMEN VERTICAL ######################*/
    .section-book-structure-vertical .content-book-structure-vertical {
        width: 90%;
        gap: 40px;
    }

}

@media (max-width: 1439px) {

    /*###################### ESTILO RESUMEN VERTICAL ######################*/
    /*###################### ESTILO RESUMEN VERTICAL ######################*/
    .section-book-structure-vertical .content-book-structure-vertical {
        width: 95%;
        gap: 30px;
    }

    .content-book-structure-vertical .book-details .detail-btn-book {
        margin-top: var(--mb-2);
    }

    /*###################### ESTILO RESUMEN HORIZONTAL ######################*/
    /*###################### ESTILO RESUMEN HORIZONTAL ######################*/
    .section-article-structure-horizontal .detail-structure-article-horizontal {
        width: 95%;
        padding: 20px 0px;
    }

}

@media (max-width: 1023px) {

    /*###################### ESTILOS DEL BANNER ######################*/
    /*###################### ESTILOS DEL BANNER ######################*/
    .section-banner-book-collection {
        min-height: 30vh;
    }

    /*###################### ESTILO RESUMEN VERTICAL ######################*/
    /*###################### ESTILO RESUMEN VERTICAL ######################*/
    .section-book-structure-vertical .content-book-structure-vertical {
        width: 100%;
        gap: 30px;
    }

    /*###################### ESTILO RESUMEN HORIZONTAL ######################*/
    /*###################### ESTILO RESUMEN HORIZONTAL ######################*/
    .section-article-structure-horizontal .detail-structure-article-horizontal {
        width: 100%;
        padding: 20px 0px;
    }
}

@media (max-width: 767px) {

    /*###################### ESTILO RESUMEN VERTICAL ######################*/
    /*###################### ESTILO RESUMEN VERTICAL ######################*/
    .content-book-structure-vertical .book-details .detail-btn-book {
        margin-top: var(--mb-1);
    }

    .content-book-structure-vertical .book-details .summary-book p {
        line-height: 1.8;
    }

    .detail-structure-article-horizontal .info-article .text-article P {
        line-height: 1.8;
    }
}

@media (max-width: 599px) {

    /*###################### ESTILOS DEL BANNER ######################*/
    /*###################### ESTILOS DEL BANNER ######################*/
    .section-banner-book-collection {
        min-height: 26vh;
    }
}

@media (max-width: 511px) {

    /*###################### ESTILOS DEL BANNER ######################*/
    /*###################### ESTILOS DEL BANNER ######################*/
    .section-banner-book-collection {
        min-height: 20vh;
    }

    /*###################### ESTILO RESUMEN VERTICAL ######################*/
    /*###################### ESTILO RESUMEN VERTICAL ######################*/
    .section-book-structure-vertical .content-book-structure-vertical {
        flex-direction: column;
        gap: 20px;
    }

    .content-book-structure-vertical .img-portada {
        width: 100%;
    }

    .content-book-structure-vertical .book-details {
        width: 100%;
    }

    /*###################### ESTILO RESUMEN HORIZONTAL ######################*/
    /*###################### ESTILO RESUMEN HORIZONTAL ######################*/
    .section-article-structure-horizontal .detail-structure-article-horizontal {
        flex-direction: column;
        padding: 20px 0px;
    }

    .detail-structure-article-horizontal .article-picture-btn {
        width: 100%;
    }

    .detail-structure-article-horizontal .article-picture-btn .btn-view {
        margin-top: 14px;
    }

    .detail-structure-article-horizontal .info-article {
        width: 100%;
        padding-top: var(--mb-3);
    }

    .detail-structure-article-horizontal .info-article .text-article P {
        padding: 0px 0px;
    }
}

@media (max-width: 424px) {}

@media (max-width: 374px) {}