.custom-body-container {
    display: flex;
    justify-content: flex-end; /* Alinear contenido a la derecha */
    padding: 0 30px;
}


@media (max-width: 1200px) {
    .custom-body-container {
        padding: 0 24px;
    }
}

@media (max-width: 600px) {
    .custom-body-container {
        padding: 0 12px;
    }
}


/*NavBar*/

.nav-bar {
    width: 100%;
    max-width: 1260px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 24px;
    align-items: center;
    padding: 35px 0 0 0;
}


.nav-bar .container-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    flex-wrap: nowrap;
}

.nav-bar .logo {
    cursor: pointer;
    max-height: 100px;
}

.nav-bar .container-nav .nav-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    flex-wrap: nowrap;
}

.nav-bar .container-nav .nav-buttons .nav-btn {

    text-decoration: none;

    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    white-space: nowrap;
    cursor: pointer;
    color: var(--Light-text);
}

.nav-bar .nav-buttons .nav-btn p {

    font-family: ModernEra-b, serif;
    font-size: 16px;
}

.nav-bar .nav-buttons .nav-btn:hover {
    color: var(--General-text);
    transition: all .15s ease-in-out;
}

.nav-bar .container-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    flex-wrap: nowrap;
}

.big-btn {
    user-select: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 8px;
    padding: 20px 35px;

    font-family: ModernEra-b, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    color: var(--General-text);

    width: fit-content;
    white-space: nowrap;

    transition: scale 0.15s ease-in-out;
}


.big-btn.btn-white {
    background-color: #FFFFFF;
    color: var(--General-text);
}

.big-btn.btn-black-aut {
    background-color: #F9D857;
    color: white;
}

.big-btn.btn-primary {
    background-color: var(--App-Purple);
    color: #FFFFFF;
}

.big-btn:hover {
    scale: 1.05;
}


.mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100dvw;
    height: calc(100dvh - 42px);
    background-color: #FFFFFF;
    padding: 20px;

    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.mobile-menu.show {
    display: flex;
}

.mobile-menu ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mobile-menu ul li {
    width: 100%;

    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid var(--Light-text);
}

.mobile-menu ul li a {
    text-decoration: none;
    color: var(--General-text);
    padding: 0;

    width: 100%;
    display: flex;
    justify-content: space-between;

    font-family: ModernEra-b, serif;
    font-size: 24px;
}

.mobile-menu ul li a span {
    margin: 0; /* Elimina el margen del span */
    padding: 0; /* Elimina el relleno del span */
}


.mobile-menu .container-buttons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
}

.mobile-menu .header {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.mobile-menu .header img {
    height: 100px;

}

.mobile-menu .header .close-btn {
    position: absolute;
    cursor: pointer;
    user-select: none;
    font-size: 24px;
    right: 0;
    top: 0;
    padding: 20px;
}

.nav-bar .mobile-menu-show-btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.nav-bar .mobile-menu-show-btn .menu-btn {
    cursor: pointer;
    user-select: none;
    padding: 14px;
    background-color: #FFFFFF;
    border-radius: 50rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 53px;
    width: 53px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

.nav-bar .mobile-menu-show-btn .menu-btn p {
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: var(--General-text);
    line-height: 100%;
}

.speech-bubble-background-footer {
    clip-path: polygon(
        0% 20%, /* Baja la altura del pico */
        20% 0%,
        100% 10%, /* Ajusta el porcentaje */
        100% 100%,
        85% 100%,
        50% 100%,
        30% 100%,
        20% 100%,
        0% 100%,
        0% 0%
    );
    position: relative;
    background-size: cover;
    background-position: center;
}


footer {
    display: flex;
    justify-content: center;
    width: 100%;
    background: var(--General-text);
    padding-top: 80px;

}

.container-footer {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
    max-width: 1100px;
    padding: 20px;
}


.sub-slogan {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 0 20px;
}

.sub-slogan .logo {
    width: 150px;
    height: 100px;
}

.sub-slogan .slogan {
    margin: 0;
    padding: 0;
    font-family: "Suez One", serif;
    color: #FFFFFF;
    font-size: 60px;
}

.sub-slogan .slogan span {
    font-size: 70px;
}


.container-footer-sections {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2px;
    background-color: var(--App-Grey-Dark);
}

.footer-section {
    background-color: var(--General-text);
    width: 100%;
    border: none;
    box-shadow: none;

    padding: 0 20px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;

    font-family: "Suez One", serif;

    padding-left: 100px;

}

.footer-section .title {
    margin: 0;
    padding: 0;
    font-family: "Suez One", serif;
    font-size: 18px;
    color: #FFFFFF;
}

.footer-section .content {
    font-family: "Suez One", serif;
    font-size: 16px;
    color: #FFFFFF;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-section .content a {
    text-decoration: none;
    color: #FFFFFF;
}

.footer-section .container-copyright {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.container-footer .container-copyright p {
    color: #FFFFFF;
    font-size: 14px;
    font-family: "Suez One", serif;
    margin: 0;
    padding: 0;
}

@media (min-width: 1024px) {

    .mobile-menu-show-btn {
        display: none !important;
    }

    .sub-slogan .logo {
        display: none; /* Ocultar el logo en pantallas grandes */
    }

}

@media (max-width: 1023px) {
    .nav-bar .container-nav {
        display: none;
    }

    .sub-slogan .slogan {
        text-align: center;
    }

    .sub-slogan .logo {
        display: none;
    }

    .footer-section {
        padding-left: 30px;
    }

    .mobile-menu {
        display: none; /* Por defecto está oculto */
    }

    .mobile-menu.show {
        display: flex; /* Se muestra solo cuando tiene la clase `.show` */
    }

    .mobile-menu-show-btn {
        display: flex; /* El botón para abrir el menú aparece en pantallas pequeñas */
    }
}


@media (max-width: 700px) {
    footer {
        padding-top: 150px;
    }


    .container-footer-sections {
        flex-direction: column;
    }

    .sub-slogan .slogan {
        font-size: 34px;
    }

    .sub-slogan .slogan span {
        font-size: 40px;
    }

    .footer-section {
        height: auto;
        padding: 30px;
    }

    .footer-section p, .footer-section a {
        text-align: center;
    }

    .footer-section .title {
        width: 90%;
        text-align: center;
        font-size: 22px;
    }

    .footer-section .content {
        width: 100%;
        align-items: center;
    }

    .container-footer .container-copyright {
        justify-content: center;
    }

    .container-footer .container-copyright p {
        text-align: center;
    }

}

@media (max-width: 380px) {
    .mobile-menu .container-buttons {
        flex-direction: column;
    }

    .mobile-menu .container-buttons .big-btn {
        width: 100% !important;
    }
}


.container-sponsors {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}

.sponsors-title {
    font-family: "Suez One", serif;
    font-size: 32px;
    color: #FFFFFF;
    margin: 0;
}

.sponsors-logos {
    width: 100%;
    max-width: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.sponsor-logo {
    max-width: 400px;
    max-height: 120px;
    object-fit: contain;
    transition: transform 0.2s ease-in-out;
}

.sponsor-logo:hover {
    transform: scale(1.1);
}

/* Responsividad */
@media (max-width: 768px) {
    .sponsor-logo {
        max-width: 280px;
        max-height: 70px;
    }
}

@media (max-width: 480px) {
    .sponsor-logo {
        max-width: 200px;
        max-height: 80px;
    }
}
