@media (max-width: 576px) {

    .logo {
        max-width: 90px;
        position: absolute;
        left: 18px;
        top: 13px;
    }

    .hero {
        background-position: right center;
        height: 70vh;
    }

    .hero h1 {
        font-size: 14px !important;
        border-bottom: none;
        top: 12px;
        position: relative;
    }

    .text-Hero1 {
        font-size: 100%;
        border: none !important;
    }

    .text-Hero {
        color: #ffd987;
        font-size: 100%;
        line-height: 90%;
        border: none !important;
    }

    .hero-overlay {
        padding-left: 1rem;
        padding-right: 1rem;
        align-items: center !important;
        text-align: center !important;
    }

    .hero-overlay {
        justify-content: flex-start;
        padding-top: 4rem;
    }

    .countdown {
        font-size: 2rem;
        letter-spacing: 0.1rem;
    }

    .reloj {
        width: 90%;
        top: -30px;
    }

    .footerMobilePadding {
        padding: 0 40px;
    }

    /* Estilo más plano y elegante */
    .custom-toggler {
        background-image: none !important;
        width: 30px;
        height: 22px;
        position: relative;
        display: inline-block;
    }

    .custom-toggler::before,
    .custom-toggler::after,
    .custom-toggler span {
        content: "";
        display: block;
        background-color: white;
        height: 3px;
        width: 100%;
        position: absolute;
        left: 0;
        transition: all 0.3s ease;
    }

    .custom-toggler::before {
        top: 0;
    }

    .custom-toggler span {
        top: 9px;
    }

    .custom-toggler::after {
        bottom: 0;
    }

    .row {
        padding: 0 5px;
    }

    .countdown .number {
        font-family: 'Unbounded', cursive;
        font-size: 1.5rem;
        font-weight: 700;
        color: #fff;
    }

    .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 33;
    }

    /* Si querés animarlo cuando esté abierto (opcional con JS extra) */
    .navbar-toggler.collapsed .custom-toggler::before {
        transform: rotate(0deg);
    }

    .navbar-toggler:not(.collapsed) .custom-toggler::before {
        transform: rotate(45deg);
        top: 9px;
    }

    .navbar-toggler:not(.collapsed) .custom-toggler::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }

    .navbar-toggler:not(.collapsed) .custom-toggler span {
        opacity: 0;
    }

    #mainNav {
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(10px);
        border-radius: 1rem;
        padding: 1rem;
        transition: all 0.3s ease-in-out;
        top: -18px;
        z-index: 10;
        height: 1100px;
    }

    #mainNav .nav-link {
        font-size: 1.25rem;
        padding: 0.75rem 1rem;
        border-radius: 0.5rem;
        transition: background 0.3s ease;
        text-align: center;
    }

    #mainNav .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .menuPC {
        margin: 0 0px;
        width: 100%;
    }

    .menuPC li {
        margin: 10px 0;
    }

    .menuPC a {
        text-align: center;
    }

    .marginTop {
        margin-top: 6%;
    }

    .botonesHome {
        position: absolute;
        z-index: 1;
        margin: 20px 0 0 90px;
    }

    .botonesHome li {
        display: inline;
        padding: 4px 6px;
        margin: 0 3px 0 0;
        border-radius: 10px;
        border: solid white 2px;
        text-transform: uppercase;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
    }

    .botonesHome li a {
        color: white;
    }

    .inscribeteBTNmov {
        background: #026f9d;
        border: none !important;
        padding: 8px !important;

    }

    .container-fluid {
        padding: 0 !important;
    }

    .video-box h3 {
        font-size: 16px;
        margin: 8px 0 4px;
        color: #111;
    }

    iframe {
        display: block;
        width: 100%;
        height: 230px;
    }

    .galleriaThumbnails p {
        font-size: 12px;
    }



}