.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}@media(max-width:768px){.inicio__productos{padding:3rem 1rem}}.inicio__productos>*{max-width:1200px;margin-left:auto;margin-right:auto}.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}