body {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

* {
  font-family: "calisto_mtregular" !important;
  box-sizing: border-box;
}

.planta .btn-chamativo {
	background: #ad9054;
	color: white;
	border: none;
	padding: 15px 30px;
	font-size: 13px;
	border-radius: 10px;
	cursor: pointer;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	transition: transform 0.2s;
	margin-left: 20%;
	margin-top: 7%;
}

.intro .esq .btn-chamativo:hover {
  transform: scale(1.05);
}

.intro .esq .carrossel-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
  z-index: 1000;
  width: 100%;
  max-width: 50%;
}

.intro .esq .carrossel-imagem {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.intro .esq .carrossel-botoes {
  margin-top: 10px;
  text-align: center;
}

.intro .esq .carrossel-botoes button {
  background-color: #333;
  color: white;
  border: none;
  padding: 10px 15px;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
}

.intro .esq .fechar {
	position: absolute;
	top: 2px;
	right: 4px;
	font-size: 20px;
	cursor: pointer;
}


.intro .esq .carousel {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.intro .esq .carousel .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.intro .esq .carousel .slide {
  width: 100%;
  flex-shrink: 0;
}
.intro .esq .carousel .slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.intro .esq .carousel .nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.intro .esq .carousel .nav button {
    background: none;
    border: none;
    padding: 0px;
    cursor: pointer;
}


.barra.fixo {
	display:block!important;
}

.barra {
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: 9;
}

.barra img {
	width:12%;
	padding:20px;
}

.intro {
  float: left;
  width: 100%;
  position: relative;  
}

.intro .dir {
  position: absolute;
  width: 41.6%;
  left: 0;
  top: 0;
  height: 100%;
}

.intro .dir .top {
  background: #0d181c;
  position: absolute;
  width: 100%;
  padding: 11% 0 0 15%;
  height: 72%;
  top: 0;
  left: 0;
}

.intro .dir .top .logo {
  float: left;
  width: 72%;
  margin: 0;
}

.intro .dir .top .logo a {
  float: left;
  width: 100%;
  height: 100%;
}

.intro .dir .top .logo a img {
  float: left;
  width: 100%;
}

.intro .dir .top h2 {
  font-size: 4vw;
  color: #fff;
  float: left;
  width: 100%;
  margin: 15% 2% 6%;
  font-weight: normal;
  line-height: 121%;
}

.intro .dir .top h3 {
  color: #fff;
  font-size: 2.6vw;
  float: left;
  width: 100%;
  margin: 0 2%;
  font-weight: normal;
}

.intro .dir .top .inc {
  position: absolute;
  right: -17%;
  bottom: 15%;
  width: 33%;
}

.intro .dir .bottom {
  background: #c3973e;
  height: 28%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 50px;
  grid-gap: 60px;
}

.intro .dir .bottom .boxCircle {
  text-align: center;
  width: 100%;
}

.intro .dir .bottom .boxCircle img {
  float: left;
  width: 100%;
}

.intro .dir .bottom .boxCircle h2 {
  font-weight: normal;
  text-align: center;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.0vw;
  font-weight:bold;
}

.intro .esq {
  float: right;
  width: 58.4%;
}

/*.intro .esq img {
  float: left;
  width: 100%;
}*/

.bike {
  float: left;
  position: relative;
  width: 100%;
}

.bike img {
  float: left;
  width: 100%;
}

.bike .titleTop {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
}

.bike .titleTop .tit {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 30px 50px;
  float: left;
}

.bike .titleTop .tit h2 {
  font-size: 4vw;
  color: #fff;
  margin: 0;
  font-weight:bold;
}

.bike h2 {
  float: left;
  width: 100%;
  background: #0d181c;
  margin: 0;
  line-height: 100px;
  font-size: 3vw;
  color: #868b8e;
  text-align: center;
}

.bike h3 {
    font-size: 2vw;
    float: left;
    width: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
}


.bike address {
  font-style: normal;
  height: 25%;
  position: absolute;
  bottom: 0;
  width: 33%;
  right: 0;
  display: flex;
  align-items: center;
}

.bike address span {
  font-size: 2vw;
  font-weight: bold;
}

.requinte {
  float: left;
  width: 100%;
}

.requinte h2 {
  float: left;
  width: 100%;
  background: #c3973e;
  margin: 0;
  line-height: 100px;
  font-size: 3vw;
  color: #fff;
  text-align: center;
}

.requinte img {
  float: left;
  width: 100%;
}

.formulario {
  float: left;
  width: 100%;
  background: #000;
  padding: 30px 0;
  text-align: center;
}

.formulario h2 {
  float: left;
  margin: 0 0 30px;
  color: #fff;
  font-size: 2vw;
  text-align: center;
  width: 100%;
  font-weight: normal;
  letter-spacing: 3px;
}

.formulario form {
  width: 75%;
  margin: auto;
}

.formulario form fieldset {
  display: flex;
  border: none;
  padding: 0 20px 0 0;
  margin: 0;
  align-content: center;
  gap: 20px;
  width: 80%;
  float: left;
}

.formulario form fieldset label {
  width: 100%;
}

.formulario form fieldset label input {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 0;
  font-size: 22px;
  padding: 0 20px;
}

.formulario form label.check {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
  float: left;
}

.formulario form label.check p {
  color: #fff;
  font-size: 1.5vw;
  margin: 0;
}

.formulario form .botaoEnvia {
  float: left;
  width: 20%;
  border-top: 5px solid #ede0c5;
  border-bottom: 5px solid #4a3817;
  border-left: 5px solid #c9a151;
  border-right: 5px solid #88682b;
  background: #c3973e;
  text-align: center;
  height: 52px;
  font-size: 20px;
  cursor: pointer;
}

.opcoes {
  float: left;
  width: 100%;
  position: relative;
}

.opcoes .top {
  float: left;
  width: 100%;
  background: #ad9054;
}

.opcoes .top h2 {
    float: left;
    width: 100%;
    background: #ad9054;
    margin: 0;
    line-height: 100px;
    font-size: 3vw;
    color: #000;
    text-align: center;
}

.opcoes .bottom {
  float: left;
  width: 100%;
  padding: 0;
}

.opcoes .bottom h2 {
  float: right;
  font-size: 2vw;
  font-weight: normal;
  text-align: right;
  width: 50%;
  margin-right: 5%;
}

.opcoes .bottom h3 {
  float: right;
  font-size: 2vw;
  font-weight: bold;
  text-align: right;
  width: 50%;
  margin-right: 5%;
}

.opcoes .bottom .boxCircle {
  text-align: center;
  width: 202px;
  float: right;
  margin-top: 30px;
  margin-right: 5%;
}

.opcoes .bottom .boxCircle img {
  width: 132px;
}

.opcoes .bottom .boxCircle h2 {
  font-weight: normal;
  text-align: center;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.1vw;
}

.opcoes .mae-e-filha {  
  float:left;
  top: 0;
  left: 100px;
  height: 100%;
  width: 35%;
  margin-left: 10%;
}

.planta {
  float: left;
  width: 100%;
}

.planta .carousel .fotosAlbum .title {
  position: absolute;
  gap: 25px;
  height: 26%;
  right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

.planta .carousel .fotosAlbum img {
  width: 100%;
}

.planta .carousel .fotosAlbum .title h2 {
  color: #fff;
  font-size: 2.2vw;
  margin: 0;
  float: left;
  width: 100%;
}

.planta .carousel .fotosAlbum .title h3 {
  color: #fff;
  font-size: 1.4vw;
  margin: 0;
  float: left;
  width: 100%;
  font-weight: normal;
}

.planta .carousel-control.left {
  width: 50px;
  background: none !important;
  bottom: 2%;
  top: auto;
  opacity: 1;
  left: 50px;
}

.planta .carousel-control.right {
  width: 50px;
  opacity: 1;
  background: none !important;
  bottom: 2%;
  top: auto;
  right: 50px;
}

.planta .carousel-control img {
  width: 100%;
}

.mapa {
  float: left;
  width: 100%;
  border-top: 40px solid #000;
  margin-top: 35px;
}

.mapa img {
  float: left;
  width: 100%;
}


.progresso {
	float:left;
	width:100%;	
    margin-top: -5px;
}

.progresso .container:before, .container:after {
	display:none;
}

 .progresso .btclique {
	float: left;
	width: 100%;
	background: #ad9054;
	margin: 0;
	line-height: 100px;
	font-size: 3vw;
	color: #000;
	text-align: center;
	border: none;
}

 .progresso .container {  
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  pointer-events: none;
  width: 0;
  height: 0;
}

.progresso .container.visivel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    margin-top: 10%;
    margin-bottom: 7%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    width: 100%;
    height: 100%;
}

.progresso .bloco {
  border: 3px solid #000;
  padding: 20px;
  text-align: center;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}

.progresso .bloco::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--progress);
  background-color: #ad9054;
  z-index: 1;
  transition: height 0.2s linear;
}

 .progresso .conteudo {
  position: relative;
  z-index: 3;
}

 .progresso .icone {
  font-size: 40px;
  margin-bottom: 10px;
}

 .progresso .porcentagem {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
  display: inline-block;
  transition: transform 0.2s linear;
}

 .progresso .titulo {
  font-size: 16px;
  font-weight: bold;
}

 .progresso .btn-fotos {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  border: none;
  border-radius: 4px;
  z-index: 3;
  cursor: pointer;
}

