.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:.5;--rdp-outside-opacity:.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:.75;--rdp-weekday-padding:.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:.3s;--rdp-animation_timing:cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{box-sizing:border-box;position:relative}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{cursor:pointer;font:inherit;color:inherit;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);background:0 0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;white-space:nowrap;border:0;align-items:center;display:inline-flex;position:relative}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{cursor:pointer;font:inherit;color:inherit;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform-origin:50%;transform:rotate(180deg)}.rdp-dropdowns{align-items:center;gap:var(--rdp-dropdown-gap);display:inline-flex;position:relative}.rdp-dropdown{z-index:2;opacity:0;appearance:none;width:100%;cursor:inherit;line-height:inherit;border:none;margin:0;padding:0;position:absolute;inset-block:0;inset-inline-start:0}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{height:var(--rdp-nav-height);align-content:center;font-size:large;font-weight:700;display:flex}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{inset-inline-start:0;height:var(--rdp-nav-height);display:inline-flex;position:absolute;top:0}.rdp-root[data-nav-layout=around] .rdp-button_next{inset-inline-end:0;height:var(--rdp-nav-height);justify-content:center;display:inline-flex;position:absolute;top:0}.rdp-months{gap:var(--rdp-months-gap);flex-wrap:wrap;max-width:fit-content;display:flex;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{height:var(--rdp-nav-height);align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform);font-size:smaller;font-weight:500}.rdp-week_number{opacity:var(--rdp-week_number-opacity);height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align);font-size:small;font-weight:400}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}
.BookingWidget-module__7HEOyq__loader{text-align:center;color:var(--gray-800);padding:3rem}.BookingWidget-module__7HEOyq__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0a1e28bf;justify-content:center;align-items:center;padding:1rem;animation:.2s BookingWidget-module__7HEOyq__fadeIn;display:flex;position:fixed;inset:0}@keyframes BookingWidget-module__7HEOyq__fadeIn{0%{opacity:0}to{opacity:1}}.BookingWidget-module__7HEOyq__modalBox{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:460px;padding:3rem 2.5rem;animation:.25s cubic-bezier(.4,0,.2,1) BookingWidget-module__7HEOyq__slideUp;box-shadow:0 30px 60px #0000004d}@keyframes BookingWidget-module__7HEOyq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.BookingWidget-module__7HEOyq__modalIcon{margin-bottom:1rem;font-size:3rem}.BookingWidget-module__7HEOyq__modalTitle{font-family:var(--font-serif);color:var(--gray-800);margin-bottom:1rem;font-size:1.75rem}.BookingWidget-module__7HEOyq__modalMsg{color:var(--gray-800);margin-bottom:.75rem;font-size:1.05rem;line-height:1.6}.BookingWidget-module__7HEOyq__modalSub{color:#666;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.BookingWidget-module__7HEOyq__modalCloseBtn{background:linear-gradient(135deg, var(--accent), var(--accent-dark));color:#fff;border-radius:8px;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:opacity .2s}.BookingWidget-module__7HEOyq__modalCloseBtn:hover{opacity:.9}.BookingWidget-module__7HEOyq__widgetContainer{background:#fff;border-radius:12px;flex-wrap:wrap;gap:3rem;max-width:1100px;margin:0 auto;padding:3rem;display:flex;box-shadow:0 20px 40px #0000000d}.BookingWidget-module__7HEOyq__calendarSection{border-right:1px solid var(--gray-200);flex:1;justify-content:center;min-width:320px;padding-right:2rem;display:flex}@media (max-width:800px){.BookingWidget-module__7HEOyq__calendarSection{border-right:none;border-bottom:1px solid var(--gray-200);padding-bottom:2rem;padding-right:0}}.BookingWidget-module__7HEOyq__summarySection{flex-direction:column;flex:1;min-width:300px;display:flex}.BookingWidget-module__7HEOyq__summaryTitle{font-family:var(--font-serif);color:var(--gray-800);margin-bottom:2rem;font-size:2rem}.BookingWidget-module__7HEOyq__details{background-color:var(--background);border:1px solid var(--gray-200);border-radius:8px;flex-direction:column;gap:1rem;padding:2rem;display:flex}.BookingWidget-module__7HEOyq__row{color:var(--gray-800);justify-content:space-between;font-size:1.05rem;display:flex}.BookingWidget-module__7HEOyq__divider{background-color:var(--gray-300);height:1px;margin:1rem 0}.BookingWidget-module__7HEOyq__totalRow{color:var(--foreground);justify-content:space-between;font-size:1.5rem;font-weight:600;display:flex}.BookingWidget-module__7HEOyq__disclaimer{color:var(--gray-800);opacity:.7;margin-top:1rem;font-size:.8rem;line-height:1.4}.BookingWidget-module__7HEOyq__emptyState{background-color:var(--background);border:1px dashed var(--gray-300);text-align:center;color:var(--gray-800);border-radius:8px;padding:2.5rem;font-size:1.1rem;line-height:1.6}.BookingWidget-module__7HEOyq__whatsappBtn{background:var(--accent);color:#fff;letter-spacing:.5px;border-radius:8px;width:100%;margin-top:1.5rem;padding:1.2rem;font-size:1rem;font-weight:600;transition:all .25s;box-shadow:0 4px 12px #2a7f8a4d}.BookingWidget-module__7HEOyq__whatsappBtn:hover:not(:disabled){background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 8px 20px #2a7f8a66}.BookingWidget-module__7HEOyq__whatsappBtn:disabled{opacity:.45;cursor:not-allowed;transform:none}.BookingWidget-module__7HEOyq__premiumCalendar{margin:0!important}.BookingWidget-module__7HEOyq__selectedDate{background-color:var(--accent-dark)!important;color:#fff!important}.BookingWidget-module__7HEOyq__rangeMiddle{opacity:.5;background-color:var(--accent)!important;color:#fff!important}
.GallerySection-module__a5c5NG__section{background:var(--background);padding:7rem 5%}.GallerySection-module__a5c5NG__header{text-align:center;max-width:700px;margin:0 auto 4rem}.GallerySection-module__a5c5NG__title{font-family:var(--font-serif);color:var(--foreground);margin-bottom:1rem;font-size:3.5rem}.GallerySection-module__a5c5NG__desc{color:#666;font-size:1.1rem;line-height:1.7}.GallerySection-module__a5c5NG__masonryGrid{columns:4 200px;column-gap:1rem}@media (max-width:900px){.GallerySection-module__a5c5NG__masonryGrid{columns:2 200px}}@media (max-width:520px){.GallerySection-module__a5c5NG__masonryGrid{columns:1}}.GallerySection-module__a5c5NG__item{break-inside:avoid;cursor:pointer;border-radius:10px;margin-bottom:1rem;position:relative;overflow:hidden}.GallerySection-module__a5c5NG__img{width:100%;transition:transform .4s;display:block}.GallerySection-module__a5c5NG__overlay{background:#0a1e2800;justify-content:center;align-items:center;transition:background .3s;display:flex;position:absolute;inset:0}.GallerySection-module__a5c5NG__item:hover .GallerySection-module__a5c5NG__overlay{background:#0a1e2866}.GallerySection-module__a5c5NG__item:hover .GallerySection-module__a5c5NG__img{transform:scale(1.04)}.GallerySection-module__a5c5NG__zoomIcon{color:#fff;opacity:0;font-size:2rem;transition:opacity .3s}.GallerySection-module__a5c5NG__item:hover .GallerySection-module__a5c5NG__zoomIcon{opacity:1}.GallerySection-module__a5c5NG__lightboxOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3000;background:#050f14f2;justify-content:center;align-items:center;padding:2rem;animation:.2s GallerySection-module__a5c5NG__fadeIn;display:flex;position:fixed;inset:0}@keyframes GallerySection-module__a5c5NG__fadeIn{0%{opacity:0}to{opacity:1}}.GallerySection-module__a5c5NG__lightboxImg{object-fit:contain;border-radius:8px;max-width:85vw;max-height:85vh;box-shadow:0 40px 80px #0009}.GallerySection-module__a5c5NG__navBtn{color:#fff;background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:3rem;line-height:1;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.GallerySection-module__a5c5NG__navBtn:hover{background:#ffffff40}.GallerySection-module__a5c5NG__navPrev{left:1.5rem}.GallerySection-module__a5c5NG__navNext{right:1.5rem}.GallerySection-module__a5c5NG__closeBtn{color:#fff;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;transition:background .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.GallerySection-module__a5c5NG__closeBtn:hover{background:#ffffff4d}.GallerySection-module__a5c5NG__counter{color:#ffffffb3;background:#0006;border-radius:99px;padding:.4rem 1rem;font-size:.9rem;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}
.LocationSection-module__U0d0WG__section{background:#fff;padding:7rem 5%}.LocationSection-module__U0d0WG__container{grid-template-columns:1fr 1.5fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.LocationSection-module__U0d0WG__content{flex-direction:column;gap:1.5rem;display:flex}.LocationSection-module__U0d0WG__title{font-family:var(--font-serif);color:var(--gray-800);font-size:3rem}.LocationSection-module__U0d0WG__desc{color:#666;font-size:1.15rem;line-height:1.7}.LocationSection-module__U0d0WG__address{color:var(--accent-dark);flex-direction:column;gap:.5rem;font-size:1.1rem;font-weight:600;display:flex}.LocationSection-module__U0d0WG__mapContainer{border:1px solid var(--gray-200);border-radius:20px;height:480px;overflow:hidden;box-shadow:0 20px 50px #0000001a}@media (max-width:900px){.LocationSection-module__U0d0WG__container{text-align:center;grid-template-columns:1fr;gap:3rem}.LocationSection-module__U0d0WG__mapContainer{height:350px}}
.calendario-module__j6Bp-a__container{max-width:1100px}.calendario-module__j6Bp-a__title{font-family:var(--font-serif);color:var(--gray-800);margin-bottom:.5rem;font-size:2.5rem}.calendario-module__j6Bp-a__subtitle{color:#666;margin-bottom:2.5rem;font-size:1rem}.calendario-module__j6Bp-a__calendarWrapper{background:#fff;border-radius:12px;padding:2rem;display:inline-block;box-shadow:0 4px 20px #0000000d}.calendario-module__j6Bp-a__picker .rdp-day_selected{color:#fff!important;background-color:#ef4444!important;border-radius:50%!important}.calendario-module__j6Bp-a__footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;display:flex}.calendario-module__j6Bp-a__legend{color:var(--gray-800);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.calendario-module__j6Bp-a__blockedDot{background-color:#ef4444;border-radius:50%;width:18px;height:18px;display:inline-block}.calendario-module__j6Bp-a__saveBtn{background-color:var(--accent);color:#fff;border-radius:8px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:background-color .2s}.calendario-module__j6Bp-a__saveBtn:hover:not(:disabled){background-color:var(--accent-dark)}.calendario-module__j6Bp-a__saveBtn:disabled{opacity:.6;cursor:not-allowed}.calendario-module__j6Bp-a__successMsg{color:#15803d;margin-right:1.5rem;font-weight:500}
