@import url("https://use.typekit.net/rzx8mvd.css");

:root {

    --color-fondo: #FFE6D7;
    --color-naranja: #C47E48;
    --color-azul-oscuro: #005085;
    --color-rojo-morado: #655DD4;
    --color-negro: #252525;
}

body {
    background-color: var(--color-fondo);
    color: var(--color-negro);
    margin: 0;
    font-family: 'fractul-variable';
    scroll-behavior: smooth;

}

main {
    margin: 0 auto;
}

.movil {
    display: block;
}

.desk {
    display: none;
}

@media (min-width:1000px) {
    .movil {
        display: none;
    }

    .desk {
        display: block;
    }
}

/* hero */
.hero {
    width: 100%;
    height: 550px;
    margin: 0 auto;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6)), url(../assets/EDUCACION_PORTADA.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.hero-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;


}

.hero-title {
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
}

.hero-title span {
    display: inline-block;
    background: #FF613C;
    width: 280px;
    height: auto;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 10px 20px;
}

.hero-description {
    width: 283px;
    height: 48px;
    margin: 0 auto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    font-family: "mr-eaves-xl-modern", sans-serif;

}

.arrow {
    margin: 0 auto;
    width: 54px;
    height: 54px;

}

@media (min-width:1000px) {

    .hero {

        height: 796px;
        background-image: linear-gradient(180deg, rgba(2, 37, 146, 0) 47.76%, rgba(4, 25, 88, 0.6) 69.89%, #001E33 100%), url(../assets/EDUCACION_PORTADA.jpg);
    }

    .hero-content {
        margin: 0 auto;
        height: 279px;
        bottom: 5%;

    }

    .hero-title {
        width: fit-content;
        height: fit-content;
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 35px;
    }

    .hero-title span {
        display: inline-block;
        background: #FF613C;
        width: 496px;
        height: 83px;
        border-radius: 20px;
        box-sizing: border-box;
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .hero-description {
        width: 700px;
        height: fit-content;
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        line-height: 1;
        text-align: center;
        color: #FFFFFF;
    }

    .arrow {
        width: 100px;
        height: 100px;
    }
}

/* verification-section */

.verification-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 17px 16px 43px;
    gap: 30px;
    width: 100%;
    background: #EDECE9;
    box-sizing: border-box;
}

.verification-content {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.verification-subtitle {
    margin: 0;
    width: 188px;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #305377;
}

.verification-subtitle span {
    font-size: 30px;
    line-height: 28px;
    color: #ED6040;
}

.verification-content {
    margin: 0;
    width: 280px;
    font-family: 'mr-eaves-xl-modern';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}

.verification-image {
    object-fit: cover;
    width: 328px;
    height: 238px;
}

.verification-section a {
    text-decoration: none;
    margin: 0;
    width: 277px;
    height: 58px;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #005085;
}

@media (min-width: 1000px) {
    .verification-section {
        height: 700px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;

    }

    .verification-content {

        height: 474px;
        flex-basis: 50%;
        width: 694px;
        align-items: flex-start;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .verification-image {

        width: 831px;
        height: 644px;
        margin-left: -230px;
    }


    .verification-subtitle {
        margin: 0;
        width: 694px;
        height: fit-content;
        font-size: 72px;
        line-height: 66px;
        text-align: left;
    }

    .verification-subtitle span {
        font-size: 72px;
    }

    .verification-text {
        width: 508px;
        height: 88px;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 22px;
        color: #305377;
    }

    .verification-section a {
        text-align: start;
        width: 531px;
        height: 123px;
        font-weight: 900;
        font-size: 45px;
        line-height: 54px;
    }
}

/* manual-download */
.manual-download {
    background-color: #6962BF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 100%;
    height: 375px;
    margin: 0 auto;
    box-sizing: border-box;
}

.manual-download-title {
    margin-top: 35.58px;
    width: 326px;
    height: 46px;
    font-family: 'mr-eaves-xl-modern';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.pdf-icon {
    width: 140.25px;
    height: 182.58px;
    object-fit: cover;
}

.download-pdf-btn {
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6.45669px;
    gap: 6.46px;
    width: 311.56px;
    height: 50px;
    background: #000000;
    border-radius: 10px;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
}


@media(min-width: 1000px) {
    .manual-download {
        height: 754px;
        gap: 20px;
    }

    .manual-download-title {
        width: 969px;
        height: auto;
        font-size: 45px;
        line-height: 37px;
        text-align: center;
    }

    .pdf-icon {
        width: 331px;
        height: 432px;
    }

    .download-pdf-btn {

        padding: 10px;
        gap: 10px;
        width: 508px;
        height: 60px;
    }
}


/* call-to-action  */
.call-to-action {
    width: 100%;
    aspect-ratio: 16/16;
    background: url(../assets/Banner_NoConfies_C.jpg);
    background-size: cover;

    background-repeat: no-repeat;
}

@media(min-width:1000px) {
    .call-to-action {
        aspect-ratio: auto;
        width: 100%;
        height: 754px;
        background: url(../assets/Banner_no_confies_R.jpg);
        background-size: 100% auto;
        /* Ancho completo, altura automática */
        background-position: center;
        background-repeat: no-repeat;
        background-color: #000;
        /* Fondo para espacios vacíos */
    }
}

/* header */
.menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 22px 0 23px;
    gap: 226px;
    width: 100%;
    height: 60px;
    background: #000000;
    box-shadow: 0 5px 30px rgba(80, 80, 80, 0.2);
    box-sizing: border-box;
    z-index: 99;
}


.nav-icon {
    width: 34.5px;
    height: 20px;
    cursor: pointer;
}

.menu-logo {
    width: 49px;
    height: 48.88px;
}

.menu-container {
    z-index: 100;
    width: 100%;
    height: 100vh;
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    transform: translateX(-100%);
    transition: transform 0.5s ease;

}

.menu-container.show {
    transform: translateX(0);
}


.menu-header {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 22px 0 23px;
    gap: 260px;
    width: 100%;
    height: 60px;
    background: #000000;
    box-shadow: 0 5px 30px rgba(80, 80, 80, 0.2);
    box-sizing: border-box;
}


.menu-container-icon {
    width: 39.3px;
    height: 50.64px;
}

.menu-close {
    width: 53.53px;
    height: 53.53px;
    cursor: pointer;
}

.nav-link {
    width: 363.17px;
    height: 35px;
    font-family: 'mr-eaves-xl-modern';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    position: absolute;
    top: 177.97px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}

.menu-container p {
    margin: 0;
    position: absolute;
    width: 124px;
    height: 16px;
    left: 32px;
    top: 377px;
    font-family: 'mr-eaves-xl-modern';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFF8EF;

}

.menu-icons {

    position: absolute;
    width: 199px;
    height: 24px;
    left: 37px;
    top: 412.77px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-icons a img {
    object-fit: contain;
}

.gray-line {
    position: absolute;
    left: 10.1%;
    right: 8.51%;
    top: 58%;
    border: 1px solid #828282;
}

.nav-sub {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px;
    position: absolute;
    height: 34.95px;
    left: 10.1%;
    right: 8.51%;
    top: calc(40% - 34.95px/2 + 200.75px);
    box-sizing: border-box;
}

.nav-sub-link,
.nav-sub-separator {
    font-family: 'mr-eaves-xl-modern';
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
}

.nav-sub-link {
    text-decoration: none;
}

img[src*="X.svg"] {
    width: 24px;
    height: 24px;
}

/* Estilos para el ícono de Facebook */
img[src*="FB.svg"] {
    width: 13px;
    height: 24px;
}

/* Estilos para el ícono de YouTube */
img[src*="YT.svg"] {
    width: 24px;
    height: 18px;
}

/* Estilos para el ícono de Instagram */
img[src*="IG.svg"] {
    width: 24px;
    height: 24px;
}

@media (min-width: 1000px) {

    .menu {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 64px;
        height: 85px;
        background: #141414;
        box-shadow: 0px 5px 30px rgba(80, 80, 80, 0.2);
        box-sizing: border-box;
    }

    nav {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .spacer {
        flex-grow: 1;
    }

    .nav-icon {
        width: 24px;
        height: 34px;
    }

    .menu-logo {
        width: 66px;
        height: 65.84px;
    }

    .menu-container {
        width: 463px;
        left: auto;
        right: 0;
        transform: translateX(100%);
    }

    .menu-container.show {
        transform: translateX(0);
    }

    .menu-header {

        padding: 0px 64px;
    }

    .nav-link {
        font-size: 34.725px;
        line-height: 35px;
    }

    .menu-container p {
        width: 171px;
        height: 22px;
        left: 47px;
        top: 414px;
        font-size: 22px;
        line-height: 22px;

    }

    .menu-icons {
        position: absolute;
        width: 287.93px;
        height: 34.72px;
        left: 53.53px;
        top: 456.23px;

    }

    .gray-line {
        top: 80.45%;
        border: 1.44687px solid #828282;
    }

    .nav-sub {
        display: flex;
        justify-content: start;
        align-items: flex-start;
        padding: 14.4688px;
        gap: 14.47px;
        height: 50.57px;
        right: 8.51%;
        top: calc(35% - 50.57px/2 + 350.75px);

    }

    .nav-sub-link,
    .nav-sub-separator {
        font-size: 31.8312px;
        line-height: 32px;
    }


    img[src*="X.svg"] {
        width: 34.73px;
        height: 34.72px;
    }

    /* Estilos para el ícono de Facebook */
    img[src*="FB.svg"] {
        width: 18.81px;
        height: 34.72px;
    }

    /* Estilos para el ícono de YouTube */
    img[src*="YT.svg"] {
        width: 34.72px;
        height: 26.04px;
    }

    /* Estilos para el ícono de Instagram */
    img[src*="IG.svg"] {
        width: 34.72px;
        height: 34.72px;
    }
}


/* footer */
.footer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 80px 57px;
    gap: 10px;
    width: 100%;
    height: 423px;
    background: #1F1C1B;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 25px;
    width: 197px;
    height: 306px;
    box-sizing: border-box;
}

.footer-logo {
    width: 73.18px;
    height: 73px;
    object-fit: cover;
    background-image: url(../assets/sabueso-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}

.footer-image {
    width: 110.97px;
    height: 12.81px;
    object-fit: cover;
}

.footer-text {
    margin: 0;
    width: fit-content;
    height: 16px;
    font-family: 'mr-eaves-xl-modern';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFF8EF;
}

.footer-line {
    width: 185px;
    height: 0px;
    border: 1px solid #FFF8EF;
}

.footer-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 197px;
    height: 22.19px;
}

.footer-advice {
    margin: 0;
    width: fit-content;
    height: 16px;
    font-family: 'mr-eaves-xl-modern';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFF8EF;
}

.footer-icons img[src*="X.svg"] {
    width: 20px;
    height: 20px;
}

/* Estilos para el ícono de Facebook */
.footer-icons img[src*="FB.svg"] {
    width: 11.92px;
    height: 22px;
}

/* Estilos para el ícono de YouTube */
.footer-icons img[src*="YT.svg"] {
    width: 24px;
    height: 18px;
}

/* Estilos para el ícono de Instagram */
.footer-icons img[src*="IG.svg"] {
    width: 22px;
    height: 22px;
}

@media(min-width: 1000px) {
    .footer {
        padding: 60px 80px 64px;
        gap: 10px;
        height: 444px;
    }

    .footer-content {
        gap: 30px;
        width: 218px;
        height: 298.44px;
    }

    .footer-logo {
        width: 156px;
        height: 66px;
        background-image: url(../assets/sabueso-logo-desktop.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .footer-text {
        height: 22px;
        font-size: 22px;
        line-height: 22px;
    }

    .footer-icons {
        width: 218px;
        height: 22.44px;
    }

    .footer-advice {
        font-size: 22px;
        line-height: 22px;
    }
}