:root {
    --verde-whatsapp: #00AD5A;
    --azul-appu: #2d2c59;
    --naranja-appu: #ff6600;

}


body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
}

header {
    /* height: 40vh; */

    div#logoHeader {
        display: flex;
        position: fixed;
        z-index: 1001;
        background-color: var(--azul-appu);
        margin-top: 0.4rem;
        min-height: 90px;
        align-items: center;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        border-radius: 70px;
        padding: 15px 20px;
        margin-left: 10%;

        img {
            height: 70px;
        }

        @media (width <= 1600px) {
            margin-left: 3%;

        }

        @media (width <= 1230px) {
            margin-top: 1.5%;
            margin-left: 10%;
            padding: 2px 20px;


            img {
                height: 50px;
            }
        }

        @media (width < 992px) {
            min-height: 70px;
            padding: 10px 15px;
            margin-left: 20%;
            margin-top: 2%;
        }

        @media (width <= 630px) {
            margin-left: 8%;
            margin-top: 3.5%;
        }
    }

    div#navHeader {
        background-color: var(--azul-appu) !important;
        color: white;
        border-radius: 100px;
        justify-content: center;
        align-content: center;
        align-items: center;
        display: flex;
        position: fixed;
        inset: 3.5% 20% auto;
        z-index: 1000;
        min-height: 60px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);

        @media (width <= 1600px) {
            inset: 3.5% 13% auto;
            right: 45px;
        }

        @media (width <= 1230px) {
            justify-content: space-evenly;
            inset: 3.5% 20% auto;
        }

        @media (width <= 1024px) {
            inset: 3.5% 23% auto;
        }

        @media (width <= 992px) {
            min-height: 70px;
            padding: 0;
            margin-left: 40px;
            inset: 3.5% 30% auto;
            right: 30%;
        }

        @media (width < 630px) {
            min-height: 70px;
            padding: 0;
            margin-left: 40px;
            inset: 3.5% 21% auto;
            right: 5%;
        }

        a#btnHamburguesa {
            display: none;
            opacity: 0;

            @media (width < 992px) {
                display: block;
                margin: auto;
                opacity: 1;
            }
        }

        a.btnHeader {
            margin-left: 15px;
            border: none;
            border-radius: 100px;
            padding: 3px 40px;
            cursor: pointer;
            font-size: 1.3rem;
            font-weight: 700;

            @media (width <= 1300px) {
                padding: 3px 20px;
            }

            @media (width < 992px) {
                padding: 3px 20px;
            }
        }
    }

    nav {
        align-items: center;

        select {
            padding: 5px 40px;
            border-radius: 15px;
            cursor: pointer;
            background-color: white;
            font-weight: 600;
            font-size: 16px;

            option {
                font-weight: 500;
                font-size: 14px;
            }

            @media (width <= 1300px) {
                padding: 5px 25px;
            }

        }

        ul {
            list-style: none;
            font-size: 20px;
            cursor: pointer;

            @media (width < 768px) {
                text-align: center;
                padding: 0;
            }
        }
    }
}

form {
    font-size: 20px;

    input {
        font-size: 20px;
        padding: 5px;
        border-radius: 5px;
        border: 2px solid var(--azul-appu);
        margin: 10px;
        width: clamp(600px, 90%);
        /* Ancho mínimo de 600px y máximo del 90% del contenedor */

        @media (width < 992px) {
            width: 90%;
        }
    }

    button {
        font-size: 20px;
        font-weight: 700;
        padding: 10px;
        border-radius: 100px;
        border: 2px solid #2d2c59;
        margin: 10px;
        cursor: pointer;
    }
}

div img#imgPrueba {
    object-fit: cover;
    border-radius: 20px;
    object-position: 65% 50%;

    @media (width < 768px) {
        display: none;
    }

    @media (orientation: landscape) {
        display: block;
    }
}

section#formularioPrueba div:first-child {
    width: 55%;

    @media (width < 768px) {
        width: 100%;
        text-align: center;
    }
}

