/* Reset y Base */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

.anio-grande {
    font-size: clamp(4rem, 14vw, 9rem);
    font-weight: 800;
    line-height: 1;
    color: #6B7F4C;
    letter-spacing: 4px;
    margin-bottom: 10px;
    text-align: center;
}

.anio-toggle {
    cursor: pointer;
    text-align: center;
    margin: 0 auto 25px;
    user-select: none;
    transition: transform .2s ease;
}
.anio-toggle:hover .anio-grande {
    color: #44a734;
}
.anio-toggle .anio-grande {
    margin-bottom: 4px;
    transition: color .2s ease;
}
.anio-hint {
    font-size: 15px;
    font-weight: 600;
    color: #44a734;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.anio-chevron {
    display: inline-block;
    transition: transform .25s ease;
    margin-right: 4px;
}
.anio-toggle.abierto .anio-chevron {
    transform: rotate(180deg);
}
.anio-contenido {
    animation: fadeInAnio .35s ease;
}
@keyframes fadeInAnio {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}

.propuestas-submenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 35px;
    max-width: 820px;
}
.propuestas-submenu .subbtn {
    background: #ffffff;
    border: 2px solid #44a734;
    color: #2c5126;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
}
.propuestas-submenu .subbtn:hover {
    background: #eef7ea;
    transform: translateY(-1px);
}
.propuestas-submenu .subbtn.activo {
    background: linear-gradient(135deg, #2c5126 0%, #44a734 100%);
    color: #ffffff;
    border-color: #2c5126;
    box-shadow: 0 6px 16px rgba(44,81,38,0.25);
}

.texto-corporativos {
    max-width: 820px;
    margin: 0 auto;
    text-align: justify;
}
.texto-corporativos p {
    margin-bottom: 18px;
    line-height: 1.7;
    font-size: 17px;
}

#propuestasFengShui {
    max-width: 820px;
    margin: 0 auto;
    text-align: justify;
}
#propuestasFengShui .texto_fengshui {
    line-height: 1.7;
    font-size: 17px;
}

/* Texto de seccion reutilizable (justificado, ancho controlado) */
.texto-seccion {
    max-width: 820px;
    margin: 0 auto;
    text-align: justify;
}
.texto-seccion p {
    line-height: 1.8;
    font-size: 17px;
    margin-bottom: 22px;
}
.subtitulo-seccion {
    text-align: center;
    color: #2c5126;
    margin-bottom: 28px;
    font-size: clamp(1.4rem, 3.5vw, 2rem);
}

.india-header {
    text-align: center;
    margin: 10px 0 24px;
}
.india-bandera {
    font-size: clamp(5rem, 20vw, 10rem);
    line-height: 1;
    display: inline-block;
}

.india-fotos {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    max-width: 820px;
    margin: 28px auto 32px;
    padding: 0 10px;
}

.india-foto {
    flex: 1 1 0;
    max-width: 380px;
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(44, 81, 38, 0.18);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.india-foto:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(44, 81, 38, 0.24);
}

.india-foto img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.india-fotos-altas .india-foto img {
    height: 448px;
}

@media (max-width: 768px) {
    .india-fotos {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .india-foto {
        max-width: 100%;
        width: 100%;
    }

    .india-foto img {
        height: 240px;
    }

    .india-fotos-altas .india-foto img {
        height: 384px;
    }
}

.despensa-icono-check {
    color: #2c5126;
    font-size: 1.15em;
    margin-right: 4px;
    vertical-align: -0.05em;
}

/* Tu Dosis — Membresías */
.tudosis-container {
    max-width: 980px;
    margin: 0 auto;
}

.membresia-card {
    display: flex;
    flex-direction: column;
    background: #faf6ee;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.membresia-card-general {
    margin-bottom: 28px;
}

.membresias-precios-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.membresia-borde-oro {
    height: 6px;
    background: linear-gradient(90deg, #b8922f 0%, #d9bc5c 50%, #b8922f 100%);
    flex-shrink: 0;
}

.membresia-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 28px 24px 24px;
    position: relative;
    z-index: 1;
}

.membresia-inner-precio {
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: auto;
    padding: 24px 20px;
}

.membresia-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 16px;
}

.membresia-btn {
    display: block;
    width: 100%;
    padding: 12px 18px;
    background: #fdf8ee;
    color: #9a7424;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid #9a7424;
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    box-sizing: border-box;
}

.membresia-btn-monto {
    color: #1a1a1a;
}

.membresia-btn:hover {
    background: #f5ecd6;
    border-color: #7d5e1d;
    transform: translateY(-1px);
}

.membresia-titulo {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    color: #3d3d3d;
    margin-bottom: 20px;
    line-height: 1.35;
}

.membresia-pais {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #3d3d3d;
    margin-bottom: 12px;
}

.precio-promo {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.95rem;
    color: #3d3d3d;
    line-height: 1.45;
    margin: 0 0 6px;
}

