header a {
  color: #fff !important;
}

header i {
  font-size: 18px;
}

.banner-div h5 p {
  margin: 0;
}

.banner-div h5 {
  margin-top: 0;
}

.banner-div h3 {
  margin-bottom: 10px;
}

.carousel-tarja,
.page-footer .footer-copyright {
  background: #ad9369 !important;
}

.carousel-tarja p {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.carousel-tarja .social-midia {
  gap: 10px;
}

.carousel-tarja .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-banner {
  flex-wrap: wrap;
  gap: 15px;
  top: -100px;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  z-index: 12;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

input[type="date"]:not(.browser-default) {
  background-color: rgba(255, 255, 255, 0.9) !important;
  width: 100% !important;
  border: 1px solid #f2f2f2 !important;
  border-radius: 2px !important;
  /* padding: 0 !important; */
  margin: 0 !important;
}

.labels {
  display: flex;
  flex-direction: column;
}

.form-banner label {
  font-size: 17px;
  color: #000;
}

.modal-form, .modal-form2 {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  width: 50%;
  padding: 20px;
  z-index: 12;
  background: #fff;
}

#open-modal,
#open-modal2 {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
  cursor: pointer;
}

#people{
  cursor: pointer;
}

.gap {
  gap: 21px;
}

input {
  background-color: rgba(255, 255, 255, 0.9) !important;
  width: 100% !important;
  border: 1px solid #f2f2f2 !important;
  border-radius: 2px !important;
  /* padding: 0 !important; */
  margin: 0 !important;
  height: 45px;
}

.slider .slides li {
  position: relative;
}

.slider .slides li::before {
  content: "";
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.3) !important; /* Cor do overlay */
  opacity: 1 !important; /* Começa transparente */
  transition: opacity 0.3s ease !important; /* Transição suave para a opacidade */
}

.slider .indicators {
  display: none !important;
}

.title {
  margin-top: 0px;
  font-size: 35px;
  font-weight: 600;
}

nav ul a:hover {
  background-color: transparent !important;
}

nav ul a,
.brand-logo {
  color: #000 !important;
}

strong {
  font-weight: 700 !important;
}

/*About*/

.about {
  padding-bottom: 50px;
}

.container-about {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 30px;
}

.right-box {
  flex: 1;
  position: relative;
}

.absolut-about {
  position: absolute;
  right: 0;
  top: 30%;
  opacity: 0.1;
}

.left-box {
  position: relative;
  flex: 1;
  overflow: hidden;
}

.left-box img:not(.active) {
  display: none;
}

.left-box img {
  max-width: 100%;
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2px;
  animation: fade-out 15s infinite alternate;
}

.left-box img.active {
  opacity: 1;
  animation: fade-in 15s infinite alternate;
}

@keyframes fade-out {
  0% {
    opacity: 1; /* Começa com opacidade total */
  }
  10% {
    /* Opacidade intermediária em 10% do tempo */
    opacity: 0.7;
  }
  100% {
    opacity: 0.5; /* Termina com opacidade 0 */
  }
}

@keyframes fade-in {
  0% {
    opacity: 0.5; /* Começa com opacidade 0 */
  }
  10% {
    /* Opacidade intermediária em 10% do tempo */
    opacity: 0.7;
  }
  100% {
    opacity: 1; /* Termina com opacidade total */
  }
}

/*reserve*/

.reserve {
  position: relative;
  text-align: center; /* Centraliza o conteúdo horizontalmente */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(8.89deg 27.84% 19.02% / 64%);
}

.content {
  position: absolute;
  z-index: 1;
  color: white;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-slide {
  margin: 10px !important;
}

.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  margin: 0 5px;
  cursor: pointer;
}


/* Estiliza o dot ativo */
.slick-dots li.slick-active button {
  background-color: #3e2723; /* Cor do dot ativo */
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card .card-image::before {
  content: "";
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.3) !important; /* Cor do overlay */
  opacity: 1 !important; /* Começa transparente */
  transition: opacity 0.3s ease !important;
  z-index: 1 !important;
}

.card .card-image .card-title {
  z-index: 2;
}

/*Services*/

.services {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f9f6f1;
}

.container-services p,
.container-room p,
.container-testimonials p,
.container-blog-home p {
  max-width: 450px;
  margin: auto;
}

