:root {
    --blue-alina: #00aeef;
    --green-alina: #8cc63f;
    --orange-alina: #f7941e;
    --ans-orange: #f27052; /* Color específico del cuadro ANS */
    --dark-alina: #222;
    --bg-light-green: #f4f9e9;
}

body { 
    font-family: 'Roboto', sans-serif; 
    color: var(--dark-alina); 
    margin: 0; 
    overflow-x: hidden; 
    background-color: var(--bg-light-green);
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.oswald { font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.fw-extrabold { font-weight: 800; }

/* NAVBAR & TOP BAR */
.top-bar { background-color: var(--blue-alina); padding: 8px 0; position: relative; z-index: 100; }
.btn-login { color: white; text-decoration: none; font-size: 20px; }
.icono_menu_azul { height: 24px; }
#logo_main { height: 110px; }
.nav-link { font-size: 20px; color: var(--dark-alina) !important; }
.nav-link.active { color: var(--green-alina) !important; font-weight: 700; }

/* LANGUAGE SELECTOR */
.language-selector {
    position: relative;
    display: inline-block;
}

.language-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: transform 0.2s ease;
}

.language-toggle:hover {
    transform: scale(1.1);
}

.language-toggle.custom .flag-icon {
    width: 24px;
    height: 18px;
    border-radius: 3px;
    object-fit: cover;
}

.dropdown-arrow {
    color: white;
    font-size: 12px;
}

.dropdown-arrow::before {
    content: '▼';
}

.language-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 120px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    margin-top: 5px;
}

.language-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.language-option {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

.language-option:last-child {
    border-bottom: none;
}

.language-option:hover {
    background-color: #f8f9fa;
}

.language-option img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 2px;
}

.language-option span {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

/* Ocultar elementos de Google Translate */
#googleTranslateElement {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value {
    display: none !important;
}

.goog-te-gadget {
    display: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}

body {
    top: 0 !important;
}

