#bloco-guia-turistico header {
  
  position: absolute; 
  z-index: 5; 
}

html, body {
 max-width: 100vw;
 overflow-x: hidden;
width: 100%;
  min-height: 100vh;
}

.video-container {
  position: relative;
  height: 76vh; 
  width: 100vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0; 
}

#background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; 
}

.video-overlay {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  padding: 2rem 1rem;
  width: 100%;
  font-size: clamp(1.5rem, 2vw, 2rem); 
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
   background-color: rgba(0, 0, 0, 0.4);
}

.conteudo-texto {
  background-color: white;
  color: black;
  text-align: center;
  padding: 40px;
  max-width: 100%;
  box-sizing: border-box;
}

.titulo-principal {
  font-size: 3em;
  margin: 0;
}

.subtitulo {
  font-size: 3em;
  margin: -30px 0 20px 20px;
  font-family: 'Rouge Script', cursive;
  font-weight: normal;
}

.descricao {
  font-size: 1.3em;
  margin: auto;
  align-items: center;
}

   @keyframes fadeIn {
      from {
      opacity: 0;
      transform: scale(0.95);
      }
     to {
      opacity: 1;
      transform: scale(1);
     }
    }

	 .carousel {
     --items: 8;
     --carousel-duration: 40s;
     --carousel-item-width: 280px;
     --carousel-item-height: 550px;
     --carousel-item-gap: 2rem;
     --clr-cta: black;
     --carousel-width: auto;

      background: white;
      position: relative;
      width: var(--carousel-width);
      height: var(--carousel-item-height);
      overflow: clip;
     margin: 40px 20px 20px 20px;
    }

   .carousel[mask] {
     mask-image: linear-gradient(to right, transparent, white 10% 90%, transparent);
    }    
  
   .carousel[reverse] > article {
  animation-direction: reverse;
    }

   .carousel:hover > article {
     animation-play-state: paused;
    }

   .carousel > article {
     position: absolute;
     top: 0;
     left: calc(100% + var(--carousel-item-gap));
     width: var(--carousel-item-width);
   

     display: grid;
     grid-template-rows: 400px auto 1fr auto;
     gap: 0.25rem;
     padding-block-end: 1rem;
     border-radius: 10px;
     box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
     background: white;
     color: black;

     will-change: transform;
     animation-name: marquee;
     animation-duration: var(--carousel-duration);
     animation-timing-function: linear;
     animation-iteration-count: infinite;
     animation-delay: calc(var(--carousel-duration) / var(--items) * var(--i) * -1);
    }

    .carousel > article:nth-child(1) { --i: 0; }
    .carousel > article:nth-child(2) { --i: 1; }
    .carousel > article:nth-child(3) { --i: 2; }
    .carousel > article:nth-child(4) { --i: 3; }
    .carousel > article:nth-child(5) { --i: 4; }
    .carousel > article:nth-child(6) { --i: 5; }
    .carousel > article:nth-child(7) { --i: 6; }
    .carousel > article:nth-child(8) { --i: 7; }

  	.carousel img {
		 width: 100%;
		 height: 100%;
		 object-fit: cover;
		 border-radius: 10px 10px 0 0;
	  }

	  .carousel > article > *:not(img) {
		 padding: 0 1rem;
	  }

	  .carousel > article > div {
	   grid-row: span 2;
	 	 display: grid;
		 grid-template-rows: auto auto 1fr auto;
		 font-size: 0.8rem;
	  }

	 .carousel > article h2 {
		 font-size: 1.2rem;
		 font-weight: 300;
		 padding-block: 0.75rem 0.25rem;
		 margin: 0;
	  }

	 .carousel > article p {
		 margin: 0;
	  }

	 .carousel > article a {
      text-decoration: none;
      text-transform: lowercase;
      border: 1px solid var(--clr-cta);
      color: black; 
      border-radius: 3px;
     padding: 0.25rem 0.5rem;
     place-self: start;
     transition: 150ms ease-in-out;
    }

    .carousel > article a:hover,
    .carousel > article a:focus-visible {
       background-color: var(--clr-cta);
       color: white;
       outline: none;
     }

	 @keyframes marquee {
		100% {
			transform: translateX(
				calc(
					(var(--items) * (var(--carousel-item-width) + var(--carousel-item-gap))) *
						-1
				)
			);
		}
	 }

   @layer base {
  	* {
		   box-sizing:;
	    }
	   :root {
		   color-scheme: light dark;
		   --bg-dark: rgb(2, 6, 24);
		   --bg-light: rgb(229, 229, 229);
		   --txt-light: rgb(10, 10, 10);
	   	 --txt-dark: rgb(245, 245, 245);
	    }
	   body {
	     background-color: white;
		   color: light-dark(var(--txt-light), var(--txt-dark));
		   min-height: 100svh;
		   margin: 0;
		   padding: 1rem;
		   font-size: 1rem;
		   font-family: "Abel", sans-serif;
		   line-height: 1.5;
		 
		   place-items: center;
		   gap: 2rem;
	    }
    }


