@media (min-width: 768px) {
  .logo_resort img {
    max-width: 110px;
    border-radius: 30px;
    margin-right: 5px;
  }


}

.botao_outros_resorts {
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0;
  background: #278BB0;
  border-radius: 25px;
  padding: 10px;
  cursor: pointer;
  transition: 0.5s;
}

.items_absolute.sticky .botao_outros_resorts {
  display: none;
}

.botao_outros_resorts:hover {
  box-shadow: 0 0 5px #278BB0;
}

.botao_outros_resorts p {
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #ffffff;
}

.botao_outros_resorts p svg {
  max-width: 20px;
  max-height: 15px;
  margin-right: 5px;
}

p.primeiro_titulo,
p.primeiro_titulo a {
  padding-top: 1rem;
  font-weight: bold;
  font-size: 0.8rem;
  color: #212529;
}


.primeira_secao {
  background-color: #F2F2F2;
}


@media (max-width: 991px) {
  .primeira_secao {
    padding-bottom: 20px;
    position: relative;
  }

  html body {
    padding-top: 26px;
  }

}

@media (max-width: 767px) {
  html body {
    padding-top: 29px;
  }
}

.primeira_secao .flex {
  align-items: center;
}

.banner .logo_resort {
  display: none;
}

.banner .logo_resort img {
  max-width: 140px;
  border-radius: 50px;

}

@media (max-width: 991px) {
  .primeira_secao .flex {
    justify-content: space-between;
  }

  .banner .imagem_principal {
    min-height: 450px;
    object-fit: cover;
  }

  .banner .logo_resort {
    display: block;
  }
}