.row-service {
  margin-top: 50px;
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.card-service.card {
  border-radius: 4px;
}

@media(min-width:992px){
  .card-service.card {
   
    max-width: 300px;
    height: 300px;
  }
  
}

.card-service {
  position: relative !important;
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13),
    0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

.card-service .card-content p {
  text-align: left;
}

.img-card-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img-card-service .icone-service-absolute {
  width: 70px;
  height: 70px;
}

.grayscale img {
  opacity: 0.1;
}

/* testimonials */

.testimonials {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f2f2f2;
}

.testmonial-box {
  margin-top: 50px;
}

/*footer*/

footer {
  background: #f9f6f1 !important;
}

.logo_footer {
  max-width: 70%;
  width: 100%;
}

.social-midia-footer {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: left;
}
.social-midia-footer a i {
  font-size: 20px;
}

/* single-room */

.single-rooms {
  padding-top: 20px;
}

.col-single {
  padding-bottom: 100px !important;
}

.box-images-single .slick-next,
.box-images-single .slick-prev,
.carousel-room .slick-next,
.carousel-room .slick-prev {
  position: absolute;
  background: #ad9369;
  color: #ffff;
  border: none;
  padding: 15px;
  z-index: 12;
  cursor: pointer;
}

.box-images-single .slick-next {
  right: 10px;
  bottom: -42px;
}

.box-images-single .slick-prev {
  right: 55px;
  bottom: -42px;
}

.carousel-room .slick-prev {
  top: -14px;
  right: 55px;
}

.carousel-room .slick-next {
  top: -14px;
  right: 10px;
}

.carousel-room {
  margin-top: 30px;
}

.box-images-single img {
  max-width: 100%;
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -15px;
  margin-bottom: 20px;
}

.price-span {
  color: #ad9369;
}

.title-single {
  margin-bottom: 0;
  margin-top: 45px;
}

.icon-service-room i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-service-room {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 5px;
  flex-wrap: wrap;
}

.services-room {
  margin-top: 50px;
}

.services-room h5 {
  margin-bottom: 20px;
}

.box-1,
.box-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.box-1 p,
.box-2 p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 165px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid lightgray;
  padding: 5px 0;
  margin-bottom: 0;
  margin-top: 0;
}

.box-extra {
  margin-top: 50px;
}

.form-single {
  background: #f9f6f1;
  padding: 30px;
  border-radius: 4px;
}