.membresia-medio-pago {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: #9a7424;
    margin: 0 0 14px;
    letter-spacing: 0.02em;
}

.precio-promo strong {
    font-size: 1.1rem;
    font-weight: 700;
}

.membresia-beneficios-texto {
    max-width: 820px;
    margin: 0 auto;
    text-align: justify;
}

.membresia-beneficios-texto p {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.95rem;
    color: #3d3d3d;
    line-height: 1.65;
    margin-bottom: 18px;
}

.membresia-beneficios-texto p:last-child {
    margin-bottom: 0;
}

.membresia-beneficios-texto strong {
    font-weight: 700;
}

.tudosis-footer {
    font-family: Georgia, serif;
    text-align: center;
    color: #4a5d3a;
    font-size: 1rem;
    margin-top: 36px;
    letter-spacing: 0.02em;
}

@media (max-width: 768px) {
    .membresias-precios-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }
}

.texto_inicio,
.texto_sobremi_cierre {
    max-width: 820px;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.8;
    font-size: 17px;
    font-weight: normal;
}

.sobremi-textos-wrap {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
}

.sobremi-patitos-fondo {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.sobremi-patito {
    position: absolute;
    width: 480px;
    height: 240px;
    background: url('images/patitos.png') center / contain no-repeat;
    opacity: 0.47;
    filter: brightness(0.78);
}

.sobremi-patito-1 {
    top: 1%;
    left: -12%;
    transform: rotate(-14deg);
}

.sobremi-patito-2 {
    top: 24%;
    right: -14%;
    transform: rotate(11deg);
}

.sobremi-patito-3 {
    top: 47%;
    left: 4%;
    transform: rotate(-7deg);
}

.sobremi-patito-4 {
    top: 68%;
    right: -6%;
    transform: rotate(16deg);
}

.sobremi-patito-5 {
    top: 88%;
    left: -8%;
    transform: rotate(-10deg);
}

.sobremi-textos {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.8;
    font-size: 17px;
    font-weight: normal;
}

.sobremi-parrafo {
    margin: 0 0 22px;
    position: relative;
}

.sobremi-parrafo:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .sobremi-patito {
        width: 320px;
        height: 160px;
        opacity: 0.40;
    }

    .sobremi-patito-1 { top: 0; left: -18%; }
    .sobremi-patito-2 { top: 22%; right: -20%; }
    .sobremi-patito-3 { top: 44%; left: -8%; }
    .sobremi-patito-4 { top: 66%; right: -12%; }
    .sobremi-patito-5 { top: 86%; left: -14%; }
}

.texto_inicio b,
.texto_inicio strong,
.texto_sobremi_cierre b,
.texto_sobremi_cierre strong,
.sobremi-parrafo b,
.sobremi-parrafo strong {
    font-weight: inherit;
}

.inicio-corazon {
    text-decoration: none;
    font-size: 1.4em;
    vertical-align: middle;
    transition: transform 0.2s ease;
}

.inicio-corazon:hover {
    transform: scale(1.15);
}

/* Sembrar Bienestar - texto con imagenes intercaladas */
.sembrar-bienestar {
    max-width: 900px;
    margin: 0 auto;
    text-align: justify;
}
.sembrar-bienestar::after {
    content: "";
    display: table;
    clear: both;
}
.sembrar-bienestar p {
    line-height: 1.8;
    font-size: 17px;
    margin-bottom: 22px;
}
.sembrar-img {
    width: 280px;
    max-width: 40%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.16);
}
.sembrar-img-right {
    float: right;
    margin: 6px 0 14px 22px;
    clear: right;
}
.sembrar-img-left {
    float: right;
    margin: 60px 0 14px 22px;
    clear: right;
}

.sembrar-transparencia {
    clear: both;
    text-align: center;
    margin: 32px auto 4px;
    max-width: 780px;
    padding: 22px 28px;
    background: linear-gradient(135deg, rgba(201,150,47,0.12) 0%, rgba(224,184,78,0.24) 100%);
    border: 2px solid #c9962f;
    border-radius: 14px;
    color: #6b4e0f;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.75;
    box-shadow: 0 8px 22px rgba(201,150,47,0.2);
}
.sembrar-transparencia i {
    display: block;
    font-size: 28px;
    color: #c9962f;
    margin-bottom: 10px;
}

.sembrar-colaboracion {
    clear: both;
    margin: 36px auto 8px;
    max-width: 820px;
}
.sembrar-colaboracion-titulo {
    text-align: center;
    color: #2c5126;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 28px;
    line-height: 1.35;
}
.sembrar-colaboracion-lista {
    list-style: none;
    padding: 0;
    margin: 8px 0 32px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.sembrar-colaboracion-lista li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 18px 18px 20px;
    background: rgba(255,255,255,0.72);
    border-left: 4px solid #44a734;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(44,81,38,0.08);
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
}
.sembrar-colaboracion-lista li span {
    display: block;
    padding-top: 2px;
}
.sembrar-colaboracion-lista li i {
    flex-shrink: 0;
    width: 32px;
    margin-top: 4px;
    text-align: center;
    font-size: 20px;
    color: #c9962f;
}
.sembrar-colaboracion-cierre {
    text-align: center;
    font-size: 17px;
    line-height: 1.95;
    color: #3d4a2f;
    margin: 12px 0 8px;
    padding-top: 8px;
}

