@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
@font-face {
  font-family: 'Zodiak';
  src: url("font/Zodiak-Regular.woff2") format("woff2"), url("font/Zodiak-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zodiak';
  src: url("font/Zodiak-Light.woff2") format("woff2"), url("font/Zodiak-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zodiak';
  src: url("font/Zodiak-Thin.woff2") format("woff2"), url("font/Zodiak-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

body {
  background: #FFFFFF;
  color: #917B6A;
  font-family: 'Montserrat';
  position: relative;
}

.max-width {
  max-width: 1200px;
}

.max-width-960 {
  max-width: 960px;
}

.img-full {
  width: 100%;
  height: auto;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.max-width-720 {
  max-width: 720px;
  margin: 0 auto;
}

.bg-red {
  background: #FFFAF6;
}

/*Hamburguer  */
#hamburger {
  padding: 0;
}

@media screen and (max-width: 991px) {
  #hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#hamburger .hamburger-inner, #hamburger .hamburger-inner:after, #hamburger .hamburger-inner:before {
  background-color: #E1877A;
}

#hamburger .hamburger.is-active .hamburger-inner, #hamburger .hamburger.is-active .hamburger-inner:after, #hamburger .hamburger.is-active .hamburger-inner:before {
  background-color: #E1877A;
}

#hamburger .hamburger-inner, #hamburger .hamburger-inner:after, #hamburger .hamburger-inner:before {
  width: 26px;
  height: 2px;
}

.hamburger-inner:before {
  top: -8px;
}

.hamburger-inner:after {
  bottom: -8px;
}

.bg-top {
  background: #fffaf6;
  z-index: 11000;
  width: 100%;
  top: 0;
}

#top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 158px;
}

@media screen and (max-width: 991px) {
  #top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 478px) {
  #top {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media screen and (max-width: 478px) {
  #top .social {
    display: none;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 10000;
}

.logo .hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
}

.logo .hamburger-menu.active {
  -webkit-transition: .2s ease;
  transition: .2s ease;
  background: #E2877A;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
}

.logo .hamburger-menu.active .hamburger-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo .hamburger-menu.active #hamburger .hamburger-inner, .logo .hamburger-menu.active #hamburger .hamburger-inner:after, .logo .hamburger-menu.active #hamburger .hamburger-inner:before {
  background-color: #fff;
}

.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.logo a .logo-elefante {
  max-width: 90px;
}

.logo a .logo-text {
  max-width: 146px;
}

.social-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

ul.language {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.language li {
  background: #FBDCD7;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.language li a {
  font-size: 9px;
  text-decoration: none;
  color: #E1877A;
}

ul.social {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.top-img {
  position: relative;
  text-align: center;
  z-index: 1;
  max-width: 1222px;
  margin: 0 auto;
}

.top-img .slider-left, .top-img .slider-right {
  z-index: 10;
  position: absolute;
  top: calc(50% - 11.5px);
}

.top-img .slider-left {
  left: 2rem;
}

.top-img .slider-right {
  right: 2rem;
}

.top-img2 {
  position: relative;
  text-align: center;
  z-index: 1;
  margin: 0 auto;
}

.top-slider {
  position: relative;
}

.bg-creme {
  position: relative;
}

.bg-creme::after {
  content: '';
  background: rgba(255, 234, 217, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 172px;
}

.top-img .bx-controls, #home-6 .bx-controls, #acomodacao-slider .bx-controls, #content-1 .bx-controls {
  position: relative;
  z-index: 10;
}

.top-img .bx-pager, #home-6 .bx-pager, #acomodacao-slider .bx-pager, #content-1 .bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  height: 10px;
  margin-top: -25px;
  margin-bottom: 25px;
}

.top-img .bx-pager-link, #home-6 .bx-pager-link, #acomodacao-slider .bx-pager-link, #content-1 .bx-pager-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  background: #EFEFEF;
  border-radius: 3rem;
}

