* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--bs-gray-100);
}

a {
  color: var(--cor-02);
  text-decoration: none;
}

a:hover {
  color: var(--cor-03);
  text-decoration: none;
}

i {
  color: var(--cor-03);
}

:root {
  --cor-01: #023B2D;
  --cor-02: #002516;
  --cor-03: #B18746;
  --cor-04: #eef7e2;
  --cor-bg: #efefef;
  --degrade: linear-gradient(to bottom, #111111, #2b2b2b);
  --sidebar: #023B2D;
}

.text-primary {
  color: var(--cor-03) !important;
}

.btn-primary {
  background-color: var(--cor-03) !important;
  color: var(--cor-01);
  padding: 7px 15px;
  border: none;
  border-radius: 13px;
  transition: all 0.3s ease;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: var(--cor-04) !important;
  color: var(--cor-05);
  text-decoration: none;
}

.btnreserva {
  background-color: var(--cor-03) !important;
  color: var(--cor-01);
  padding:7px 17px;
  font-size: 14px;
  border: none;
  border-radius: 13px;
  transition: all 0.3s ease;
  font-weight: 600;
}

.btnreserva:hover {
  background-color: var(--cor-04) !important;
  color: var(--cor-05);
  text-decoration: none;
}

.bg-primary {
  background-color: var(--cor-03) !important;
}

.bg-primary:hover {
  background-color: var(--cor-01) !important;
  color: var(--cor-05);
}

.destaque {
    color: var(--cor-03);
}

/* Texto adicional */
.descricao {
    font-size: 1.1rem;
    color: var(--cor-05);
}


/* ---- CONFIG NAVBAR ---- */
.navbar {
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}

.navbar.scrolled {
  background-color: var(--sidebar);
}

.nav-link {
  font-size: 12px;
  color: #fff;
}

.nav-link:hover {
  color: var(--cor-03);
  font-weight: 600;
}


/* ---- SESSÃO 01 ---- */
.hero-video {
  position: relative;
  min-height: 35rem;
  max-height: 40rem;
  overflow: hidden;
}

.hero-video video {
  position: absolute;
  inset: 0; /* top:0; left:0; bottom:0; right:0 */
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.2) brightness(0.9);
  z-index: 0;
}

.hero-video video::-webkit-media-controls {
  display: none !important;
}

.hero-video .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(334deg, #003311dc, #94710079);
  z-index: 1;
  pointer-events: none;
}