/* HERO SECTION */
.hero-section {
    background: radial-gradient(circle, #ffffff 0%, var(--bg-light-green) 85%);
    position: relative;
    min-height: 850px;
    height: 100vh;
    max-height: 850px;
}

.hero-container-mobile {
    height: 100%;
}
.hero-tag { color: var(--blue-alina); font-weight: 900; letter-spacing: 2px; font-size: clamp(0.8rem, 2vw, 1rem); margin-top: 30px;}
.hero-title { font-size: clamp(3rem, 8vw, 6.5rem); color: var(--green-alina); line-height: 0.85; margin: 15px 0; font-weight: 700; }
.hero-desc { font-size: clamp(1rem, 2vw, 1.1rem); line-height: 1.5; }
.btn-green-main { background-color: var(--green-alina); color: white; padding: 18px 50px; border-radius: 10px; text-decoration: none; font-weight: 900; display: inline-block; transition: all 0.3s ease; }
.btn-green-main:hover { background-color: #7ab036; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(140,198,63,0.4); color: white; }
.alina-hero-img { 
    height: clamp(500px, 80vh, 700px); 
    width: auto; 
    max-width: 100%; 
    display: block;
    margin-left: auto;
    object-fit: contain;
}

/* Hero image overflow effect */
.hero-image-container {
    overflow: visible !important;
}

.hero-image-overflow {
    position: relative;
    z-index: 5;
    transform: translateY(100px); /* Mueve la imagen hacia abajo para que sobresalga */
}

@media (max-width: 991px) {
    .hero-image-overflow {
        transform: translateY(40px); /* Menos desbordamiento en mobile/tablet */
    }
}

@media (max-width: 576px) {
    .hero-image-overflow {
        transform: translateY(20px); /* Mínimo desbordamiento en móvil */
    }
}

.stats-card { background: white; border-radius: 15px; padding: 25px 5px; position: absolute; bottom: -60px; left: 0; z-index: 10; max-width: 520px; width: 100%; box-shadow: 0 15px 40px rgba(0,0,0,0.12); }
.stat-item { border-right: 2px solid #f0f0f0; }
.stat-num { font-weight: 900; font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1; }
.stat-label { font-weight: 700; color: #888; font-size: clamp(0.6rem, 1.2vw, 0.65rem); line-height: 1.1; text-align: center; }
.no-border { border-right: none; }

/* COACH SECTION */
.coach-collage { position: relative; height: clamp(400px, 60vh, 500px); }
.c-img { position: absolute; border-radius: 20px; max-width: 100%; height: auto; }
.c-escritorio { width: clamp(300px, 50vw, 440px); top: clamp(30px, 8vh, 50px); left: clamp(20px, 5vw, 40px); z-index: 1; }
.c-bici { width: clamp(200px, 35vw, 280px); top: clamp(-15px, -3vh, -20px); right: 0; z-index: 2; border: 10px solid white; }
.c-certificado { width: clamp(120px, 20vw, 160px); bottom: 0; left: 0; z-index: 3; }
.badge-alina-orange { background-color: var(--orange-alina); color: white; padding: 16px 45px; border-radius: 4px; font-weight: 900; display: inline-block; z-index: 10;}

/* SERVICES SECTION */
.services-section {
    position: relative;
    background-color: #f4f9e9;
    overflow: hidden;
    padding: 200px 0 100px 0;
}
.vector-orange-bg { position: absolute; bottom: 0; left: 0; width: 100%; height: 78%; z-index: 1; overflow: hidden; }
.vector-orange-bg img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    object-position: center bottom; 
}
.z-index-content { position: relative; z-index: 10; }
.serv-silueta-blanca { height: 500px; z-index: 2; pointer-events: none; margin-top: 10rem; }
.text-green-alina { color: var(--green-alina) !important; }
.coach-top-label { color: var(--blue-alina); font-weight: 900; letter-spacing: 1px; }

.btn-orange-solid { 
    background-color: var(--orange-alina); color: white; padding: 12px 35px; border-radius: 5px; font-weight: 900; display: inline-block;
    transition: all 0.3s ease; text-decoration: none;
}
.btn-orange-solid:hover {
    background-color: #e6850d; transform: translateY(-2px); box-shadow: 0 6px 15px rgba(247,148,30,0.4); color: white;
}

.serv-mancuerna { width: 110px; z-index: 11; position: absolute; bottom: 10px;}
.img-tiro-decor { position: absolute; top: 40px; right: -20px; width: 220px; z-index: 12; }

/* CARDS SCROLL */
.services-scroll-wrapper { height: 800px; overflow-y: auto; padding: 15px; }
.services-scroll-wrapper::-webkit-scrollbar { width: 8px; }
.services-scroll-wrapper::-webkit-scrollbar-thumb { background: var(--green-alina); border-radius: 10px; }

.service-card {
    min-height: 300px; height: auto; border-radius: 30px; background-size: cover; background-position: center; margin-bottom: 30px;
    display: flex; align-items: center; padding: 30px 50px; position: relative; border: none; overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease; cursor: pointer;
}
.service-card:hover {
    transform: translateY(-8px) scale(1.02); box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.service-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); z-index: 1; }
.card-body-content { position: relative; z-index: 5; width: 100%; }
.card-mini-icon { width: 45px; margin-bottom: 15px; filter: brightness(0) invert(1); }
.card-body-content h3 { color: white; font-size: 2rem; line-height: 1; font-weight: 700; margin-bottom: 15px; }
.card-body-content p { color: white; font-size: 1rem; margin-bottom: 20px; max-width: 300px; }
.btn-ver-mas { 
    background-color: var(--green-alina); color: white; font-weight: 800; padding: 10px 30px; 
    border-radius: 5px; text-decoration: none; transition: all 0.3s ease; 
}
.btn-ver-mas:hover {
    background-color: #7ab036; transform: translateY(-2px); color: white; box-shadow: 0 4px 12px rgba(140,198,63,0.4);
}

/* --- NUEVAS SECCIONES --- */

/* ANS TEAM */
.ans-team-section { padding: 100px 0; background-color: var(--bg-light-green); }
.ans-floating-card {
    background-color: var(--ans-orange);
    padding: 50px;
    border-radius: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    max-width: 450px;
}
.ans-leaf { width: 40px; vertical-align: middle; }
.btn-green-ans {
    background-color: var(--green-alina); color: white; padding: 12px 30px; border-radius: 5px;
    text-decoration: none; font-weight: 800; display: inline-block;
}

/* HISTORIAS REALES */
.reviews-section { padding: 100px 0; background-color: var(--bg-light-green); }
.text-blue-alina { color: var(--blue-alina); }
.reviews-grid { display: flex; gap: 20px; overflow-x: auto; padding: 20px 5px; scrollbar-width: none; }
.reviews-grid::-webkit-scrollbar { display: none; }

.review-card {
    background: white; min-width: 360px; padding: 30px; border-radius: 25px; flex-shrink: 0;
}
.user-thumb { width: 55px; height: 55px; border-radius: 50%; object-fit: cover; }
.stars { color: var(--orange-alina); font-size: 1.1rem; }
.review-text { font-size: 0.95rem; color: #555; line-height: 1.6; }

/* TESTIMONIOS PREMIUM SECTION - SCROLL HORIZONTAL CONTINUO */
.testimonios-premium {
    background-color: var(--bg-light-green);
    padding: 100px 0;
}

/* Contenedor principal del scroll */
.testimonios-scroll-container {
    position: relative;
}

/* Wrapper con scroll horizontal */
.testimonios-scroll-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 20px 5px;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.testimonios-scroll-wrapper::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

/* Cards de testimonios */
.testimonial-card-premium {
    background: white;
    border: none;
    border-radius: 25px !important;
    transition: transform 0.3s ease;
    min-width: 300px; /* Ancho mínimo para mantener consistencia */
    max-width: 300px;
    flex-shrink: 0; /* Evitar que se compriman */
}

.testimonial-card-premium:hover {
    transform: translateY(-5px);
}

.testimonial-thumb {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 2px solid var(--green-alina);
}

.testimonial-name {
    font-size: 0.95rem;
    color: var(--dark-alina);
}

.testimonial-plan {
    font-size: 0.8rem;
}

.testimonial-divider {
    border-top: 2px solid var(--green-alina);
    opacity: 0.3;
    margin: 15px 0;
}

.testimonial-premium-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #555;
}

.testimonial-stars {
    color: var(--orange-alina);
    font-size: 1.1rem;
    letter-spacing: 1px;
    white-space: nowrap;
}

/* Botones de navegación */
.testimonial-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--green-alina);
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.testimonial-nav-btn:hover {
    opacity: 1;
}

.testimonial-nav-prev {
    left: -20px;
}

.testimonial-nav-next {
    right: -20px;
}

/* Drag styles */
.testimonios-scroll-wrapper.active-drag {
    cursor: grabbing !important;
    user-select: none;
}

.testimonios-scroll-wrapper {
    cursor: grab;
}

/* Responsive */
@media (max-width: 991px) {
    .ans-floating-card {
        position: relative; transform: none; top: 0; margin-top: -50px; margin-left: auto; margin-right: auto;
    }
    .reviews-grid { flex-direction: column; }
    .review-card { min-width: 100%; }
    
    .testimonial-nav-btn {
        display: none; /* Ocultar flechas en tablets/móviles */
    }
}

/* Para móvil - scroll nativo optimizado */
@media (max-width: 767px) {
    .testimonial-card-premium {
        min-width: 280px;
        max-width: 280px;
    }
    
    .testimonios-scroll-wrapper {
        gap: 15px;
        padding: 20px 10px;
    }
}
.carousel.active-drag {
    cursor: grabbing !important;
    user-select: none;
}

.carousel {
    cursor: grab;
}

.carousel .carousel-inner {
    transition: transform 0.1s ease-out;
}

.carousel.active-drag .carousel-inner {
    transition: none;
}

/* Para móvil - mostrar solo una card por vez */
@media (max-width: 767px) {
    .testimonios-premium .d-none {
        display: none !important;
    }
}

/* TIPS Y CONSEJOS SECTION */
.tips-consejos-section {
    background-color: var(--bg-light-green);
    padding: 100px 0;
}

/* Imagen principal de la sección */
.tips-hero-image {
    border-radius: 40px !important;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Cards de tips */
.tips-card {
    border-radius: 35px !important;
    overflow: hidden;
    transition: transform 0.3s ease;
    background: white;
}

.tips-card:hover {
    transform: translateY(-10px);
}

.tips-card-image {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

.tips-card-title {
    font-size: 0.95rem;
    color: var(--dark-alina);
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
}

.tips-link {
    color: var(--green-alina) !important;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.tips-link:hover {
    color: var(--blue-alina) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .tips-hero-image {
        margin-bottom: 2rem;
    }
    
    .tips-card-title {
        font-size: 0.9rem;
    }
}

/* MAIN FOOTER - Versión fiel al mockup */
.main-footer-alina {
    background-color: var(--green-alina); /* Verde principal del mockup */
    position: relative;
}

/* Contenedor flotante del banner */
.app-banner-floating {
    position: relative;
    z-index: 10;
    margin-bottom: -120px; /* Mitad del banner se superpone al footer */
}

/* Banner de la App */
.app-banner-mockup {
    background: linear-gradient(to right, var(--ans-orange) 0%, var(--ans-orange) 40%, rgba(247, 148, 30, 1) 100%);
    border-radius: 40px;
    overflow: visible; /* Permitir que la imagen sobresalga */
    margin: 0 auto;
    max-width: 1200px;
}

/* Spacer para dar espacio en el footer */
.app-banner-spacer {
    height: 120px; /* Espacio para la parte inferior del banner */
}

/* Imagen que sobresale del contenedor naranja */
.img-app-floating {
    position: absolute;
    width: 200px;
    height: auto;
    top: 50%; /* Centrada verticalmente */
    transform: translateY(-50%); /* Centrado perfecto */
    right: 60px;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.3));
    z-index: 15;
    /* La imagen naturalmente sobresaldrá por su altura */
}

/* Botones de descarga simples */
.app-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.app-download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    color: white;
}

.google-play-btn {
    background: linear-gradient(135deg, #01875f 0%, #4CAF50 100%);
}

.app-store-btn {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
}

.app-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* Logo en footer */
.footer-logo-mockup {
    width: 220px;
    height: auto;
    filter: brightness(0) invert(1); /* Logo en blanco */
}

/* Links del footer */
.footer-links-mockup a {
    color: white;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 2;
    transition: opacity 0.3s ease;
}

.footer-links-mockup a:hover {
    opacity: 0.8;
    color: white;
}

/* Caja de contacto gigante */
.contact-card-mockup {
    border-radius: 40px;
    margin: 2rem 0;
}

.contact-title-mockup {
    letter-spacing: -1px;
    font-size: 2.5rem;
    color: var(--dark-alina);
}

/* Íconos circulares de contacto */
.icon-circle-mockup {
    width: 70px;
    height: 70px;
    border: 3px solid var(--blue-alina);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 15px;
}

.contact-icon-mockup {
    width: 40px;
    height: 40px;
    filter: none; /* Mantener el color original del ícono */
}

.text-cyan-mockup {
    color: var(--blue-alina);
    font-weight: 500;
}

/* Social icon */
.footer-social-mockup {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

/* Barra de diseño web */
.web-design-bar-mockup {
    background-color: var(--blue-alina) !important;
}

/* Media Queries Mejoradas */

/* Tablets y pantallas medianas */
@media (max-width: 1200px) {
    .hero-content-row { margin-top: 2rem; }
    .stats-card { width: 95%; max-width: 480px; }
    .c-escritorio { width: clamp(280px, 45vw, 380px); }
    .c-bici { width: clamp(180px, 30vw, 240px); }
    .services-text-box { margin-bottom: 2rem; }
}

/* Tablets */
@media (max-width: 991px) {
    .hero-section { height: auto; min-height: 110vh; padding-bottom: 12rem; overflow: visible; }
    .hero-container-mobile { height: auto; }
    .alina-hero-img { 
        position: relative;
        height: clamp(400px, 60vh, 500px);
        max-width: 100%;
        width: 100%;
        bottom: auto;
        right: auto;
        margin-top: 1rem;
        object-fit: contain;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .stats-card { 
        position: relative; 
        bottom: auto; 
        margin: 3rem auto 0 auto; 
        left: auto; 
        width: 90%; 
        max-width: 450px;
        z-index: 3;
    }
    .hero-content-row { flex-direction: column-reverse; }
    .hero-text { text-align: center; padding-bottom: 2rem !important; }
    
    .coach-collage { height: 350px; }
    .services-section { padding: 120px 0 50px 0; }
    .services-scroll-wrapper { height: auto; overflow-y: visible; }
    .service-card { min-height: 250px; padding: 25px 30px; }
    
    .ans-floating-card { position: relative; transform: none; top: 0; margin-top: -50px; }
    
    .app-banner-mockup { margin: 0 20px; }
    .img-app-floating { right: 20px; width: 150px; }
    
    /* Ajustes para fondo naranja en tablet */
    .vector-orange-bg { height: 70%; }
    .vector-orange-bg img { object-position: center top; }
}


/* Móviles */
@media (max-width: 768px) {
    .top-bar { padding: 6px 0; }
    .btn-login { font-size: 16px; }
    #logo_main { height: 80px; }
    .nav-link { font-size: 16px; }
    
    .hero-section { 
        padding: 1rem 0 12rem 0; 
        min-height: 105vh;
        height: auto;
        overflow: visible;
    }
    .hero-container-mobile {
        height: auto;
        min-height: auto;
    }
    .hero-content-row { 
        margin-top: 1rem; 
        gap: 1rem;
    }
    .hero-text { 
        padding-bottom: 1rem !important;
        order: 2;
    }
    .hero-title { 
        margin: 10px 0 15px 0; 
        line-height: 1;
    }
    .btn-green-main { 
        padding: 15px 30px; 
        font-size: 14px;
        margin-bottom: 1rem;
    }
    .alina-hero-img { 
        height: clamp(350px, 50vh, 450px);
        margin-top: 0;
        order: 1;
    }
    .stats-card { 
        position: relative;
        bottom: auto;
        padding: 20px 15px;
        margin: 3rem auto 0 auto;
        width: 95%;
        max-width: 400px;
        z-index: 3;
        display: block;
        visibility: visible;
    }
    .stat-num { font-size: 1.6rem; }
    .stat-label { font-size: 0.6rem; }
    
    .coach-collage { height: 280px; }
    .badge-alina-orange { padding: 12px 30px; font-size: 14px; }
    
    .services-section { 
        padding: 100px 0 40px 0;
        position: relative;
        z-index: 1;
    }
    .service-card { min-height: 200px; padding: 20px 15px; }
    .card-body-content h3 { font-size: 1.4rem; margin-bottom: 8px; line-height: 1.2; }
    .card-body-content p { font-size: 0.85rem; margin-bottom: 12px; max-width: 100%; line-height: 1.4; }
    .btn-ver-mas { padding: 8px 20px; font-size: 13px; }
    .serv-silueta-blanca { height: 300px; margin-top: 5rem; }
    
    .app-banner-floating { margin-bottom: -60px; }
    .app-banner-spacer { height: 60px; }
    .app-banner-mockup { text-align: center; margin: 0 15px; }
    .app-banner-mockup .d-flex { justify-content: center; flex-direction: column; gap: 15px; }
    .app-download-btn { font-size: 14px; padding: 10px 16px; }
    
    .contact-card-mockup { padding: 2rem !important; border-radius: 25px; }
    .contact-title-mockup { font-size: 2rem; }
    .img-app-floating { display: none; }
    .footer-logo-mockup { width: 180px; }
    
    /* Ajustes para fondo naranja en móvil */
    .vector-orange-bg { height: 65%; }
    .vector-orange-bg img { object-position: center center; }
}


/* Móviles pequeños */
@media (max-width: 480px) {
    .hero-title { font-size: 2.5rem; }
    .btn-green-main { width: 100%; text-align: center; }
    .stats-card { margin: 2rem 10px 0 10px; padding: 15px; }
    
    .coach-collage { height: 250px; }
    .c-img { border-radius: 15px; }
    .services-section { padding: 80px 0 30px 0; }
    
    .service-card { min-height: 180px; border-radius: 20px; padding: 15px 12px; }
    .card-body-content h3 { font-size: 1.2rem; line-height: 1.1; margin-bottom: 6px; }
    .card-body-content p { font-size: 0.8rem; max-width: 100%; line-height: 1.3; margin-bottom: 10px; }
    .btn-ver-mas { padding: 6px 15px; font-size: 12px; }
    .card-mini-icon { width: 35px; margin-bottom: 8px; }
    .img-tiro-decor { width: 120px; top: 20px; right: -10px; }
    .ans-floating-card { padding: 30px; margin-top: -30px; }
    
    .app-banner-mockup { margin: 0 10px; }
    .contact-card-mockup { margin: 1rem 10px; }
    .icon-circle-mockup { width: 45px; height: 45px; }
}

/* ================================= */
/* ESTILOS PARA EL MODAL DE LOGIN */
/* ================================= */
.custom-modal {
    border-radius: 20px !important;
}

.login-logo {
    max-width: 180px;
}

/* X de cerrar personalizada (Verde) */
.custom-close {
    background-image: none !important;
    font-size: 1.5rem;
    color: #8dbd37;
    opacity: 1;
    position: relative;
}
.custom-close::before {
    content: "✕";
    font-weight: bold;
}

/* Inputs con fondo azul pálido */
.custom-input {
    background-color: #f0f6f9 !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 15px !important;
    font-weight: 500;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.custom-input::placeholder {
    color: #2c2c2c;
}

/* Checkbox cuadrado */
.custom-check {
    border-radius: 0 !important;
    border: 1px solid #333 !important;
}

/* Botón Naranja */
.btn-orange {
    background-color: #f27c4f !important;
    color: white !important;
    border-radius: 0 !important;
    font-size: 1.1rem;
    border: none;
    transition: background 0.3s;
}
.btn-orange:hover {
    background-color: #d86439 !important;
}

.x-small-text {
    font-size: 0.85rem;
}

/* ================================= */
/* ESTILOS PARA EL MODAL DE PERFIL */
/* ================================= */

/* Contenedor principal del modal */
.custom-modal-profile {
    background-color: #e9f0e3 !important; /* El color crema/verde claro del fondo */
    position: relative;
    border-radius: 0 !important;
}

/* La línea azul delgada de arriba */
.top-blue-line {
    height: 12px;
    background-color: #3b88af;
    width: 100%;
}

/* El título verde grande */
.modal-title-green {
    color: #8bc34a;
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 0.9;
}

/* La X verde de cerrar */
.custom-x {
    background: none !important;
    opacity: 1 !important;
    font-size: 2.5rem;
    color: #8bc34a;
    font-weight: 300;
    border: none;
}
.custom-x::before {
    content: "\2715"; /* Símbolo de X delgada */
}

/* Lista con puntos (bullets) */
.custom-bullet-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 3px;
    font-size: 0.95rem;
    color: #000;
}
.custom-bullet-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Botón naranja cuadrado */
.btn-contact-orange {
    background-color: #f27c4f !important;
    color: white !important;
    border-radius: 0 !important;
    font-size: 1.2rem;
    border: none;
    letter-spacing: 0.5px;
}

/* Marco de la imagen */
.img-frame {
    border: 1px solid #ddd;
    background: white;
    padding: 0;
}

/* Ajustes para que en móvil no se vea gigante el texto */
@media (max-width: 768px) {
    .modal-title-green {
        font-size: 2rem;
    }
}

/* ================================= */
/* ESTILOS PARA EL MODAL DEPORTIVO */
/* ================================= */

/* Contenedor del Modal */
.custom-modal-perfil {
    background-color: #e9f0e3 !important; /* El tono crema-verde del fondo */
    border-radius: 0 !important;
    position: relative;
}

/* La línea azul superior */
.blue-top-bar {
    height: 10px;
    background-color: #3b88af;
    width: 100%;
}

/* Título Verde Estilo "Impact" */
.title-deportivo {
    color: #8bc34a;
    font-family: 'Arial Black', sans-serif; /* O una fuente Condensed pesada */
    font-weight: 900;
    font-size: 3.8rem;
    line-height: 0.8;
    letter-spacing: -2px;
}

/* La X Verde Neón */
.btn-close-custom {
    background: none !important;
    opacity: 1 !important;
    font-size: 2.8rem;
    color: #8bc34a;
    border: none;
    line-height: 1;
}
.btn-close-custom::before {
    content: "\2715"; /* Símbolo X delgada */
    font-weight: 300;
}

/* Listas con viñetas */
.dot-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 2px;
    font-size: 0.95rem;
    color: #1a1a1a;
}
.dot-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Botón Naranja Rectangular */
.btn-orange-action {
    background-color: #f27c4f !important;
    color: white !important;
    border-radius: 0 !important;
    font-size: 1.3rem;
    border: none;
    transition: transform 0.2s;
}
.btn-orange-action:hover {
    transform: scale(1.02);
}

/* Marco para la foto */
.image-frame {
    border: 1px solid #ddd;
    background: white;
}

/* Ajustes Responsive */
@media (max-width: 991px) {
    .title-deportivo { font-size: 2.5rem; }
    .custom-modal-perfil { border-radius: 10px !important; }
}

/* ================================= */
/* ESTILOS PARA EL MODAL DE NUTRICIÓN */
/* ================================= */

/* Estilo Base del Modal */
.custom-modal-base {
    background-color: #e9f0e3 !important; /* Fondo crema/verde claro */
    border-radius: 0 !important;
}

/* Línea azul superior */
.modal-top-line {
    height: 10px;
    background-color: #3b88af;
    width: 100%;
}

/* X de cierre personalizada */
.btn-close-custom {
    background: none !important;
    border: none;
    color: #8bc34a;
    font-size: 2.5rem;
    line-height: 1;
    opacity: 1;
}
.btn-close-custom::before {
    content: "\2715"; /* X delgada */
}

/* Título sobre la imagen */
.image-overlay-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7)); /* Sombra para legibilidad */
    text-align: center;
}
.image-overlay-title h1 {
    letter-spacing: -2px;
    line-height: 0.9;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* Botón Naranja Rectangular */
.btn-orange-contact {
    background-color: #f27c4f !important;
    color: white !important;
    border-radius: 0 !important;
    font-size: 1.2rem;
    border: none;
    letter-spacing: 0.5px;
    transition: background 0.3s;
}
.btn-orange-contact:hover {
    background-color: #e06b3e !important;
}

/* Ajustes de imagen */
.object-fit-cover {
    object-fit: cover;
}

/* Estilo para los iconos de la derecha (usando Bootstrap Icons) */
.bi-laptop, .bi-people {
    color: #333;
}

/* Responsivo */
@media (max-width: 767px) {
    .image-overlay-title h1 { font-size: 2rem; }
    .col-md-6 img { height: 300px !important; }
}

/* MODAL DE TIPS */
/* Contenedor con el fondo crema exacto */
.custom-tips-container {
    background-color: #e9f0e3 !important;
    border-radius: 0 !important; /* Bordes rectos como en la imagen */
}

/* Línea azul superior delgada */
.blue-top-line {
    height: 8px;
    background-color: #3b88af;
    width: 100%;
}

/* Cabecera Verde */
.header-green-tips {
    background-color: #8dbd37; /* El verde neón del mockup */
    padding: 20px 30px;
}

.title-tip-white {
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0;
    letter-spacing: 0.5px;
}

/* La X blanca gigante */
.close-x-white {
    background: none !important;
    border: none;
    color: white;
    font-size: 3.5rem;
    line-height: 0.4;
    font-weight: 200;
    opacity: 1;
    padding-bottom: 15px;
}
.close-x-white::before {
    content: "\2715"; /* X delgada */
}

/* Estilos de texto interno */
.tip-subtitle {
    color: #1a1a1a;
    font-size: 1.15rem;
}

.tip-paragraphs p {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* Ajuste móvil */
@media (max-width: 768px) {
    .title-tip-white { font-size: 1.1rem; }
    .header-green-tips { padding: 15px 20px; }
}

/* MODAL DE DESAYUNO */
.custom-tip-modal-final {
    background-color: #e9f0e3 !important;
    border-radius: 0 !important;
}

.tip-top-border {
    height: 8px;
    background-color: #3b88af;
    width: 100%;
}

.tip-header-green {
    background-color: #8dbd37;
    padding: 20px 30px;
}

.tip-main-title {
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0;
    letter-spacing: 0.5px;
}

.tip-close-btn {
    background: none !important;
    border: none;
    color: white;
    font-size: 3.5rem;
    line-height: 0.4;
    font-weight: 200;
    opacity: 1;
    padding-bottom: 15px;
}
.tip-close-btn::before {
    content: "\2715";
}

.tip-body-subtitle {
    color: #1a1a1a;
    font-size: 1.15rem;
}

.tip-body-text p {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.tip-numbered-list {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.6;
}

.tip-numbered-list li {
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .tip-main-title { font-size: 1.1rem; }
    .tip-header-green { padding: 15px 20px; }
}

/* TIPS SECTION - SCROLL HORIZONTAL CONTINUO */
/* Contenedor principal del scroll para tips */
.tips-scroll-container {
    position: relative;
}

/* Wrapper con scroll horizontal para tips */
.tips-scroll-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 20px 5px;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.tips-scroll-wrapper::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

/* Cards de tips en slider */
.tips-card {
    min-width: 300px; /* Ancho mínimo para mantener consistencia */
    /* max-width: 300px; */
    flex-shrink: 0; /* Evitar que se compriman */
    background: white;
    border: none;
    border-radius: 25px !important;
    transition: transform 0.3s ease;
}

.tips-card:hover {
    transform: translateY(-5px);
}

/* Botones de navegación para tips */
.tips-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--green-alina);
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.tips-nav-btn:hover {
    opacity: 1;
}

.tips-nav-prev {
    left: -20px;
}

.tips-nav-next {
    right: -20px;
}

/* Drag styles para tips */
.tips-scroll-wrapper.active-drag {
    cursor: grabbing !important;
    user-select: none;
}

.tips-scroll-wrapper {
    cursor: grab;
}

/* Responsive para tips */
@media (max-width: 991px) {
    .tips-nav-btn {
        display: none; /* Ocultar flechas en tablets/móviles */
    }
}

/* Para móvil - tips scroll optimizado */
@media (max-width: 767px) {
    .tips-card {
        min-width: 280px;
        max-width: 280px;
    }
    
    .tips-scroll-wrapper {
        gap: 15px;
        padding: 20px 10px;
    }
}

/* ------------------------ */


iframe[id=':2.container']{
  display: none !important;
}

.goog-te-banner-frame.skiptranslate {
  /* display: none !important; */
} 
body {
  top: 0px !important;
}
/*.goog-te-banner-frame.skiptranslate {
  display: none !important;
  z-index: 99999;
} 
body {
  top: 0px !important; 
}*/


#google_translate_element {
  position: absolute;
  top: 0px;
  right: 0px;

  z-index: 99999;
}
.goog-te-gadget {

  text-transform: uppercase;
}
.goog-te-gadget-simple  {
  background-color: black;
  border: 1px solid rgba(255,255,255,0.40) !important;
  padding: 4px 2px 4px 8px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  line-height:2rem !important;
  display: inline-block;
  cursor: pointer;
}
.goog-te-menu2 {
  max-width: 100%;
}
.goog-te-menu-value {
  color: red;
  &:before {
    font-family: 'Material Icons';
    content: "\E927";
    margin-right: 16px;
    font-size: 1.6rem;
    vertical-align: -05px;
    width:32px !important;
    display:default;
  } 
}
.goog-te-menu-value span:nth-child(5) {
  display:none;
}
.goog-te-menu-value span:nth-child(3) {
  border:none !important;
  font-family: 'Material Icons';
  &:after {
    font-family: 'Material Icons';
    content: "\E5C5";
    font-size: 1.5rem;
    vertical-align: -6px;
  }  
}

.goog-te-gadget-icon {
  /*background-image: url(https://placehold.it/32) !important;
  background-position: 0px 0px;
  height: 32px !important;
  width: 32px !important;
  margin-right: 8px !important;
  OR*/
  display: none;
}

.indicator:after{
  display: none !important;
}



/*@media (max-width: 667px) {
  #google_translate_element {
    bottom: calc(100% - 50% - 53px);
    left: 16px !important;
    width: 100% !important;
    goog-te-gadget {
      width:100% !important;
    }
    .skiptranslate {
      width:100% !important;     
    }
    .goog-te-gadget-simple {
      width: calc(100% - 32px) !important;
      text-align: center;
    } 
  }
}*/