footer {
    border-radius: 60px 60px 0 0;
    min-height: 30vh;

    @media (width < 768px) {
        flex-direction: column;

        #footerLogo {
            margin: auto;
        }
    }

    h1 {
        margin: 0;
    }

    ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 10px 0;
        padding-left: 0;

    }

    li {

        margin: 5px 0;

        a {
            color: #fff;
            text-decoration: none;

        }
    }

    ;

    li a:hover {
        color: #ff6600;
    }
}

h1 {
    font-size: 40px;
    margin: 20px;
}

h2.wcu {
    margin-bottom: 0;
}

h3.wcu {
    margin: 4px;
    width: 80%;
}

p {
    font-size: 24px;
    font-weight: 600;
    margin: 20px;
}

a {
    text-decoration: none;
}

a.btn:hover {
    opacity: 0.8;
}

/* Estilos por id ↓↓↓*/

main#posInteligenteMain {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;

    #posInteligente {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        align-items: center;
        min-height: 50vh;
        margin-bottom: 20px;
        position: relative;

        h1 {
            margin-bottom: 0;
        }

        p:nth-of-type(1) {
            margin-top: 0;
            margin-bottom: 50px;
        }

        img#personaje1 {
            position: absolute;
            height: 400px;
            object-fit: cover;
            object-position: 65% 50%;
            left: 5px;
            margin-top: 6%;

            @media (width > 1600px) {
                left: -120px;
            }

            @media (width <= 1600px) {
                height: 350px;
            }
        }

        .posInteligente-prueba {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            left: 15%;

            @media (width <= 1600px) {
                left: 25%;

                h1 {
                    font-size: 1.8rem;
                }

                p {
                    font-size: 1.3rem;
                }

                p:nth-of-type(1) {
                    margin-top: 0;
                    margin-bottom: 10px;
                }
            }
        }

        /* Estilos responsivos para pantallas de 1024px y menores */
        @media (width <= 1024px) {
            grid-template-columns: 1fr;
            text-align: center;
            gap: 30px;
            padding: 40px 0;

            img#personaje1 {
                position: relative;
                height: 250px;
                margin: 0 auto;
                left: 0;

                @media (width < 500px) {
                    height: 200px;
                }
            }

            .posInteligente-prueba {
                left: 0;
                padding: 0 20px;

                h1 {
                    font-size: 2rem;
                    margin-bottom: 10px;
                }

                p {
                    font-size: 1.1rem;
                    margin: 10px 0 30px;
                }

                #posInteligente-BtnPrueba {
                    display: flex;
                    margin-top: 20px;
                    gap: 20px;

                    @media (width < 768px) {
                        flex-direction: column;
                    }

                    .btn {
                        padding: 12px 30px;
                        font-size: 1.2rem;
                    }
                }
            }
        }
    }

    .caracteristicas {
        margin: 20px 0;
        text-align: left;
        justify-content: center;
    
        .image-container {
            display: flex;
            align-items: center;
            justify-content: flex-end;

            width: 100px;
            /* Ajusta el ancho según tus necesidades */
            height: 100px;
    
            &:nth-child(1),
            &:nth-child(3) {
                animation: rotate 5s infinite;
            }

            img {
                width: 100px;
                height: 100px;

                @media (width < 1300px) {
                    width: 80px;
                    height: 80px;
                }
            }
            
        }
    
        h3 {
            font-size: 1.7rem;
            width: 60%;
    
            @media (width > 1200px) {
                font-size: 1.5rem;
            }
    
            @media (width < 992px) {
                font-size: 1.4rem;
                width: 60%;
                text-align: left;
            }
    
            @media (width < 768px) {
                font-size: 1.2rem;
                width: 90%;
                text-align: center;
            }
    
            @media (orientation: landscape) AND (width < 992px) {
                width: 70%;
            }
        }
    
        &:hover {
            animation: scale 10s infinite;
        }
    
        /* Pantallas de menos de 768px (tablets y móviles) */
        @media (width < 992px) {
            justify-content: center;
            text-align: center;
        }
    
        @media (orientation: landscape) AND (width < 992px) {
            text-align: left;
    
        }
    }
    
    .infoCaracteristicas {
        margin: auto 30px;
        font-size: 20px;
    }

    #posInteligente2 {
        @media (width <= 1024px) {
            margin-top: 40px;
            padding: 0 20px;
            text-align: center;

            p {
                font-size: 1.2rem;
                line-height: 1.5;
                color: var(--azul-appu);
                max-width: 600px;
                margin: 0 auto;
            }
        }
    }
}