.hero-video .hero-text {
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

/* Caixa de reserva com margem no mobile */
.reserva-box {
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
  border-radius: 1.5rem;
  margin-top: -140px;
  z-index: 5;
}

/* Ajusta largura no mobile */
@media (max-width: 768px) {
  .reserva-box {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

/* Botão */
.reserva-box button.btn-warning {
  background-color: #f4b73b;
  border: none;
  font-weight: bold;
}

.reserva-box button.btn-warning:hover {
  background-color: #e0a026;
}

/* ---- SESSÃO 02 ---- */
.titulo-secao {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1b1b1b;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

.titulo-secao::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 60px;
  background-color: var(--cor-03);
  border-radius: 10px;
}


/* CHALES INDEX */
.card-chale {
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: var(--cor-04);
}

.card-chale-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

.card-chale-img:hover {
  transform: scale(1.05);
}

.card-chale-title {
  font-weight: 600;
  font-size: 1.1rem;
}

.card-chale-text {
  font-size: 0.95rem;
  color: #ccc;
}

.card-chale .btn {
  border-radius: 8px;
  font-size: 0.9rem;
}

/* SESSÃO SOBRE */
.secao-sobre {
  background-image: url('../img/bg-conteudo.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.secao-sobre img {
  max-width: 85%;
  border-radius: 0.75rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-justify {
    text-align: justify;
}

.sobre-descricao {
    font-size: 1.1rem;
    line-height: 1.8;
}

/* PORTIFOLIO */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.content-item {
  cursor: pointer;
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.content-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.content-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s ease;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.overlay-text h5,
.overlay-text p {
  color: #fff;
  margin: 0;
  padding: 2px 8px;
}

.content-item:hover .overlay {
  opacity: 1;
}

.content-item:hover img {
  filter: brightness(70%);
}



/* SESSÃO DE NOTICIAS */
.card {
  overflow: hidden; /* impede que a imagem estoure o card */
  border-radius: 0.375rem;
}

.card-noticia-index-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

.card-noticia-index-img:hover {
  transform: scale(1.05);
}

.card-noticia-img {
  width: 100%;
  height: 300px; /* altura fixa */
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 5px;
}

.breadcrumb-item a {
  font-size: 0.9rem;
  color: var(--cor-03);
}

.breadcrumb-item.active {
  font-size: 0.9rem;
  color: var(--cor-01);
}

.container-noticia h3 {
  font-weight: bold;
  color: var(--cor-03);
}

/* PAGINA CONTEUDO.PHP */

.conteudo {
    background-image: url('../img/bg-porti.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
    color: #fff;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}

/* .conteudo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
} */

.conteudo > * {
    position: relative;
    z-index: 1;
}


.conteudo-detalhe {
  background-color: #f8f9fa;
  border-radius: 30px;
}

.conteudo-titulo {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--cor-04);
}

.conteudo-descricao p {
  font-size: 1rem;
  line-height: 1.6;
  /* color: var(--cor-02); */
  margin-bottom: 1rem;
}

.conteudo-img {
  max-width: 80%;
  height: auto;
  border-radius: 6px;
}

.conteudo-midia iframe,
.conteudo-midia video {
  border-radius: 6px;
}

@media (max-width: 767px) {
  .conteudo-titulo {
    font-size: 1.4rem;
  }

  .conteudo-descricao p {
    font-size: 0.95rem;
  }
}

.conteudo-divisor {
  border-top: 1px solid #ddd;
  margin-top: 2rem;
}

.conteudo-compartilhar-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}

.conteudo-compartilhar-icones {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.conteudo-icone {
  font-size: 1.4rem;
  color: #555;
  transition: all 0.2s ease;
}

.conteudo-icone:hover {
  color: #000;
  transform: scale(1.1);
}

.conteudo-icone.facebook { color: #3b5998; }
.conteudo-icone.instagram { color: #E1306C; }
.conteudo-icone.whatsapp { color: #25D366; }
.conteudo-icone.twitter  { color: #1DA1F2; }

/* ---- PASSEIO ---- */
.passeio {
  background-image: url('../img/bg-temp.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* ---- ESTILO OFERTA ---- */

.oferta-box {
    background-color: #fff;
    border-radius: 16px;
    transition: 0.3s;
}
.oferta-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}


/* ---- visualização de CHALÉ ---- */
.galeria-thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.galeria-thumb:hover {
    transform: scale(1.03);
}

.img-capa-chale {
    max-width: 600px;
    width: 100%;
    height: auto;
    object-fit: cover;
    /* border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
}

@media (max-width: 768px) {
    .img-capa-chale {
        height: 200px;
    }
}


/* ---- FOOTER ----  */

footer a {
  color: var(--cor-03);
  text-decoration: none;
}

footer a:hover {
  color: #ffffff;
}

footer i {
  color: var(--cor-03);
}

footer h6, p {
  color: #aaaaaa;
}

footer img {
  max-width: 200px;
  padding-bottom: 30px;
}

.social-icons {
  display: inline-flex;
  list-style: none;
}

.social-icons a {
  position: relative;
  border:
1px solid var(--cor-03);
  border-radius:
50%;
  padding:
15px;
  margin:
10px;
  width: 35px;
  height: 35px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition:
all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.mapinha {
  height: 55px;
  width: auto;
  margin-top: 33px;
}

.whatsapp {
  width: auto;
  position: fixed;
  top: 85%;
  right: 1%;
  padding: 10px;
  z-index: 10000000;
}

/* Estilo geral do banner de cookies */
.cookies-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 350px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1000;
  font-family: 'Poppins', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Cabeçalho do banner (inclui o ícone e a frase) */
.cookies-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-align: center;
}

.cookies-header i {
  font-size: 24px;
  color: #ff9800;
  margin-right: 10px;
}

.cookies-header h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

/* Texto explicativo */
.cookies-container p {
  font-size: 14px;
  color: #555;
  margin: 10px 0;
  text-align: center;
}

.cookies-options label {
  font-size: 13px;
  color: #333;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.cookies-options input[type="checkbox"] {
  margin-right: 8px;
  accent-color: #007bff;
}

/* Estilo do botão de salvar */
.cookies-save {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.cookies-save:hover {
  background-color: #0056b3;
}

/* Estilo responsivo */
@media (max-width: 600px) {
  .cookies-container {
    width: 90%;
    right: 5%;
    bottom: 10px;
  }
}