.BookingCard-module__1z94dq__card{-webkit-backdrop-filter:blur(20px);background:#0d2540a6;border:1px solid #c1dfe914;border-radius:1.25rem;margin-bottom:12px;padding:28px;box-shadow:0 8px 40px #0b142099,inset 0 1px #ffffff08}.BookingCard-module__1z94dq__header{border-top:1px solid #c1dfe90f;margin-top:20px;margin-bottom:16px;padding-top:18px}.BookingCard-module__1z94dq__priceMain{font-family:var(--font-display);color:var(--white);letter-spacing:-.5px;margin-bottom:2px;font-size:40px;font-weight:300;line-height:1}.BookingCard-module__1z94dq__priceMain span{color:var(--text-muted);font-size:13px;font-family:var(--font-body);letter-spacing:.3px;font-weight:300}.BookingCard-module__1z94dq__priceSub{color:var(--text-muted);letter-spacing:.2px;margin-top:6px;font-size:11px}.BookingCard-module__1z94dq__dateRow{grid-template-columns:1fr 1fr;gap:7px;margin-bottom:7px;display:grid}.BookingCard-module__1z94dq__field{cursor:pointer;background:#0b142073;border:1px solid #c1dfe914;border-radius:.875rem;min-width:0;padding:10px 14px;transition:border-color .4s cubic-bezier(.32,.72,0,1);display:block;overflow:hidden}.BookingCard-module__1z94dq__field:hover,.BookingCard-module__1z94dq__field:focus-within{border-color:#b8976a4d}.BookingCard-module__1z94dq__fieldLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--ouro);opacity:.75;margin-bottom:5px;font-size:9px;font-weight:500;display:block}.BookingCard-module__1z94dq__fieldInput{font-family:var(--font-body);color:var(--espuma);cursor:pointer;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;appearance:none;background:0 0;border:none;outline:none;width:100%;min-width:0;max-width:100%;font-size:12px}.BookingCard-module__1z94dq__fieldInput option{background:var(--profundo)}.BookingCard-module__1z94dq__btnPrimary{background:var(--ouro);width:100%;color:var(--abissal);font-family:var(--font-body);letter-spacing:2px;text-transform:uppercase;cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:12px;padding:14px 28px;font-size:12px;font-weight:500;transition:all .5s cubic-bezier(.32,.72,0,1);display:flex}.BookingCard-module__1z94dq__btnPrimary:hover{background:var(--areia);transform:translateY(-2px)}.BookingCard-module__1z94dq__btnPrimary:active{transform:scale(.98)}.BookingCard-module__1z94dq__btnWhatsapp{background:var(--ouro);width:100%;color:var(--abissal);font-family:var(--font-body);letter-spacing:2px;text-transform:uppercase;cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:12px;margin-top:0;padding:14px 28px;font-size:12px;font-weight:500;text-decoration:none;transition:all .5s cubic-bezier(.32,.72,0,1);display:flex}.BookingCard-module__1z94dq__btnWhatsapp:hover{background:var(--areia);transform:translateY(-2px)}.BookingCard-module__1z94dq__btnWhatsapp:active{transform:scale(.98)}.BookingCard-module__1z94dq__btnWhatsapp:disabled{opacity:.35;cursor:not-allowed;transform:none}.BookingCard-module__1z94dq__btnWhatsapp:disabled:hover{background:var(--ouro);transform:none}.BookingCard-module__1z94dq__helperText{text-align:center;color:var(--ouro);opacity:.7;letter-spacing:.3px;margin-top:10px;font-size:10px}.BookingCard-module__1z94dq__btnArrow{background:#0b142033;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;transition:transform .5s cubic-bezier(.32,.72,0,1);display:flex}.BookingCard-module__1z94dq__btnWhatsapp:hover .BookingCard-module__1z94dq__btnArrow{transform:translate(3px)translateY(-2px)}.BookingCard-module__1z94dq__divider{background:#c1dfe912;height:1px;margin:18px 0}.BookingCard-module__1z94dq__breakdown{list-style:none}.BookingCard-module__1z94dq__breakdown li{color:var(--text-muted);letter-spacing:.2px;justify-content:space-between;padding:4px 0;font-size:11px;display:flex}.BookingCard-module__1z94dq__total{border-top:1px solid #c1dfe912;color:var(--white)!important;margin-top:8px!important;padding-top:12px!important;font-size:12px!important;font-weight:500!important}.BookingCard-module__1z94dq__dateError{color:#ff8787;letter-spacing:.3px;margin-bottom:7px;font-size:10px}.BookingCard-module__1z94dq__verRoteiros{text-align:center;margin-top:12px}.BookingCard-module__1z94dq__verRoteirosLink{cursor:pointer;font-family:var(--font-body);color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase;background:0 0;border:none;padding:0;font-size:10px;transition:color .3s cubic-bezier(.32,.72,0,1)}.BookingCard-module__1z94dq__verRoteirosLink:hover{color:var(--espuma)}@media (max-width:900px){.BookingCard-module__1z94dq__card{display:none}}.BookingCard-module__1z94dq__calendarWrapper{position:relative}.BookingCard-module__1z94dq__calendarDropdown{z-index:999;-webkit-backdrop-filter:blur(20px);background:#0d2540f7;border:1px solid #c1dfe91a;border-radius:1rem;padding:8px;animation:.15s BookingCard-module__1z94dq__calFadeIn;position:absolute;top:calc(100% + 4px);left:0;right:0;box-shadow:0 16px 48px #0009}.BookingCard-module__1z94dq__calendarDropdownFlip{animation:.15s BookingCard-module__1z94dq__calFadeInFlip;top:auto;bottom:calc(100% + 4px)}@keyframes BookingCard-module__1z94dq__calFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes BookingCard-module__1z94dq__calFadeInFlip{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.BookingCard-module__1z94dq__steps{align-items:center;gap:8px;margin-bottom:18px;display:flex}.BookingCard-module__1z94dq__stepDot{background:#c1dfe926;border-radius:50%;width:8px;height:8px;transition:all .4s cubic-bezier(.32,.72,0,1)}.BookingCard-module__1z94dq__stepDotActive{background:var(--ouro);box-shadow:0 0 8px #b8976a66}.BookingCard-module__1z94dq__stepDotDone{background:var(--ouro);opacity:.5}.BookingCard-module__1z94dq__stepLine{background:#c1dfe914;flex:1;height:1px}.BookingCard-module__1z94dq__roteiroChip{color:var(--ouro);letter-spacing:.3px;background:#b8976a1f;border:1px solid #b8976a40;border-radius:9999px;align-items:center;gap:8px;margin-bottom:10px;padding:6px 12px 6px 14px;font-size:11px;animation:.3s cubic-bezier(.32,.72,0,1) BookingCard-module__1z94dq__chipIn;display:inline-flex}@keyframes BookingCard-module__1z94dq__chipIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.BookingCard-module__1z94dq__roteiroChipClose{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-size:14px;line-height:1;transition:color .2s;display:flex}.BookingCard-module__1z94dq__roteiroChipClose:hover{color:var(--espuma)}.BookingCard-module__1z94dq__dateDisplay{color:var(--espuma);background:#b8976a14;border:1px solid #b8976a26;border-radius:.875rem;justify-content:space-between;align-items:center;margin-bottom:10px;padding:10px 14px;font-size:12px;animation:.3s cubic-bezier(.32,.72,0,1) BookingCard-module__1z94dq__chipIn;display:flex}.BookingCard-module__1z94dq__dateDisplayLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--ouro);opacity:.75;margin-bottom:4px;font-size:9px;font-weight:500;display:block}.BookingCard-module__1z94dq__dateDisplayChange{color:var(--ouro);cursor:pointer;font-size:10px;font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;background:0 0;border:none;padding:0;transition:color .2s}.BookingCard-module__1z94dq__dateDisplayChange:hover{color:var(--espuma)}.BookingCard-module__1z94dq__stepContent{animation:.35s cubic-bezier(.32,.72,0,1) BookingCard-module__1z94dq__stepFadeIn}@keyframes BookingCard-module__1z94dq__stepFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.BookingCard-module__1z94dq__dayPicker{color:var(--white);--rdp-accent-color:var(--ouro);--rdp-accent-background-color:#b8976a26;--rdp-day-height:32px;--rdp-day-width:32px;--rdp-day_button-height:30px;--rdp-day_button-width:30px;--rdp-day_button-border-radius:9999px;--rdp-today-color:var(--ouro);--rdp-disabled-opacity:.3;--rdp-outside-opacity:.3;--rdp-nav_button-height:1.75rem;--rdp-nav_button-width:1.75rem;--rdp-nav-height:2.25rem}.BookingCard-module__1z94dq__dayPicker .rdp-root{font-family:var(--font-body);max-width:100%;font-size:12px}.BookingCard-module__1z94dq__dayPicker .rdp-months{width:100%}.BookingCard-module__1z94dq__dayPicker .rdp-month{width:100%}.BookingCard-module__1z94dq__dayPicker .rdp-month_grid{width:100%}.BookingCard-module__1z94dq__dayPicker .rdp-month_caption{color:var(--ouro);height:2.25rem;font-size:13px;font-weight:600}.BookingCard-module__1z94dq__dayPicker .rdp-weekday{color:var(--ouro);text-transform:uppercase;opacity:1;font-size:10px;font-weight:600}.BookingCard-module__1z94dq__dayPicker .rdp-day_button{border-radius:9999px;transition:background .15s,color .15s}.BookingCard-module__1z94dq__dayPicker .rdp-day_button:hover{background:#b8976a33}.BookingCard-module__1z94dq__dayPicker .rdp-selected .rdp-day_button{background:var(--ouro);color:var(--abissal);border-color:var(--ouro);font-weight:600}.BookingCard-module__1z94dq__dayPicker .rdp-today:not(.rdp-outside) .rdp-day_button{border:1px solid var(--ouro);color:var(--ouro)}.BookingCard-module__1z94dq__dayPicker .rdp-disabled{cursor:not-allowed;text-decoration:line-through}.BookingCard-module__1z94dq__dayPicker .rdp-chevron{fill:var(--ouro)}:is(.BookingCard-module__1z94dq__dayPicker .rdp-button_next,.BookingCard-module__1z94dq__dayPicker .rdp-button_previous){color:var(--ouro)}:is(.BookingCard-module__1z94dq__dayPicker .rdp-button_next:hover,.BookingCard-module__1z94dq__dayPicker .rdp-button_previous:hover){background:#b8976a26;border-radius:9999px}
.SpecsGrid-module__ihEvlW__grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.SpecsGrid-module__ihEvlW__card{background:#0d25404d;border:1px solid #c1dfe914;border-radius:1rem;padding:18px 16px;transition:border-color .25s,background .25s,box-shadow .25s}.SpecsGrid-module__ihEvlW__card:hover{background:#2a8bbf0f;border-color:#2a8bbf4d;box-shadow:0 4px 20px -6px #2a8bbf26}.SpecsGrid-module__ihEvlW__label{letter-spacing:2px;text-transform:uppercase;color:#c1dfe9b3;margin-bottom:5px;font-size:9px;font-weight:500}.SpecsGrid-module__ihEvlW__value{color:var(--white);font-size:14px}.SpecsGrid-module__ihEvlW__tagYes{color:var(--horizonte);background:#2a8bbf26;border:1px solid #2a8bbf40;border-radius:9999px;padding:3px 11px;font-size:10px;font-weight:500;display:inline-block}.SpecsGrid-module__ihEvlW__tagNo{color:#c1dfe9a6;background:#c1dfe90d;border:1px solid #c1dfe914;border-radius:9999px;padding:3px 11px;font-size:10px;font-weight:500;display:inline-block}@media (max-width:560px){.SpecsGrid-module__ihEvlW__grid{grid-template-columns:1fr 1fr}}
.AmenitiesGrid-module__z3VDua__grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.AmenitiesGrid-module__z3VDua__item{color:var(--white);border:1px solid #c1dfe90f;border-radius:9999px;align-items:center;gap:12px;padding:10px 16px;font-size:13px;transition:border-color .25s,background .25s;display:flex}.AmenitiesGrid-module__z3VDua__item:hover{background:#c1dfe908;border-color:#c1dfe924}.AmenitiesGrid-module__z3VDua__icon{color:#c1dfe9e6;flex-shrink:0}.AmenitiesGrid-module__z3VDua__unavailable{opacity:.3}.AmenitiesGrid-module__z3VDua__unavailable:hover{background:0 0!important;border-color:#c1dfe90f!important}.AmenitiesGrid-module__z3VDua__verMaisWrap{justify-content:flex-start;margin-top:20px;display:flex}.AmenitiesGrid-module__z3VDua__verMaisBtn{color:var(--white);font-size:13px;font-family:var(--font-body);letter-spacing:.3px;cursor:pointer;background:0 0;border:1px solid #c1dfe940;border-radius:999px;padding:10px 22px;transition:background .2s,border-color .2s}.AmenitiesGrid-module__z3VDua__verMaisBtn:hover{background:#c1dfe90f;border-color:#c1dfe966}.AmenitiesGrid-module__z3VDua__overlay{-webkit-backdrop-filter:blur(6px);z-index:1000;background:#000000b8;justify-content:center;align-items:center;padding:24px;animation:.2s AmenitiesGrid-module__z3VDua__fadeIn;display:flex;position:fixed;inset:0}@keyframes AmenitiesGrid-module__z3VDua__fadeIn{0%{opacity:0}to{opacity:1}}.AmenitiesGrid-module__z3VDua__modal{background:#0a1f36;border:1px solid #c1dfe91a;border-radius:1.25rem;flex-direction:column;width:100%;max-width:640px;max-height:85vh;display:flex;overflow:hidden}.AmenitiesGrid-module__z3VDua__modalHeader{border-bottom:1px solid #c1dfe914;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.AmenitiesGrid-module__z3VDua__modalTitle{font-family:var(--font-title,var(--font-body));color:var(--white);letter-spacing:.3px;margin:0;font-size:16px;font-weight:500}.AmenitiesGrid-module__z3VDua__closeBtn{color:var(--white);cursor:pointer;background:0 0;border:1px solid #c1dfe926;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;transition:background .2s,border-color .2s;display:flex}.AmenitiesGrid-module__z3VDua__closeBtn:hover{background:#c1dfe914;border-color:#c1dfe94d}.AmenitiesGrid-module__z3VDua__modalBody{grid-template-columns:1fr 1fr;gap:12px;padding:20px 24px 28px;display:grid;overflow-y:auto}.AmenitiesGrid-module__z3VDua__modalBody::-webkit-scrollbar{width:8px}.AmenitiesGrid-module__z3VDua__modalBody::-webkit-scrollbar-track{background:0 0}.AmenitiesGrid-module__z3VDua__modalBody::-webkit-scrollbar-thumb{background:#c1dfe926;border-radius:4px}.AmenitiesGrid-module__z3VDua__modalBody::-webkit-scrollbar-thumb:hover{background:#c1dfe940}@media (max-width:560px){.AmenitiesGrid-module__z3VDua__grid,.AmenitiesGrid-module__z3VDua__modalBody{grid-template-columns:1fr}.AmenitiesGrid-module__z3VDua__modal{border-radius:1rem;max-height:calc(92vh - 30px)}.AmenitiesGrid-module__z3VDua__modalHeader{padding:14px 18px}.AmenitiesGrid-module__z3VDua__modalBody{padding:16px 18px 22px}.AmenitiesGrid-module__z3VDua__overlay{padding:12px}}
.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(../media/layers.1220hx8ja1.sy.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../media/layers-2x.0olxl6i2vnf_c.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(../media/marker-icon.0i9~u_difxrfa.png)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
.MapaRoteiroInline-module__5v3A8a__wrapper{border:1px solid #c1dfe91a;border-radius:12px;width:100%;height:260px;overflow:hidden}.MapaRoteiroInline-module__5v3A8a__map{width:100%;height:100%}.MapaRoteiroInline-module__5v3A8a__placeholder{width:100%;height:100%;color:var(--gray);font-size:12px;font-family:var(--font-body);letter-spacing:.5px;background:#f0f3f699;justify-content:center;align-items:center;display:flex}.MapaRoteiroInline-module__5v3A8a__markerSaida,.MapaRoteiroInline-module__5v3A8a__markerDestino,.MapaRoteiroInline-module__5v3A8a__markerParada{background:0 0!important;border:none!important}.MapaRoteiroInline-module__5v3A8a__markerPin{filter:drop-shadow(0 2px 4px #0003);border-radius:50%;justify-content:center;align-items:center;font-size:16px;line-height:1;display:flex}.MapaRoteiroInline-module__5v3A8a__pinSaida{background:var(--ouro);border:2px solid #fff;width:32px;height:32px;box-shadow:0 2px 8px #b8976a66}.MapaRoteiroInline-module__5v3A8a__pinDestino{background:var(--horizonte);border:2px solid #fff;width:32px;height:32px;box-shadow:0 2px 8px #2a8bbf66}.MapaRoteiroInline-module__5v3A8a__pinParada{background:var(--profundo);border:2px solid #fff;width:14px;height:14px;box-shadow:0 1px 4px #00000040}.MapaRoteiroInline-module__5v3A8a__popup{flex-direction:column;gap:4px;display:flex}.MapaRoteiroInline-module__5v3A8a__popupTitle{font-family:var(--font-display);color:var(--profundo);font-size:14px;font-weight:400}.MapaRoteiroInline-module__5v3A8a__popupTagSaida{letter-spacing:1.2px;text-transform:uppercase;color:var(--ouro);font-size:9px;font-weight:600}.MapaRoteiroInline-module__5v3A8a__popupTagDestino{letter-spacing:1.2px;text-transform:uppercase;color:var(--horizonte);font-size:9px;font-weight:600}.leaflet-popup-content-wrapper{background:#fff;border:1px solid #0000000f;border-radius:10px;box-shadow:0 4px 16px #0000001f}.leaflet-popup-tip{background:#fff}.leaflet-popup-content{font-family:var(--font-body);margin:10px 14px}.leaflet-popup-close-button{color:#999!important}.leaflet-popup-close-button:hover{color:#333!important}
.RoteirosSection-module__lYlnwq__list{flex-direction:column;gap:12px;display:flex}.RoteirosSection-module__lYlnwq__card{font-family:var(--font-body);background:#0d254038;border:1px solid #c1dfe912;border-radius:14px;transition:border-color .4s cubic-bezier(.32,.72,0,1),background .4s cubic-bezier(.32,.72,0,1),box-shadow .4s cubic-bezier(.32,.72,0,1);overflow:hidden}.RoteirosSection-module__lYlnwq__card:hover{border-color:#2a8bbf33;box-shadow:0 12px 40px -12px #00000059}.RoteirosSection-module__lYlnwq__destaque{border-color:#b8976a2e}.RoteirosSection-module__lYlnwq__destaque:hover{border-color:#b8976a59}.RoteirosSection-module__lYlnwq__selected{background:#2a8bbf0a;border-color:#2a8bbf66!important}.RoteirosSection-module__lYlnwq__cardInner{align-items:stretch;display:flex}.RoteirosSection-module__lYlnwq__content{cursor:pointer;text-align:left;min-width:0;color:inherit;font:inherit;background:0 0;border:none;flex:1;padding:20px 24px;transition:background .3s cubic-bezier(.32,.72,0,1)}.RoteirosSection-module__lYlnwq__content:hover{background:#c1dfe905}.RoteirosSection-module__lYlnwq__headerRow{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.RoteirosSection-module__lYlnwq__headerLeft{flex:1;min-width:0}.RoteirosSection-module__lYlnwq__badge{color:var(--ouro);letter-spacing:1.8px;text-transform:uppercase;background:#b8976a1a;border:1px solid #b8976a38;border-radius:9999px;margin-bottom:10px;padding:3px 12px;font-size:9px;font-weight:500;display:inline-block}.RoteirosSection-module__lYlnwq__badgeSelected{color:var(--horizonte);letter-spacing:1.8px;text-transform:uppercase;background:#2a8bbf1a;border:1px solid #2a8bbf40;border-radius:9999px;margin-bottom:10px;padding:3px 12px;font-size:9px;font-weight:500;display:inline-block}.RoteirosSection-module__lYlnwq__name{font-family:var(--font-display);color:var(--white);text-overflow:ellipsis;white-space:nowrap;margin:0 0 10px;font-size:21px;font-weight:300;line-height:1.2;overflow:hidden}.RoteirosSection-module__lYlnwq__details{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.RoteirosSection-module__lYlnwq__detail{color:#c1dfe9bf;letter-spacing:.2px;white-space:nowrap;align-items:center;gap:5px;font-size:12.5px;display:inline-flex}.RoteirosSection-module__lYlnwq__detail svg{color:#c1dfe959;flex-shrink:0}.RoteirosSection-module__lYlnwq__detailDot{color:#c1dfe926;-webkit-user-select:none;user-select:none;font-size:14px;line-height:1}.RoteirosSection-module__lYlnwq__chevron{color:var(--gray);opacity:.4;flex-shrink:0;margin-top:6px;transition:transform .35s cubic-bezier(.32,.72,0,1),opacity .3s}.RoteirosSection-module__lYlnwq__content:hover .RoteirosSection-module__lYlnwq__chevron{opacity:.7}.RoteirosSection-module__lYlnwq__chevronOpen{opacity:.7;transform:rotate(180deg)}.RoteirosSection-module__lYlnwq__descricaoWrap{border-top:1px solid #c1dfe90a;margin-top:14px;padding-top:14px}.RoteirosSection-module__lYlnwq__descricaoTruncada{color:#c1dfe9bf;letter-spacing:.2px;-webkit-line-clamp:2;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;-webkit-box-orient:vertical;max-width:60ch;margin:0;font-size:12.5px;line-height:1.6;display:-webkit-box;overflow:hidden}.RoteirosSection-module__lYlnwq__descricaoExpanded{border-top-color:#c1dfe90f}.RoteirosSection-module__lYlnwq__descricaoFull{max-width:600px}.RoteirosSection-module__lYlnwq__descricaoFull p{color:#c1dfe9bf;letter-spacing:.2px;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:70ch;margin:0 0 12px;font-size:12.5px;line-height:1.6}.RoteirosSection-module__lYlnwq__descricaoFull p:last-child{margin-bottom:0}.RoteirosSection-module__lYlnwq__pontos{border-top:1px solid #c1dfe90d;margin-top:22px;padding-top:20px}.RoteirosSection-module__lYlnwq__pontosLabel{letter-spacing:2.5px;text-transform:uppercase;color:#c1dfe9b3;margin-bottom:14px;font-size:9px;font-weight:500}.RoteirosSection-module__lYlnwq__pontosList{border-left:1px solid #c1dfe914;flex-direction:column;gap:0;margin-left:10px;padding-left:0;list-style:none;display:flex}.RoteirosSection-module__lYlnwq__ponto{align-items:center;gap:14px;padding:10px 0 10px 20px;display:flex;position:relative}.RoteirosSection-module__lYlnwq__ponto:before{content:"";background:var(--horizonte);border:1.5px solid var(--profundo);border-radius:50%;width:7px;height:7px;position:absolute;top:50%;left:-4px;transform:translateY(-50%)}.RoteirosSection-module__lYlnwq__ponto:first-child:before{background:var(--ouro)}.RoteirosSection-module__lYlnwq__ponto:last-child:before{background:var(--espuma)}.RoteirosSection-module__lYlnwq__pontoNum{color:var(--horizonte);letter-spacing:.5px;opacity:.6;min-width:20px;font-size:10px;font-weight:500}.RoteirosSection-module__lYlnwq__pontoNome{color:var(--white);letter-spacing:.15px;font-size:14px;font-weight:300}.RoteirosSection-module__lYlnwq__pontoSaida:before{background:var(--ouro)!important}.RoteirosSection-module__lYlnwq__pontoSaidaTag{letter-spacing:1.5px;text-transform:uppercase;color:var(--ouro);vertical-align:middle;background:#b8976a1a;border:1px solid #b8976a33;border-radius:9999px;margin-left:10px;padding:2px 10px;font-size:9px;font-weight:500;display:inline-block}.RoteirosSection-module__lYlnwq__miniMap{border-top:1px solid #c1dfe90d;border-radius:10px;margin-top:18px;padding-top:18px;overflow:hidden}.RoteirosSection-module__lYlnwq__miniMapIframe{border:none;border-radius:10px;width:100%;height:300px}.RoteirosSection-module__lYlnwq__miniMapLink{letter-spacing:.8px;text-transform:uppercase;color:var(--horizonte);align-items:center;gap:6px;margin-top:10px;font-size:11px;font-weight:500;text-decoration:none;transition:color .3s cubic-bezier(.32,.72,0,1);display:inline-flex}.RoteirosSection-module__lYlnwq__miniMapLink:hover{color:var(--espuma)}.RoteirosSection-module__lYlnwq__miniMapArrow{font-size:13px;transition:transform .3s cubic-bezier(.32,.72,0,1)}.RoteirosSection-module__lYlnwq__miniMapLink:hover .RoteirosSection-module__lYlnwq__miniMapArrow{transform:translate(2px,-2px)}.RoteirosSection-module__lYlnwq__verMenos{color:#c1dfe9b3;opacity:.7;letter-spacing:.5px;margin-top:16px;font-size:11px;display:block}.RoteirosSection-module__lYlnwq__action{border-left:1px solid #c1dfe90f;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:16px;min-width:150px;padding:20px 28px;display:flex}.RoteirosSection-module__lYlnwq__price{text-align:center}.RoteirosSection-module__lYlnwq__price strong{font-family:var(--font-display);color:var(--white);font-size:26px;font-weight:300;line-height:1;display:block}.RoteirosSection-module__lYlnwq__price span{color:var(--gray);letter-spacing:.3px;margin-top:4px;font-size:11px;display:block}.RoteirosSection-module__lYlnwq__btnSelecionar{color:var(--horizonte);font-family:var(--font-body);letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #2a8bbf4d;border-radius:9999px;padding:9px 22px;font-size:10px;font-weight:500;transition:background .4s cubic-bezier(.32,.72,0,1),border-color .4s cubic-bezier(.32,.72,0,1),color .3s,transform .3s cubic-bezier(.32,.72,0,1)}.RoteirosSection-module__lYlnwq__btnSelecionar:hover{color:var(--espuma);background:#2a8bbf14;border-color:#2a8bbf80;transform:translateY(-1px)}.RoteirosSection-module__lYlnwq__btnSelecionar:active{transform:scale(.97)}.RoteirosSection-module__lYlnwq__selectedLabel{letter-spacing:1px;color:var(--horizonte);white-space:nowrap;background:#2a8bbf14;border:1px solid #2a8bbf33;border-radius:9999px;padding:8px 18px;font-size:10px;font-weight:500}@media (max-width:640px){.RoteirosSection-module__lYlnwq__cardInner{flex-direction:column}.RoteirosSection-module__lYlnwq__action{min-width:unset;border-top:1px solid #c1dfe90f;border-left:none;flex-direction:row;justify-content:space-between;align-items:center;padding:16px 24px}.RoteirosSection-module__lYlnwq__price{text-align:left}.RoteirosSection-module__lYlnwq__price strong{font-size:22px}.RoteirosSection-module__lYlnwq__content{padding:18px 20px}.RoteirosSection-module__lYlnwq__name{font-size:18px}}
.ReviewsSection-module__VpSirW__grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.ReviewsSection-module__VpSirW__card{background:#0d254047;border:1px solid #c1dfe912;border-radius:1.25rem;padding:22px;transition:border-color .25s,box-shadow .25s}.ReviewsSection-module__VpSirW__card:hover{border-color:#c1dfe924;box-shadow:0 8px 28px -8px #00000059}.ReviewsSection-module__VpSirW__reviewer{align-items:center;gap:12px;margin-bottom:11px;display:flex}.ReviewsSection-module__VpSirW__avatar{width:38px;height:38px;color:var(--white);font-size:13px;font-weight:600;font-family:var(--font-body);border:1px solid #c1dfe91a;border-radius:30%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ReviewsSection-module__VpSirW__avatarImg{object-fit:cover;border:1px solid #c1dfe91a;border-radius:30%;flex-shrink:0;width:38px;height:38px}.ReviewsSection-module__VpSirW__nameRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ReviewsSection-module__VpSirW__name{color:var(--white);font-size:13px;font-weight:500}.ReviewsSection-module__VpSirW__badge{letter-spacing:.5px;color:#6ecfc3;font-size:10px;font-family:var(--font-body);white-space:nowrap;background:#6ecfc324;border:1px solid #6ecfc34d;border-radius:999px;padding:2px 7px}.ReviewsSection-module__VpSirW__date{color:#c1dfe9a6;margin-top:1px;font-size:11px}.ReviewsSection-module__VpSirW__empty{text-align:center;color:#c1dfe999;padding:24px 0;font-size:13px}.ReviewsSection-module__VpSirW__stars{color:var(--ouro);letter-spacing:2px;margin-bottom:9px;font-size:11px}.ReviewsSection-module__VpSirW__text{color:#f4f6f8f2;font-size:13px;line-height:1.7}.ReviewsSection-module__VpSirW__scroller{display:none}.ReviewsSection-module__VpSirW__verMaisWrap{justify-content:flex-start;margin-top:20px;display:flex}.ReviewsSection-module__VpSirW__verMaisBtn{color:var(--white);font-size:13px;font-family:var(--font-body);letter-spacing:.3px;cursor:pointer;background:0 0;border:1px solid #c1dfe940;border-radius:999px;padding:10px 22px;transition:background .2s,border-color .2s}.ReviewsSection-module__VpSirW__verMaisBtn:hover{background:#c1dfe90f;border-color:#c1dfe966}.ReviewsSection-module__VpSirW__overlay{-webkit-backdrop-filter:blur(6px);z-index:1000;background:#000000b8;justify-content:center;align-items:center;padding:24px;animation:.2s ReviewsSection-module__VpSirW__fadeIn;display:flex;position:fixed;inset:0}@keyframes ReviewsSection-module__VpSirW__fadeIn{0%{opacity:0}to{opacity:1}}.ReviewsSection-module__VpSirW__modal{background:#0a1f36;border:1px solid #c1dfe91a;border-radius:1.25rem;flex-direction:column;width:100%;max-width:720px;max-height:85vh;display:flex;overflow:hidden}.ReviewsSection-module__VpSirW__modalHeader{border-bottom:1px solid #c1dfe914;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.ReviewsSection-module__VpSirW__modalTitle{font-family:var(--font-title,var(--font-body));color:var(--white);letter-spacing:.3px;margin:0;font-size:16px;font-weight:500}.ReviewsSection-module__VpSirW__closeBtn{color:var(--white);cursor:pointer;background:0 0;border:1px solid #c1dfe926;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;transition:background .2s,border-color .2s;display:flex}.ReviewsSection-module__VpSirW__closeBtn:hover{background:#c1dfe914;border-color:#c1dfe94d}.ReviewsSection-module__VpSirW__modalBody{flex-direction:column;gap:14px;padding:20px 24px 28px;display:flex;overflow-y:auto}.ReviewsSection-module__VpSirW__modalBody::-webkit-scrollbar{width:8px}.ReviewsSection-module__VpSirW__modalBody::-webkit-scrollbar-track{background:0 0}.ReviewsSection-module__VpSirW__modalBody::-webkit-scrollbar-thumb{background:#c1dfe926;border-radius:4px}.ReviewsSection-module__VpSirW__modalBody::-webkit-scrollbar-thumb:hover{background:#c1dfe940}@media (max-width:900px){.ReviewsSection-module__VpSirW__grid,.ReviewsSection-module__VpSirW__verMaisWrap{display:none}.ReviewsSection-module__VpSirW__scroller{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:14px;margin:0 -4px;padding:4px 4px 16px;display:flex;overflow-x:auto}.ReviewsSection-module__VpSirW__scroller::-webkit-scrollbar{display:none}.ReviewsSection-module__VpSirW__scrollItem{scroll-snap-align:start;flex:0 0 85%}.ReviewsSection-module__VpSirW__scrollItem .ReviewsSection-module__VpSirW__card{height:100%}.ReviewsSection-module__VpSirW__modal{border-radius:1rem;max-height:calc(92vh - 30px)}.ReviewsSection-module__VpSirW__modalHeader{padding:14px 18px}.ReviewsSection-module__VpSirW__modalBody{padding:16px 18px 22px}.ReviewsSection-module__VpSirW__overlay{padding:12px}}
.HostCard-module__u-y9Vq__card{background:#0d254047;border:1px solid #c1dfe914;border-radius:1.25rem;align-items:flex-start;gap:22px;padding:28px;transition:border-color .25s,box-shadow .25s;display:flex}.HostCard-module__u-y9Vq__card:hover{border-color:#b8976a2e;box-shadow:0 8px 32px -8px #00000059}.HostCard-module__u-y9Vq__avatar{background:linear-gradient(135deg, var(--oceano), var(--medio));border:2px solid #b8976a4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;display:flex;overflow:hidden}.HostCard-module__u-y9Vq__avatarImg{object-fit:cover;width:100%;height:100%}.HostCard-module__u-y9Vq__badges{flex-wrap:wrap;gap:6px;margin-bottom:13px;display:flex}.HostCard-module__u-y9Vq__name{font-family:var(--font-display);color:var(--white);margin-bottom:6px;font-size:24px;font-weight:300}.HostCard-module__u-y9Vq__badge{color:var(--ouro);letter-spacing:1.5px;text-transform:uppercase;font-size:10px;font-weight:500;font-family:var(--font-body);background:#b8976a1a;border:1px solid #b8976a38;border-radius:9999px;padding:3px 13px;display:inline-block}.HostCard-module__u-y9Vq__bio{color:var(--gray);font-size:13px;line-height:1.8}
.MobileBar-module__m1_hxa__bar{z-index:150;background:var(--profundo);padding:14px 20px;padding-bottom:calc(14px + env(safe-area-inset-bottom));border-top:1px solid #c1dfe91a;justify-content:space-between;align-items:center;gap:14px;display:none;position:fixed;bottom:0;left:0;right:0}.MobileBar-module__m1_hxa__price{font-family:var(--font-display);color:var(--white);font-size:26px;font-weight:300;line-height:1}.MobileBar-module__m1_hxa__price span{color:var(--gray);font-size:13px;font-family:var(--font-body)}.MobileBar-module__m1_hxa__sub{color:var(--gray);margin-top:2px;font-size:11px}.MobileBar-module__m1_hxa__priceHint{font-family:var(--font-body);color:var(--ouro);letter-spacing:.3px;font-size:13px;position:relative;overflow:hidden}.MobileBar-module__m1_hxa__priceHint:after{content:"";background:linear-gradient(90deg,#0000,#b8976a26,#0000);width:60%;height:100%;animation:2s infinite MobileBar-module__m1_hxa__shimmer;position:absolute;top:0;left:-100%}@keyframes MobileBar-module__m1_hxa__shimmer{0%{left:-100%}to{left:200%}}.MobileBar-module__m1_hxa__btn{background:var(--ouro);color:var(--abissal);font-family:var(--font-body);letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;border-radius:9999px;padding:12px 20px;font-size:11px;font-weight:500;transition:all .3s cubic-bezier(.32,.72,0,1)}.MobileBar-module__m1_hxa__btn:hover{background:var(--areia)}@media (max-width:900px){.MobileBar-module__m1_hxa__bar{display:flex}}.MobileBar-module__m1_hxa__overlay{z-index:200;background:#00000080;animation:.25s MobileBar-module__m1_hxa__overlayFadeIn;display:none;position:fixed;inset:0}@keyframes MobileBar-module__m1_hxa__overlayFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:900px){.MobileBar-module__m1_hxa__overlay{display:block}}.MobileBar-module__m1_hxa__sheet{z-index:210;-webkit-backdrop-filter:blur(20px);max-height:85vh;padding:0 20px 20px;padding-bottom:calc(20px + env(safe-area-inset-bottom));background:#0d2540f7;border-top:1px solid #c1dfe91a;border-radius:1.25rem 1.25rem 0 0;transition:transform .35s cubic-bezier(.32,.72,0,1);display:none;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%);box-shadow:0 -8px 40px #00000080}.MobileBar-module__m1_hxa__sheetOpen{transform:translateY(0)}@media (max-width:900px){.MobileBar-module__m1_hxa__sheet{display:block}}.MobileBar-module__m1_hxa__sheetHeader{justify-content:center;align-items:center;padding:14px 0 18px;display:flex;position:relative}.MobileBar-module__m1_hxa__sheetHandle{background:#c1dfe933;border-radius:9999px;width:40px;height:4px}.MobileBar-module__m1_hxa__sheetClose{width:32px;height:32px;color:var(--espuma);cursor:pointer;background:#c1dfe914;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:18px;line-height:1;transition:background .2s;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.MobileBar-module__m1_hxa__sheetClose:hover{background:#c1dfe926}.MobileBar-module__m1_hxa__steps{align-items:center;gap:8px;margin-bottom:20px;display:flex}.MobileBar-module__m1_hxa__stepDot{background:#c1dfdf26;border-radius:50%;width:8px;height:8px;transition:all .4s cubic-bezier(.32,.72,0,1)}.MobileBar-module__m1_hxa__stepDotActive{background:var(--ouro);box-shadow:0 0 8px #b8976a66}.MobileBar-module__m1_hxa__stepDotDone{background:var(--ouro);opacity:.5}.MobileBar-module__m1_hxa__stepLine{background:#c1dfe914;flex:1;height:1px}.MobileBar-module__m1_hxa__stepContent{animation:.35s cubic-bezier(.32,.72,0,1) MobileBar-module__m1_hxa__stepFadeIn}@keyframes MobileBar-module__m1_hxa__stepFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.MobileBar-module__m1_hxa__roteiroChip{color:var(--ouro);letter-spacing:.3px;background:#b8976a1f;border:1px solid #b8976a40;border-radius:9999px;align-items:center;gap:8px;margin-bottom:14px;padding:6px 12px 6px 14px;font-size:11px;animation:.3s cubic-bezier(.32,.72,0,1) MobileBar-module__m1_hxa__chipIn;display:inline-flex}@keyframes MobileBar-module__m1_hxa__chipIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.MobileBar-module__m1_hxa__roteiroChipClose{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-size:16px;line-height:1;transition:color .2s;display:flex}.MobileBar-module__m1_hxa__roteiroChipClose:hover{color:var(--espuma)}.MobileBar-module__m1_hxa__calendarInline{width:100%;margin-bottom:8px}.MobileBar-module__m1_hxa__dayPicker{color:var(--white);--rdp-accent-color:var(--ouro);--rdp-accent-background-color:#b8976a26;--rdp-day-height:40px;--rdp-day-width:40px;--rdp-day_button-height:38px;--rdp-day_button-width:38px;--rdp-day_button-border-radius:9999px;--rdp-today-color:var(--ouro);--rdp-disabled-opacity:.3;--rdp-outside-opacity:.3;--rdp-nav_button-height:2rem;--rdp-nav_button-width:2rem;--rdp-nav-height:2.5rem;width:100%}.MobileBar-module__m1_hxa__dayPicker .rdp-root{font-family:var(--font-body);width:100%;max-width:100%;font-size:13px}.MobileBar-module__m1_hxa__dayPicker .rdp-months{width:100%}.MobileBar-module__m1_hxa__dayPicker .rdp-month{width:100%}.MobileBar-module__m1_hxa__dayPicker .rdp-month_grid{width:100%}.MobileBar-module__m1_hxa__dayPicker .rdp-month_caption{color:var(--ouro);height:2.5rem;font-size:14px;font-weight:600}.MobileBar-module__m1_hxa__dayPicker .rdp-weekday{color:var(--ouro);text-transform:uppercase;opacity:1;font-size:11px;font-weight:600}.MobileBar-module__m1_hxa__dayPicker .rdp-day_button{border-radius:9999px;transition:background .15s,color .15s}.MobileBar-module__m1_hxa__dayPicker .rdp-day_button:hover{background:#b8976a33}.MobileBar-module__m1_hxa__dayPicker .rdp-selected .rdp-day_button{background:var(--ouro);color:var(--abissal);border-color:var(--ouro);font-weight:600}.MobileBar-module__m1_hxa__dayPicker .rdp-today:not(.rdp-outside) .rdp-day_button{border:1px solid var(--ouro);color:var(--ouro)}.MobileBar-module__m1_hxa__dayPicker .rdp-disabled{cursor:not-allowed;text-decoration:line-through}.MobileBar-module__m1_hxa__dayPicker .rdp-chevron{fill:var(--ouro)}:is(.MobileBar-module__m1_hxa__dayPicker .rdp-button_next,.MobileBar-module__m1_hxa__dayPicker .rdp-button_previous){color:var(--ouro)}:is(.MobileBar-module__m1_hxa__dayPicker .rdp-button_next:hover,.MobileBar-module__m1_hxa__dayPicker .rdp-button_previous:hover){background:#b8976a26;border-radius:9999px}.MobileBar-module__m1_hxa__dateDisplay{color:var(--espuma);background:#b8976a14;border:1px solid #b8976a26;border-radius:.875rem;justify-content:space-between;align-items:center;margin-bottom:14px;padding:12px 16px;font-size:12px;animation:.3s cubic-bezier(.32,.72,0,1) MobileBar-module__m1_hxa__chipIn;display:flex}.MobileBar-module__m1_hxa__dateDisplayLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--ouro);opacity:.75;margin-bottom:4px;font-size:9px;font-weight:500;display:block}.MobileBar-module__m1_hxa__dateDisplayChange{color:var(--ouro);cursor:pointer;font-size:10px;font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;background:0 0;border:none;padding:0;transition:color .2s}.MobileBar-module__m1_hxa__dateDisplayChange:hover{color:var(--espuma)}.MobileBar-module__m1_hxa__field{cursor:pointer;background:#0b142073;border:1px solid #c1dfe914;border-radius:.875rem;padding:12px 16px;transition:border-color .4s cubic-bezier(.32,.72,0,1);display:block}.MobileBar-module__m1_hxa__field:hover,.MobileBar-module__m1_hxa__field:focus-within{border-color:#b8976a4d}.MobileBar-module__m1_hxa__fieldLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--ouro);opacity:.75;margin-bottom:5px;font-size:9px;font-weight:500;display:block}.MobileBar-module__m1_hxa__fieldInput{font-family:var(--font-body);color:var(--espuma);cursor:pointer;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;appearance:none;background:0 0;border:none;outline:none;width:100%;font-size:13px}.MobileBar-module__m1_hxa__fieldInput option{background:var(--profundo)}.MobileBar-module__m1_hxa__btnPrimary{background:var(--ouro);width:100%;color:var(--abissal);font-family:var(--font-body);letter-spacing:2px;text-transform:uppercase;cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:12px;padding:16px 28px;font-size:12px;font-weight:500;transition:all .5s cubic-bezier(.32,.72,0,1);display:flex}.MobileBar-module__m1_hxa__btnPrimary:hover{background:var(--areia);transform:translateY(-2px)}.MobileBar-module__m1_hxa__btnPrimary:active{transform:scale(.98)}.MobileBar-module__m1_hxa__btnArrow{background:#0b142033;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;transition:transform .5s cubic-bezier(.32,.72,0,1);display:flex}.MobileBar-module__m1_hxa__btnPrimary:hover .MobileBar-module__m1_hxa__btnArrow{transform:translate(3px)translateY(-2px)}.MobileBar-module__m1_hxa__dateError{color:#ff8787;letter-spacing:.3px;margin-bottom:10px;font-size:10px}.MobileBar-module__m1_hxa__sheetHint{color:var(--text-muted);text-align:center;letter-spacing:.2px;margin-bottom:20px;font-size:12px}
.BarcoStickyNav-module__62WNJW__bar{z-index:250;-webkit-backdrop-filter:blur(24px);background:#0b1420eb;border:1px solid #c1dfe91f;border-radius:9999px;align-items:center;gap:24px;width:max-content;max-width:calc(100% - 48px);height:56px;padding:0 32px;animation:.4s cubic-bezier(.32,.72,0,1) BarcoStickyNav-module__62WNJW__pillIn;display:flex;position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0003,inset 0 1px 1px #ffffff0d}@keyframes BarcoStickyNav-module__62WNJW__pillIn{0%{opacity:0;transform:translate(-50%)translateY(-12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.BarcoStickyNav-module__62WNJW__nome{font-family:var(--font-display);color:var(--white);white-space:nowrap;letter-spacing:.2px;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:15px;font-weight:300;transition:opacity .3s cubic-bezier(.32,.72,0,1)}.BarcoStickyNav-module__62WNJW__nome:hover{opacity:.7}.BarcoStickyNav-module__62WNJW__divider{background:#c1dfe91f;flex-shrink:0;width:1px;height:20px}.BarcoStickyNav-module__62WNJW__nav{scrollbar-width:none;align-items:center;gap:2px;display:flex;overflow-x:auto}.BarcoStickyNav-module__62WNJW__nav::-webkit-scrollbar{display:none}.BarcoStickyNav-module__62WNJW__link{cursor:pointer;font-family:var(--font-body);letter-spacing:1.5px;text-transform:uppercase;color:var(--espuma);opacity:.5;white-space:nowrap;background:0 0;border:none;border-radius:9999px;flex-shrink:0;padding:6px 14px;font-size:11px;font-weight:400;text-decoration:none;transition:opacity .5s cubic-bezier(.32,.72,0,1),background .2s}.BarcoStickyNav-module__62WNJW__link:hover{opacity:1}.BarcoStickyNav-module__62WNJW__active{background:#c1dfe914;opacity:1!important}.BarcoStickyNav-module__62WNJW__cta{background:var(--ouro);color:var(--abissal);font-family:var(--font-body);letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;border:none;border-radius:9999px;flex-shrink:0;padding:8px 20px;font-size:11px;font-weight:500;transition:all .5s cubic-bezier(.32,.72,0,1)}.BarcoStickyNav-module__62WNJW__cta:hover{background:var(--areia);transform:translateY(-1px)}.BarcoStickyNav-module__62WNJW__cta:active{transform:scale(.98)}@media (max-width:900px){.BarcoStickyNav-module__62WNJW__bar{display:none}}
.page-module__ktgJ7W__layout{grid-template-columns:1fr 316px;gap:72px;max-width:1200px;margin:0 auto;padding:64px 56px;display:grid;position:relative}.page-module__ktgJ7W__main{min-width:0}.page-module__ktgJ7W__ratingBar{align-items:center;gap:14px;margin-bottom:16px;padding-bottom:16px;display:flex}.page-module__ktgJ7W__stars{color:var(--ouro);letter-spacing:2px;font-size:17px}.page-module__ktgJ7W__ratingNum{font-family:var(--font-display);color:var(--white);font-size:30px;font-weight:300}.page-module__ktgJ7W__ratingCount{color:#c1dfe9b3;font-size:13px}.page-module__ktgJ7W__ratingPill{background:#b8976a14;border:1px solid #b8976a33;border-radius:9999px;align-items:center;gap:8px;padding:6px 16px;display:inline-flex}.page-module__ktgJ7W__sectionLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--ouro);opacity:.95;margin-bottom:8px;font-size:10px;font-weight:400}.page-module__ktgJ7W__sectionTitle{font-family:var(--font-display);color:var(--white);letter-spacing:-.3px;margin-bottom:26px;font-size:clamp(26px,3vw,34px);font-weight:300;line-height:1.1}.page-module__ktgJ7W__divider{background:#c1dfe90f;height:1px;margin:44px 0}.page-module__ktgJ7W__safetyGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.page-module__ktgJ7W__safetyItem{color:var(--white);background:#0d25404d;border:1px solid #c1dfe912;border-radius:9999px;align-items:center;gap:12px;padding:12px 16px;font-size:13px;transition:border-color .2s,background .2s;display:flex}.page-module__ktgJ7W__safetyItem:hover{background:#2a8bbf0d;border-color:#2a8bbf40}.page-module__ktgJ7W__safetyCheck{width:22px;height:22px;color:var(--horizonte);background:#2a8bbf24;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.page-module__ktgJ7W__sidebar{position:relative}.page-module__ktgJ7W__sidebarSticky{z-index:100;position:sticky;top:96px}.page-module__ktgJ7W__mapBox{background:linear-gradient(145deg, var(--profundo) 0%, var(--oceano) 100%);cursor:pointer;border:1px solid #c1dfe914;border-radius:4px;justify-content:center;align-items:center;width:100%;height:188px;margin-bottom:10px;display:flex;position:relative;overflow:hidden}.page-module__ktgJ7W__mapBox:before{content:"";background:radial-gradient(circle at 50% 60%,#2a8bbf33 0%,#0000 55%);position:absolute;inset:0}.page-module__ktgJ7W__mapPin{background:var(--horizonte);z-index:1;border-radius:50%;width:12px;height:12px;animation:2.5s infinite page-module__ktgJ7W__pulse;position:relative;box-shadow:0 0 0 4px #2a8bbf33,0 0 0 8px #2a8bbf14}.page-module__ktgJ7W__mapLabel{color:#c1dfe9b3;text-align:center;margin-bottom:22px;font-size:11px}@keyframes page-module__ktgJ7W__pulse{0%,to{box-shadow:0 0 0 4px #2a8bbf33,0 0 0 8px #2a8bbf14}50%{box-shadow:0 0 0 6px #2a8bbf26,0 0 0 12px #2a8bbf0a}}.page-module__ktgJ7W__infoRow{border-bottom:1px solid #c1dfe90f;flex-wrap:wrap;gap:10px;margin-bottom:36px;padding-bottom:36px;display:flex}.page-module__ktgJ7W__infoItem{color:#c1dfe9d9;letter-spacing:.2px;background:#0d254059;border:1px solid #c1dfe912;border-radius:9999px;align-items:center;gap:8px;padding:7px 16px;font-size:12px;display:inline-flex}.page-module__ktgJ7W__infoIcon{font-size:14px;line-height:1}@media (max-width:900px){.page-module__ktgJ7W__layout{grid-template-columns:1fr;gap:0;padding:40px 24px 100px}.page-module__ktgJ7W__sidebar{display:none}.page-module__ktgJ7W__safetyGrid{grid-template-columns:1fr}}