.sembrar-botones {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin-top: 36px;
}
.sembrar-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    border: none;
    padding: 15px 34px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .3px;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.sembrar-btn i { font-size: 18px; }
.sembrar-btn-donar {
    background: linear-gradient(135deg, #c9962f 0%, #e0b84e 100%);
    box-shadow: 0 8px 20px rgba(201,150,47,0.35);
    text-align: center;
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
}
.sembrar-btn-hogar {
    background: linear-gradient(135deg, #2c5126 0%, #44a734 100%);
    box-shadow: 0 8px 20px rgba(44,81,38,0.3);
}
.sembrar-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.05);
}
.sembrar-btn-donar:hover { box-shadow: 0 12px 26px rgba(201,150,47,0.45); }
.sembrar-btn-hogar:hover { box-shadow: 0 12px 26px rgba(44,81,38,0.42); }

@media (max-width: 768px) {
    .sembrar-colaboracion-titulo { font-size: 19px; }
    .sembrar-colaboracion-lista li { font-size: 15px; }
    .sembrar-btn-donar { font-size: 14px; padding: 14px 22px; }
    .sembrar-img {
        float: none;
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 16px auto !important;
    }
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Georgia', serif;
    background: linear-gradient(135deg, #f5f2e8 0%, #e8e2d0 100%);
    min-height: 100vh;
    color: #4a5d3a;
    overflow-x: hidden;
}

/* Header */
.header {
    padding: 15px 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    flex-wrap: wrap;
    gap: 15px;
}

header {
    padding: 20px 40px;
    background-color: #F5F2E8;
    border-bottom: 1px solid #E5E2D8;
    position: relative;
    z-index: 1000;
}

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

.nav-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Logo */
.logo {
    width: 75px;
    height: 75px;
    background-image: url("images/logoplay.webp");
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

/* Navigation */
.nav, .nav-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.nav {
    flex: 1;
    max-width: 800px;
}

.nav-links {
    gap: 5px;
    padding-right: 70px;
}

.nav-item, .nav-link {
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid transparent;
    border-radius: 25px;
    text-decoration: none;
    color: #4a5d3a;
    font-size: 13px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    white-space: nowrap;
    cursor: pointer;
}

.nav-link {
    background-color: #E5E2D8;
    font-size: 13px;
}

.nav-item:hover, .nav-link:hover {
    background: rgba(122, 155, 90, 0.8);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(122, 155, 90, 0.3);
}

.nav-link:hover {
    background-color: #D5D2C8;
}

.nav-item.active {
    background: #7a9b5a;
    color: white;
}

/* User Section */
.nav-right, .user-section {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.nav-right {
    gap: 20px;
}

/* Cart Icon */
.cart-icon {
    width: 35px;
    height: 35px;
    background: #7a9b5a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.3s ease;
    position: relative;
}

.cart-icon:hover {
    transform: scale(1.1);
}

.cart-icon svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

/* Register Button */
.register-btn {
    color: #7a9b5a;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    padding: 10px 30px;
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.register-btn:hover {
    opacity: 0.7;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #4A5A3A;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 3px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Mobile Menu */
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: #F5F2E8;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease;
    z-index: 999;
    padding-top: 80px;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 998;
}

.mobile-menu-overlay.active {
    display: block;
}

.mobile-nav-links {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 15px;
}

.mobile-nav-link {
    padding: 15px 20px;
    background-color: #E5E2D8;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    color: #4A5A3A;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.mobile-nav-link:hover {
    background-color: #D5D2C8;
}

/* Main Content */
.main-content, main {
    position: relative;
    padding: 40px 3%;
    min-height: calc(100vh - 140px);
    max-width: 1400px;
    margin: 0 auto;
}

main {
    padding: 80px 40px;
    min-height: calc(100vh - 200px);
}

/* Titles */
.title, .page-title, .construction-title {
    color: #5d7a3f;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 30px;
}

.title {
    font-size: clamp(2.5rem, 6vw, 4rem);
}

.page-title {
    font-size: clamp(36px, 6vw, 72px);
    margin-bottom: 60px;
}

.construction-title {
    font-size: clamp(48px, 8vw, 96px);
    color: #6B7F4C;
    margin-bottom: 50px;
}

/* Construction Container */
.construction-container, .content-wrapper-sobremi, .proyectos-container {
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
}

/* Yoga modalidades */
.yoga-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px 40px;
}

.yoga-subtitulo {
    font-size: 1.35rem;
    font-weight: 500;
    margin: 2rem auto 0.75rem;
    color: #5a6b42;
    max-width: 900px;
}

.yoga-intro-modalidades {
    margin: 0 auto 2rem;
    max-width: 900px;
    line-height: 1.6;
}

.yoga-modalidades-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    text-align: left;
    margin: 0 auto 2.5rem;
}

.yoga-modalidad-card {
    display: flex;
    flex-direction: column;
    background: #faf6ee;
    border-radius: 16px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid rgba(107, 127, 76, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.yoga-modalidad-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(107, 127, 76, 0.2);
}

.yoga-modalidad-borde {
    height: 5px;
    background: linear-gradient(90deg, #6B7F4C 0%, #b8922f 50%, #6B7F4C 100%);
    flex-shrink: 0;
}

.yoga-modalidad-inner {
    flex: 1;
    padding: 22px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.yoga-modalidad-titulo {
    font-size: 1.05rem;
    font-weight: 600;
    color: #4a5c38;
    line-height: 1.35;
    margin: 0;
}

.yoga-modalidad-detalle {
    font-size: 0.92rem;
    line-height: 1.55;
    color: #444;
}

.yoga-footer-btns {
    margin-top: 0.5rem;
}

@media (max-width: 1100px) {
    .yoga-modalidades-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .yoga-modalidades-grid {
        grid-template-columns: 1fr;
    }

    .yoga-modalidad-inner {
        padding: 20px 16px 18px;
    }
}

.proyectos-container {
    max-width: 100%;
    box-sizing: border-box;
}


/* Content Wrapper Sobre Mi */
.content-wrapper-sobremi {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    max-width: 820px;
    margin: 0 auto;
    text-align: left;
}

.image-container-sobremi {
    flex: 0 0 170px;
}

.image-container-sobremi img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.text-container-sobremi {
    flex: 1;
    min-width: 0;
}

.text-container-sobremi .texto_sobremi_cierre {
    max-width: none;
    margin: 0;
}

/* Tree Container */
.tree-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 80vh;
    min-height: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tree-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(70vw, 900px);
    height: min(70vw, 900px);
    background-image: url("images/arbol.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
}

/* Therapy Bubbles */
.therapy-bubble {
    position: absolute;
    background: linear-gradient(135deg, #7a9b5a, #8fad69);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: clamp(11px, 1.2vw, 14px);
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(122, 155, 90, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 3;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    white-space: nowrap;
}

.therapy-bubble:hover {
    transform: scale(1.05) translateY(-3px);
    box-shadow: 0 8px 25px rgba(122, 155, 90, 0.4);
    background: linear-gradient(135deg, #8fad69, #a4c076);
}

/* Positioning for therapy bubbles */
.bubble-biodescodificacion { top: 60%; left: 55%; transform: translateX(-50%); }
.bubble-psicologia { top: 10%; left: 41%; }
.bubble-respiracion { top: 23%; right: 10%; }
.bubble-coaching { top: 23%; left: 21%; }
.bubble-radiestesia { top: 60%; left: 28%; }
.bubble-certificacion-india { top: 45%; left: 12%; }
.bubble-cuencos { top: 47%; left: 60%; }
.bubble-yoga { top: 23%; right: 42%; }
.bubble-ayurveda { top: 35%; left: 32%; transform: translateX(-50%); }
.bubble-danzaterapia { top: 47%; left: 23%; }
.bubble-certificacion-alliance { top: 55%; right: 2%; }
.bubble-guia-alimenticia { bottom: 20%; left: 35%; }
.bubble-masajes { top: 35%; right: 29%; }

/* Floating Dots */
.floating-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.dot {
    position: absolute;
    width: clamp(2px, 0.5vw, 4px);
    height: clamp(2px, 0.5vw, 4px);
    background: rgba(122, 155, 90, 0.4);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
}

.dot:nth-child(1) { top: 10%; left: 20%; animation-delay: -1s; }
.dot:nth-child(2) { top: 15%; right: 25%; animation-delay: -3s; }
.dot:nth-child(3) { top: 25%; left: 30%; animation-delay: -5s; }
.dot:nth-child(4) { top: 30%; right: 30%; animation-delay: -2s; }
.dot:nth-child(5) { top: 45%; left: 25%; animation-delay: -4s; }
.dot:nth-child(6) { top: 50%; right: 20%; animation-delay: -6s; }
.dot:nth-child(7) { bottom: 30%; left: 35%; animation-delay: -1.5s; }
.dot:nth-child(8) { bottom: 25%; right: 35%; animation-delay: -3.5s; }
.dot:nth-child(9) { top: 60%; left: 80%; animation-delay: -2.5s; }
.dot:nth-child(10) { top: 70%; left: 15%; animation-delay: -4.5s; }

@keyframes float {
    0%, 100% { 
        transform: translateY(0px) scale(1); 
        opacity: 0.4; 
    }
    50% { 
        transform: translateY(-15px) scale(1.2); 
        opacity: 0.8; 
    }
}

/* Therapies Grid */
.therapies-container {
    padding: 20px 0;
}

.therapy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
}

.therapy-card {
    background-color: #6B7F4C;
    border-radius: 25px;
    padding: 40px 30px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.therapy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(107, 127, 76, 0.2);
}

.therapy-card h3 {
    color: white;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}

.therapy-image-placeholder {
    width: 100%;
    height: 200px;
    background-color: #F5F2E8;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4A5A3A;
    font-size: 18px;
}

/* Gallery Iruya */
.iruya-section {
    position: relative;
    min-height: 100vh;
    background-image: url('images/iruya3.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.iruya-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.gallery-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
}

.gallery-title {
    text-align: center;
    color: white;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 50px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    animation: fadeInDown 1s ease-out;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 20px;
}

.gallery-item {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transition: all 0.4s ease;
    animation: fadeInUp 0.8s ease-out;
}

.gallery-item:nth-child(1) { animation-delay: 0.1s; }
.gallery-item:nth-child(2) { animation-delay: 0.2s; }
.gallery-item:nth-child(3) { animation-delay: 0.3s; }
.gallery-item:nth-child(4) { animation-delay: 0.4s; }
.gallery-item:nth-child(5) { animation-delay: 0.5s; }
.gallery-item:nth-child(6) { animation-delay: 0.6s; }

.gallery-item-fila2-col2 {
    grid-column: 2;
    grid-row: 2;
}
.gallery-item-fila2-col3 {
    grid-column: 3;
    grid-row: 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.gallery-item img.loaded {
    opacity: 1;
}

.gallery-item:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0,0,0,0.7);
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(0,0,0,0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover::after {
    opacity: 1;
}

/* Popup donar */
.donar-popup-container {
    position: relative;
    max-width: min(831px, 92vw);
    max-height: 90vh;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    animation: popupAppear 0.4s ease-out;
    line-height: 0;
}
.donar-popup-container img {
    display: block;
    max-width: min(831px, 92vw);
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
}
.donar-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: rgba(44, 81, 38, 0.85);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease;
}
.donar-popup-close:hover {
    background: rgba(44, 81, 38, 1);
}

/* Popup Hogar y Ropa */
.hogar-popup-container {
    position: relative;
    width: min(480px, 92vw);
    padding: 36px 28px 32px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    animation: popupAppear 0.4s ease-out;
    text-align: center;
}
.hogar-popup-titulo {
    color: #2c5126;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 28px;
    padding: 0 8px;
}
.hogar-popup-contactos {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.hogar-contacto {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hogar-contacto:hover {
    transform: translateY(-2px);
}
.hogar-contacto i {
    flex-shrink: 0;
    width: 24px;
    text-align: center;
    font-size: 20px;
}
.hogar-contacto-email {
    background: linear-gradient(135deg, rgba(201,150,47,0.15) 0%, rgba(224,184,78,0.28) 100%);
    border: 2px solid #c9962f;
    color: #6b4e0f;
}
.hogar-contacto-email:hover {
    box-shadow: 0 8px 20px rgba(201,150,47,0.25);
}
.hogar-contacto-wa {
    background: #25d366;
    color: #fff;
    box-shadow: 0 6px 16px rgba(37,211,102,0.3);
}
.hogar-contacto-wa:hover {
    box-shadow: 0 10px 22px rgba(37,211,102,0.4);
}
.hogar-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: rgba(44, 81, 38, 0.85);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease;
}
.hogar-popup-close:hover {
    background: rgba(44, 81, 38, 1);
}

/* Workshop Sections */
.talleres-section {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.talleres-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.gallery-workshopcontainer {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    min-height: 500px;
}

.gallery-workshoptitle {
    text-align: center;
    color: white;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 50px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    animation: fadeInDown 1s ease-out;
}

.gallery-workshopgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px;
    min-height: 500px;
}


.gallery-workshopitem {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transition: all 0.4s ease;
    animation: fadeInUp 0.8s ease-out;
    min-height: 500px;
    max-width: 100%;
}

.gallery-workshopitem:nth-child(1) { animation-delay: 0.1s; }
.gallery-workshopitem:nth-child(2) { animation-delay: 0.2s; }
.gallery-workshopitem:nth-child(3) { animation-delay: 0.3s; }

.gallery-workshopitem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.gallery-workshopitem img.loaded {
    opacity: 1;
}

/* Button Inscribirse */
.btn-inscribirse {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    min-width: 180px;
}

.boton-inscribirse {
    padding: 4px 0px 9px 0px;
}

.btn-compartir {
    background: linear-gradient(135deg, #2c5126 0%, #44a734 100%);
    min-width: 160px;
}

.btn-compartir i {
    margin-right: 6px;
}

.compartir-popup-overlay {
    z-index: 10050;
}

.compartir-popup-container {
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px 24px;
    max-width: 420px;
    width: calc(100% - 32px);
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
    animation: popupAppear 0.35s ease-out;
}

.compartir-popup-close {
    position: absolute;
    top: 12px;
    right: 14px;
    border: none;
    background: rgba(44, 81, 38, 0.1);
    color: #2c5126;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.compartir-popup-titulo {
    margin: 0 0 8px;
    color: #2c5126;
    font-size: 22px;
    text-align: center;
}

.compartir-popup-sub {
    margin: 0 0 20px;
    color: #4d5d4d;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
}

.compartir-opciones {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.compartir-opcion {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 10px;
    border: none;
    border-radius: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.compartir-opcion i {
    font-size: 26px;
}

.compartir-opcion:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.compartir-wa { background: linear-gradient(135deg, #25d366, #128c7e); }
.compartir-fb { background: linear-gradient(135deg, #1877f2, #0d5dbf); }
.compartir-ig { background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af); }
.compartir-link { background: linear-gradient(135deg, #667eea, #764ba2); }

.compartir-feedback {
    min-height: 20px;
    margin: 14px 0 0;
    text-align: center;
    font-size: 13px;
    color: #44a734;
    font-weight: 600;
}

/* Popup Styles */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.popup-container {
    background: white;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 90vw;
    max-height: 90vh;
    width: 800px;
    height: 600px;
    overflow: hidden;
    position: relative;
    animation: popupAppear 0.4s ease-out;
}

.popup-header {
    background: linear-gradient(135deg, #2c5126 0%, #44a734 100%);
    color: white;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.popup-close {
    background: none;
    border: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.popup-content {
    padding: 30px;
    height: calc(100% - 80px);
    overflow-y: auto;
    scroll-behavior: smooth;
}

/* Facilitador Styles */
.facilitador {
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 15px;
    background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 5px solid #667eea;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

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

.facilitador-nombre {
    font-size: 22px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.facilitador-flag {
    font-size: 18px;
}

.facilitador-descripcion {
    font-size: 15px;
    line-height: 1.7;
    color: #34495e;
    text-align: justify;
}

/* Footer */
footer, .footer {
    padding: 20px 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #7a9b5a;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

footer {
    position: absolute;
    bottom: 20px;
    left: 40px;
    padding: 0;
    background: none;
    letter-spacing: 1px;
}

/* Social Icons */
.social-icons {
    position: fixed;
    bottom: 20px;
    right: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer .social-icons {
    position: static;
    flex-direction: row;
    gap: 12px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #6B7F4C;
    background: #7a9b5a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.footer .social-icon {
    width: 35px;
    height: 35px;
    border: none;
}

.social-icon:hover {
    background-color: #6B7F4C;
    transform: scale(1.1);
}

.footer .social-icon:hover {
    background: #8fad69;
}

.social-icon svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

/* Page States */
.page {
    display: none;
}

.page.active {
    display: block;
}

/* Animations */
@keyframes popupAppear {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(-50px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scrollbar */
.popup-content::-webkit-scrollbar {
    width: 8px;
}

.popup-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.popup-content::-webkit-scrollbar-thumb {
    background: #667eea;
    border-radius: 10px;
}

.popup-content::-webkit-scrollbar-thumb:hover {
    background: #5a67d8;
}

/* RESPONSIVE DESIGN */

/* Tablet Specific */
@media (min-width: 769px) and (max-width: 1024px) {
    .therapy-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nav-link {
        padding: 8px 16px;
        font-size: 15px;
    }
    
    .gallery-workshopgrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .gallery-workshoptitle, .gallery-title {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .gallery-item-fila2-col2,
    .gallery-item-fila2-col3 {
        grid-column: auto;
        grid-row: auto;
    }
}

/* Large screen optimizations */
@media (min-width: 1200px) {
    .header {
        padding: 20px 5%;
    }

    .main-content {
        padding: 60px 5%;
    }

    .tree-container {
        height: 70vh;
        min-height: 700px;
    }

    .therapy-bubble {
        font-size: 15px;
        padding: 10px 18px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .header {
        flex-direction: column;
        padding: 15px 5%;
        gap: 15px;
    }

    header {
        padding: 15px 20px;
    }

    .nav {
        order: 2;
        width: 100%;
        justify-content: center;
        gap: 6px;
    }

    .nav-links {
        display: none;
    }

    .nav-item {
        padding: 8px 12px;
        font-size: 12px;
    }

    .user-section {
        order: 3;
        justify-content: center;
    }

    .hamburger {
        display: flex;
    }

    .mobile-menu {
        display: block;
    }

    .register-btn {
        font-size: 16px;
        padding: 8px 20px;
    }

    .main-content, main {
        padding: 40px 20px;
        min-height: calc(100vh - 150px);
    }

    .main-content {
        padding: 20px 5%;
    }

    .construction-title {
        font-size: clamp(36px, 10vw, 64px);
    }

    .page-title {
        font-size: clamp(36px, 10vw, 56px);
        margin-bottom: 40px;
    }

    .title {
        margin-bottom: 30px;
    }

    .tree-container {
        height: 70vh;
        min-height: 500px;
    }

    .therapy-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .therapy-card {
        min-height: 300px;
        padding: 30px 25px;
    }

    .therapy-card h3 {
        font-size: 24px;
    }

    .therapy-bubble {
        font-size: 10px;
        padding: 6px 12px;
        border-radius: 15px;
    }

    /* Adjusted mobile positions for bubbles */
    .bubble-biodescodificacion { top: 60%; left: 55%; }
    .bubble-psicologia { top: 10%; left: 41%; }
    .bubble-respiracion { top: 23%; right: 5%; }
    .bubble-coaching { top: 23%; left: 21%; }
    .bubble-radiestesia { top: 60%; left: 28%; }
    .bubble-certificacion-india { top: 40%; left: 5%; }
    .bubble-cuencos { top: 47%; left: 65%; }
    .bubble-yoga { top: 23%; right: 42%; }
    .bubble-ayurveda { top: 35%; left: 32%; }
    .bubble-danzaterapia { top: 47%; left: 23%; }
    .bubble-certificacion-alliance { top: 50%; right: 1%; }
    .bubble-guia-alimenticia { bottom: 25%; left: 25%; }
    .bubble-masajes { top: 35%; right: 29%; }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 15px;
    }

    .gallery-title, .gallery-workshoptitle {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .gallery-workshopgrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 15px;
    }


    .iruya-section {
        min-height: 80vh;
        background-attachment: scroll;
        padding: 30px 15px;
    }

    .content-wrapper-sobremi {
        flex-direction: column;
        text-align: center;
    }
    
    .image-container-sobremi {
        flex: none;
        max-height: 180px;
        margin: 0 auto;
    }

    .btn-inscribirse {
        font-size: 14px;
        padding: 10px 20px;
        min-width: 160px;
    }

    footer {
        left: 20px;
        font-size: 12px;
        bottom: 15px;
    }

    .footer {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding: 20px 5%;
    }

    .social-icons {
        right: 20px;
        bottom: 15px;
        flex-direction: row;
        gap: 10px;
    }

    .footer .social-icons {
        order: 1;
    }

    .social-icon {
        width: 35px;
        height: 35px;
    }

    .social-icon svg {
        width: 18px;
        height: 18px;
    }

    .popup-container {
        width: 95vw;
        height: 95vh;
        margin: 10px;
    }

    .popup-header {
        padding: 15px 20px;
    }

    .popup-title {
        font-size: 20px;
    }

    .popup-content {
        padding: 20px;
    }

    .facilitador {
        padding: 20px;
        margin-bottom: 20px;
    }

    .facilitador-nombre {
        font-size: 20px;
    }

    .facilitador-descripcion {
        font-size: 14px;
    }

    .mobile-nav-link {
        padding: 12px 18px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .logo {
        width: 40px;
        height: 40px;
        background-image: url('images/logo_mobile.webp');
    }

    .cart-icon {
        width: 25px;
        height: 25px;
    }

    .therapy-card {
        min-height: 250px;
        padding: 25px 20px;
    }

    .therapy-image-placeholder {
        height: 150px;
        font-size: 16px;
    }

    .nav-item {
        padding: 6px 10px;
        font-size: 11px;
    }

    .therapy-bubble {
        font-size: 9px;
        padding: 5px 10px;
    }

    .tree-container {
        height: 60vh;
        min-height: 400px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .gallery-title, .gallery-workshoptitle {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }
    
    .iruya-section {
        padding: 20px 10px;
    }

    .gallery-workshopgrid {
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 300px;
        margin: 0 auto;
    }

    .popup-container {
        border-radius: 10px;
    }

    .facilitador {
        padding: 15px;
    }

    .facilitador-nombre {
        font-size: 18px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

/* Touch-friendly adjustments */
@media (hover: none) {
    .nav-link:hover,
    .therapy-card:hover,
    .social-icon:hover,
    .gallery-item:hover {
        transform: none;
    }

    .nav-link:active {
        transform: scale(0.95);
    }

    .therapy-card:active {
        transform: scale(0.98);
    }
}


/*Boton Whatsapp*/

.btn-whatsapp { background: #25D366; color: white; padding: 15px 25px; border: none; border-radius: 30px; font-size: 16px; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s ease; box-shadow: 0 3px 10px rgba(37, 211, 102, 0.3); } 
.btn-whatsapp:hover { background: #128C7E; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4); } 

.btn-volver { margin-right: 50px; background: #68b082; color: white; padding: 15px 25px; border: none; border-radius: 30px; font-size: 16px; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s ease; box-shadow: 0 3px 10px rgba(37, 211, 102, 0.3); } 
.btn-volver:hover { background: #128C7E; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4); } 



/*Testimonios*/

        .testimonios-texto-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .testimonios-texto-grid-duo {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            max-width: 1100px;
            margin-left: auto;
            margin-right: auto;
        }

        .testimonios-texto-ancho {
            margin-top: 30px;
            max-width: 1100px;
            margin-left: auto;
            margin-right: auto;
        }

        .testimonio-texto-card-ancho {
            padding: 22px 28px 20px;
        }

        .testimonio-texto-card-ancho .rating {
            margin-top: 14px;
        }

        .testimonio-texto-card {
            background: white;
            border-radius: 20px;
            padding: 28px 30px 24px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.18);
            text-align: center;
        }

        .testimonio-texto-cuerpo {
            margin: 0 0 18px;
            padding: 0;
            border: none;
        }

        .testimonio-texto-cuerpo p {
            font-size: 1rem;
            line-height: 1.75;
            color: #4a5d3a;
            text-align: justify;
            font-style: italic;
            margin: 0;
        }

        .testimonio-texto-autor {
            font-size: calc(1.05rem - 1pt);
            font-weight: 600;
            color: #2c3e50;
            margin: 0;
            font-style: normal;
        }

        .testimonio-texto-firma {
            margin-top: 4px;
        }

        .testimonio-texto-pais {
            font-size: calc(0.95rem - 1pt);
            color: #7f8c8d;
            margin: 4px 0 0;
            font-style: normal;
        }

        .testimonio-bandera {
            font-size: 1.1em;
            margin-right: 4px;
        }

        .testimonios-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .testimonio-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            position: relative;
            border: 1px solid rgba(255, 255, 255, 0.18);
        }

        .testimonio-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
        }

        .video-container {
            position: relative;
            width: 100%;
            height: 250px;
            /*background: linear-gradient(45deg, #5d7a3f 0%, #77ae3e 100%);*/
            overflow: hidden;
        }

        .video-placeholder {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            /*background: linear-gradient(135deg, #5d7a3f 0%, #77ae3e 100%);*/
            color: white;
            font-size: 1.1rem;
            text-align: center;
            padding: 20px;
            position: relative;
        }

        .play-button {
            width: 70px;
            height: 70px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #667eea;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-bottom: 15px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        }

        .play-button:hover {
            background: white;
            transform: scale(1.1);
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
        }

        .video-info {
            padding: 25px;
            text-align: center;
        }

        .cliente-nombre {
            font-size: 1.3rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 8px;
        }

        .cliente-info {
            font-size: 0.9rem;
            color: #7f8c8d;
            margin-bottom: 15px;
            font-style: italic;
        }


        .rating {
            display: flex;
            justify-content: center;
            gap: 5px;
            margin-bottom: 15px;
        }

        .star {
            color: #f39c12;
            font-size: 1.2rem;
            transition: all 0.3s ease;
        }


        .cta-section {
            text-align: center;
            margin-top: 60px;
            padding: 40px;
            background: linear-gradient(135deg, #5d7a3f 0%, #77ae3e 100%);
            border-radius: 20px;
            color: white;
        }

        .cta-title {
            font-size: 2rem;
            margin-bottom: 15px;
            font-weight: 300;
        }

        .cta-description {
            font-size: 1.1rem;
            margin-bottom: 25px;
            opacity: 0.9;
            line-height: 1.6;
        }

        .cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .cta-button {
            padding: 15px 30px;
            background: rgba(255, 255, 255, 0.2);
            border: 2px solid white;
            color: white;
            text-decoration: none;
            border-radius: 30px;
            font-weight: 500;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .cta-button:hover {
            background: white;
            color: #667eea;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }

        .cta-button.primary {
            background: rgba(255, 255, 255, 0.9);
            color: #667eea;
        }

        .cta-button.primary:hover {
            background: white;
            transform: translateY(-3px) scale(1.05);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .testimonios-section {
                padding: 60px 15px;
                margin: 20px 10px;
            }

            .section-title {
                font-size: 2.2rem;
            }

            .testimonios-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .testimonios-texto-grid-duo {
                grid-template-columns: 1fr;
            }

            .video-container {
                height: 220px;
            }

            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }

            .cta-button {
                width: 100%;
                max-width: 300px;
            }
        }

        @media (max-width: 480px) {
            .section-title {
                font-size: 1.8rem;
            }

            .cta-title {
                font-size: 1.5rem;
            }

            .video-container {
                height: 200px;
            }

            .play-button {
                width: 60px;
                height: 60px;
                font-size: 20px;
            }
        }

        /* Animaciones */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .testimonio-card {
            animation: fadeInUp 0.6s ease forwards;
        }

        .testimonio-card:nth-child(1) { animation-delay: 0.1s; }
        .testimonio-card:nth-child(2) { animation-delay: 0.2s; }
        .testimonio-card:nth-child(3) { animation-delay: 0.3s; }
        .testimonio-card:nth-child(4) { animation-delay: 0.4s; }

		.language-switcher { position: fixed; top: 36px; right: 20px; z-index: 1000; background-color: #E5E2D8; padding: 10px; border-radius: 5px; box-shadow: 0 2px 10px rgba(0,0,0,0.2); } 
		#languageSelector { border: none; background-color: #E5E2D8; font-size: 14px; cursor: pointer; outline: none; } 
		.hidden { display: none !important; }

		/* Mobile Responsive */
		@media (max-width: 768px) {
			.language-switcher { position: fixed; top: 16px; right: 72px; } 
		}