#infoCaracteristicasAPPU {
    border: solid var(--naranja-appu);
    border-width: 2px 0;
    color: var(--naranja-appu);

    @media (width < 768px) {
        flex-direction: column;
    }
}

#formularioPrueba {
    @media (orientation: landscape) {
        align-items: center;
    }
}

#posIdeal {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    min-height: 50vh;

    /* Pantallas de menos de 768px (tablets y móviles) */
    @media (width < 992px) {
        flex-direction: column;
        flex-wrap: wrap;
    }

    @media (orientation: landscape) AND (width > 992px) {
        flex-direction: row;
        text-align: justify;
    }

    #caracteristicasPosIdeal {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        padding: 20px;

        @media (width < 992px) {
            width: 90%;
        }

        div:first-child {
            display: flex;
            justify-content: center;
        }

        div h1 {
            font-size: 1.8rem;
            width: 75%;
        }

        div ul {
            font-size: 1.2rem;
            font-weight: 600;
        }

        div ul li {
            margin: 10px 0;
        }

        div:last-child {
            margin-top: 30px;

            @media (width < 500px) {
                .btn {
                    font-size: 1.1rem;
                }
            }
        }

    }
}

#why-choose-us {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 columnas de igual ancho */
    width: 100%;
    min-height: 100vh;


    @media (width < 992px) {
        grid-template-columns: 1fr;
        /* 1 columna */
    }

    div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;

        img {
            height: 120px;
        }
    }
}



#sliderAliados {
    min-height: 40vh;
    padding: 40px 0;
    position: relative;
    overflow: hidden;

    h1 {
        font-size: 2.5rem;
        margin: 20px 0 40px;
        text-align: center;
        
        @media (width < 768px) {
            font-size: 2rem;
        }
    }
}

.slider {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.slider .slide-track {
    display: flex;
    align-items: center;
    width: calc(150px * 24); /* Reducido el ancho de cada slide */
    animation: scroll 30s linear infinite;
}

.slider .slide {
    min-width: 150px; /* Reducido el ancho mínimo */
    padding: 0 10px; /* Reducido el padding */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider .slide img {
    width: 100%;
    max-width: 150px; /* Reducido el tamaño máximo de la imagen */
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.slider .slide img:hover {
    transform: scale(1.1);
}

.slider-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #A2A1CC;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;

    &.active {
        background-color: var(--azul-appu);
    }
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--azul-appu);
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    z-index: 1;

    &:hover {
        background-color: var(--naranja-appu);
    }

    &.prev {
        left: 20px;
    }

    &.next {
        right: 20px;
    }

    @media (width < 768px) {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

#banner {
    /* filter: brightness(0.5); */
    /* height: 60vh; */
    object-fit: cover;
    border-top: 30px solid #9997F8;

    @media (width <= 1600px) {
        border-top: 100px solid #9997F8;
    }
}

#imgFormularioRegistro {
    height: 500px;

    @media (width < 992px) {
        display: none;
    }
}

#imgVideo {
    width: 660px;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;

    @media (width < 1200px) {
        width: 500px;
        height: 300px;
    }

    @media (width < 992px) {
        width: 600px;
        height: 350px;
    }

    @media (width < 768px) {
        width: 300px;
        height: 200px;
    }
}

section#formularioInformacion {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 70vh;

    @media (width < 992px) {
        justify-content: center;
    }
}

section#formularioInformacion div:first-child h1,
p {
    text-align: center;
}

form#formularioRegistro {
    display: flex;
    flex-direction: column;
    align-items: center;

    label {
        text-align: left;
    }

    input {
        width: 90%;
    }

    button {
        width: 60%;
    }

    @media (width < 768px) {
        width: 100%;
    }
}

#wcu-2 h1 {
    margin-bottom: 0;
}

#wcu-2 h2 {
    margin-top: 0;
}