.top-img .bx-pager-link.active, #home-6 .bx-pager-link.active, #acomodacao-slider .bx-pager-link.active, #content-1 .bx-pager-link.active {
  background: #E1877A;
}

#acomodacao-slider {
  position: relative;
}

#acomodacao-slider .bx-pager {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.top-slider {
  z-index: 5;
}

.top-slider > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-slider > div .item {
  position: relative;
  background-size: cover;
  background-position: center center;
}

/* Menu */
nav {
  z-index: 11111;
  visibility: hidden;
  opacity: 0;
  background: #E1877A;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  max-width: 490px;
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

nav.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.emblema-menu {
  padding: 2rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.emblema-menu .hamburger-menu {
  position: absolute;
  top: 1.5rem;
  left: 1.25rem;
}

.emblema-menu .hamburger-inner, .emblema-menu .hamburger-inner:after, .emblema-menu .hamburger-inner:before {
  background-color: #fff;
}

.emblema-menu .hamburger.is-active .hamburger-inner, .emblema-menu .hamburger.is-active .hamburger-inner:after, .emblema-menu .hamburger.is-active .hamburger-inner:before {
  background-color: #EFEFEF;
}

.emblema-menu .hamburger-inner, .emblema-menu .hamburger-inner:after, .emblema-menu .hamburger-inner:before {
  width: 26px;
  height: 2px;
}

.emblema-menu .hamburger-inner:before {
  top: -8px;
}

.emblema-menu .hamburger-inner:after {
  bottom: -8px;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu.open .language {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  margin: 2rem 0;
}

.menu li {
  margin: .35rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.menu a {
  color: #FFFFFF;
  font-family: 'Zodiak';
  font-weight: 300;
  text-decoration: none;
}

.menu a:hover, .menu a:focus {
  text-decoration: underline;
}

.menu .btn-1 {
  padding: .25rem 1rem;
  border: 1px solid #fff;
  text-decoration: none;
}

.menu .btn-1:hover, .menu .btn-1:focus {
  text-decoration: none !important;
  color: #EFEFEF;
  border-color: #EFEFEF;
}

.btn-1 {
  padding: .25rem 1rem;
  border: 1px solid #fff;
  text-decoration: none;
}

.btn-1:hover, .btn-1:focus {
  text-decoration: none !important;
  color: #d49f97;
  border-color: #d49f97;
}

.social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  gap: .5rem;
}

.social-menu img {
  max-width: 18px;
}

.social-menu li {
  margin: 0;
  padding: 0;
}

#home-2, #home-4 {
  margin-bottom: 5rem;
}

#home-2 img, #home-4 img {
  margin: 3rem 0 2rem;
}

#home-2 h2, #home-4 h2 {
  font-size: 16px;
  font-family: 'Zodiak';
  font-weight: 100;
  max-width: 450px;
  margin: 0 auto;
}

#home-2 {
  color: #E1877A;
}

#home-3 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 440px;
}

.box-creme {
  background: rgba(255, 234, 217, 0.25);
  padding: 0 6rem 6rem;
}

@media screen and (max-width: 1199px) {
  .box-creme {
    padding: 0 3rem 4rem;
  }
}

@media screen and (max-width: 478px) {
  .box-creme {
    padding: 0 0 4rem;
  }
}

.box-creme .content {
  padding: 4rem 2rem;
  line-height: 2rem;
  font-weight: 300;
}

.box-creme .content p {
  padding: 0 2rem;
  position: relative;
}

.box-creme .content p::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #fff;
}

.box-creme .box-red {
  margin-top: -50%;
  background: #E2877A;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .box-creme .box-red {
    margin-top: 0;
  }
}

.b-small-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .b-small-w {
    margin-top: 2rem;
  }
}

.b-small-w a {
  padding: 1rem 5rem;
  border: 1px solid #E2877A;
  display: block;
  position: relative;
  text-decoration: none;
  color: #E2877A;
}

