@charset "UTF-8";
/*---------------------------------------
geral
---------------------------------------*/
* {
  position: relative; }

/*---------------------------------------
reveal
---------------------------------------*/
main .row {
  opacity: 0;
  transition: all .5s ease-out;
  transition-delay: .1s;
  transform: scale(0.95); }
  main .row.active {
    opacity: 1;
    transform: none; }

main .row:first-of-type,
main .row.noreveal,
main .noreveal .row,
main .areoi-background .row {
  opacity: 1;
  transform: none !important;
  transition: none !important ß; }

/*---------------------------------------
sm
---------------------------------------*/
a.sm {
  display: inline-block;
  border-radius: 0;
  height: 49px;
  width: 48px;
  margin: 0;
  border-radius: 1em; }
  a.sm + a {
    margin-left: 1em; }
  a.sm img {
    transition: none; }
  a.sm:hover {
    background-color: var(--bs-purple); }

/*---------------------------------------
header + footer
---------------------------------------*/
header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100vw;
  padding: 15px 0;
  transition: var(--transition);
  z-index: 10;
  background-color: rgba(28, 26, 31, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px); }
  header .idioma {
    background-image: url("../images/Ico-mundi.svg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    display: inline-block;
    border-radius: 80px;
    border: 2px solid white; }
    header .idioma .select-idioma {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      margin: 0;
      padding: 10px 40px;
      width: auto;
      display: block;
      line-height: 1em;
      font-size: 14px;
      color: white;
      background-color: transparent;
      background-image: url("../images/cf7-select.svg");
      background-position: center right;
      background-repeat: no-repeat; }
  header h1.logo {
    display: block; }
    header h1.logo img {
      display: block;
      transition: var(--transition);
      margin: 0 auto;
      transform: scale(1.3); }
  header ul {
    font-size: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-transform: uppercase;
    font-display: 700;
    display: block;
    text-align: center; }
    header ul li {
      display: inline-block;
      line-height: 1em; }
      header ul li a {
        text-decoration: none; }
        header ul li a:hover {
          text-decoration: underline;
          font-weight: 900; }
      header ul li + li {
        margin-left: 32px; }
  header.is-contrast h1.logo img {
    transition: var(--transition);
    max-width: 38px;
    margin: 0 auto; }

footer hr {
  background-color: var(--bs-purple); }
footer a {
  text-decoration: none; }
footer .contatos {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 1.5em; }
footer .endereco a {
  text-decoration: underline; }
footer .copyright {
  padding-top: 5em;
  font-size: 13px; }
  footer .copyright a {
    text-decoration: underline; }

a.whatsapp-float {
  box-shadow: 0px 3px 15px 0px #000000;
  background-image: url("../images/whatsapp.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 2em calc(100% - 0.5em);
  position: fixed;
  z-index: 2;
  right: 1em;
  bottom: 1em;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.6em 2.5em 0.6em 0.8em;
  line-height: 1em;
  color: var(--bs-dark);
  text-decoration: none; }
  a.whatsapp-float:hover {
    background-color: white;
    filter: brightness(1.2); }

@media (max-width: 767px) {
  footer .contatos {
    font-size: var(--wp--preset--font-size--large);
    margin: 2em 0; }

  header {
    max-width: 100vw;
    /*btn ctrole menu */
    /* menu ativo */ }
    header h1.logo {
      z-index: 11; }
    header .idioma .select-idioma {
      width: auto;
      display: block;
      line-height: 1em;
      height: 30px;
      color: transparent;
      font-size: 0;
      padding: 0;
      width: 60px; }
    header .menu {
      position: fixed;
      background-color: var(--bs-purple);
      left: 0;
      top: 0;
      width: 0;
      height: 0;
      padding: 2em;
      opacity: 0;
      overflow: scroll;
      transform: translate(100vw, 0);
      transition: var(--transition);
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      header .menu ul {
        text-align: center;
        display: block; }
        header .menu ul li {
          display: block;
          font-size: 1.5em;
          margin: 1.5em 0; }
    header .menu-btn {
      cursor: pointer;
      width: 44px;
      height: 44px;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      position: absolute;
      z-index: 11;
      left: 0;
      top: calc(50% - 22px); }
    header .menu-btn .bar {
      width: 18px;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: white;
      transition: var(--transition);
      border-radius: 3px; }
      header .menu-btn .bar:nth-of-type(2) {
        top: calc(50% - 7px); }
      header .menu-btn .bar:nth-of-type(3) {
        top: calc(50% + 7px); }
    header.menu-ativo.is-hidden {
      top: 0; }
    header.menu-ativo #menu {
      transform: none;
      opacity: 1;
      height: 100vh;
      width: 100vw;
      display: flex; }
    header.menu-ativo .menu-btn .bar {
      background-color: var(--bs-dark);
      top: 50%; }
      header.menu-ativo .menu-btn .bar:nth-of-type(1) {
        display: none; }
      header.menu-ativo .menu-btn .bar:nth-of-type(2) {
        transform: translate(-50%, 0%) rotate(45deg); }
      header.menu-ativo .menu-btn .bar:nth-of-type(3) {
        transform: translate(-50%, 0%) rotate(-45deg); }
    header.ativo .menu-btn .bar {
      background-color: white; } }
/*---------------------------------------
box-imagens-dinamicas
---------------------------------------*/
.box-foto-radius {
  border-radius: var(--radius);
  height: 100%;
  min-height: 400px;
  overflow: hidden; }

.localizacao-maps {
  width: 100%;
  min-height: 500px;
  height: 100%;
  display: block;
  margin: 0;
  border: none; }

.stamps {
  z-index: 1; }
  .stamps.stamp-flame {
    position: absolute;
    bottom: -20%;
    left: 70%;
    width: 90%; }
  .stamps.stamp-raios {
    position: absolute;
    bottom: 80%;
    right: 18%;
    width: 10%; }
  .stamps.stamp-seta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%; }
  .stamps.stamp-aspas {
    position: absolute;
    top: 0;
    left: -55%; }
  .stamps.stamp-espiral {
    position: absolute;
    left: calc(50%);
    bottom: 0; }

@media (max-width: 787px) {
  .localizacao-maps {
    min-height: 350px; }

  .box-foto-radius {
    width: 112%;
    left: -6%; }

  .stamps.stamp-seta {
    position: absolute;
    width: 60%;
    bottom: 1em; }

  .img-sobre {
    transform: scale(1.4); } }
/*---------------------------------------
BLOCK PARCEIROS
---------------------------------------*/
.swiper-parceiros .swiper-wrapper {
  transition-timing-function: linear !important; }
  .swiper-parceiros .swiper-wrapper .swiper-slide {
    border-radius: 1em;
    overflow: hidden; }

/*---------------------------------------
BLOCK banner home
---------------------------------------*/
.banner-home {
  aspect-ratio: 192/72; }

@media (max-width: 767px) {
  .banner-home {
    aspect-ratio: none;
    min-height: 300px; } }
/*---------------------------------------
BLOCK reserva
---------------------------------------*/
.box-reserva {
  margin-top: -100px;
  box-shadow: 0px 3px 15px 0px #000000;
  z-index: 2; }
  .box-reserva .form-label {
    font-size: 0.85em;
    margin: 0; }
  .box-reserva input[type=text] {
    background-image: url("../images/ico-calendar.svg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 1em;
    background-color: white;
    padding: 0 0 0 1.4em;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--bs-gray);
    font-size: 1.1em; }

/*---------------------------------------
single acomodacao
---------------------------------------*/
.box-acomodacao {
  padding: 2em 2em 3em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
  .box-acomodacao .ocupacao {
    margin: 1em 0;
    font-weight: bold;
    font-size: 1.2em; }
    .box-acomodacao .ocupacao div {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 0 0;
      padding-left: 2em;
      margin: 0 0.5em; }
      .box-acomodacao .ocupacao div.beliches {
        background-image: url("../images/Ico-beliche.svg"); }
      .box-acomodacao .ocupacao div.pessoas {
        background-image: url("../images/Ico-pessoas.svg"); }
  .box-acomodacao .content {
    background-color: var(----bs-gray-dark);
    font-size: 0.85em;
    line-height: 1.5em;
    text-align: left; }
  .box-acomodacao .thumbnail {
    margin: 1em 0; }
  .box-acomodacao .btn {
    margin-top: 1em; }
  .box-acomodacao .info {
    text-align: left;
    font-size: 0.85em;
    line-height: 1.3em; }
    .box-acomodacao .info .col {
      padding: 5px 5px 5px 1.5em; }
      .box-acomodacao .info .col:before {
        content: '✔ ';
        color: var(--bs-purple);
        position: absolute;
        left: 3px;
        top: 0; }
      .box-acomodacao .info .col:nth-child(4n + 1), .box-acomodacao .info .col:nth-child(4n + 2) {
        background-color: var(--bs-light); }

@media (max-width: 767px) {
  .box-acomodacao {
    padding: 2em 1.2em; }
    .box-acomodacao .info .col:nth-child(odd) {
      background-color: white; }
    .box-acomodacao .info .col:nth-child(even) {
      background-color: var(--bs-light); } }