.box-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.labels-single {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.labels-single label {
  font-size: 15px;
}

.number-box {
  margin-top: 50px;
  background-color: #3e2723;
  color: #fff;
  padding: 20px;
}

.btn-reserva {
  margin-top: 50px;
}

/*Blog home*/

.blog-home {
  padding-top: 50px;
  padding-bottom: 50px;
}

.img-home-box img {
  object-fit: cover;
  max-height: 300px;
  width: 100%;
}

.single-box {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-top: 50px;
  gap: 20px;
}

.descricao-home {
  width: 100%;
}

.date-home {
  color: gray;
}

.title-home2 {
  margin-top: 0;
}

.reading {
  text-decoration: underline;
  margin-top: 10px;
  display: block;
}

@media (max-width: 992px) {
  .container-about {
    flex-direction: column;
    align-items: center;
  }

  .card-service {
    max-width: 100%;
  }

  .right-box {
    order: -1;
  }

  .about {
    padding-bottom: 200px;
  }

  .single-box {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .box-1,
  .box-2 {
    flex-wrap: wrap;
  }

  .modal-form{
    width: 100%;
  }

  .box-images-single {
    flex-wrap: wrap;
  }
  .box-images-single .image-1 img,
  .box-images-single .image-2 img {
    height: auto;
  }
}
@media (max-width: 460px) {
  .slides li .caption h3 {
    font-size: 35px;
  }

  .slides li .caption h5 {
    font-size: 20px;
  }
  .about {
    padding-bottom: 50px;
  }
  .left-box .img-absolute,
  .left-box img {
    position: static;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
  }
}

@media (min-width: 992px) and (max-width: 1081px) {
  .img-home-box img {
    max-height: 220px !important;
  }
}

.whats-flutuante {
  position: fixed;
  bottom: 45px;
  right: 10px;
  z-index: 20;
}

.whats-flutuante a {
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #fff;
  border-radius: 30px;
  background: #39ae41;
}

.whats-flutuante {
  animation: pulse 5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.cookies {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}

.politica-link {
  text-decoration: underline;
}

.btns2 {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 15px;
  cursor: pointer;
  text-transform: uppercase;
}

.container-cookies {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

/*FAQ*/

.banner-faq img {
  max-height: 300px;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}

.banner-faq {
  position: relative;
  height: 300px;
}

.absolute-faq {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  margin-bottom: 0;
  z-index: 12;
  font-size: 60px;
}

.banner-faq::before {
  content: "";
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.3) !important; /* Cor do overlay */
  opacity: 1 !important; /* Começa transparente */
  transition: opacity 0.3s ease !important;
  z-index: 1 !important;
}

.perguntas {
  padding-top: 50px;
  padding-bottom: 50px;
}

.box-perguntas {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
}

.boxes-perg {
  border-radius: 2px;
  padding: 15px 20px;
  font-size: 18px;
  border: 1px solid #ad9369;
}

.box-perg2 p {
  font-size: 14px;
}

.icones-perguntas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.hidden {
  display: none;
}

.box-perguntas {
  padding-top: 60px;
  padding-bottom: 50px;
}

/*Politicas*/

.content a {
  color: #000;
}

.content {
  padding-bottom: 50px;
  padding-top: 60px;
}

/*Scrollbar*/

/* Altera a largura e as cores da barra de rolagem */
::-webkit-scrollbar {
  width: 10px; /* Largura da barra de rolagem */
}

/* Estiliza a parte da barra de rolagem que é arrastada */
::-webkit-scrollbar-thumb {
  background-color: #cecece; /* Cor do fundo da barra de rolagem */
  border-radius: 4px; /* Bordas arredondadas */
}

/* Estiliza a parte da barra de rolagem que não está sendo arrastada */
::-webkit-scrollbar-track {
  background-color: #f9f6f1; /* Cor de fundo da área da barra de rolagem */
}

.slider {
  height: 540px !important;
}

.slides {
  height: 500px !important;
}

select,
#open-modal,
#open-modal2 {
  color: #000 !important;
  cursor: pointer;
}
input[type="date"] {
  color: #000;
}

/*Newsletter*/

.container-news {
  margin-bottom: 50px !important;
  background: #ad9369;
  border-radius: 4px;
  padding: 20px 0;
}

.container-news h5 {
  margin-top: 0;
  margin-bottom: 0;
}

.row-news {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.newsletter .validate::placeholder {
  padding: 0 10px;
}

.newsletter .validate {
  height: 35px !important;
  max-width: 70%;
}

.brand-logo img {
  max-width: 90px;
}

nav {
  height: 70px !important;
}

@media only screen and (min-width: 601px) {
  nav,
  nav .nav-wrapper i,
  nav a.sidenav-trigger,
  nav a.sidenav-trigger i {
    height: 90px !important;
    line-height: 50px !important;
  }
  nav {
    padding: 20px 0 !important;
  }

  nav .brand-logo {
    top: -8px;
  }
}

/* Contact*/
.contact {
  margin-bottom: 50px;
}

.contact input,
.contact textarea {
  background: #f9f6f1 !important;
  border-radius: 8px !important;
  border: none;
}

.input-field > .label-contact {
  top: -5px;
}

.contact input::placeholder,
.contact textarea::placeholder {
  padding: 0 5px;
}

.address {
  display: flex;
  align-items: center;
  justify-content: start;
}

.address i {
  color: #ad9369;
  font-size: 25px !important;
  width: 25px;
  display: block;
}
.address-link {
  display: block;
  margin-left: 25px !important;
}

.address-contact {
  margin-bottom: 30px;
}

.box-address {
  margin-top: 50px;
}

iframe {
  width: 100%;
  z-index: 2;
  margin-top: 50px;
}

/*Page-quartos*/

.quartos {
  padding-top: 0px;
  padding-bottom: 50px;
}

.row-quartos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 10px;
}

.card-images {
  display: flex;
  flex-direction: column;
  position: relative;
}

.card-images img {
  max-width: 270px;
  object-fit: cover;
  border-radius: 4px;
  height: 300px;
}

.card-images::before {
  content: "Clique para ver detalhes ";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Cor do overlay */
  opacity: 0; /* Começa transparente */
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.card-images:hover::before {
  opacity: 1; /* Torna o overlay visível quando o mouse passa por cima da imagem */
}

.pagination {
  margin-top: 30px;
}

.page-numbers {
  background: #3e2723;
  color: #fff;
  padding: 5px 10px;
  border-radius: 2px;
}
