/*
Theme Name: Twenty Twenty-Five Child
Theme URI: 
Description: Tema da home
Author: William Bento
Template: twentytwentyfive
Version: 1.0
*/
.wp-site-blocks > * {
    margin-block-start: 0 !important;
}

:root :where(.is-layout-flow) > * {
    margin-block-start: 0 !important;
}

.wp-block-separator {
    display: none !important;
}

@font-face {
  font-family: "icones-tcu";
  src: url("fonts/icones-tcu.woff") format("woff"),
       url("fonts/icones-tcu.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.icones {
  font-family: "icones-tcu" !important;
  font-size: inherit;
  font-style: normal !important;
  font-weight: normal !important;
  color: inherit;
  font-display: swap;
}

.icone-link-externo::before {
  content: "\e900";
}

.icone-chevron-down::before {
  content: "\e901";
}

.icone-arrow-right::before {
  content: "\e902";
}

.icone-download::before {
  content: "\e903";
}

.icone-arrow-left::before {
  content: "\e904";
}

.icone-arrow-right::before {
  content: "\e905";
}

.icone-search::before {
  content: "\e906";
}

.icone-times::before {
  content: "\e907";
}

/* ==========================================================================
   Reset
   ========================================================================== */
html,
body,
main {
  min-height: 100%;
  scroll-behavior: smooth;
}

img, iframe, object, video {
  max-width: 100%;
  width: auto;
  height: auto;
}

form:after, form:before {
  display: table;
  content: " ";
}
form:after {
  clear: both;
}

textarea {
  max-width: 100%;
  width: 100%;
}

b,
strong {
  font-weight: 700;
}

address {
  font-size: inherit;
}

/* ==========================================================================
    Geral
========================================================================== */
body {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  background-color: #ECE2D0;
  color: #2D2D2D;
  overflow: overlay;
}

.titulo {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}
.titulo.lg {
  font-size: 24px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .titulo.lg {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .titulo.lg {
    font-size: 48px;
  }
}
.titulo.xl {
  font-size: 24px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .titulo.xl {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .titulo.xl {
    font-size: 64px;
  }
}
.titulo.xxl {
  font-size: 36px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .titulo.xxl {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .titulo.xxl {
    font-size: 64px;
  }
}

.index-topo {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  padding: 80px 0 40px;
}
@media (min-width: 992px) {
  .index-topo {
    gap: 24px;
  }
}
.index-topo_texto {
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .index-topo_texto {
    font-size: 40px;
  }
}

.hoteis-group_card {
  height: 540px;
  padding: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  transition: all ease 0.4s;
  text-decoration: none;
  color: #F7F5F1;
  position: relative;
  border-radius: 8px;
  gap: 12px;
}
@media (min-width: 992px) {
  .hoteis-group_card {
    padding: 32px;
  }
}
.hoteis-group_card-titulo {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .hoteis-group_card-titulo {
    font-size: 40px;
  }
}
.hoteis-group_card-texto {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 130%;
}
.hoteis-group_card-content {
  position: relative;
  z-index: 2;
}
.hoteis-group_card .overlay {
  width: 100%;
  height: 400px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  left: 0;
}
.hoteis-group_card .btn-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-sect {
  width: 100%;
  height: 480px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.banner-sect_titulo {
  font-size: 48px;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  margin-bottom: 12px;
  text-align: left;
  color: #ECE2D0;
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .banner-sect_titulo {
    margin-bottom: 24px;
    font-weight: 60px;
  }
}
@media (min-width: 1400px) {
  .banner-sect_titulo {
    font-size: 72px;
  }
}
.banner-sect .overlay-banner {
  width: 70%;
  height: 480px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  left: 0;
}

.hotel-content {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .hotel-content {
    padding: 80px 0;
  }
}
.hotel-content_header {
  padding-bottom: 24px;
  text-align: center;
  color: #21463A;
}
.hotel-content_body {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .hotel-content_body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.hotel-content_card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  color: #21463A;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.hotel-content_card:hover .icones {
  animation: arrow-loop 0.4s ease forwards;
}
.hotel-content_card-img {
  height: 240px;
  object-fit: cover;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.hotel-content_card-titulo {
  font-size: 24px;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .hotel-content_card-titulo {
    font-size: 32px;
  }
}
.hotel-content_card-texto {
  font-size: 16px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .hotel-content_card-texto {
    font-size: 18px;
    margin-bottom: 32px;
    display: block;
    overflow: hidden;
    max-height: 7.5em;
    transition: max-height 2s ease;
  }
}
.hotel-content_card-link {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: all ease 0.4s;
}
.hotel-content_card-link .underline {
  text-decoration: underline;
}
.hotel-content_card-link .icones {
  font-size: 10px;
}

.comodidades-sect {
  padding: 60px 0;
  overflow: hidden;
  background-color: #21463A;
}
@media (min-width: 992px) {
  .comodidades-sect {
    padding: 80px 0;
  }
}
.comodidades-sect .titulo {
  text-align: center;
  margin-bottom: 32px;
  color: #ECE2D0;
}
@media (min-width: 992px) {
  .comodidades-sect .titulo {
    margin-bottom: 40px;
  }
}
.comodidades-sect .swiper {
  overflow: visible;
}
@media (min-width: 992px) {
  .comodidades-sect .swiper.with-4 .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.comodidades-sect .swiper-wrapper {
  overflow: visible;
}
@media (min-width: 768px) {
  .comodidades-sect .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .comodidades-sect .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.comodidades-sect .swiper-pagination {
  position: inherit;
  top: inherit;
  left: inherit;
  bottom: inherit;
  margin-top: 10px;
}
.comodidades-sect .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ECE2D0;
}
.comodidades-sect_card {
  height: 278px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  color: #F7F5F1;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: all ease 0.4s;
}
.comodidades-sect_card-content {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all ease 0.4s;
}
@media (min-width: 992px) {
  .comodidades-sect_card-content {
    opacity: 0;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    color: #F7F5F1;
    text-decoration: none;
  }
}
.comodidades-sect_card-titulo {
  margin-bottom: 8px !important;
}
.comodidades-sect_card-link {
  margin-bottom: 0;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .comodidades-sect_card:hover .comodidades-sect_card-content {
    opacity: 1;
  }
}
.comodidades-sect_card:hover .icones {
  animation: arrow-loop 0.4s ease forwards;
}

.localizacao-sect {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .localizacao-sect {
    padding: 120px 0;
  }
}

.info_box {
  width: 100%;
  padding: 24px;
  background-color: #21463A;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .info_box {
    height: 100%;
    padding: 36px 40px 40px;
    margin: 0;
  }
}
.info_box .box_title {
  color: #ECE2D0;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 14px;
  font-weight: 800;
}
@media (min-width: 992px) {
  .info_box .box_title {
    font-size: 40px;
  }
}
.info_box .desc_tel {
  max-width: 200px;
}
@media (min-width: 390px) {
  .info_box .desc_tel {
    max-width: initial;
  }
}
.info_box .box_desc {
  margin-bottom: 16px;
  color: #ECE2D0;
  font-size: 14px;
  line-height: normal;
}
@media (min-width: 992px) {
  .info_box .box_desc {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.info_box .box_desc + .box_desc {
  margin-top: 12px;
}
.info_box-navegacao {
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  .info_box-navegacao {
    overflow: hidden;
    display: flex;
    align-items: stretch;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .info_box-navegacao .content_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    background-color: #21463A;
    padding: 36px 30px 48px;
  }
}
.info_box-navegacao .iframe-map {
  width: 100%;
  aspect-ratio: 3/2;
  margin: 24px 0;
}
@media (min-width: 992px) {
  .info_box-navegacao .iframe-map {
    height: 100%;
    margin: 0 0 0 -20px;
    aspect-ratio: 16/8;
  }
}
@media (min-width: 1200px) {
  .info_box-navegacao .iframe-map {
    aspect-ratio: 16/7;
  }
}
@media (min-width: 1400px) {
  .info_box-navegacao .iframe-map {
    aspect-ratio: 16/6;
  }
}
.info_box-navegacao .btn-branco {
  width: 100%;
  background-color: #ECE2D0;
  color: #21463A;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0;
}
@media (min-width: 992px) {
  .info_box-navegacao .btn-branco {
    margin-top: 24px;
  }
}
.info_box-navegacao .btn-branco:hover {
  background-color: rgb(221.3181818182, 203.5909090909, 171.6818181818);
  color: #21463A;
}

#mapa {
  width: 100%;
  height: 400px;
}

.btn-voltar {
  color: #ECE2D0;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  width: fit-content;
  transition: all ease 0.4s;
  border: none;
  text-decoration: none;
  margin-bottom: 60px;
  font-weight: 600;
  background-color: #21463A;
}
@media (min-width: 992px) {
  .btn-voltar {
    margin-bottom: 80px;
  }
}
.btn-voltar:active {
  outline: none;
}
.btn-voltar:hover {
  background-color: #ECE2D0;
  color: #21463A;
}

.hoteis-swiper {
  width: 100%;
  padding: 0;
  overflow: visible;
  padding-bottom: 120px;
}
@media (min-width: 768px) {
  .hoteis-swiper {
    padding-bottom: 0;
  }
}
.hoteis-swiper .swiper-slide {
  width: 100%;
  height: 390px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .hoteis-swiper .swiper-slide {
    width: 408px;
  }
}
.hoteis-swiper .hoteis-group_card {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hoteis-swiper .swiper-pagination {
  position: inherit;
  top: inherit;
  left: inherit;
  bottom: inherit;
  margin-top: 10px;
}
.hoteis-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #21463A;
}

.home_sect {
  overflow: hidden;
}

.btn-icone {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #2D2D2D;
  background-color: white;
  width: fit-content;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  z-index: 3;
  border: none;
  outline: none;
}
.btn-icone .icones {
  transform: rotate(-45deg);
  font-size: 10px;
  transition: none;
}
.btn-icone:hover .icones {
  animation: arrow-loop 0.4s ease forwards;
}

@keyframes arrow-loop {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  49% {
    translate: 8px -8px;
    opacity: 0;
  }
  50% {
    translate: -8px 8px;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}

.bg-body {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.3)), url("https://hospedagemgramadocanela.com.br/wp-content/uploads/2026/03/gramado.webp");
  height: 100vh;
}

.fs-6 {
  font-size: 0.375rem !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.563rem !important;
}

.fs-10 {
  font-size: 0.65rem !important;
}

.fs-11 {
  font-size: 0.7rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.875rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-18 {
  font-size: 1.15rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-22 {
  font-size: 1.4rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-26 {
  font-size: 1.65rem !important;
}

.fs-28 {
  font-size: 1.75rem !important;
}

.fs-30 {
  font-size: 1.9rem !important;
}

.fs-32 {
  font-size: 2rem !important;
}

.fs-34 {
  font-size: 2.125rem !important;
}

.fs-37 {
  font-size: 2.313rem !important;
}

.fs-38 {
  font-size: 2.375rem !important;
}

.fs-40 {
  font-size: 2.5rem !important;
}

.fs-42 {
  font-size: 2.65rem !important;
}

.fs-44 {
  font-size: 3rem !important;
}

.fs-52 {
  font-size: 3.25rem !important;
}

.fs-56 {
  font-size: 3.5rem !important;
}

.fs-60 {
  font-size: 3.75rem !important;
}

.fs-62 {
  font-size: 3.9rem !important;
}

.fs-70 {
  font-size: 4.4rem !important;
}

.fs-77 {
  font-size: 4.4rem !important;
}

.fs-80 {
  font-size: 5rem !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in {
  to {
    transform: translate(0, 0);
  }
}
@keyframes scale-up {
  to {
    transform: scale(1);
  }
}
@keyframes slide-in-centered {
  to {
    transform: translate(-50%, 0);
  }
}
[data-animate=up-in] {
  transform: translate(0, 200px);
  opacity: 0;
}

[data-animate=left-in] {
  position: relative;
  transform: translate(-100px, 0);
  opacity: 0;
}

[data-animate=right-in] {
  transform: translate(100px, 0);
  opacity: 0;
}

[data-animate=up-in].animation-active,
[data-animate=left-in].animation-active,
[data-animate=right-in].animation-active {
  transform: translate(0, 0);
  opacity: 1;
  transition: all ease 0.4s;
}


/*# sourceMappingURL=estiloHoteis.css.map */