@media screen and (max-width: 478px) {
  .b-small-w a {
    padding: 1rem 2rem;
  }
}

.b-small-w a::after {
  content: '';
  top: 50%;
  left: -30px;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #E2877A;
}

.btn-1 {
  padding: .5rem 1.35rem;
  border: 1px solid #E2877A;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #E2877A;
}

#destino {
  padding: 5rem 0;
}

#destino h3 {
  font-family: 'Zodiak';
  font-size: 35px;
  color: #E2877A;
  font-weight: 100;
}

@media screen and (max-width: 1199px) {
  #destino h3 {
    text-align: center;
  }
}

@media screen and (max-width: 1199px) {
  #destino .col-xl-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#destino .content {
  padding: 3rem;
  max-width: 400px;
}

#destino .content p {
  font-family: 'Montserrat';
  font-size: 14px;
}

#destino .content.dir {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1199px) {
  #destino .content .esq {
    text-align: center;
  }
}

#destino .btn-1 {
  font-size: 14px;
}

.destino-btn-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  gap: 5rem;
}

/* flipster */
.flipster__nav {
  margin: 1rem 0;
}

.flipster__nav__link::after {
  background: #E2877A;
}

.flipster__nav__link {
  font-size: 12px;
  text-decoration: none;
  border-radius: 6rem;
  width: 12px;
  height: 12px;
  padding: 0;
  font-size: 0;
  background: #EFEFEF;
}

.flipster__nav__item--current > .flipster__nav__link, .flipster__nav__link:hover, .flipster__nav__link:focus {
  background: #E2877A;
}

#home-4 {
  background: #E2877A;
  color: #fff;
  padding: 0 0 3rem;
  margin-bottom: 0;
}

.acomodacoes-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 186px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-family: 'Zodiak';
  font-weight: 300;
  font-size: 35px;
}

@media screen and (max-width: 478px) {
  .acomodacoes-header {
    font-size: 26px;
  }
}

#home-5 {
  padding: 8rem 0 3rem;
  background: rgba(255, 234, 217, 0.25);
}

#home-5 .img img {
  width: 100%;
  height: auto;
}

#home-5 .max-width {
  position: relative;
}

#home-5 .max-width .slider2-esq, #home-5 .max-width .slider2-dir {
  position: absolute;
  z-index: 10000;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1199px) {
  #home-5 .max-width .slider2-esq, #home-5 .max-width .slider2-dir {
    height: auto;
    top: auto;
    bottom: -2rem;
  }
}

#home-5 .max-width .slider2-esq img, #home-5 .max-width .slider2-dir img {
  margin-bottom: 50px;
}

#home-5 .max-width .slider2-esq {
  left: -100px;
}

@media screen and (max-width: 1400px) {
  #home-5 .max-width .slider2-esq {
    top: auto;
    bottom: -4rem;
    left: calc(50% - 100px);
  }
}

#home-5 .max-width .slider2-dir {
  right: -100px;
}

@media screen and (max-width: 1400px) {
  #home-5 .max-width .slider2-dir {
    top: auto;
    bottom: -4rem;
    right: calc(50% - 100px);
  }
}

#home-5 .d-flex {
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#home-5 .item:hover .img img, #home-5 .item:focus .img img {
  opacity: .5;
}

#home-5 .item:hover .titulo a, #home-5 .item:focus .titulo a {
  color: #E1877A;
  text-align: center;
}

#home-5 .content {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

#home-5 .content a {
  color: #917B6A;
  text-decoration: none;
}

#home-5 .content .titulo {
  font-family: 'Zodiak';
  font-size: 14px;
  margin-bottom: 1rem;
}

#home-5 .content .desc {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

@media screen and (max-width: 991px) {
  #home-5 .content .desc {
    font-size: 12px;
  }
}

