.home-page #top_menu {
  background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 14px;
    margin: 0 auto;
    padding: 20px !important;
    width: fit-content;
    justify-content: center;
    height: fit-content;
    margin-top: -70px;
    z-index: 50 !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.home-page #top_menu > a:not(.reserva-online) {
  color: #1b1b1b;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.f-reserva{
  top: 8px;
  position: fixed !important;
  margin: 0 !important;
}

.home-page #top_menu > a:not(.reserva-online) .menu-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background-color: #edf1f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.home-page #top_menu > a:not(.reserva-online) .menu-icon img,
.home-page #top_menu > a:not(.reserva-online) .menu-icon i {
  width: 32px;
  height: 32px;
  object-fit: contain;
  transition: filter 0.2s ease;
}

.home-page #top_menu > a:not(.reserva-online):hover .menu-icon {
  background-color: #004c99;
}

.home-page #top_menu > a:not(.reserva-online):hover .menu-icon img,
.home-page #top_menu > a:not(.reserva-online):hover .menu-icon i {
  filter: brightness(0) invert(1);
}

.home-page #top_menu > a:not(.reserva-online) .menu-label {
  display: block;
  white-space: nowrap;
  margin-top: 10px;
}

.home-page #top_menu .reserva-online {
  background-color: #f6be00;
  border-radius: 16px;
  color: #004c99 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  height: 60px;
  line-height: 1;
  padding: 12px 18px;
  text-decoration: none;
  white-space: nowrap;
}

.home-page #top_menu .reserva-online:hover {
  background-color: #004c99 !important;
  color: #FFF !important;
}

.home-page #top_menu hr {
  display: none;
}

/* Acomodacoes */
.acomodacoes-section {
  margin: 70px 0;
}

.acomodacoes-title {
  color: #004C99;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 28px;
  text-align: center;
}

.acomodacoes-slider {
  margin: 0 -10px;
  padding-bottom: 30px;
}

#estrutura .slick-track {
  display: flex;
  align-items: stretch;
}

#estrutura .slick-slide {
  padding: 10px 6px;
  display: flex !important;
  height: auto !important;
}

#estrutura .slick-slide > div {
  height: 100%;
  display: flex;
  flex-direction: column; 
  width: 100%;
}

.acomodacao-card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  color: #1b1b1b;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
}

.acomodacao-image img {
  display: block;
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.acomodacao-content {
  padding: 16px 18px 20px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.acomodacao-content h3 {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px;
}

.acomodacao-content p {
  color: #4a4a4a;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.acomodacoes-notice {
  background-color: #FFF8E0;
  border-radius: 12px;
  color: #BB9519;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 20px;
  padding: 12px 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .acomodacoes-section {
    margin: 50px 0;
  }

  .acomodacoes-title {
    font-size: 26px;
  }

  .acomodacao-image img {
    height: 160px;
  }
}

/* Comodidades */
.comodidades-section {
  background-color: #E8EDF4;
  padding: 40px 0;
  margin: 60px 0;
}

.comodidades-section .comodidades-title {
  color: #004C99;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px !important;
  text-align: center;
}

.comodidades-section .comodidades-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0;
}

#estrutura .slick-list {
 padding: 10px 0 !important;
}

.comodidades-section .estrutura-box {
  align-items: center;
  background-color: #004C99;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  min-height: 120px;
  min-width: 120px;
  padding: 18px;
  text-align: center;
  aspect-ratio: 1 / 1;
}

.comodidades-section .estrutura-box img,
.comodidades-section .estrutura-box i {
  height: 32px;
  width: 32px;
}

.comodidades-section .estrutura-box i {
  color: #F6BE00;
  font-size: 32px;
}

.comodidades-section .estrutura-box img {
  filter: brightness(0) saturate(100%) invert(78%) sepia(29%) saturate(1260%) hue-rotate(2deg) brightness(104%) contrast(102%);
}

.comodidades-section .estrutura-box span {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .comodidades-section {
    padding: 30px 0;
  }

  .comodidades-section .comodidades-title {
    font-size: 26px;
  }

  .comodidades-section .estrutura-box {
    min-width: 108px;
    padding: 14px 12px;
  }
}

@media (max-width: 1400px) {
  .home-page #top_menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-page #top_menu .reserva-online {
    order: 99;
  }
}

.conheca-section .conheca-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}

.conheca-section .conheca-name {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #000;
}

.conheca{
  height: auto !important;
  padding: 40px 30px 30px 30px;
  border: none;
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.25) !important;
}

.btn-orcamento{
  width: fit-content !important;
}

.conheca img{
  width: 100%;
  height: auto;
  max-height: 100% !important;
}

/* Seção Pet Friendly */
#pet{
  margin: 100px 0;
}

#pet .row {
  align-items: center;
}

#pet .col-md-5 img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

#pet .col-md-7 {
  padding-left: 30px;
}

#pet .destaque {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #004C99;
  margin-bottom: 20px;
}

#pet .description2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

#pet img.img-responsive {
  border-radius: 20px;
  margin-bottom: 20px;
}

#pet .dark-hotel {
  display: block;
  background-color: #004C99;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.3s ease;
  text-align: left;
}

#pet .dark-hotel:hover {
  background-color: #003d7a;
}

#pet .dark-hotel p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  text-align: left;
}