#slides {
  display: flex;
  align-items: center;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

#slides img {
  width: 100%;
  max-width: 300px;
}

    .painel-horizontal-container {
      position: relative;
      width: 100%;
      overflow: hidden;
      background: white;
      color: black;
      margin-top: 60px;
      padding: 0;
    }

    .painel-horizontal-lista {
     scroll-snap-type: x mandatory;
     overflow-x: auto;
     scroll-behavior: smooth;
     -webkit-overflow-scrolling: touch;
     scrollbar-width: none; 
     display: flex;
    margin: 0;
padding: 0;
    }

    .painel-horizontal-lista::-webkit-scrollbar {
      display: none; 
    }

   .painel-horizontal-lista > li {
     scroll-snap-align: center;
     flex: 0 0 100%;
     display: flex;
     flex-wrap: nowrap;
     align-items: center;
     gap: 30px;
     padding: 0px;
     box-sizing: border-box;
    }

     .painel-horizontal-texto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.4s ease;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .painel-horizontal-imagem:hover .painel-horizontal-texto {
    opacity: 1;
  }

   .painel-horizontal-imagem {
     display: flex;
     min-width: 500px;
     cursor: grab;
     overflow: hidden;
     position: relative;
     width: 100vw;
     height: 550px;
     margin: 0;
     padding: 0;
    }

    .painel-horizontal-imagem img {
     border-radius: 12px;
     pointer-events: none; 
     display: flex;
     width: 100vw;
     height: auto;
     object-fit: cover;
    }

    .painel-horizontal-nav {
     text-align: center;
     margin-top: 20px;
     margin-bottom: 20px;
    }

    .painel-horizontal-nav button {
     width: 12px;
     height: 12px;
     margin: 0 5px;
     border-radius: 50%;
     border: none;
     background: #555;
     cursor: pointer;
    }

   .painel-horizontal-nav button.active {
     background: white;
    }

   .painel-horizontal-setas {
     position: absolute;
     top: 50%;
     width: 100%;
     display: flex;
     justify-content: space-between;
     pointer-events: none;
    }

    .painel-horizontal-setas button {
     pointer-events: all;
     background: transparent;
     color: black;
     border: none;
     font-size: 1em;
     padding: 10px;
     cursor: pointer;
     border-radius: 50%;
     margin: 0 10px;
     transition: background 0.3s;
    }

   .painel-horizontal-setas button:hover {
     background: rgba(255, 255, 255, 0.5);
    }


@media (max-width: 768px) {
  body {
    padding: 0;
    font-size: 0.9rem;
  }

  .carousel {
    --carousel-item-width: 220px;
    --carousel-item-height: 380px;
    --carousel-item-gap: 1rem;
  }

  .carousel > article {
    grid-template-rows: 150px auto 1fr auto;
  }

  .carousel > article h2 {
    font-size: 1rem;
  }

  .carousel > article p {
    font-size: 0.8rem;
    margin: 0 0 20px;
  }

  .painel-horizontal-imagem {
    min-width: 100vw;
    height: 300px;
  }

  .painel-horizontal-texto {
    padding: 20px;
    font-size: 0.9rem;
  }

  .painel-horizontal-setas button {
    font-size: 0.8em;
    padding: 5px;
  }

  .carousel > article a {
    font-size: 0.75rem;

  }
}


@media (max-width: 1024px) {
  .carousel {
    --carousel-item-width: 250px;
    --carousel-item-height: 420px;
    --carousel-item-gap: 1.5rem;
  }

  .painel-horizontal-imagem {
    height: 400px;
  }

  .painel-horizontal-texto {
    padding: 30px;
    font-size: 1rem;
  }

  .carousel > article h2 {
    font-size: 1.1rem;
  }

  .carousel > article p {
    font-size: 0.9rem;
  }

  .carousel > article a {
    font-size: 0.85rem;
  }
}