#home-6 {
  height: 600px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 478px) {
  #home-6 {
    height: 420px;
  }
}

#home-6 .item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#home-6 .slider3-esq, #home-6 .slider3-dir {
  position: absolute;
  z-index: 10;
  top: calc(50% - 11.5px);
}

#home-6 .slider3-esq {
  left: 2rem;
}

#home-6 .slider3-dir {
  right: 2rem;
}

.slider-3 .item {
  height: 600px;
}

@media screen and (max-width: 478px) {
  .slider-3 .item {
    height: 420px;
  }
}

#exp .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#exp .btn-1 {
  padding: .75rem 4rem;
  font-size: 15px;
}

.exp-header {
  background: #E2877A;
  padding: 2rem 0;
}

.exp-header h2 {
  text-align: center;
  font-family: 'Zodiak';
  font-size: 35px;
  color: #fff;
  font-weight: 100;
}

@media screen and (max-width: 478px) {
  .exp-header h2 {
    font-size: 26px;
  }
}

#visite {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 804px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #357274;
}

#visite .box-azul {
  background: rgba(160, 232, 235, 0.92);
  padding: 2rem;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

#visite h3 {
  font-family: 'Zodiak';
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}

@media screen and (max-width: 478px) {
  #visite h3 {
    font-size: 26px;
  }
}

#visite p {
  font-family: 'Montserrat';
  font-size: 16px;
  max-width: 500px;
  margin: 2rem auto 2rem;
}

#visite .btn-1 {
  color: #357274;
  border-color: #357274;
}

.max-width-rodape {
  max-width: 560px;
}

footer {
  background: rgba(255, 234, 217, 0.25);
  padding: 3rem 0;
}

footer .col-md-4 {
  text-align: center;
}

.rodape-social {
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}

.rodape-contato {
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Montserrat';
  font-size: 12px;
  text-align: left;
  color: #E1877A;
}

@media screen and (max-width: 478px) {
  .rodape-contato {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.rodape-contato li {
  margin-bottom: 1rem;
  font-weight: 500;
}

.rodape-contato li:last-child {
  margin-bottom: 0;
}

.rodape-contato a {
  color: #E1877A;
}

.b-rodape {
  margin: 2rem 0;
}

/* Detathes de acomodacao */
.acomodacao-notfound {
  padding: 6rem 0;
  text-align: center;
}

.header-img {
  height: 405px;
  background-size: cover;
  background-position: center center;
  background-repeat: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-img h2 {
  font-weight: 300;
  font-size: 35px;
  font-family: 'Zodiak';
  color: #fff;
}

.acomodacao-w {
  padding: 6rem 0;
}

@media screen and (max-width: 991px) {
  .acomodacao-w {
    padding: 0;
  }
}

.acomodacao-w .img-left, .acomodacao-w .img-right {
  width: 100%;
  height: auto;
}

.acomodacao-w .content {
  color: #232323;
  padding: 2rem 0;
}

.acomodacao-w .content h3 {
  font-family: 'Zodiak';
  font-weight: 100;
  margin-bottom: 2rem;
  font-size: 18px;
}

.acomodacao-w .content p {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 300;
}

.acomodacao-w .content p:last-child {
  margin-bottom: 0;
}

.acomodacao-w .content.left {
  padding-right: 1rem;
}

@media screen and (max-width: 991px) {
  .acomodacao-w .content.left {
    padding: 3rem 1rem;
  }
}

.acomodacao-w .content.right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
}

@media screen and (max-width: 991px) {
  .acomodacao-w .content.right {
    padding: 3rem 1rem;
  }
}

.acomodacao-w .content.right p {
  font-family: 'Zodiak';
}

.acomodacao-w .content.right .icone {
  margin-bottom: 3rem;
}

.acomodacao-w .btn-2 {
  border: 1px solid #232323;
  padding: .5rem 4rem;
  text-decoration: none;
  color: #232323;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 15px;
  margin-top: 3rem;
  display: block;
}

#acomodacao-slider {
  position: relative;
}

@media screen and (max-width: 991px) {
  #acomodacao-slider {
    margin-top: 3rem;
  }
}