div#wcu-1,
div#wcu-3 {
    justify-content: space-around;
}

img#WhatsAppAppu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 70px;
}

section#planes {
    padding: 80px 40px;
    background-color: white;

    h1 {
        font-size: 2.8rem;
        text-align: center;
        color: var(--azul-appu);
        margin-bottom: 15px;
        
        @media (width < 768px) {
            font-size: 2rem;
        }
    }

    p {
        font-size: 1.1rem;
        text-align: center;
        color: #666;
        margin-bottom: 60px;
        
        @media (width < 768px) {
            font-size: 1rem;
            padding: 0 20px;
        }
    }

    .plans-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
        max-width: 1200px;
        margin: 0 auto;
        padding-top: 20px;

        @media (width < 1200px) {
            grid-template-columns: repeat(3, 1fr);
        }

        @media (width < 992px) {
            grid-template-columns: repeat(2, 1fr);
        }

        @media (width < 576px) {
            grid-template-columns: 1fr;
        }
    }

    .plan-link {
        text-decoration: none;
        color: inherit;
        position: relative;
        transition: transform 0.3s ease;

        &:hover {
            transform: translateY(-15px);

            .plan {
                box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
            }

            .icon-container {
                transform: scale(1.1);
            }
        }
    }

    .plan {
        border-radius: 20px;
        padding: 25px 20px;
        text-align: center;
        transition: all 0.3s ease;
        /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .icon-container {
        width: 180px;
        height: 180px;
        background-color: #A2A1CC;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        position: relative;
        transition: transform 0.3s ease;
    }

    img {
        width: 200px;
        height: 200px;
        object-fit: contain;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    h2 {
        color: var(--azul-appu);
        font-size: 1.3rem;
        margin: 0;
        font-weight: 600;
    }
}

/* Estilos por id ⬆⬆⬆*/

/* ↓↓ Estilos por clase ↓↓*/

.c-naranja {
    color: #ff6600;
}

.c-appuAzul {
    color: #2d2c59;
}

.c-white {
    color: #fff;
}

.c-appuVerde {
    color: #8EC343;
}

.bc-appuAzul {
    background-color: #2d2c59;
}

.bc-naranja {
    background-color: #ff6600;
}

.bc-appuVerde {
    background-color: #8EC343;
}

.bc-white {
    background-color: #fff;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.justify-around {
    justify-content: space-around;
}

.align-center {
    align-items: center;
}

.content-center {
    align-content: center;
}

.mt-2 {
    margin-top: 0.5rem;
}

.text-center {
    text-align: center;
}


.p-20 {
    padding: 20px;
}

.hr {
    border: 1px solid #2d2c59;
}

/* Estilo botones */
.btn {
    border: none;
    border-radius: 100px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1.3rem;
    font-weight: 700;
}

.slider {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;

    /* Centra el slider */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider .slide-track {
    display: flex;
    align-items: center;
    width: calc(200px * 10);
    /* Ajusta el ancho según el número de imágenes */
    animation: scroll 20s linear infinite;
}

.slider .slide {
    width: 200px;
    flex-shrink: 0;
}

.slider .slide img {
    width: 90%;
    padding: 20px;
}

.slider .slide img:hover {
    transform: scale(1.1);
}

h3.wcu {
    margin: 10px;
}

.nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.nav-links li a {
    text-decoration: none;
    font-weight: 700;
    color: white;
    /* Texto blanco para contrastar con el fondo */
    transition: color 0.3s ease;
    /* Efecto de transición al cambiar de color */
}

#btnHamburguesa {
    color: #2d2c59;
}

#btnHamburguesa:hover {
    color: #ff6600;
}

.nav-links li a:hover {
    color: #ff6600;
    /* Color naranja al pasar el cursor */
}

/* Estilos del menú hamburguesa */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    z-index: 1000;
    /* Asegura que el ícono esté por encima del menú */
}