span.dark-hotel p i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  float: none;
  margin-right: 0;
  transform: translateY(-50%);
}

#pet .open-close-hotel {
  background-color: #f8f9fa;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#pet .open-close-hotel p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

@media (max-width: 991px) {
  #pet .col-md-7 {
    padding-left: 15px;
  }

  #pet .destaque {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  #pet .destaque {
    font-size: 24px;
  }

  #pet .description2 {
    font-size: 14px;
  }

  #pet .dark-hotel p {
    font-size: 14px;
  }
}

/* Seção Sobre o Hotel */
#sobre .sobre-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 30px;
  align-items: start;
}

#sobre .sobre-slider-area {
  width: 100%;
}

#sobre .hotel-slider {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 500px;
}

#sobre .hotel-slider img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

#sobre .sobre-content-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  height: 100%;
}

#sobre .sobre-text-area {
  background-color: #E5EDF5;
  padding: 0 20px;
  border-radius: 20px;
}

#sobre .sobre-text-area h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 42px;
  line-height: 1.2;
  color: #004C99;
  margin-bottom: 10px;
}

#sobre .sobre-text-area h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 20px;
}

#sobre .sobre-text-area p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

#sobre .sobre-bottom-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

#sobre .sobre-bottom-area img.img-responsive {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

#sobre .sobre-bottom-area a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#sobre .sobre-bottom-area .como-chegar-img {
  width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

#sobre .sobre-bottom-area .como-chegar-img:hover {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  #sobre .sobre-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #sobre .hotel-slider {
    height: 350px;
  }

  #sobre .hotel-slider img {
    height: 350px;
  }

  #sobre .sobre-text-area {
    padding: 30px;
  }

  #sobre .sobre-text-area h3 {
    font-size: 32px;
  }

  #sobre .sobre-text-area h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #sobre .hotel-slider {
    height: 250px;
  }

  #sobre .hotel-slider img {
    height: 250px;
  }

  #sobre .sobre-text-area {
    padding: 20px;
  }

  #sobre .sobre-text-area h3 {
    font-size: 28px;
  }

  #sobre .sobre-text-area h4 {
    font-size: 16px;
  }

  #sobre .sobre-text-area p {
    font-size: 14px;
  }

  #sobre .sobre-bottom-area {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #sobre .sobre-bottom-area .como-chegar-img {
    max-height: 60px;
  }
}

/* Seção de Eventos */
#eventos{
  background-color: #004C99;
}

.eventos-section {
  overflow: hidden;
}

.eventos-header {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 0;
  margin-bottom: 60px;
  min-height: 300px;
}

.eventos-header-left {
  background-color: #F6BE00;
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 40px 0;
}

.eventos-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  color: #004C99;
  margin: 0;
}

.eventos-header-right {
  background-color: #004C99;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eventos-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 15px;
}

.btn-orcamento {
  display: inline-block;
  background-color: #F6BE00;
  color: #004C99;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.btn-orcamento:hover {
  background-color: #d9a800;
  color: #004C99;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Carrossel de Eventos */
.eventos-carousel {
  margin: 0 -15px;
  position: relative;
}

.eventos-carousel .slick-track {
  display: flex;
  align-items: stretch;
}

.eventos-carousel .slick-slide {
  padding: 10px 6px;
  display: flex !important;
  height: auto !important;
}

.eventos-carousel .slick-slide > div {
  height: 100%;
  display: flex;
  flex-direction: column; 
}

.eventos-carousel .slick-dots {
  bottom: -50px;
}

.slick-dots li {
  font-size: 12px;
  color: #ffffff !important;
  opacity: 1;
}

.slick-dots li.slick-active, .slick-dots li.slick-active:hover, .busca-agenda-home input[type="button"]:hover {
  color: #F6BE00 !important;
  opacity: 1;
}

.eventos-carousel .slick-prev,
.eventos-carousel .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
}

.eventos-carousel .slick-prev {
  left: -50px;
}

.eventos-carousel .slick-next {
  right: -50px;
}

.eventos-carousel .slick-prev:before,
.eventos-carousel .slick-next:before {
  font-size: 40px;
  color: #004C99;
}

/* Card de Evento */
.evento-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.evento-card-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  padding: 10px 10px 0 10px;
}

.evento-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.evento-card-content {
  padding: 25px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.evento-card-header {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  justify-content: space-between;
}

.evento-card-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #333333;
  margin: 0 0 15px 0;
}

.evento-card-info {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.evento-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #666666;
}

.evento-info-item img {
  width: 20px;
  height: 20px;
}

.evento-card-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  margin: 0;
}

/* Responsivo */
@media (max-width: 991px) {
  .eventos-header {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .eventos-header-left {
    border-radius: 0 0 50px 0;
    padding: 40px 30px;
  }

  .eventos-title {
    font-size: 36px;
  }

  .eventos-header-right {
    padding: 40px 30px;
  }

  .eventos-carousel .slick-prev,
  .eventos-carousel .slick-next {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .eventos-title {
    font-size: 28px;
  }

  .eventos-description {
    font-size: 14px;
  }

  .btn-orcamento {
    font-size: 14px;
    padding: 10px 25px;
  }

  .evento-card-image {
    height: 200px;
  }

  .evento-card-content {
    padding: 10px;
  }

  .evento-card-title {
    font-size: 18px;
  }
}