#acomodacao-slider .max-width {
  position: relative;
}

#acomodacao-slider .bx-viewport {
  position: relative;
}

#acomodacao-slider .slider-ac-left, #acomodacao-slider .slider-ac-right {
  position: absolute;
  z-index: 100;
  top: calc(50% - 12px);
}

#acomodacao-slider .slider-ac-left {
  left: 2rem;
}

#acomodacao-slider .slider-ac-right {
  right: 2rem;
}

.acomodacao-slider img {
  width: 100%;
  height: auto;
}

/* destino */
.header {
  min-height: 290px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header h2 {
  font-family: 'Zodiak';
  font-size: clamp(24px, 4vw, 35px);
  color: #fff;
  font-weight: 100;
  text-align: center;
}

#content-1 {
  font-family: 'Zodiak';
  color: #232323;
  padding: 7rem 0;
}

@media screen and (max-width: 991px) {
  #content-1 {
    padding: 2rem 0 0;
  }
}

#content-1 .bx-wrapper {
  padding-bottom: 1rem;
}

#content-1 h3, #content-1 h4 {
  font-weight: 400;
  margin-bottom: 2rem;
  font-size: 18px;
}

#content-1 p {
  font-size: 14px;
  font-family: 'Montserrat';
  margin-bottom: 0;
}

#content-1 .btn-1 {
  font-family: 'Montserrat';
  padding: .75rem 4rem;
  margin-top: 2rem;
}

#content-1 .content {
  padding: 2rem;
}

@media screen and (max-width: 991px) {
  #content-1 .content {
    text-align: center;
    padding: 2rem 2rem 4rem;
  }
}

#content-1 .bx-pager {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.destino-1-1 {
  padding-bottom: 5rem;
}

@media screen and (max-width: 991px) {
  .destino-1-1 {
    padding-bottom: 3rem;
  }
}

.destino-1-1 p {
  margin-bottom: 1rem !important;
}

#destino-2 {
  padding-bottom: 8rem;
  text-align: center;
}

@media screen and (max-width: 991px) {
  #destino-2 {
    padding-bottom: 3rem;
  }
}

#destino-2 p {
  text-align: center;
  color: #E1877A;
  font-size: 14px;
  font-family: 'Zodiak';
  max-width: 300px;
  margin: 0 auto;
}

#destino-2 .mapa {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#destino-2 p {
  padding: 0 0 2rem;
}

/* Experiencias */
.exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  font-size: 14px;
  font-family: 'Zodiak';
  font-weight: 300;
}

@media screen and (max-width: 478px) {
  .exp {
    text-align: center;
  }
}

.exp .item {
  width: 100%;
  max-width: 350px;
  color: #E1877A;
}

.exp .desc {
  padding: 2rem 0;
}

.exp .titulo {
  margin-bottom: 2rem;
  font-weight: bold;
}

/* 404 */
#p404 {
  padding: 2rem 0 4rem;
}

#p404 .btn-1 {
  margin: 2rem 0 0;
}

/* Casa Brasileira Slider */
.slider-w {
  position: relative;
}

.slider-w .slider5-esq, .slider-w .slider5-dir {
  position: absolute;
  z-index: 10;
  top: calc(50% - 50px);
}

.slider-w .slider5-esq {
  left: 2rem;
}

.slider-w .slider5-dir {
  right: 2rem;
}

#hotel {
  padding: 6rem 0 4rem;
}

#hotel .container {
  position: relative;
}

#hotel .slider4-esq, #hotel .slider4-dir {
  display: block;
  position: absolute;
  z-index: 10;
  top: calc(50% - 11.5px);
  width: 93px;
  height: 8px;
}

