s/* Estilos del Navbar */
.css-rauvct {
    padding: 12px;
    z-index: 1101;
    position: fixed;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
    top: 0;
    left: 0;
}

/* Clase para ocultar el navbar al hacer scroll hacia abajo */
.nav-hidden {
    transform: translateY(-100%);
}

@media screen and (min-width: 48em) {
    .css-rauvct {
        padding: 20px;
    }
}

.css-rw3hwu {
    display: flex;
    align-items: center;
    transition: .4s;
    backdrop-filter: saturate(180%) blur(15px);
    background: rgba(255, 255, 255, 1);
    color: var(--chakra-colors-gray-600);
    min-height: 60px;
    padding: 8px 24px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
}

/* Cuando el modal está abierto, unificar estilos con el modal */
@media screen and (max-width: 540px) {
    body.menu-open .css-rw3hwu {
        border-radius: 16px 16px 0 0;
        border-bottom: none;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .css-1ynfsgs {
        position: fixed;
        top: 72px;
        left: -40;
        right: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        padding: 20px 0;
        z-index: 1000;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        clip-path: inset(0 0 100% 0);
        transition: clip-path 0.3s ease-in-out;
    }

    .css-1ynfsgs.active {
        clip-path: inset(0 0 0 0);
    }

    /* Contenido del modal */
    .css-1ynfsgs .chakra-stack {
        opacity: 0;
        transition: opacity 0.2s ease-in-out;
    }

    .css-1ynfsgs.active .chakra-stack {
        opacity: 1;
    }

    /* Reset de estilos para el contenedor de Aurora */
    .css-3ejgrs,
    div[class*="css-3ejgrs"],
    .css-1ynfsgs div[class*="css-3ejgrs"] {
        border: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Estilos base para todos los enlaces */
    .css-1ynfsgs .chakra-link,
    .css-1ynfsgs .chakra-button,
    .css-1ynfsgs select,
    .css-1ynfsgs .chakra-select,
    .css-1ynfsgs > div > *:not(.chakra-stack),
    .css-1ynfsgs a[href*="aurora"],
    .css-1ynfsgs .css-3ejgrs a {
        width: 100%;
        text-align: left !important;
        padding: 10px 16px !important;
        margin: 0 !important;
        color: var(--chakra-colors-gray-700);
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: -0.1px;
        text-decoration: none;
        transition: all 0.3s ease;
        border: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }

    /* Específicamente para el botón de Aurora y su contenedor */
    .css-1ynfsgs .chakra-link[href*="aurora"],
    .css-1ynfsgs a[href*="aurora"],
    .css-3ejgrs,
    .css-3ejgrs a,
    div[class*="css-3ejgrs"] a {
        padding-left: 16px !important;
        border-left: 0 !important;
        margin-left: 0 !important;
        padding-right: 16px !important;
    }

    /* Selector de idioma */
    .css-1ynfsgs select,
    .css-1ynfsgs .chakra-select {
        width: 100%;
        text-align: left !important;
        padding: 10px 20px;
        margin: 0;
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: -0.1px;
        color: var(--chakra-colors-gray-700);
    }

    /* Asegurar que todos los elementos dentro del modal tengan el mismo padding */
    .css-1ynfsgs .chakra-stack > *,
    .css-1ynfsgs .chakra-link,
    .css-1ynfsgs select,
    .css-1ynfsgs .chakra-select {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

/* Estilos para el carrusel de marcas (Acompañando a los grandes líderes) */
.brands-section {
    padding: 60px 0;
    background-color: #fff;
}

.brands-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.brands-title {
    text-align: center;
    font-size: 1.75rem;
    color: #333;
    margin-bottom: 50px;
    font-weight: 400;
}

.brands-title strong {
    font-weight: 600;
}

.brands-section .swiper {
    padding: 10px 40px;
    position: relative;
}

.brands-section .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.css-1chjqtm {
    position: relative;
    padding: 0 40px;
    margin: 40px auto;
    max-width: 1200px;
}

.css-1chjqtm .swiper {
    overflow: hidden;
}

.css-1chjqtm .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.css-wij4xv {
    width: 100%;
    max-width: 150px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.css-wij4xv:hover {
    filter: grayscale(0);
    opacity: 1;
}

.css-wij4xv img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

.css-lco5lh {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
}

.css-t1zkth {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    z-index: 10;
}

.css-t1zkth .custom_back,
.css-t1zkth .custom_next {
    position: relative;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A202C;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 10;
    transition: all 0.3s ease;
    pointer-events: auto;
}

.css-t1zkth .custom_back:hover,
.css-t1zkth .custom_next:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.css-t1zkth .custom_back svg,
.css-t1zkth .custom_next svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.5;
}

@media (max-width: 768px) {
    .css-1chjqtm {
        padding: 0 30px;
    }

    .css-wij4xv {
        max-width: 120px;
        height: 50px;
    }
    
    .css-lco5lh {
        padding: 15px;
    }

    .css-t1zkth .custom_back,
    .css-t1zkth .custom_next {
        width: 28px;
        height: 28px;
    }

    .css-t1zkth .custom_back svg,
    .css-t1zkth .custom_next svg {
        width: 14px;
        height: 14px;
    }
}

/* Estilos para la sección de testimonios */
.testimonials-section {
    padding: 100px 0 80px;
    background: #fff;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.testimonials-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.testimonials-section .blur-circle {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 9999px;
    filter: blur(60px);
    -webkit-filter: blur(60px);
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    transform: scale(0.8) translateY(20px);
    will-change: transform, opacity;
    pointer-events: none;
}

.testimonials-section .blur-circle.visible {
    opacity: 0.15;
    transform: scale(1) translateY(0);
    animation: circleAppear 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards,
               circleFloat 6s ease-in-out infinite;
}

.testimonials-section .blur-circle-1 {
    left: 10%;
    top: 30%;
    width: 250px;
    height: 250px;
    background-image: linear-gradient(to bottom left, #40D8DD, #2196F3);
}

.testimonials-section .blur-circle-2 {
    right: 10%;
    bottom: 20%;
    width: 250px;
    height: 250px;
    z-index: 0;
    background-image: linear-gradient(to bottom left, #3ddb8e, #40D8DD);
}

.testimonials-swiper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 24px;
}

.testimonials-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.testimonials-swiper .swiper-slide {
    height: auto;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.css-xp46b3 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    transition: 0.3s;
    position: relative;
    width: 100%;
    padding: var(--chakra-space-5);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: saturate(180%) blur(15px);
    box-shadow: var(--chakra-shadows-lg);
    border-radius: var(--chakra-radii-xl);
}

.css-176ysze {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 9999px;
    position: absolute;
    opacity: 1;
    transition: 0.3s;
    top: calc(var(--chakra-space-5) * -1);
    right: calc(var(--chakra-space-5) * -1);
    filter: grayscale(100%);
}

.css-t8q5ws {
    font-family: var(--chakra-fonts-heading);
    font-weight: var(--chakra-fontWeights-bold);
    font-size: var(--chakra-fontSizes-xl);
    line-height: 1.2;
    transition: 0.3s;
    opacity: 1;
}

.css-xmf7cv {
    font-size: var(--chakra-fontSizes-lg);
    transition: 0.3s;
    opacity: 1;
}

.css-7m7gtb {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    transition: 0.3s;
    opacity: 1;
}

@media screen and (min-width: 48em) {
    .css-176ysze {
        width: 6rem;
        height: 6rem;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 60px 0;
    }
    
    .testimonials-swiper {
        padding: 0 15px;
    }
    
    .css-176ysze {
        width: 3.5rem;
        height: 3.5rem;
    }
    
    .css-t8q5ws {
        font-size: var(--chakra-fontSizes-lg);
    }
    
    .css-xmf7cv {
        font-size: var(--chakra-fontSizes-md);
    }
}

@media (max-width: 480px) {
    .testimonials-section {
        padding: 40px 0;
    }
    
    .testimonials-swiper {
        padding: 0 10px;
    }
    
    .css-176ysze {
        width: 3rem;
        height: 3rem;
    }
}

.testimonial-card {
    width: 100% !important;
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
    transition: all 0.5s ease-in-out;
}

.testimonial-card.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.testimonial-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    height: 100%;
}

.testimonial-name {
    font-size: 1.25rem;
    color: #2D3748;
    margin-bottom: 4px;
    font-weight: 600;
    padding-right: 50px;
}

.testimonial-position {
    font-size: 0.9rem;
    color: #718096;
    margin-bottom: 12px;
    font-style: italic;
}

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #4A5568;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.testimonial-image {
    position: absolute;
    top: -25px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    z-index: 10;
    background: #fff;
}

.testimonial-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-navigation {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 4px;
    z-index: 10;
}

.nav-button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.nav-button:hover {
    background: rgba(0, 0, 0, 0.1);
}

.nav-button svg {
    width: 20px;
    height: 20px;
    stroke: #000;
    stroke-width: 2;
}

@media (max-width: 768px) {
    .testimonial-card {
        padding: 20px;
        margin-top: 35px;
        min-height: 320px;
        position: relative;
    }

    .testimonial-content {
        height: calc(100% - 60px);
    }

    .testimonial-navigation {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 12px;
        z-index: 10;
        width: auto;
        justify-content: center;
    }

    .nav-button {
        width: 32px;
        height: 32px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .nav-button:hover {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    }

    .nav-button svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    .testimonial-card {
        padding: 20px 15px;
        margin-top: 30px;
        min-height: 260px;
    }

    .testimonial-navigation {
        bottom: 12px;
    }

    .nav-button {
        width: 28px;
        height: 28px;
    }

    .nav-button svg {
        width: 16px;
        height: 16px;
    }
}

/* Navegación */
.testimonials-section .custom_back,
.testimonials-section .custom_next {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonials-section .custom_back {
    left: 20px;
}

.testimonials-section .custom_next {
    right: 20px;
}

.testimonials-section .custom_back:hover,
.testimonials-section .custom_next:hover {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: none;
}

.testimonials-section .custom_back svg,
.testimonials-section .custom_next svg {
    width: 24px;
    height: 24px;
    stroke: #000;
    stroke-width: 2;
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 40px 10px;
    }

    .testimonials-swiper {
        width: 100%;
        max-width: none;
        padding: 0 40px;
    }

    .testimonials-swiper .swiper-slide,
    .css-xp46b3,
    .testimonial-card {
        width: 100% !important;
        padding: 20px 40px;
        height: 400px !important;
    }

    .css-t8q5ws {
        font-size: 18px !important;
        margin-bottom: 15px;
    }

    .css-xmf7cv {
        font-size: 15px !important;
        margin-bottom: 25px;
    }

    .testimonials-section .custom_back,
    .testimonials-section .custom_next {
        width: 35px;
        height: 35px;
    }

    .testimonials-section .custom_back {
        left: 10px;
    }

    .testimonials-section .custom_next {
        right: 10px;
    }

    .testimonials-section .custom_back svg,
    .testimonials-section .custom_next svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .testimonials-section {
        padding: 40px 5px;
    }

    .testimonials-swiper {
        width: 100%;
        max-width: none;
        padding: 0 15px;
    }

    .testimonials-swiper .swiper-slide,
    .css-xp46b3,
    .testimonial-card {
        width: 100% !important;
        padding: 15px 20px;
        margin-top: 25px;
        height: 400px !important;
    }

    .css-xmf7cv {
        font-size: 14px !important;
        line-height: 1.4;
    }

    .css-t8q5ws {
        font-size: 16px !important;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .testimonials-section .custom_back {
        left: -5px;
    }

    .testimonials-section .custom_next {
        right: -5px;
    }
}

@media (max-width: 360px) {
    .testimonials-section {
        padding: 40px 0;
    }

    .testimonials-swiper {
        width: 100%;
        max-width: none;
        padding: 0 10px;
    }

    .testimonials-swiper .swiper-slide,
    .css-xp46b3,
    .testimonial-card {
        width: 100% !important;
        padding: 12px 15px;
        margin-top: 20px;
        height: 400px !important;
    }

    .css-xmf7cv {
        font-size: 13px !important;
        line-height: 1.3;
    }

    .css-t8q5ws {
        font-size: 15px !important;
    }

    .testimonials-section .custom_back {
        left: -8px;
    }

    .testimonials-section .custom_next {
        right: -8px;
    }
}

/* Asegurarse de que el contenedor principal use border-box */
.testimonials-section * {
    box-sizing: border-box;
}

.css-x2di7a,
.css-dp0who {
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    background: transparent;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .css-x2di7a,
    .css-dp0who {
        position: fixed;
        top: 350px;
        z-index: 999;
    }

    /* Botón izquierdo */
    .css-x2di7a {
        right: 60px;
    }

    /* Botón derecho */
    .css-dp0who {
        right: 20px;
    }
}

.css-x2di7a:hover,
.css-dp0who:hover {
    background: rgba(0, 0, 0, 0.1);
}

.css-x2di7a svg,
.css-dp0who svg {
    width: 20px;
    height: 20px;
    color: #000;
}

.chakra-icon.css-nc1s85 {
    color: #000 !important;
}

.testimonial-content,
.css-7m7gtb {
    height: 100% !important;
}

@media (max-width: 840px) {
    .css-xp46b3 {
        height: 400px !important;
    }
}

.testimonial-card:first-of-type,
.css-xp46b3:first-of-type {
    width: 110% !important;
    margin-left: -5%;
    height: 320px !important;
}

@media (max-width: 840px) {
    .testimonial-card:first-of-type,
    .css-xp46b3:first-of-type {
        width: 100% !important;
        margin-left: 0;
        height: 400px !important;
    }
}

/* Estilos específicos para Samsung S9+ y dispositivos similares */
@media screen and (min-width: 360px) and (max-width: 370px) {
    .testimonials-section {
        padding: 30px 0;
    }

    .testimonials-swiper {
        width: 92%;
        padding: 0;
    }

    .css-xp46b3 {
        padding: 15px;
        margin-top: 30px;
        min-height: 260px;
    }

    .css-176ysze {
        top: -20px;
        right: 15px;
        width: 45px;
        height: 45px;
    }

    .css-t8q5ws {
        font-size: 15px !important;
        padding-right: 50px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .css-xmf7cv {
        font-size: 13px !important;
        line-height: 1.4;
        margin-bottom: 15px;
        max-height: 160px;
    }

    .testimonial-navigation {
        bottom: 12px;
        right: 12px;
    }

    .nav-button {
        width: 30px;
        height: 30px;
    }

    .nav-button svg {
        width: 18px;
        height: 18px;
    }
}

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 60px;
}

.testimonials-title {
    font-size: 2.2rem;
    color: var(--chakra-colors-gray-800);
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.2;
}

.testimonials-title .highlight {
    color: #3ddb8e;
    font-weight: 700;
}

.testimonials-subtitle {
    font-size: 0.95rem;
    color: var(--chakra-colors-gray-600);
    margin-top: 5px;
}

.testimonials-subtitle strong {
    color: var(--chakra-colors-gray-800);
    font-weight: 500;
}

@media (max-width: 768px) {
    .testimonials-title {
        font-size: 1.8rem;
    }
    
    .testimonials-subtitle {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .testimonials-title {
        font-size: 1.5rem;
    }
    
    .testimonials-subtitle {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 480px) {
    .css-1ynfsgs {
        display: none;
        position: fixed;
        top: -100%;
        left: -40;
        right: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        transition: all 0.3s ease-in-out;
    }

    .css-1ynfsgs.active {
        display: block;
        top: 72px;
    }

    .css-1ynfsgs .chakra-stack {
        width: 100%;
        display: flex !important;
        flex-direction: column !important;
        gap: 4px;
        padding: 0;
        margin: 0;
    }

    .css-1ynfsgs .chakra-link,
    .css-1ynfsgs .chakra-button,
    .css-1ynfsgs select,
    .css-1ynfsgs .chakra-select,
    .css-1ynfsgs > div > *:not(.chakra-stack) {
        width: 100%;
        text-align: left !important;
        padding: 10px 0;
        margin: 0;
        color: var(--chakra-colors-gray-700);
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: -0.1px;
        text-decoration: none;
        transition: all 0.3s ease;
        border: none;
        display: flex !important;
        align-items: flex-start !important;
    }

    .css-1ynfsgs .chakra-link:hover {
        background: rgba(0, 0, 0, 0.05);
        color: #c8a417;
    }

    /* Selector de idioma */
    .css-1ynfsgs select,
    .css-1ynfsgs .chakra-select {
        width: 100%;
        text-align: left !important;
        padding: 10px 0;
        margin: 0;
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: -0.1px;
        color: var(--chakra-colors-gray-700);
    }

    body.menu-open {
        overflow: hidden;
    }
}

/* Línea vertical solo para PC y tablet grandes */
@media screen and (min-width: 541px) {
    .css-3ejgrs {
        border-left-width: 1px;
        border-left-color: var(--chakra-colors-gray-500);
        padding-left: var(--chakra-space-5);
    }
}

/* Asegurarse de que no aparezca en móvil y Surface Duo */
@media screen and (max-width: 540px) {
    .css-3ejgrs {
        border-left: none;
        padding-left: 0;
    }
}

/* Ajustar el navbar móvil para incluir Surface Duo */
@media screen and (max-width: 540px) {
    .css-1ynfsgs {
        position: fixed;
        top: 72px;
        left: -40;
        right: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        padding: 20px 0;
        z-index: 1000;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        clip-path: inset(0 0 100% 0);
        transition: clip-path 0.3s ease-in-out;
    }

    .css-1ynfsgs.active {
        clip-path: inset(0 0 0 0);
    }

    .css-1ynfsgs .chakra-stack {
        width: 100%;
        display: flex !important;
        flex-direction: column !important;
        gap: 4px;
        padding: 0;
        margin: 0;
    }

    .css-1ynfsgs .chakra-link,
    .css-1ynfsgs .chakra-button,
    .css-1ynfsgs select,
    .css-1ynfsgs .chakra-select,
    .css-1ynfsgs > div > *:not(.chakra-stack) {
        width: 100%;
        text-align: left !important;
        padding: 10px 16px !important;
        margin: 0 !important;
        color: var(--chakra-colors-gray-700);
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: -0.1px;
        text-decoration: none;
        transition: all 0.3s ease;
        border: none;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }

    /* Asegurarse de que el primer botón y todos los demás estén alineados */
    .css-1ynfsgs .chakra-stack > *:first-child,
    .css-1ynfsgs .chakra-link:first-of-type {
        padding-left: 16px !important;
    }

    body.menu-open {
        overflow: hidden;
    }
}

/* Estilos para el icono del menú móvil */
.menu-icon {
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.menu-icon span:nth-child(1) {
    top: 6px;
}

.menu-icon span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.menu-icon span:nth-child(3) {
    bottom: 6px;
}

/* Transformación a X cuando el modal está abierto */
body.menu-open .menu-icon span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
}

body.menu-open .menu-icon span:nth-child(2) {
    opacity: 0;
}

body.menu-open .menu-icon span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
}

/* Estilos para la animación del texto rotativo */
.x0.x1.x2 {
    position: relative;
    height: 1.5em;
    overflow: hidden;
}

.x0.x3.x4.x5 {
    position: absolute;
    width: 100%;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out;
}

.x0.x3.x4.x5 span {
    display: inline-block;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 1000;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

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

.close-button {
    position: absolute;
    top: 20px;
    left: 20px;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    padding: 8px;
}

.logo-container {
    margin-top: 20px;
    margin-bottom: 40px;
}

.menu-logo {
    width: 60px;
    height: auto;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.mobile-nav a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.aurora-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.aurora-icon {
    font-size: 12px;
}

.language-selector {
    margin-top: 20px;
}

.language-selector select {
    background: none;
    border: none;
    font-size: 16px;
    padding: 5px;
    cursor: pointer;
}

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 15px 20px;
    background: white;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.logo-link {
    display: block;
}

.nav-logo {
    width: 40px;
    height: auto;
}

.menu-button {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: #333;
}

@media (min-width: 768px) {
    .menu-button {
        display: none;
    }
}

/* Estilos para el botón de menú móvil */
.css-103jld {
    position: relative;
    z-index: 1102;
}

.css-103jld svg {
    width: 24px;
    height: 24px;
}

.css-103jld path {
    transition: all 0.3s ease;
    transform-origin: center;
}

/* Animación a X cuando está activo */
.css-103jld.active path:nth-child(1) {
    transform: translate(0, 6px) rotate(45deg);
}

.css-103jld.active path:nth-child(2) {
    opacity: 0;
}

.css-103jld.active path:nth-child(3) {
    transform: translate(0, -6px) rotate(-45deg);
}

/* Animación de flotación */
@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}





 
 