*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-base,"Poppins",sans-serif);color:var(--color-secondary,#1c1c1c);background-color:var(--color-light,#fff);font-weight:400;line-height:1.5}ul,ol{list-style:none}a{color:inherit;cursor:pointer;text-decoration:none}a:focus,button:focus{outline:2px solid var(--color-primary,#ff7b00);outline-offset:2px}img,picture,video,canvas,svg{max-width:100%;height:auto;display:block}input,button,textarea,select{font:inherit;background:0 0;border:none;outline:none}button{cursor:pointer}table{border-collapse:collapse;border-spacing:0}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background-color:var(--color-primary,#ff7b00);border-radius:4px}::-webkit-scrollbar-track{background:#f2f2f2}
:root{--color-primary:#ff7b00;--color-secondary:#1c1c1c;--color-light:#fff;--font-base:"Poppins",sans-serif}
html{scroll-behavior:smooth}body{font-family:var(--font-base);background-color:var(--color-light);color:var(--color-secondary);margin:0}
.Header-module__Af2_WG__header{background:var(--bg-header,#fff);z-index:50;border-bottom:1px solid #eee;width:100%;position:-webkit-sticky;position:sticky;top:0}.Header-module__Af2_WG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.5rem 1rem;display:flex}.Header-module__Af2_WG__logo{color:var(--text-color,#222);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;display:flex}.Header-module__Af2_WG__nav{align-items:center;gap:1.5rem;transition:all .3s;display:flex}.Header-module__Af2_WG__nav a{color:var(--text-color,#222);font-weight:500;text-decoration:none;transition:color .2s}.Header-module__Af2_WG__nav a:hover{color:var(--accent-color,#f60)}.Header-module__Af2_WG__btnReserva{background:var(--accent-color,#f60);color:#fff;border-radius:8px;padding:.5rem 1rem;font-weight:600;transition:background .2s}.Header-module__Af2_WG__btnReserva:hover{background:#e85c00}.Header-module__Af2_WG__menuButton{cursor:pointer;background:0 0;border:none;font-size:1.8rem;display:none}@media (max-width:768px){.Header-module__Af2_WG__nav{opacity:0;pointer-events:none;background:#fff;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0;position:absolute;top:70px;left:0;right:0;transform:translateY(-150%)}.Header-module__Af2_WG__navOpen{opacity:1;pointer-events:auto;border-top:1px solid #eee;transform:translateY(0)}.Header-module__Af2_WG__menuButton{display:block}}
.Footer-module__EZoWya__footer{background:var(--bg-footer,#111);color:var(--footer-text,#f5f5f5);padding:3rem 1rem 1rem;font-size:.95rem}.Footer-module__EZoWya__container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.Footer-module__EZoWya__col h4{color:var(--accent-color,#f60);margin-bottom:1rem;font-size:1.1rem}.Footer-module__EZoWya__col ul{margin:0;padding:0;list-style:none}.Footer-module__EZoWya__col ul li{margin-bottom:.5rem}.Footer-module__EZoWya__col ul li a{color:var(--footer-text,#f5f5f5);text-decoration:none;transition:color .2s}.Footer-module__EZoWya__col ul li a:hover{color:var(--accent-color,#f60)}.Footer-module__EZoWya__logo{color:var(--accent-color,#f60);margin-bottom:.8rem;font-size:1.3rem;font-weight:700}.Footer-module__EZoWya__bottom{text-align:center;opacity:.9;border-top:1px solid rgba(255,255,255,.15);margin-top:2rem;padding-top:1rem;font-size:.9rem}.Footer-module__EZoWya__bottom a{color:var(--accent-color,#f60);font-weight:500;text-decoration:none}.Footer-module__EZoWya__bottom a:hover{text-decoration:underline}@media (max-width:768px){.Footer-module__EZoWya__footer{text-align:center}.Footer-module__EZoWya__col h4{margin-top:1rem}}
.BotonWhatsApp-module__jPSVRG__whatsappButton{color:#fff;cursor:pointer;z-index:1000;background-color:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 4px 12px rgba(0,0,0,.2)}.BotonWhatsApp-module__jPSVRG__whatsappButton:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(0,0,0,.25)}@media (max-width:600px){.BotonWhatsApp-module__jPSVRG__whatsappButton{width:50px;height:50px;bottom:15px;right:15px}}
.PromocionPopup-module__MesiiG__overlay{z-index:2000;background:rgba(0,0,0,.7);justify-content:center;align-items:center;padding:1rem;animation:.6s PromocionPopup-module__MesiiG__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.PromocionPopup-module__MesiiG__popup{color:#fff;background:linear-gradient(#ff8c00 0%,#a54b00 100%);border-radius:1.5rem;flex-direction:column;width:95%;max-width:450px;max-height:90vh;padding:1rem 0;animation:.8s forwards PromocionPopup-module__MesiiG__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 0 30px rgba(255,140,0,.4)}.PromocionPopup-module__MesiiG__scrollContent{scrollbar-width:thin;scrollbar-color:orange #5a2b00;padding:0 1.5rem 1.5rem;overflow-y:auto}.PromocionPopup-module__MesiiG__scrollContent::-webkit-scrollbar{width:8px}.PromocionPopup-module__MesiiG__scrollContent::-webkit-scrollbar-thumb{background:orange;border-radius:10px}.PromocionPopup-module__MesiiG__scrollContent::-webkit-scrollbar-track{background:#5a2b00}.PromocionPopup-module__MesiiG__imageWrapper{border-radius:1rem;width:100%;height:550px;margin-bottom:1rem;position:relative;overflow:hidden}.PromocionPopup-module__MesiiG__image{object-fit:cover;border-radius:1rem;box-shadow:0 0 10px rgba(255,255,255,.3)}.PromocionPopup-module__MesiiG__close{color:#fff;cursor:pointer;z-index:10;background:0 0;border:none;font-size:1.4rem;transition:transform .3s;position:absolute;top:.8rem;right:1rem}.PromocionPopup-module__MesiiG__close:hover{color:#ffd8a9;transform:scale(1.2)}.PromocionPopup-module__MesiiG__popup h2{text-align:center;margin-bottom:.5rem;font-size:1.7rem}.PromocionPopup-module__MesiiG__popup p{text-align:center;margin-bottom:1rem;font-size:1rem}.PromocionPopup-module__MesiiG__popup ul{text-align:left;margin:1rem 0 1.5rem;padding:0 1.2rem;font-size:1rem;list-style:none}.PromocionPopup-module__MesiiG__popup li{align-items:center;gap:.4rem;margin-bottom:.6rem;display:flex}.PromocionPopup-module__MesiiG__price{color:#fff5c3;text-align:center;margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.PromocionPopup-module__MesiiG__notice{text-align:center;color:#fff;letter-spacing:1px;background:rgba(255,255,255,.2);border:2px solid #fff5c3;border-radius:8px;margin-bottom:1rem;padding:.4rem .6rem;font-size:1rem;font-weight:700;animation:2s infinite PromocionPopup-module__MesiiG__pulse}.PromocionPopup-module__MesiiG__miniText{color:#ffd8a9;text-align:center;margin-bottom:1rem;font-size:.9rem}.PromocionPopup-module__MesiiG__btnReservar{color:#ff8c00;cursor:pointer;background:#fff;border:none;border-radius:1rem;margin:0 auto;padding:.9rem 2rem;font-weight:700;transition:all .3s;display:block;box-shadow:0 0 15px rgba(255,255,255,.3)}.PromocionPopup-module__MesiiG__btnReservar:hover{color:#fff;background:#ffb733;transform:scale(1.05)}@keyframes PromocionPopup-module__MesiiG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes PromocionPopup-module__MesiiG__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes PromocionPopup-module__MesiiG__pulse{0%{transform:scale(1);box-shadow:0 0 5px #fff}50%{transform:scale(1.05);box-shadow:0 0 15px #fff5c3}to{transform:scale(1);box-shadow:0 0 5px #fff}}@media (max-width:480px){.PromocionPopup-module__MesiiG__imageWrapper{height:450px}.PromocionPopup-module__MesiiG__popup h2{font-size:1.4rem}.PromocionPopup-module__MesiiG__price{font-size:1.15rem}}