@media screen and (max-width: 1199px) {
  #hotel .slider4-esq, #hotel .slider4-dir {
    width: 24px;
  }
}

@media screen and (max-width: 991px) {
  #hotel .slider4-esq, #hotel .slider4-dir {
    width: 93px;
    top: auto;
    bottom: -2rem;
  }
}

#hotel .slider4-esq {
  left: 2rem;
  background: url("../imagem/seta-esquerda-slide-2.svg") no-repeat left center;
}

@media screen and (max-width: 991px) {
  #hotel .slider4-esq {
    left: calc(50% - 100px);
  }
}

#hotel .slider4-dir {
  right: 2rem;
  background: url("../imagem/seta-direita-slide-2.svg") no-repeat right center;
}

@media screen and (max-width: 991px) {
  #hotel .slider4-dir {
    right: calc(50% - 100px);
  }
}

#hotel .item {
  max-width: 720px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Monteserrat';
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #hotel .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#hotel .text {
  padding-right: 5rem;
}

@media screen and (max-width: 767px) {
  #hotel .text {
    max-width: 350px;
    margin: 0 auto;
    padding: 2rem 1rem 0;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 767px) {
  #hotel .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#hotel .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}

/* Gastronomia */
#gastronomia {
  padding: 6rem 0;
}

#gastronomia .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

#gastronomia .content > div {
  width: 100%;
  max-width: 340px;
}

@media screen and (max-width: 991px) {
  #gastronomia .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#gastronomia .text {
  padding: 2rem 2rem 2rem 0;
  color: #232323;
}

@media screen and (max-width: 991px) {
  #gastronomia .text {
    padding: 0 2rem 2rem 0;
  }
}

#gastronomia h3 {
  font-weight: 400;
  font-size: 18px;
  font-family: 'Zodiak';
  margin-bottom: 2rem;
}

#gastronomia p {
  font-family: 'Montserrat';
  font-size: 14px;
  margin-bottom: 2rem;
}

#gastronomia p:last-child {
  margin-bottom: 0;
}

/* Acomodacoes */
#acomodacoes {
  padding: 6rem 0 0;
  overflow-x: hidden;
}

#acomodacoes .image {
  text-align: center;
}

#acomodacoes h3 {
  font-family: 'Zodiak';
  font-size: 28px;
  color: #E2877A;
  font-weight: 100;
}

@media screen and (max-width: 991px) {
  #acomodacoes h3 {
    font-size: 24px;
    text-align: center;
  }
}

#acomodacoes .header-text {
  font-size: 14px;
  font-family: 'Montserrat';
  margin: 1rem 0 5rem;
}

@media screen and (max-width: 991px) {
  #acomodacoes .header-text {
    text-align: center;
  }
}

#acomodacoes .slider-acomodacoes div {
  max-width: 720px;
}

#acomodacoes .descricao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 0 0;
}

@media screen and (max-width: 991px) {
  #acomodacoes .descricao {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#acomodacoes .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#acomodacoes .descricao-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  color: #232323;
  padding: 0 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#acomodacoes .descricao-w .titulo {
  font-family: 'Zodiak';
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  #acomodacoes .descricao-w .titulo {
    margin-top: 2rem;
    text-align: center;
  }
}

#acomodacoes .descricao-w .texto {
  font-size: 14px;
  margin-top: 1rem;
}

@media screen and (max-width: 991px) {
  #acomodacoes .descricao-w .texto {
    text-align: center;
  }
}

#acomodacoes .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#acomodacoes .btn-1 {
  font-size: 11px;
  font-family: 'Montserrat';
  white-space: nowrap;
  font-weight: 500;
  padding: .75rem 3rem;
}

@media screen and (max-width: 991px) {
  #acomodacoes .btn-1 {
    margin-top: 3rem;
  }
}

#acomodacoes .bx-wrapper {
  position: relative;
}

