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

/*###################### SECCION DEL NAVBAR ######################*/
/*###################### SECCION DEL NAVBAR ######################*/
/*###################### SECCION DEL NAVBAR ######################*/
/*###################### SECCION DEL NAVBAR ######################*/
.container {
    width: 100%;
    max-width: 1800px;
}

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

ul {
    list-style: none;
}

.header {
    width: 100%;
    height: 70px;
    background: var(--color-principal);
}

.nav {
    width: 100%;
    max-width: none;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 1rem;
}

.nav-menu {
    gap: var(--mb-4);
    transition: left .2s;
}

.list-item-link {
    font-size: 1.125rem;
    font-weight: var(--font-semi-bold);
    text-transform: uppercase;
    display: block;
    padding: .44rem;
}

.list-item-link:hover {
    color: var(--color-terciario);
}

.list img,
.menu-open,
.menu-close {
    display: none;
    cursor: pointer;
    transition: transform .2s;
}

.menu-open:hover,
.menu-close:hover {
    scale: 1.1;
}

.menu-open {
    font-size: 1.75rem;
    font-weight: var(--font-semi-bold);
}

.list {
    display: flex;
    gap: 1.25rem;
    position: relative;
}

/*###################### ESTILOS DEL BANNER ######################*/
/*###################### ESTILOS DEL BANNER ######################*/
/*###################### ESTILOS DEL BANNER ######################*/
/*###################### ESTILOS DEL BANNER ######################*/
.section-banner-index {
    min-height: 80vh;
    background-image: url(../../img/fondos/library-background-one.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.package-img {
    width: 40%;
    line-height: 0;
}

.package-detail {
    background-color: rgba(78, 107, 80, 0.6);
    width: 60%;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.package-detail h1 {
    font-family: 'Merriweather-Bold';
    font-size: var(--fs-h1);
    padding: 0px 0px 16px 60px;
    color: white;
}

/* .package-detail p {
    font-family: 'Parrafo';
    font-size: var(--fs-h4);
    padding: 0px 0px 0px 60px;
    color: white;
} */

/*###################### ESTILO BOTONES PESTAÑAS ######################*/
/*###################### ESTILO BOTONES PESTAÑAS ######################*/
/*###################### ESTILO BOTONES PESTAÑAS ######################*/
/*###################### ESTILO BOTONES PESTAÑAS ######################*/
.section-secciones {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem 0rem 3rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-secciones .title-sections {
    font-size: var(--fs-h1);
    font-family: 'Montserrat-Bold';
    color: var(--color-segundario);
    margin-bottom: var(--mb-3);
}

.title-sections {
    font-size: var(--fs-h1);
    font-family: 'Montserrat-Bold';
    color: var(--color-segundario);
    margin-top: var(--mb-3);
    margin-bottom: var(--mb-3);
    text-align: center;
}

.section-secciones .group-cards {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 60px;
    row-gap: 40px;
}

.group-cards .sticker {
    position: relative;
    background-color: white;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    width: 420px;
    display: flex;
    border-radius: 14px;
}

.group-cards .sticker picture {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.group-cards .sticker picture img {
    width: 80%;
}

.group-cards .sticker .section-detail {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.group-cards .sticker .section-detail p {
    width: 100%;
    font-family: 'Montserrat-Bold';
    text-align: center;
    font-size: var(--fs-body);
    color: var(--color-segundario);
    font-weight: var(--fw-semibold);
    padding: 20px 10px 0px 10px;
}

.group-cards .sticker .section-detail .curriculum {
    width: 100%;
    font-family: 'Italic';
    text-align: center;
    font-size: var(--fs-body);
    color: var(--color-segundario);
    font-weight: var(--fw-semibold);
    padding: 20px 10px 0px 10px;
}

.group-cards .sticker .section-detail a {
    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: 6px 20px;
    cursor: pointer;
    transition: .5s;
    margin: 14px 0px 20px 0px;
}

/*###################### ESTILO MENSAJE DE BIENVENIDA ######################*/
/*###################### ESTILO MENSAJE DE BIENVENIDA ######################*/
/*###################### ESTILO MENSAJE DE BIENVENIDA ######################*/
/*###################### ESTILO MENSAJE DE BIENVENIDA ######################*/
/* .section-welcome-message {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 2rem 0rem 4rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-welcome-message .title-welcome {
    font-family: 'Titulo';
    font-size: var(--fs-h1);
    color: var(--color-segundario);
    padding-bottom: var(--mb-4);
}

.section-welcome-message .detail-message{
    width: 80%;
}

.section-welcome-message .detail-message p{
    font-size: var(--fs-body);
    font-family: 'Parrafo';
    text-align: justify;
} */



/*#################### 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 (min-width: 1920px) {

    .section-banner-index {
        min-height: 30vh;
    }

}


@media (max-width: 1919px) {

    /*###################### ESTILO BOTONES PESTAÑAS ######################*/
    /*###################### ESTILO BOTONES PESTAÑAS ######################*/
    .section-secciones {
        margin-left: 1rem;
        margin-right: 1rem;
        padding: 1rem 0rem 3rem 0rem;
    }

    .section-banner-index {
        min-height: 30vh;
    }

    .section-secciones .group-cards {
        width: 90%;
        column-gap: 30px;
        row-gap: 40px;
    }

    .group-cards .sticker {
        width: 400px;
    }
}


@media (max-width: 1439px) {

    /*###################### ESTILOS DEL BANNER ######################*/
    /*###################### ESTILOS DEL BANNER ######################*/
    .section-banner-index {
        min-height: 60vh;
    }

    .package-img {
        width: 45%;
    }

    .section-banner-index {
        min-height: 20vh;
    }

    .package-detail {
        width: 55%;
        height: 200px;
    }
}

@media (max-width: 1023px) {

    /*###################### ESTILOS DEL BANNER ######################*/
    /*###################### ESTILOS DEL BANNER ######################*/
    .section-banner-index {
        min-height: 40vh;
    }

    .package-detail {
        height: 140px;
    }

    .package-detail h1 {
        padding: 0px 0px 16px 40px;
    }

    /*###################### ESTILO BOTONES PESTAÑAS ######################*/
    /*###################### ESTILO BOTONES PESTAÑAS ######################*/
    .section-secciones .title-sections {
        margin-bottom: var(--mb-2);
    }

    .section-secciones .group-cards {
        width: 100%;
    }

    .group-cards .sticker {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        width: 340px;
        display: flex;
        border-radius: 14px;
    }
}

@media (max-width: 767px) {

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

    .package-detail {
        height: 120px;
    }

    .package-detail h1 {
        padding: 0px 0px 16px 20px;
    }

    /*###################### ESTILO BOTONES PESTAÑAS ######################*/
    /*###################### ESTILO BOTONES PESTAÑAS ######################*/
    .section-secciones .title-sections {
        margin-bottom: var(--mb-2);
    }

    .section-secciones .group-cards {
        column-gap: 10px;
        row-gap: 20px;
    }

    .group-cards .sticker {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        width: 278px;
        display: flex;
        border-radius: 14px;
    }
}

@media (max-width: 599px) {

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

    .package-img {
        width: 45%;
    }

    .package-detail {
        height: 100px;
        width: 55%;
    }

    .package-detail h1 {
        padding: 0px 0px 0px 20px;
    }

    /*###################### ESTILO BOTONES PESTAÑAS ######################*/
    /*###################### ESTILO BOTONES PESTAÑAS ######################*/
    .section-secciones .title-sections {
        margin-bottom: var(--mb-2);
    }

    .section-secciones .group-cards {
        column-gap: 0px;
        row-gap: 20px;
    }

    .group-cards .sticker {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        width: 360px;
        display: flex;
        border-radius: 14px;
    }
}

@media (max-width: 511px) {

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

    .package-img {
        width: 50%;
    }

    .package-detail {
        height: 100px;
        width: 50%;
    }

    /*###################### ESTILO BOTONES PESTAÑAS ######################*/
    /*###################### ESTILO BOTONES PESTAÑAS ######################*/
    .group-cards .sticker {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        width: 300px;
        display: flex;
        border-radius: 14px;
    }
}








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

    /*############ ESTILOS DEL NavBar ############*/
    /*############ ESTILOS DEL NavBar ############*/
    .list img,
    .menu-open,
    .menu-close {
        display: block;
        color: white;
    }

    .header {
        height: 48px;
    }

    .nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: hsla(30, 100%, 96%, 0.7);
        z-index: var(--toolkid);
    }

    .list {
        background: var(--color-principal);
        width: 280px;
        height: 100vh;
        padding: 1rem 2rem;
        flex-direction: column;
        position: relative;
    }

    .list img {
        margin-left: 20px;
        margin-top: 10px;
        margin-bottom: 20px;
        width: 180px;
        height: auto;
    }

    .menu-close {
        color: white;
        position: absolute;
        width: 2.5rem;
        height: 2.5rem;
        font-size: 2rem;
        padding-left: 4px;
        background: var(--color-principal);
        border-radius: 0 0 16px 0;
        top: 0;
        right: -2.44rem;
    }
}

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

    /*############ ESTILOS DEL NavBar ############*/
    /*############ ESTILOS DEL NavBar ############*/
    .nav {
        padding: 0rem 0.8rem;
    }

    .menu-close {
        font-size: 1.4rem;
        padding-left: 8px;
        padding-top: 4px;
    }

    .list img {
        margin-left: 36px;
        /* margin-top: 10px;
        margin-bottom: 20px; */
        width: 140px;
    }
}

/*################## MENU ACTIVE ##################*/
/*################## MENU ACTIVE ##################*/
.menu-active {
    left: 0;
}