body{margin:0;padding:0;font-family:Arial,sans-serif;animation:fadeIn .6s ease both}@keyframes fadeInPage{0%{opacity:0;transform:translateY(15px);filter:blur(2px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.page-transition{animation:fadeInPage .6s ease both}.encabezado{background:white;padding:1rem 0;margin-bottom:0}.navbar{display:flex;justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:0 1rem}.logo{height:70px}.menu{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}.menu li a{all:unset;cursor:pointer;color:black;padding-bottom:.25rem;display:inline-block}.menu li.active a{color:rgba(2,80,126,1);border-bottom:2px solid rgba(2,80,126,1)}.seccion-azul{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:#ffffff;color:rgb(14,14,14);margin-left:6rem;margin-top:0;padding:0;gap:1rem}.contenido-principal{max-width:800px;margin:0 auto;flex:1;width:100%;padding:1rem;box-sizing:border-box}.referencia{flex:1;display:flex;justify-content:center}.referencia img{width:100%;height:auto;max-width:750px;margin-top:3rem;margin-left:9rem;margin-right:20rem}.titulo-principal{font-size:3rem;font-weight:700;color:rgba(115,85,46,1)}.texto-descriptivo{margin-top:1rem;font-size:1.2rem}.carrusel{background:rgba(2,80,126,1);padding:2rem 1rem;overflow:hidden;display:flex;justify-content:center;height:300px}.contenedor-carrusel{width:100%;max-width:1500px;height:500px;overflow:hidden;position:relative}.contenedor-carrusel:after,.contenedor-carrusel:before{content:"";position:absolute;top:0;width:100px;height:100%;z-index:2;pointer-events:none}.contenedor-carrusel:before{left:0;background:linear-gradient(90deg,rgba(2,80,126,1) 0,transparent)}.contenedor-carrusel:after{right:0;background:linear-gradient(270deg,rgba(2,80,126,1) 0,transparent)}.deslizador{display:flex;width:150%}.card{background:rgba(2,100,157,1);padding:1rem;border-radius:.5rem;box-shadow:0 2px 5px rgba(0,0,0,.1);width:300px;height:270px;margin:10px;text-align:center;color:#f3f4f6;flex:0 20 33.333%}.card:hover{transform:translateY(-4px);transform:scale(1.03);box-shadow:0 4px 8px rgba(0,0,0,.3)}.card img{width:270px;height:170px;border-radius:.5rem}.actividades{position:relative;background-image:url(/curva2.png);background-repeat:no-repeat;background-position:bottom;background-size:cover;padding:5rem 2rem}.contenido-actividades{text-align:center}.titulo-actividades{font-size:2rem;font-weight:700;color:rgba(115,85,46,1)}.grid-actividades{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:2rem auto 0}.item{display:flex;background:rgba(246,245,245,1);border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden;padding:0;gap:2rem;align-items:center;transition:transform .3s ease,box-shadow .3s ease}.item-imagen img{transition:transform .3s ease}.item:hover .item-imagen img{transform:scale(1.03)}.item:hover{transform:translateY(-10px);box-shadow:0 12px 24px rgba(0,0,0,.2)}.item-imagen img{width:380px;height:300px;object-fit:cover;border-radius:0 123px 336px 0;margin:0}.item-contenido{flex:1;padding:30px;align-items:center;justify-content:center;text-align:center}.item-contenido h3{font-size:1.2rem;font-weight:700;margin-bottom:.75rem;color:#222;text-transform:uppercase}.item-contenido p{font-size:1rem;color:#444;line-height:1.6}.item.invertido{flex-direction:row-reverse}.item-imagen.curva-invertida img{border-radius:123px 0 0 336px}.curva-inferior{position:relative;height:80px;overflow:hidden;margin-top:-5px}.curva-inferior svg{position:absolute;top:0;left:0;width:100%;height:100%}.boton-flotante{position:fixed;bottom:max(35rem,env(safe-area-inset-bottom));right:max(1rem,env(safe-area-inset-right));background-color:#9b6b35;color:rgb(18,18,18);width:80px;height:80px;border:none;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.3);cursor:pointer;z-index:999;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,background-color .3s ease}.boton-flotante img{width:40px;height:40px}.texto-donar{position:fixed;bottom:calc(max(28rem, env(safe-area-inset-bottom)) + 80px + .5rem);right:max(1rem,env(safe-area-inset-right));font-size:1rem;font-weight:700;color:#9b6b35;text-align:center;z-index:998}.boton-flotante:hover{transform:scale(1.05);background-color:#9b6b35}.footer{background:rgba(2,80,126,1);color:white;text-align:center;padding:2rem 1rem}.info-footer{margin-bottom:1rem}.social-footer{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.social-footer a{color:white;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:opacity .3s ease}.social-footer a:hover{opacity:.8}.social-footer img{width:24px;height:24px}@media (max-width:124px){.contenedor-carrusel{width:100%;padding:0 1rem}.card{width:240px}.grid-actividades{grid-template-columns:repeat(2,1fr);gap:1rem}.item{height:500px;flex-direction:row;align-items:center;text-align:center;padding:1rem}.item-imagen img,.item.invertido img{width:100%;max-width:300px;height:200px;border-radius:0 123px 336px 0}.item-contenido{padding:1rem}.item-contenido h3{font-size:1.1rem}.item-contenido p{font-size:.95rem}.seccion-azul{flex-direction:column;padding:2rem;margin-left:0;align-items:center}.contenido-principal{width:90%;text-align:center}.referencia{justify-content:center;width:100%}.referencia img{max-width:360px;height:auto;margin:0 auto;display:block}.navbar{align-items:center;text-align:center}.menu,.navbar{flex-direction:column}.menu{gap:1rem;margin-top:1rem}.menu li a{padding:.5rem 0}}@media (max-width:768px){.contenedor-carrusel{display:flex;pointer-events:none;touch-action:none;overflow-x:hidden;width:100%}.deslizador{display:flex;width:100%;pointer-events:auto;transition:transform 0s linear}.card{flex:0 0 auto;min-width:200px;margin:0 .5rem;scroll-snap-align:start}.carrusel:after,.carrusel:before{content:"";position:absolute;top:0;bottom:0;width:50px;z-index:2;pointer-events:none}.item{flex-direction:column;text-align:center;gap:1rem}.item.invertido{flex-direction:column-reverse}.item-imagen img,.item.invertido img{max-width:400px;width:250px;border-radius:30px}.item-contenido{padding:0 1rem}.item-contenido h3{font-size:1.3rem}.item-contenido p{font-size:1rem}.referencia{margin-right:0}.navbar{align-items:center;justify-content:center;text-align:center}.menu,.navbar{flex-direction:column}.menu{gap:1rem;margin-top:1rem}.menu li a{padding:.5rem 0}.boton-flotante{bottom:max(28rem,env(safe-area-inset-bottom));right:max(1.4rem,env(safe-area-inset-right));width:60px;height:60px}.boton-flotante img{width:30px;height:30px}.texto-donar{position:fixed;right:max(1rem,env(safe-area-inset-right));bottom:calc(max(1rem, env(safe-area-inset-bottom)) + 400px);font-size:.9rem;font-weight:700;color:#9b6b35;text-align:center;z-index:998}.grid-actividades{grid-template-columns:1fr}.seccion-azul{flex-direction:column;align-items:center;padding:0;margin-left:0;gap:1.5rem}.contenido-principal{width:100%;padding:1rem;text-align:center}.titulo-principal{font-size:2rem}.texto-descriptivo{font-size:1rem}.referencia{width:100%;justify-content:center}.referencia img{width:100%;max-width:420px;height:400px;margin-right:150px;display:block}}.page-transition{animation:fadeIn .6s ease forwards}