#acomodacoes .bx-controls {
  position: absolute;
  top: calc(50% - 4px);
  z-index: 100;
  width: 100%;
  height: 8px;
}

@media screen and (max-width: 991px) {
  #acomodacoes .bx-controls {
    top: 52%;
  }
}

#acomodacoes .bx-controls-direction {
  position: relative;
}

#acomodacoes .bx-prev, #acomodacoes .bx-next {
  position: absolute;
  font-size: 0;
  width: 93px;
  height: 8px;
  top: 0;
}

@media screen and (max-width: 991px) {
  #acomodacoes .bx-prev, #acomodacoes .bx-next {
    width: 25px;
  }
}

#acomodacoes .bx-prev::after, #acomodacoes .bx-next::after {
  content: '';
  position: absolute;
  width: 93px;
  height: 8px;
}

#acomodacoes .bx-prev {
  left: -120px;
  background: url("../imagem/arrow-left.png") no-repeat;
}

@media screen and (max-width: 991px) {
  #acomodacoes .bx-prev {
    left: 0;
  }
}

#acomodacoes .bx-next {
  right: -120px;
  background: url("../imagem/arrow-right.png") no-repeat;
}

@media screen and (max-width: 991px) {
  #acomodacoes .bx-next {
    right: 0;
    background-position: right;
  }
}

/* Contato */
.form-w {
  padding: 3rem 0;
  max-width: 530px;
  margin: 0 auto;
  font-family: 'Zodiak';
  font-weight: 100;
  color: #E2877A;
}

.form-w .form-group {
  margin-bottom: 2rem;
}

.form-w .form-header {
  margin-bottom: 2rem;
  font-size: 28px;
}

.form-w input, .form-w textarea {
  border: 1px solid #E2877A;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #E2877A;
  padding: 1rem 0;
}

.form-w input::-webkit-input-placeholder, .form-w textarea::-webkit-input-placeholder {
  color: #E2877A;
  font-weight: 100;
  opacity: 1;
}

.form-w input:-ms-input-placeholder, .form-w textarea:-ms-input-placeholder {
  color: #E2877A;
  font-weight: 100;
  opacity: 1;
}

.form-w input::-ms-input-placeholder, .form-w textarea::-ms-input-placeholder {
  color: #E2877A;
  font-weight: 100;
  opacity: 1;
}

.form-w input::placeholder, .form-w textarea::placeholder {
  color: #E2877A;
  font-weight: 100;
  opacity: 1;
}

.form-w input:-ms-input-placeholder, .form-w textarea:-ms-input-placeholder {
  color: #E2877A;
  font-weight: 100;
}

.form-w input::-ms-input-placeholder, .form-w textarea::-ms-input-placeholder {
  color: #E2877A;
  font-weight: 100;
}

.form-w textarea {
  border: 1px solid #E2877A;
  padding: 1rem;
}

.form-w .btn-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-w .btn-1 {
  background: transparent;
  font-size: 15px;
  padding: .75rem 3rem !important;
}

.form-w .btn-1:hover, .form-w .btn-1:focus {
  background: #E2877A;
  color: #fff;
}

.form-w label.titulo {
  margin: 0 0 1rem 0;
}

.form-w .contato-whatsapp {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
  padding: 5rem 0 3rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form-w .contato-whatsapp {
    font-size: 14px;
  }
}

.form-w .contato-whatsapp a {
  white-space: nowrap;
  color: #E2877A;
  font-weight: 600;
}

label.error {
  font-size: 12px;
  color: #990000;
}

/* Alertify */
.alertify .ajs-body .ajs-content {
  text-align: center;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: center;
}

.ajs-content {
  color: #232323;
}

.ajs-button.ajs-ok {
  background: transparent;
  border-radius: 0;
  border: 1px solid #E2877A;
  color: #E2877A;
}

.seta-cima {
  display: none;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
}
/*# sourceMappingURL=style.css.map */