/* Lightbox */
 .progresso .lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 999;
  flex-direction: column;
}

 .progresso .lightbox img {
  max-width: 95%;
  max-height: 80vh;
  margin-bottom: 20px;
}

 .progresso .lightbox .controls {
  display: flex;
  gap: 10px;
}

 .progresso .lightbox button {
  padding: 10px;
  font-size: 14px;
  background-color: #ad9054;
  color:#000;
}

 .progresso .lightbox .fechar {
    position: absolute;
    top: 20px;
    right: 30px;
    background: black;
    color: #fff;
    border: solid;
}


.down-logos {
  float: left;
  width: 100%;
}

.down-logos .linkBook {
  width: 100%;
  background: #ad9054;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 60px;
  z-index: 1;
  position: relative;
}

.down-logos .linkBook a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.down-logos .linkBook a span {
  font-size: 30px;
  color: #000;
  float: left;
}

.down-logos .linkBook a img {
  height: 130%;
}

.down-logos .logos {
  float: left;
  width: 100%;
  position: relative;
}

.down-logos .logos .innerLogos {
  padding: 50px 50px 50px 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
}


.down-logos .logos .innerLogos img {
  height: auto%;
  filter: grayscale(100%);
}

.down-logos .logos .innerLogos .logo1 {
  width:13%;
}