.bar {
    width: 25px;
    height: 3px;
    background-color: white;
    /* Barras blancas para contrastar con el fondo */
    transition: all 0.3s ease;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

.chat-box {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 300px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.chat-box.open {
    opacity: 1;
    transform: translateY(0);
}

.chat-header {
    background-color: var(--verde-whatsapp);
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.chat-body {
    padding: 10px;
    flex: 1;
    overflow-y: auto;
}

.message {
    color: #000;
    max-width: 70%;
    padding: 8px 12px;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;

    p {
        font-size: medium;
        text-align: left;
    }
}

.message.received {
    background-color: #f1f0f0;
    align-self: flex-start;
}

.send-button-container {
    padding: 10px;
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
    display: flex;

    a {
        width: 100%;
        padding: 10px;
        background-color: var(--verde-whatsapp);
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        text-align: center;
        font-weight: 600;
    }

    a:hover {
        background-color: #128C7E;
    }
}

/* ↑↑ Estilos por clase ↑↑/*


/* ↓↓ Animaciones ↓↓*/

/* Animación de entrada */



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    opacity: 0;
    transition: opacity 0.5s ease-out, transform 0.1s ease-out;
}

.fade-in-up.appear {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-up.delay-1 {
    transition-delay: 0.3s;
}

.fade-in-up.delay-2 {
    transition-delay: 0.5s;
}

.fade-in-up.delay-3 {
    transition-delay: 0.7s;
}


button:hover {
    opacity: 0.8;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200px * 8)); /* Ajustado para mover solo el conjunto original de slides */
    }
}

.animationScale {
    animation: scale 5s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}

@keyframes rotate {
    0% {
        transform: rotate(4deg);
    }

    50% {
        transform: rotate(-4deg);
    }

    100% {
        transform: rotate(4deg);
    }
    
    
}

/* Estilos para pantallas pequeñas */


@media (width < 1230px) {
    .nav-links {
        font-size: 16px;
        position: absolute;
        top: 100%;
        right: 45%;
        width: 195px;
        background-color: #2d2c59;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.7s ease, padding 0.3s ease;
        border-radius: 0 0 20px 20px;
    }

    .nav-links.active {
        max-height: 300px;
        padding: 20px 0;
    }

    .nav-links li {
        width: 100%;
        text-align: center;
    }

    .nav-links a.dirNav {
        display: block !important;
        padding: 10px;
        color: white;
        text-decoration: none;
    }

    .nav-links a.dirNav:hover {
        color: var(--naranja-appu);
    }

    .hamburger {
        display: flex;
    }
}

@media (width < 1230px) and (width >= 992px) {
    .hamburger {
        display: flex;
    }

    .menu-btn {
        padding: 5px 40px;
        border-radius: 15px;
        cursor: pointer;
        background-color: white;
        font-weight: 600;
        font-size: 16px;
        margin: 0 10px;
        border: 2px solid var(--azul-appu);
        outline: none;
        transition: all 0.3s ease;
        color: var(--azul-appu);
    }

    .dirNav {
        display: block !important;
    }

    .menu-btn:hover {
        background-color: var(--azul-appu);
        color: white;
    }
}

@media (width < 992px) {
    .nav-links {
        font-size: 16px;
        position: absolute;
        top: 100%;
        right: 15%;
        width: 165px;
        background-color: #2d2c59;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.7s ease, padding 0.3s ease;
        border-radius: 0 0 20px 20px;
    }
}

@media (width < 992px) {
    .menu-btn {
        display: none;
    }

    .hamburger {
        display: flex;
    }
}

/* Estilos comunes del modal para ambos casos */
.menu-modal {
    display: none;
    position: fixed;
    z-index: 1002;
    background-color: rgba(45, 44, 89, 0.95);
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.menu-modal.active {
    display: block;
    opacity: 1;
    transform: scale(1);
}

.menu-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.menu-content a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.menu-content a:hover {
    background-color: var(--naranja-appu);
    color: white;
}

/* Estilos específicos del modal según el tamaño de pantalla */
@media (width < 992px) {
    .menu-modal {
        top: 100px !important;
        right: 20px;
        left: auto !important;
        width: 250px;
    }
}

@media (width >= 992px) and (width < 1200px) {
    .menu-modal {
        width: 200px;
    }
}

/* Ajustes del menú hamburguesa */
.hamburger {
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    z-index: 1000;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease;
}

.hamburger.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}

.hamburger.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}