@media (max-width: 768px) {

  .video-container {
    height: 70vh;
  }

  .video-overlay {
    font-size: 1.2rem;
    padding: 1.5rem;
  }
} 

@media (max-width: 768px) {
  .titulo-principal,
  .subtitulo {
    text-align: center;
  }
 
 .descricao {
 text-align: center;
 margin-right: 0px;
  }

  .subtitulo {
    margin-top: -10px; 
  }
  
  .titulo-principal {
 font-size: 2.5em;
  }

}
   .galeria-ansiao {
      column-count: 5;
      column-gap: 0;
      width: 100%;
    }

.galeria-ansiao img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  break-inside: avoid;
  cursor: pointer;

  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.galeria-ansiao img.visible {
  opacity: 1;
  transform: translateY(0);
}

    .lightbox {
      display: none;
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.9);
      justify-content: center;
      align-items: center;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 90%;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    }

    .lightbox.active {
      display: flex;
    }

    @media (max-width: 1024px) {
      .galeria-ansiao {
        column-count: 4;
      }
    }

    @media (max-width: 768px) {
      .galeria-ansiao {
        column-count: 2;
      }
    }

    @media (max-width: 480px) {
      .galeria-ansiao {
        column-count: 2;
      }
    }

:root{
  --background-dark: #2d3548;
  --text-light: rgba(255,255,255,0.6);
  --text-lighter: rgba(255,255,255,0.9);
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
  --width-container: 1200px;
}



html{
  height: 100%;
  font-family: 'Montserrat', sans-serif;
}

body{
  height: 100%;
}

#cartoes-arredores .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); 
  gap: 20px;
  padding: 20px;
}

.card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.slider {
  position: relative;
  width: 100%;
  height: 500px; 
  overflow: hidden;
  border-radius: 10px;
}

.slides {
  display: flex;
  transition: transform 0.4s ease;
}

.slide {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: none;
  flex-shrink: 0;
  position: relative;
}

.slide.active {
  display: block;
}

.card-info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.4); 
  color: #fff;
  padding: 10px;
  border-radius: 8px;
}

.card-info .titulo {
  font-weight: bold;
  margin: 0 0 5px 0;
  font-size: 1.1rem;
}

.card-info .descricao {
  font-size: 0.9rem;
  margin: 0;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 2px solid rgba(255,255,255,0.7);
  padding: 5px 12px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 1rem;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  transition: background 0.3s;
}

.prev:hover, .next:hover {
  background: rgba(255, 255, 255, 0.4);
}

.prev { left: 10px; }
.next { right: 10px; }

/
@media (max-width: 768px) {
  #cartoes-arredores .grid-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

@media (max-width: 480px) {
  #cartoes-arredores .grid-container {
    grid-template-columns: 1fr;
  }
  .slider {
    height: 200px;
  }
}

.slide img {
  width: 100%;
  height: 500px; 
  object-fit: cover;
  display: block;
}

.slide {
  display: none;
  position: relative;
}

.slide.active {
  display: block;
}

.card-info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(0,0,0,0.4);
  color: #fff;
  padding: 10px;
  border-radius: 8px;
}


@media (max-width: 480px) {
  #cartoes-arredores .grid-container {
    grid-template-columns: 1fr; 
    gap: 15px;
  }

  .slider {
    height: 220px; 
  }

  .slide img {
    height: 220px; 
    object-fit: cover;
  }

  .card-info {
    font-size: 0.85rem;
    padding: 8px;
  }

  .card-info .titulo {
    font-size: 1rem;
  }

  .card-info .descricao {
    font-size: 0.85rem;
  }

  .prev, .next {
    font-size: 1.2rem;
    padding: 4px 10px;
  }
}


#video-experiencia {
  position: relative;
  width: 100%;
  height: 250px; 
  overflow: hidden;
  margin-top: 10px;
}

#video-experiencia-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#video-experiencia .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.btn-reserva {
  padding: 12px 30px;
  font-family: 'Poiret One', sans-serif; 
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.btn-reserva:hover {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 6px 10px rgba(0,0,0,0.4);
  transform: translateY(-2px);
}