.primeira_secao .flex .item {
  flex: 1;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .primeira_secao .flex .item:first-of-type {
    padding-right: 10px;
    max-width: 180px;
  }

  .primeira_secao .flex .item:first-of-type p {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.primeira_secao .flex .item p {
  color: #0692CC;
  font-weight: bold;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .primeira_secao .flex .item p:first-of-type {
    margin-right: 30px;
  }

  .primeira_secao .flex .item p:last-of-type {
    margin-left: 30px;
  }
}

.primeira_secao .flex .item p svg path {
  fill: #0692CC;
}

@media (max-width: 991px) {
  .primeira_secao .flex .item p {
    font-size: 0.6rem;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .primeira_secao .flex .item p {
    text-align: center;
    font-size: 0.8rem;
    cursor: pointer;
  }
}

.primeira_secao .flex .item p svg {
  max-width: 20px;
}

.primeira_secao .flex .item.comunidade {
  position: relative;
}

.primeira_secao .flex .item.comunidade:after {
  content: "";
  width: 2px;
  height: 30px;
  position: absolute;
  background: #B0B0B0;
}

@media (min-width: 992px) {
  .primeira_secao .flex .item.comunidade:after {
    top: 15px;
    left: 0;
  }
}

@media (max-width: 991px) {
  .primeira_secao .flex .item.comunidade:after {
    top: 5px;
    left: -7px;
  }
}

.primeira_secao .flex .item.ativo p {
  background: #F2F2F2;
}

.primeira_secao .flex .item:hover p {
  box-shadow: 0 0 4px white;
}

.primeira_secao h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.primeira_secao .texto:last-of-type {
  padding-bottom: 10px;
}

.primeira_secao .texto.escondido {
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .primeira_secao .info .texto:first-of-type {
    position: relative;
  }

  .primeira_secao .info .texto.escondido:first-of-type :after {
    content: "";
    width: 100%;
    bottom: 0;
    height: 40%;
    position: absolute;
    background: linear-gradient(180deg, rgba(242, 242, 242, 0.33) 0%, rgb(242, 242, 242) 100%);
    left: 0;
  }

  .primeira_secao .info.mostra_tudo .texto :after {
    display: none;
  }
}

.primeira_secao .informacoes_comunidades {
  display: none;
}

.primeira_secao .informacoes_comunidades .text-center {
  font-weight: bold;
}

.primeira_secao .informacoes_comunidades .lado_direito {
  padding-bottom: 10px;
}

.primeira_secao .botao.ler_mais {
  text-align: center;
}

@media (max-width: 991px) {
  .primeira_secao .botao.ler_mais {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .primeira_secao .botao.ler_mais {
    cursor: pointer;
    width: 200px;
    margin: auto;
    position: relative;
    top: 20px;
  }

  .primeira_secao .botao.ler_mais p {
    border-radius: 20px;
    transition: 0.4s;
  }

  .primeira_secao .botao.ler_mais p:hover {
    font-weight: bold;
  }
}

.primeira_secao .botao.ler_mais p {
  font-weight: lighter;
  margin-bottom: 0;
  background: linear-gradient(90deg, rgb(11, 93, 135) 0%, rgb(47, 152, 188) 54%, rgb(0, 147, 209) 100%);
  padding: 10px;
  color: white;
}

@media (max-width: 991px) {
  .primeira_secao .botao.ler_mais p {
    width: 300px;
    border-radius: 20px;
    margin: auto;
  }
}

.titulo_secao {
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 15px;
}

.titulo_secao span {
  font-weight: normal;
}

@media (max-width: 767px) {
  .titulo_secao span {
    display: block;
  }
}

.fotos_setas {
  position: absolute;
  top: 57%;
  left: 0;
  width: 100%;
}

.fotos_setas .swiper-button-next:after,
.fotos_setas .swiper-button-prev:after {
  display: none;
}

.linhas_arrows_fotos .swiper-button-next svg *,
.linhas_arrows_fotos .swiper-button-prev svg * {
  fill: #003855;
  filter: drop-shadow(1px 1px 2px #fff);
}

.fotos_setas .swiper-button-next svg,
.fotos_setas .swiper-button-prev svg {
  max-width: 20px;
}

.fotos_hotel {
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .fotos_hotel {
    margin-right: 30px;
    margin-left: 30px;
  }
}

.fotos_hotel .swiper-slide {
  padding: 0 5px;
}

.fotos_hotel img {
  max-width: 100%;
  width: 340px;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

.item_diferencial {
  background: linear-gradient(90deg, rgb(11, 93, 135) 0%, rgb(47, 152, 188) 54%, rgb(0, 147, 209) 100%);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .item_diferencial {
    width: 49%;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .item_diferencial {
    width: 24%;
    transition: 0.4s;

  }

  .item_diferencial:hover {
    box-shadow: 0 0 6px #3E3E3E;
  }
}

.item_diferencial p {
  color: #ffffff;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 13px;
}

.item_diferencial img {
  max-width: 100px;
  max-height: 70px;
}

.lista_outros_hoteis {
  overflow: hidden;
}

.lista_outros_hoteis .swiper-wrapper.center-mode {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lista_outros_hoteis .swiper-pagination {
  position: relative;
  margin-top: 1rem;
}

.lista_outros_hoteis span.swiper-pagination-bullet {
  border: 2px solid #003855;
  background: transparent;
  width: 16px;
  border-radius: 10px;
  opacity: 1;
  margin: 0 1px;
}

.lista_outros_hoteis .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 10px;
  background: #003855;
  border: none;
}

@media (min-width: 992px) {
  .outros_hoteis {
    margin-bottom: 20px;
    position: relative;
    margin-top: 20px;
  }

  .outros_hoteis .secao_titulo_outros_hoteis {
    position: absolute;
    width: 100%;
    left: 0;
    top: -60px;
  }

  .outros_hoteis .secao_titulo_outros_hoteis .titulo_secao {
    max-width: 710px;
    margin: auto;
  }
}

.outros_hoteis .titulo_secao {
  font-size: 1.3rem;
}

.google_review {
  background: #F2F2F2;
  padding: 30px 0;
}

.google_review .titulo {
  font-size: 1.8rem;
  color: #292929;
}

.google_review .ti-widget.ti-goog .ti-controls-line .dot {
  background: #001F2F;
}

@media (min-width: 992px) {
  .ebook {
    order: 0;
  }

  .ebook p {
    padding-left: 8rem;
  }
}

.ebook .flex.align-items-center {
  position: relative;
}

.ebook .flex.align-items-center:before {
  content: "";
  position: absolute;
  width: 100%;
  background: linear-gradient(270deg, rgb(11, 93, 135) 0%, rgb(47, 152, 188) 54%, rgb(0, 147, 209) 100%);
  border-radius: 10px;
}

@media (max-width: 991px) {
  .ebook .flex.align-items-center:before {
    height: 72px;
    top: 26%;
  }
}

@media (min-width: 992px) {
  .ebook .flex.align-items-center:before {
    height: 114px;
    top: 21%;
  }
}

@media (max-width: 991px) {
  .ebook .flex.align-items-center .col-sm-4 {
    max-width: 36%;
  }
}

.ebook img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .ebook img {
    max-height: 240px;
  }
}

.ebook p {
  font-weight: bold;
  color: #ffffff;
}

@media (max-width: 399px) {
  .ebook p {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
}

@media (min-width: 400px) {
  .ebook p {
    font-size: 1.5rem;
    margin-bottom: 4px;
  }
}

@media (min-width: 600px) {
  .ebook p {
    font-size: 2rem;
  }
}

.fundo_cinza.galerry_hoteis {
  background-color: #F2F2F2;
  padding: 50px 0;
}

.fundo_cinza.galerry_hoteis .titulo_secao {
  text-align: left;
}


.fundo_cinza.galerry_hoteis .cards-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fundo_cinza.galerry_hoteis .cards-gallery .item-gallery {
  width: calc(33.33% - 30px);
  margin: 15px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, .5);

}

.fundo_cinza.galerry_hoteis .cards-gallery .item-gallery .swiper-container {
  position: relative;
}

.fundo_cinza.galerry_hoteis .cards-gallery .item-gallery .item-image {
  position: relative;
}

.fundo_cinza.galerry_hoteis .cards-gallery .item-gallery .item-image .open-gallery {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #003855;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  cursor: pointer;
}

.fundo_cinza.galerry_hoteis .cards-gallery .item-gallery .item-image:hover .open-gallery {
  opacity: 1;
}

.fundo_cinza.galerry_hoteis .cards-gallery .item-gallery .item-image img {
  max-width: 100%;
  max-height: 220px;
  width: 100%;
  object-fit: cover;

}

.fundo_cinza.galerry_hoteis .cards-gallery .item-gallery .button-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;

}

.fundo_cinza.galerry_hoteis .cards-gallery .item-gallery .button-slide.button-slide-prev {
  left: 5px;
}

.fundo_cinza.galerry_hoteis .cards-gallery .item-gallery .button-slide.button-slide-next {
  right: 5px;
}

.fundo_cinza.galerry_hoteis .cards-gallery .item-gallery .swiper-pagination-clickable {
  position: absolute;
  bottom: 5px;
  z-index: 1;
  width: 100%;
  text-align: center;
}


.fundo_cinza.galerry_hoteis .cards-gallery .item-gallery .swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: #003855;
  opacity: 1;
}

.fundo_cinza.galerry_hoteis .cards-gallery .item-gallery .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.fundo_cinza.galerry_hoteis .cards-gallery .item-gallery .button-slide {
  background-color: #003855;
  padding: 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.fundo_cinza.galerry_hoteis .cards-gallery .item-gallery .button-slide svg {
  width: 20px;
  height: 20px;
}

.fundo_cinza.galerry_hoteis .cards-gallery .item-gallery .button-slide svg * {
  fill: #fff;
}

.fundo_cinza.galerry_hoteis .cards-gallery .item-gallery .block-info {
  padding: 15px;
}

.fundo_cinza.galerry_hoteis .cards-gallery .item-gallery .block-info h3 {
  color: #212529;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}

.shadow-gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1100;
  cursor: pointer;
  display: none;
}

.shadow-gallery.active {
  display: block;
}

.cards-gallery-float {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1200;
  width: 1200px;
  max-width: calc(100% - 15px);
  display: none;
}

.cards-gallery-float.active {
  display: block;
}

.cards-gallery-float .item-gallery {
  display: none;
  position: relative;
}

.cards-gallery-float .item-gallery .swiper-wrapper {
  align-items: center;
}

.cards-gallery-float .item-gallery .item-image {
  opacity: 0 !important;
}

.cards-gallery-float .item-gallery .item-image.swiper-slide-active {
  opacity: 1 !important;
}

.cards-gallery-float .item-gallery.active {
  display: block;
}

.cards-gallery-float .item-gallery img {
  width: 100%;
  max-width: 100%;
  height: 700px;
  object-fit: contain;

}

@media(max-width: 990px) {
  .cards-gallery-float .item-gallery img {
    height: 100%;
    max-height: 600px;
  }
}

.cards-gallery-float .item-gallery .button-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: #003855;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cards-gallery-float .close-this {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 5;
  cursor: pointer;
}

.cards-gallery-float .item-gallery .swiper-pagination {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 1;
  text-align: center;
}

.cards-gallery-float .item-gallery .swiper-pagination .swiper-pagination-bullet {
  background-color: #003855;
  opacity: 1;
}

.cards-gallery-float .item-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.cards-gallery-float .item-gallery .button-slide.button-slide-next {
  right: 0;
}

.cards-gallery-float .item-gallery .button-slide.button-slide.button-slide-prev {
  left: 0;
}

@media(max-width: 1200px) {
  .fundo_cinza.galerry_hoteis .cards-gallery .item-gallery {
    width: calc(50% - 30px);
  }

  .cards-gallery-float .item-gallery .button-slide svg {
    width: 30px;
    height: 30px;

  }
}

@media(max-width: 550px) {
  .fundo_cinza.galerry_hoteis .cards-gallery .item-gallery {
    width: calc(100% - 30px);
  }
}

/*# sourceMappingURL=single-hoteis.css.map */