.hero{width:100%;height:80vh;min-height:520px;max-height:860px;position:relative}.hero__texto{text-align:center;color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.5);padding:2rem;display:flex;flex-direction:column;align-items:center}.hero__titulo{font-size:clamp(2.2rem,6vw,4.5rem);font-weight:800;letter-spacing:.03em;animation:aparecer 1.1s ease both;animation-delay:.4s}.hero__subtitulo{font-size:clamp(.95rem,2.2vw,1.35rem);font-weight:400;margin-top:.8rem;letter-spacing:.18em;text-transform:uppercase;animation:aparecer 1.1s ease both;animation-delay:1s}.hero__atr{position:absolute;bottom:1.5rem;right:1.5rem;z-index:20;pointer-events:none}.hero__atr img{display:block;max-width:160px;height:auto}@media(max-width:640px){.hero__atr{bottom:1rem;right:1rem}.hero__atr img{max-width:110px}}@keyframes aparecer{0%{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}.inicio__productos{background:#e8f0f3;padding:4rem 2rem}.inicio__productos>*{max-width:1200px;margin-left:auto;margin-right:auto}@media(max-width:768px){.inicio__productos{padding:3rem 1rem}}.inicio__cabecera{text-align:center;margin-bottom:2.5rem}.inicio__cabecera h2{font-size:1.75rem;color:#4d707d;position:relative;display:inline-block}.inicio__cabecera h2:after{content:"";display:block;width:50px;height:2px;background:#6b9bab;margin:.5rem auto 0}.inicio__cabecera p{margin-top:.75rem;color:#5a7a85;font-size:.97rem;max-width:560px;margin-left:auto;margin-right:auto}.inicio__cabecera--full{max-width:1200px;margin:0 auto;padding:4rem 2rem 2rem}.inicio__pie{text-align:center;margin-top:2rem}.inicio__boton{display:inline-block;padding:.75rem 2rem;background:#4d707d;color:#fff;border-radius:6px;font-weight:600;font-size:.95rem;text-decoration:none;transition:background .2s,transform .15s}.inicio__boton:hover{background:#3a5560;transform:translateY(-1px)}.inicio__habitaciones,.inicio__zonas{background:#fff}.inicio__tienda{background:#fff;padding-bottom:4rem}.tc{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}@media(max-width:900px){.tc{grid-template-columns:1fr;gap:2rem}}.tc__carrusel{position:relative;aspect-ratio:4/3;border-radius:10px;overflow:hidden;background:#1a2835;min-height:320px}.tc__contenido{gap:2rem;padding-top:.5rem}.tc__bloque,.tc__contenido{display:flex;flex-direction:column}.tc__bloque{gap:.75rem}.tc__bloque-titulo{font-size:1.05rem;font-weight:700;color:#4d707d}.tc__bloque p{font-size:.95rem;color:#5a7a85;line-height:1.75}.tc__enlace{font-size:.88rem;font-weight:600;color:#4d707d;text-decoration:none;transition:color .15s;align-self:flex-start}.tc__enlace:hover{color:#3a5560}.tc__contacto{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.tc__contacto-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;border-radius:7px;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .15s}.tc__contacto-btn--whatsapp{background:#25d366;color:#fff}.tc__contacto-btn--whatsapp:hover{background:#1da851}.tc__contacto-btn--tel{background:#e8f0f3;color:#4d707d;border:1.5px solid #c5d8df}.tc__contacto-btn--tel:hover{background:#c5d8df}