.down-logos .logos .innerLogos .logo2 {
  width:13%;
}

.down-logos .logos .innerLogos .logo3 {
  width:8%;
}

.down-logos .logos .innerLogos .logo4 {
  width:13%;
}

.down-logos .logos .msg {
  position: absolute;
  right: 50px;
  top: 15%;
  width: 5%;
}

.down-logos .logos .msg svg {
  width: 100%;
  height: auto;
}

.down-logos .logos .wpp {
  position: absolute;
  right: 50px;
  bottom: 15%;
  width: 5%;
  margin-bottom: 40px;
}

.down-logos .logos .wpp svg {
  width: 100%;
  height: auto;
}

.down-logos .logos .bg {
  float: left;
  width: 100%;
}

.textoRoda {
  padding: 30px 100px;
  float: left;
  width: 100%;
  background:#000;
}

.textoRoda p {
  font-size: 20px;
  width: 100%;
  text-align: justify;
  margin: 0 0 15px;
  line-height: 30px;
  color:#fff;
}

@media only screen and (max-width: 1000px) {

	.intro .bottom.mob .imagem-com-tooltip {
	  position: relative;
	  display: inline-block;
	  cursor: pointer;
	}

	.intro .bottom.mob .imagem-com-tooltip img {
	  max-width: 200px;
	}

	.intro .bottom.mob .tooltip {
	  visibility: hidden;
	  background-color: rgba(0, 0, 0, 0.8);
	  color: #fff;
	  text-align: center;
	  border-radius: 6px;
	  padding: 6px 10px;
	  position: absolute;
	  bottom: 110%; /* ou use top, left, right dependendo da posição desejada */	  
	  transform: translateX(-74%);
	  opacity: 0;
	  transition: opacity 0.3s;
	  z-index: 1;
	  white-space: nowrap;
	}

	.intro .bottom.mob .imagem-com-tooltip:hover .tooltip {
	  visibility: visible;
	  opacity: 1;
	}

	/* Mostra tooltip ao passar o mouse (desktop) */
	.intro .bottom.mob .imagem-com-tooltip:hover .tooltip {
	  display: block;
	}

	/* Mostra tooltip ao clicar/tocar (mobile) */
	.intro .bottom.mob .imagem-com-tooltip:focus-within .tooltip {
	  display: block;
	}

	/* Remove o estilo de botão */
	.intro .bottom.mob .imagem-com-tooltip button {
	  border: none;
	  padding: 0;
	  background: none;
	}
  
  
  
  .intro .esq .btn-chamativo {
	bottom: 23%!important;
    left: 15%!important;
  }
  
  .intro .esq .carrossel-container {
	width: 100%!important;
    max-width: 90%!important;
	left: 50%!important;
  }
  
  .faixa-animada {
	top: auto!important;
	height: 45px!important;
	margin-top: 5px;
  }
  
  .faixa-conteudo img {    
    width: 100%!important;    
    flex-shrink: 0;
  }
  
  .faixa-conteudo {
	  animation: faixaLoop 10s linear infinite!important;
  }
  
  
  .barra img {
	  width:40%;	  
  }
  
  .desk {
    display: none !important;
  }

  .mob {
    display: block !important;
  }

  .mobShow {
    display: block !important;
  }

  .intro {
    border: 0;
  }

  .intro .dir {
    width: 100%;
    position: relative;
    height: auto;
  }

  .intro .dir .top {
    float: left;
    position: relative;
    padding: 50px 0 15px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .intro .dir .top .logo {
    width: 50%;
    margin: 0;
  }

  .intro .dir .top h2 {
    font-size: 37px;
    margin: 30px 0 10px;
    line-height: normal;
  }

  .intro .dir .top h3 {
    color: #fff;
    font-size: 16px;
  }

  .intro .dir .top .inc {
    position: absolute;
    right: 30px;
    bottom: -107px;
    width: 125px;
  }

  .intro .dir .bottom {
    display: none;
  }

  .intro .esq {
    float: left;
    width: 100%;
  }

  .intro .bottom.mob {
    display: block !important;
    padding: 20px 30px 5px 30px;
    background: #c3973e;
    float: left;
  }

  .intro .bottom.mob .boxCircle {
    text-align: center;
    width: 25%;
    float: left;
    padding: 0px 7.5px;
  }

  .intro .bottom.mob .boxCircle img {
    float: left;
    width: 100%;
  }

  .intro .bottom.mob .boxCircle h2 {
    font-weight: bold;
    text-align: center;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 11px;
  }

  /*========bike========*/
  .bike .titleTop {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    float: left;
  }

  .bike .titleTop .tit {
    background: #777;
    width: 100%;
    padding: 20px;
    float: left;
  }

  .bike .titleTop .tit h2 {
    font-size: 25px;
    color: #fff;
    margin: 0;
    text-align: center;
	font-weight:bold;
  }
  
  .bike h2 {
	line-height: 50px;
    font-size: 28px;
  }

  .bike h3 {
	line-height: 25px;
    font-size: 18px;
  }

  .bike h3 {
    padding: 0px 50px;
    float: left;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin: 7px 0;
  }

  .bike address {
    width: 50%;
    margin: 0;
    height: 12%;
  }

  .bike address span {
    font-size: 15px;
  }

  /*========requinte========*/

  .requinte h2 {
    line-height: 50px;
    font-size: 16px;
  }

  /*========formulario========*/

  .formulario {
    padding: 15px 0;
  }

  .formulario h2 {
    margin: 0 0 15px;
    font-size: 15px;
    letter-spacing: 0px;
  }

  .formulario form {
    width: 100%;
    margin: auto;
    padding: 0 10px 50px;
    display: flex;
    align-items: end;
    position: relative;
  }

  .formulario form fieldset {
    flex-direction: column;
  }

  .formulario form fieldset label {
    margin: 0;
  }

  .formulario form fieldset label input {
    height: 36px;
    font-size: 17px;
    padding: 0 10px;
  }

  .formulario form label.check {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .formulario form label.check input {
    margin: 0;
  }

  .formulario form label.check p {
    font-size: 13px;
  }

  .formulario form .botaoEnvia {
    height: 36px;
    font-size: 15px;
  }

  /*========opcoes========*/

  .opcoes {}

  .opcoes .top {
    height: 60px;
  }

  .opcoes .top h2 {
    line-height: 50px;
    font-size: 23px;
  }

  .opcoes .top h2 br {
    display: none;
  }

  .opcoes .bottom {
    
  }

  .opcoes .bottom h2 br {
    display: none;
  }

  .opcoes .bottom h2 {
	float: right;
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	width: 50%;
	margin: 0;
	padding-top: 10px;
	margin-right: 5%;
  }

  .opcoes .bottom h3 {
    float: right;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-right: 5%;
	width: 100%;
  }

  .opcoes .bottom .boxCircle {
    text-align: center;
	width: 100px;
	float: right;
	margin-top: 0;
	margin-bottom: 5px;
  }

  .opcoes .bottom .boxCircle img {
    width: 80px;
  }

  .opcoes .bottom .boxCircle h2 {
    font-weight: normal;
	text-align: center;
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-size: 10px;
  }

  .opcoes .mae-e-filha {
    position: absolute;
	top: 53.5%;
	width: 56%;
	height: auto;
	margin-left: 5%;   
  }

  .planta .carousel .fotosAlbum img {
    width: 100%;
  }

  .planta .carousel .fotosAlbum .title {
    gap: 5px;
    height: 30%;
    right: 15px;
    justify-content: center;
  }

  .planta .carousel .fotosAlbum .title h2 {
    font-size: 12px;
  }

  .planta .carousel .fotosAlbum .title h3 {
    font-size: 10px;
  }

  .planta .carousel-control.left {
    width: 40px;
    bottom: 6%;
    left: 15px;
  }

  .planta .carousel-control.right {
    width: 40px;
    bottom: 6%;
    right: 15px;
  }
  
  
  .progresso .btclique {
	line-height: 45px!important;
    font-size: 17px!important;
  }
  
  .progresso .container.visivel {
	opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    height: 100%;
    padding: 15px;
  }

  .down-logos {
    background: #000;
    padding-bottom: 0px;
  }

  .down-logos .linkBook {
    justify-content: space-between;
    height: 44px;
  }

  .down-logos .linkBook a {
    position: relative;
    display: flex;    
    align-items: center;
    gap: 5px;
    width: 100%;
    padding: 0 20px;
    flex-direction: row-reverse;
	/*justify-content: space-between;*/
  }

  .down-logos .linkBook a span {
    font-size: 16px;
	line-height: 14px;
	text-align: left;
	padding: 0;
	width: 235px;
  }

  .down-logos .logos .innerLogos {
    padding: 15px 0px;
    position: relative;
    float: left;
    width: 100%;
  }
  
  .down-logos .logos .innerLogos img {
	  left: -2%;
  }

  .down-logos .logos .innerLogos .logo1 {
    width: 60%;
	height: auto;
	left: 15%;
  }

  .down-logos .logos .innerLogos .logo2 {
    width: 40%;
	height: auto;
	float: left;
  }

  .down-logos .logos .innerLogos .logo3 {
    width: 25%;
	height: auto;
	float: right;
	margin-right: 20px;
	margin-top: -44px;
  }

  .down-logos .logos .innerLogos .logo4 {
	height: auto;
    left: -4%;
  }

  .down-logos .logos .bg {
    width: 100%;
    display: none;
  }

  .down-logos .logos .wpp {
    position: absolute;
    top: 136px;
    width: 50px;
    right: 45px;
    bottom: auto;
    margin-right: 45px;
  }

  .down-logos .logos .msg {
    position: absolute;
    right: 45px;
    margin-right: 45px;
    width: 50px;
    bottom: 40px;
    top: auto;
  }
  
  .msg {right:10px!important;}
  .wpp {right:15px!important;}

  .textoRoda {
    padding: 20px;
    float: left;
    width: 100%;
    background: #000;
  }

  .textoRoda p {
    font-size: 11px;
    width: 100%;
    text-align: justify;
    margin: 0 0 15px;
    line-height: 16px;
    color: #fff;    
    letter-spacing: 1px;
  }
}

/*=== === ANIMAÇÃO === ===*/

.animBlock {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  visibility: hidden;
}

.animBlock.viewed {
  visibility: visible;
}

.animBlock[data-position="left"] {
  left: -20%;
}

.animBlock[data-position="right"] {
  right: -20%;
}

.animBlock[data-position="top"] {
  top: -20%;
}

.animBlock[data-position="bottom"] {
  bottom: -20%;
}

.animBlock[data-position="left"].viewed {
  left: 0%;
  opacity: 2;
  filter: alpha(opacity=100);
}

.animBlock[data-position="right"].viewed {
  right: 0%;
  opacity: 2;
  filter: alpha(opacity=100);
}

.animBlock[data-position="top"].viewed {
  top: 0%;
  opacity: 2;
  filter: alpha(opacity=100);
}

.animBlock[data-position="bottom"].viewed {
  bottom: 0%;
  opacity: 2;
  filter: alpha(opacity=100);
}

.pulse {
  animation: pulse-animation 2s infinite;
  border-radius:50px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(191, 160, 104, 1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(191, 160, 104, 0);
  }
}

.faixa-animada {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px; /* ajuste conforme a altura da sua faixa */
  overflow: hidden;
  z-index: 10;
}
.faixa-conteudo {
  display: flex;
  width: 200%; /* duas imagens lado a lado */
  height: 100%;
  animation: faixaLoop 8s linear infinite;
}

.faixa-conteudo img {
  height: 100%;
  width: 100%;
  flex-shrink: 0;
}

 /* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 30px;
  border-radius: 12px;
  width: 80%;
  max-width: 500px;
  position: relative;
  animation: fadeIn 0.3s ease;
}

.modal-content img {
  width: 100%;
  border-radius: 8px;
}

.close {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}


.intro .dir .bottom .imagem-com-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.intro .dir .bottom .imagem-com-tooltip img {
  max-width: 200px;
}

.intro .dir .bottom .tooltip {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px 10px;
  position: absolute;
  bottom: 110%; /* ou use top, left, right dependendo da posição desejada */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
  white-space: nowrap;
}

.intro .dir .bottom .imagem-com-tooltip:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

/* Mostra tooltip ao passar o mouse (desktop) */
.intro .bottom.mob .imagem-com-tooltip:hover .tooltip {
  display: block;
}

/* Mostra tooltip ao clicar/tocar (mobile) */
.intro .bottom.mob .imagem-com-tooltip:focus-within .tooltip {
  display: block;
}

/* Remove o estilo de botão */
.intro .bottom.mob .imagem-com-tooltip button {
  border: none;
  padding: 0;
  background: none;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}


@keyframes faixaLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}