.elementor-296 .elementor-element.elementor-element-24904fb{--display:flex;}.elementor-296 .elementor-element.elementor-element-706315e{--spacer-size:40px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-296 .elementor-element.elementor-element-12280c2 .elementor-button{background-color:#61CE7000;font-family:"Heebo", Sans-serif;font-size:24px;font-weight:300;fill:#09162A;color:#09162A;}.elementor-296 .elementor-element.elementor-element-12280c2 .elementor-button-content-wrapper{flex-direction:row;}.elementor-296 .elementor-element.elementor-element-12280c2 .elementor-button .elementor-button-content-wrapper{gap:15px;}.elementor-296 .elementor-element.elementor-element-12280c2 .elementor-button:hover, .elementor-296 .elementor-element.elementor-element-12280c2 .elementor-button:focus{color:#23B2D0;}.elementor-296 .elementor-element.elementor-element-12280c2 .elementor-button:hover svg, .elementor-296 .elementor-element.elementor-element-12280c2 .elementor-button:focus svg{fill:#23B2D0;}.elementor-296 .elementor-element.elementor-element-29b22c9{--spacer-size:20px;}.elementor-296 .elementor-element.elementor-element-40f7d20{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-296 .elementor-element.elementor-element-447e44c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-296 .elementor-element.elementor-element-2577804{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-296 .elementor-element.elementor-element-8c56b89{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-296 .elementor-element.elementor-element-93cb709{--spacer-size:50px;}@media(min-width:768px){.elementor-296 .elementor-element.elementor-element-447e44c{--width:50%;}.elementor-296 .elementor-element.elementor-element-2577804{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-9946c86 *//* Wrapper centralizado */
.prod-head{
  font-family: "Heebo", sans-serif;
  text-align: center;
  margin-bottom: 16px;
}

/* Título com gradiente */
.prod-title{
  margin: 0 0 10px;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.05;

  font-family: "Heebo", sans-serif;

  background: linear-gradient(90deg, #23B2D0 0%, #2354A3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Linha da cidade */
.prod-loc{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;

  font-family: "Heebo", sans-serif;
  font-size: 28px;
  font-weight: 300;      /* Heebo Light */
  color: #09162A;
}

/* Texto da cidade (reforço explícito) */
.prod-loc-text{
  font-family: "Heebo", sans-serif !important;
  font-weight: 300;
  color: #09162A;
}

/* Ícone */
.prod-loc-icon{
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-acbb482 *//* CARD */
.aloha-card{
  font-family: "Heebo", sans-serif;
  border: 1px solid #2354A3;
  border-radius: 14px;
  padding: 34px 26px;
  background: #ffffff;
}

/* SEÇÕES */
.aloha-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

/* TÍTULOS */
.aloha-title{
  font-size: 24px;
  line-height: 1.15;
  font-weight: 300;
  color: #000000;
  text-align: center;
}

.aloha-highlight{
  color: #23B2D0;
  font-weight: 700;
}

/* DIVISORES */
.aloha-divider{
  height: 0;
  border-top: 2px solid #23B2D0;
  margin: 26px 0;
  opacity: 1;
}

/* BOTÕES */
.aloha-btn{
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  border-radius: 2px;
  padding: 18px 26px;
  min-width: 320px;
  display: inline-block;
  font-size: 19px;
  line-height: 1.05;
  font-weight: 300;
  font-family: "Heebo", sans-serif;
}

.aloha-btn--reserve{
  background: linear-gradient(90deg, #23B2D0 0%, #2354A3 100%);
}

.aloha-btn--dark{
  background: linear-gradient(90deg, #0D1F3D 0%, #2354A3 100%);
}

.aloha-btn strong{ font-weight: 800; }
.aloha-btn:hover{ opacity: 0.92; }

/* GRID DO ÚLTIMO BLOCO */
.aloha-grid{
  width: 100%;
  max-width: 860px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.aloha-btn--wide{
  width: 100%;
  min-width: 0;
}

/* ÁREA DO BOOKING (quando logado) */
.aloha-booking{
  width: 100%;
  max-width: 860px;
}

/* Remove margens estranhas do Woo dentro do card */
.aloha-booking form.cart{
  margin: 0 !important;
}

/* RESPONSIVO */
@media (max-width: 768px){
  .aloha-title{ font-size: 26px; }
  .aloha-btn{ font-size: 22px; min-width: 100%; }
  .aloha-grid{ grid-template-columns: 1fr; }
  .aloha-booking{ max-width: 100%; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2577804 *//* Esconde o botão padrão do Bookings (mesmo quando vem como add_to_cart) */
button.wc-bookings-booking-form-button,
.wc-bookings-booking-form button.wc-bookings-booking-form-button,
.wc-bookings-booking-form .single_add_to_cart_button.wc-bookings-booking-form-button{
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-bb9eb11 *//* =========================
   WRAPPER
   ========================= */
.acc-info{
  font-family: "Heebo", sans-serif;
}

/* =========================
   TÍTULOS (32px + GRADIENTE)
   ========================= */
.acc-title{
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 18px;
  background: linear-gradient(90deg, #23B2D0 0%, #2354A3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* =========================
   VISÃO GERAL (ÍCONES)
   ========================= */
.acc-overview{
  display: flex;
  gap: 56px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.acc-overview-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 90px;
}

.acc-icon{
  width: 46px;
  height: 46px;
  display: block;
}

.acc-overview-text{
  font-size: 18px;
  line-height: 1.05;
  color: #000000;
  text-align: center;
}

/* =========================
   DIVISORES
   ========================= */
.acc-divider{
  height: 0;
  border-top: 1px solid #09162A;
  margin: 22px 0;
  opacity: 1;
}

/* =========================
   TEXTOS GERAIS
   ========================= */
.acc-text{
  font-size: 18px;
  line-height: 1.35;
  color: #000000;
}

/* =========================
   COMODIDADES
   ========================= */
.acc-amenities{
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
}

.acc-amenity{
  display: inline-flex;
  align-items: center;
  margin-right: 22px;
}

.acc-amenity::before{
  content: "•";
  display: inline-block;
  margin-right: 14px;
}

/* =========================
   BOTÃO REGULAMENTO (PALETA ATUAL)
   ========================= */
.acc-reg-wrap{
  margin-top: 18px;
}

.acc-reg-btn{
  appearance: none;
  border: none;
  background: linear-gradient(90deg, #23B2D0 0%, #2354A3 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 12px;
  cursor: pointer;
  transition: transform .15s ease, opacity .2s ease, box-shadow .2s ease;
  box-shadow: 0 8px 22px rgba(35, 84, 163, 0.25);
}

.acc-reg-btn:hover{
  opacity: 0.95;
  box-shadow: 0 10px 28px rgba(35, 84, 163, 0.35);
}

.acc-reg-btn:active{
  transform: scale(0.98);
}

/* Botão secundário (Fechar no modal) */
.acc-reg-btn--secondary{
  background: #09162A;
  color: #ffffff;
  box-shadow: none;
}

/* =========================
   MODAL – REGULAMENTO
   ========================= */

/* trava scroll */
html.acc-modal-open,
body.acc-modal-open{
  overflow: hidden !important;
}

/* container */
.acc-modal{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.acc-modal.is-open{
  display: block;
}

/* overlay */
.acc-modal__overlay{
  position: absolute;
  inset: 0;
  background: rgba(9, 22, 42, 0.62);
}

/* painel */
.acc-modal__panel{
  position: relative;
  width: min(920px, calc(100% - 32px));
  max-height: calc(100% - 64px);
  margin: 32px auto;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(0,0,0,0.25);
  outline: none;
  display: flex;
  flex-direction: column;
}

/* header */
.acc-modal__header{
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(9, 22, 42, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.acc-modal__title{
  font-size: 18px;
  font-weight: 800;
  background: linear-gradient(90deg, #23B2D0 0%, #2354A3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.acc-modal__close{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(9,22,42,0.2);
  background: #ffffff;
  color: #09162A;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

/* corpo com scroll */
.acc-modal__body{
  padding: 18px;
  overflow-y: auto;
}

.acc-modal__text{
  font-size: 15px;
  line-height: 1.55;
  color: #09162A;
}

/* footer */
.acc-modal__footer{
  padding: 14px 18px 18px;
  border-top: 1px solid rgba(9, 22, 42, 0.12);
  display: flex;
  justify-content: flex-end;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://alohahospedagens.com.br/wp-content/uploads/2026/01/Heebo-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://alohahospedagens.com.br/wp-content/uploads/2026/01/Heebo-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://alohahospedagens.com.br/wp-content/uploads/2026/01/Heebo-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://alohahospedagens.com.br/wp-content/uploads/2026/01/Heebo-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://alohahospedagens.com.br/wp-content/uploads/2026/01/Heebo-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://alohahospedagens.com.br/wp-content/uploads/2026/01/Heebo-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
/* End Custom Fonts CSS */