* {
  margin: 0;
  padding: 0;
}

/* #background-image {
  width: 100%;
  min-height: 300vh;
  background-image: url(../img/ELEMENTOS/BG\ limpo\ CORTADO.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
} */

.hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-bg {
    width: 100%;
    height: auto;
}
.hero-video {
    position: absolute;
    top: 55%;
    left: 72%;
    transform: translate(-50%, -50%);
    width: 48%;
    aspect-ratio: 16 / 9;
    z-index: 10;
}

.video-bg {
    position: absolute;
    inset: 0;
    /* background: #1a5f46; */
    border-radius: 12px;
    z-index: 1;
}

.hero-video iframe {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: none;
    z-index: 2;
}


@media (max-width: 900px) {
    .hero-video {
        top: 55%;
        left: 60%;
        width: 75%;
    }
}

@media (max-width: 600px) {
       .hero-video {
        top: 55%;
        left: 73%;
        width: 53%;
    }
}

@media (max-width: 430px) {
        .hero-video {
        top: 55%;
        left: 73%;
        width: 52%;
    }
}























































.exclusiva {
  position: relative;
  overflow: hidden;
  white-space: normal; /* permite quebrar linha */
  word-break: break-word;
  font-size: 2.8em;
  top: 15vh;
  line-height: 1.6;
  font-weight: bolder;
}

.exclusiva-1,
.exclusiva-2 {
     position: relative;
    overflow: hidden;
    /* word-break: break-word; */
    font-size: 2.5em;
    top: 20vh;
    line-height: 1.6;
    flex: 1 1 200px;
    border: 1px solid white;
    padding: 133px 60px 136px 122px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
    /* max-width: 300px; */
    height: 30vh;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
  
}

.exclusiva-3 {
  font-size: 1.5em;
}


#texto-deputados{
    min-height: 900px;
    position:relative ;
    margin-top: -20px;
}

#footer-imagem {
 background-image: url("/img/Queimada-Parte 2/02_BG limpo CORTADO.png");
  background-size: cover;  /* Faz a imagem cobrir toda a área do container */
  background-position: center; /* Centraliza a imagem */
  background-repeat: no-repeat; /* Evita que a imagem se repita */
  width: 100%; /* Garante que ocupe toda a largura */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    padding: 0px;
    margin-top: -83px;
}



/* Destaques com escala responsiva */
.destaque {
  font-weight: bolder;
  font-size: 1.5rem; /* padrão */
}
.destaque-1 {
  font-weight: bolder;
  font-size: 1.5rem;
}
.destaque-2,
.destaque-3,
.destaque-4 {
  font-weight: bolder;
  font-size: 1.25rem;
}

/* Responsividade extra para telas maiores */
@media (min-width: 640px) {
  .destaque,
  .destaque-1 {
    font-size: 2rem;
  }
  .destaque-2,
  .destaque-3,
  .destaque-4 {
   font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .destaque {
    font-size: 2.5rem;
  }
  .destaque-1 {
    font-size: 2.2rem;
  }
  .destaque-2,
  .destaque-3,
  .destaque-4 {
    font-size: 2rem;
  }
}



#texto-fase--2{
  position:relative;
  top: 0.785vh;
  color: #ccc;
  font-weight: bolder;
  font-size: 0.85em;
  display:flex;
}


.textos-fases {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 0.65em;
  text-align: center;
  position: relative;
  left: 7vh;
  
  
}

.check-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: chartreuse; /* verde */
   font-family: Arial, Helvetica, sans-serif; /* força uma fonte sem emoji */
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.textos-fora-fase2{
  color:#fff;
  position: relative;
  top: 26vh;
  font-size: 1.8em;
  width: 100%;
  text-align: center;
 
}

.check-circle1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color:#b10b0b; /* verde */
  font-family: Arial, Helvetica, sans-serif; /* força uma fonte sem emoji */
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin-left: -28px;
}

#texto-teste-fase-2{
  position: relative;
  font-weight: bold;
  font-size: 1.8em;
  top: -4vh;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5em;
}


/* .quadrado-1,
.quadrado-2,
.quadrado-3,
.quadrado-4,
.quadrado-5 {
  position: relative;
  width: 50%;
  background-color: #877148;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: white;
  font-size: 1.8rem;
  font-family: Arial, sans-serif;
  text-align: left;
  border-radius: 20px;
  margin: 60px auto;
  box-sizing: border-box;
  font-weight: bolder;
  padding-left: 30px;
  top: 40vh;
  cursor: pointer;
} */

@media (max-width: 480px) {
  .quadrado-1,
  .quadrado-2,
  .quadrado-3,
  .quadrado-4,
  .quadrado-5 {
    font-size: 0.9rem;
    width: 100%;
    padding-left: 15px;
    top: 30vh;
  }
}
@media (max-width: 430px) {
  .titulo-denuncia {
    background: #000; 
}
}

.quadrado-6 {
  cursor: pointer;
  position: relative;
  width: 50%;
  background-color: #877148;
  display: flex;
  justify-content: flex-start; /* alinha o conteúdo à esquerda */
  align-items: center;
  padding: 10px;
  color: white;
  font-size: 1.5rem;
  font-family: Arial, sans-serif;
  text-align: left;
  border-radius: 20px;
  margin: 80px auto;
  box-sizing: border-box;
  font-weight: bolder;
  padding-left: 30px;
  top: 40vh;
  line-height: 1;
  
}

@media (max-width: 480px) {
 .quadrado-6{
  font-size: 0.9rem;
  width: 100%;
  top: 30vh;
 }

 .exclusiva-3 {
  font-size: 1em;
}

.imagem-personagem {
  width: 100%;
  top: 3vh;
}

}

.quadrado-1 p {
  line-height: 0.9; /* ou outro valor como 1.2, 1.6 etc */
  position: relative;
  top: 1vh;
}
.quadrado-2 p {
  line-height: 0.9; /* ou outro valor como 1.2, 1.6 etc */
  position: relative;
  top: 1vh;
}
.quadrado-3 p {
  line-height: 0.9; /* ou outro valor como 1.2, 1.6 etc */
  position: relative;
  top: 1vh;
}
.quadrado-4 p {
  line-height: 0.9; /* ou outro valor como 1.2, 1.6 etc */
  position: relative;
  top: 1vh;
}
.quadrado-5 p {
  line-height: 0.9; /* ou outro valor como 1.2, 1.6 etc */
  position: relative;
  top: 1vh;
}

.container-texto-abaixo {
  color: #ffffff;
  font-weight: bolder;
  width: 100%;
  text-align: center;
  position: relative;
  top: 40vh;
  font-size: 2em;
}

.TEXT-QUADRO {
  color: #b10b0b;
}

/* #texto-teste-quadrado {
  font-weight: bolder;
  position: relative;
  justify-content: flex-start;
  left: 20vh;
  display: flex;
  top: 20vh;
} */

.queimadas-section {
  color: #fff;
  /* padding: 40px 20px; */
  font-family: Arial, sans-serif;
  position: relative;
}

.intro {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ccc;
  position: relative;
  left: -3%;
  top: 42vh;
}

.penalidades {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  position: relative;
  top: 40vh;
}

.penalidade-box {
  flex: 1 1 200px;
  border: 1px solid white;
  padding: 20px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  max-width: 300px;
  width: 180px; /* Largura */
  height: 30vh; /* Altura */
  display: flex;
  align-items: center; /* Centraliza verticalmente */
  justify-content: center; /* Centraliza horizontalmente */
  text-align: center;
}

.penalidade-box p {
  font-size: 1.8em;
  line-height: 1.4;
  margin: 0;
}

.destaque-vermelho {
  color: #b10b0b;
  font-weight: bold;
}

/* Responsivo */
@media (max-width: 768px) {
  .penalidade-box {
    flex: 1 1 100%;
  }
}

.bloco-central {
  border: 1px solid white;
  padding: 30px 20px;
  text-align: center;
  margin: 0 auto 40px; /* centraliza horizontalmente e aplica espaçamento inferior */
  color: #fff;
  background-color: transparent;
  position: relative;
  top: 40vh;
  width: 60%;
  border-radius: 25px;
}

.bloco-central h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 15px;
}

.bloco-central .destaque-vermelho {
  color: #b10b0b;
}

.bloco-central p {
  font-size: 14px;
  font-weight: 600;
  color: #ccc;
  text-transform: uppercase;
  line-height: 1.5;
}

/* Responsivo */
@media (min-width: 768px) {
  .bloco-central h2 {
    font-size: 3em;
  }

  .bloco-central p {
    font-size: 1.8em;
  }
}

.secao-denuncia {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  color: white;
  margin-top: 336px;
}

.lado-esquerdo {
  width: 100%;
}
.lado-direito {
  width: 100%;
  margin-top: 10%;
}

.imagem-personagem {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: auto;
  z-index: 2;
  top: 11.6vh;
}

@media (max-width: 640px) {
  .imagem-personagem {
    width: 100%;
  }
}

.titulo-denuncia {
  position: relative;
  color: #b10b0b;
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
}

.icone-alerta {
  font-size: 40px;
  color: #b10b0b;
  margin-right: 8px;
}

.icone-vermelho {
  color: #b10b0b;
  font-size: 40px;
}

.subtexto {
  font-size: 18px;
  text-transform: uppercase;
  color: #ccc;
  /* margin-top: 20%; */
  line-height: 1.5;
}

.informacoes {
  margin-top: 2%;
  font-size: 2.4em;
  line-height: 1.5;
}

.informacoes ul {
  list-style-type: disc;
  /* padding-left: 20px; */
  margin-top: 5px;
}

/* Responsivo: lado a lado em telas maiores */
@media (min-width: 768px) {
  .secao-denuncia {
    flex-direction: row;
    align-items: flex-start;
  }

  .lado-esquerdo,
  .lado-direito {
    width: 50%;
  }

  .imagem-personagem {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .imagem-personagem img {
    width: 100%;
  }

  .intro {
    left: 0%;
  }
}

.footer-queimadas {
  position: relative;
  width: 100%;
  height: 100vh;
  /* background-image: url(../img/Fundo_Final_LP_queimadas.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.footer-texto {
  display: flex;
  position: absolute;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 25%;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: bold;
}

.footer-texto-2 {
  color: #be8200;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 20%;
  left: 37%;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: bold;
}

.numero-denuncia {
  color: #fff;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 32%;
  left: 40%;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: bold;
}

.texto-footer-3 {
  color: #fff;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 45%;
  left: 30%;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: bold;
}

.texto {
  font-size: 1.3em;
  color: #fff;
}

.numero {
  display: block;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

.descricao {
  display: block;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
}

.quadrado {
  position: absolute;
  width: 220px;
  /* Ajuste o tamanho conforme necessário */
  height: 200px;
  /* Ajuste o tamanho conforme necessário */
  border: 5px solid #fff;
  /* Borda dos quadrados */
  justify-content: center;
  align-items: center;
  text-align: center;
}

.quadrado-esquerdo {
  left: 25%;
  /* Espaçamento da borda esquerda */
  top: 77%;
  /* Alinha verticalmente ao meio do texto */
  transform: translateY(-50%);
  /* Centraliza verticalmente */
  justify-content: center;
  align-items: center;
  text-align: center;
}

.quadrado-direito {
  right: 25%;
  /* Espaçamento da borda direita */
  top: 77%;
  /* Alinha verticalmente ao meio do texto */
  transform: translateY(-50%);
  /* Centraliza verticalmente */
  justify-content: center;
  align-items: center;
  text-align: center;
}

.logo-footer {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 95%;
}

.logo-footer img {
  width: 208px;
  position: absolute;
  max-width: 350px;
  /* Ajuste o tamanho do logotipo conforme necessário */
  height: auto;
}

/*/////////////////////////RESPONSIVOS///////////////////////////*/

/*/////////////////////////DESKTOP///////////////////////////*/

@media (max-width: 1336px) {
  .footer-texto {
    left: 23%;
    font-size: 2.5em;
  }

  .footer-texto-2 {
    left: 35%;
    top: 16%;
  }

  .numero-denuncia {
    left: 40%;
    top: 28%;
    font-size: 2.5em;
  }

  .texto-footer-3 {
    left: 33%;
    top: 42%;
    font-size: 2em;
  }

  .texto-quadra {
    left: 34%;
    top: 21%;
    font-size: 2em;
  }

  .fotos-quadradas {
    padding-bottom: 5%;
  }

  .fotos {
    left: 31%;
    top: -93px;
  }

  .texto-quadra-2 {
    left: 0%;
    font-size: 2em;
    top: 67%;
  }

  .quadrado {
    width: 166px;
    height: 137px;
  }

  .texto {
    font-size: 0.8em;
  }

  .logo-footer {
    top: 91%;
  }
}

@media (max-width: 1280px) {
  .imagem-banner-principal {
    height: 39vh;
  }

  .texto-quadra {
    left: 27%;
  }

  .footer-texto {
    left: 18%;
    top: 5%;
  }

  .footer-texto-2 {
    left: 35%;
  }

  .numero-denuncia {
    left: 37%;
  }

  .texto-footer-3 {
    left: 24%;
  }

  .fotos {
    left: 19%;
  }

  .texto-quadra-2 {
    top: 69%;
  }
}

/*/////////////////////////TABLETS///////////////////////////*/

@media (max-width: 1024px) {
  .imagem-banner-principal {
    height: 57vh;
  }

  .texto-quadra {
    left: 22%;
    font-size: 3em;
  }

  .texto-quadra-2 {
    font-size: 1.5em;
  }

  .footer-texto {
    left: 12%;
    font-size: 3em;
  }

  .footer-texto-2 {
    left: 30%;
    font-size: 3em;
  }

  .numero-denuncia {
    left: 34%;
    font-size: 3em;
    top: 30%;
  }

  .texto-footer-3 {
    left: 21%;
    font-size: 3em;
    top: 44%;
  }

  .quadrado {
    width: 200px;
    height: 143px;
  }

  .quadrado-esquerdo {
    left: 15%;
    top: 74%;
  }

  .quadrado-direito {
    right: 15%;
    top: 74%;
  }

  .numero {
    font-size: 1.3em;
  }

  .descricao {
    font-size: 1.5em;
  }
}

@media (max-width: 992px) {

   .exclusiva-1{
    font-size: 1.8em;
  }
  .imagem-banner-principal {
    height: 30vh;
  }

  .texto-quadra {
    left: 16%;
    font-size: 3em;
  }

  .texto-quadra-2 {
    font-size: 2em;
    top: 86%;
  }

  .footer-texto {
    left: 11%;
    font-size: 3em;
    top: 4%;
  }

  .footer-texto-2 {
    left: 30%;
    font-size: 3em;
    top: 17%;
  }

  .numero-denuncia {
    left: 29%;
    top: 26%;
  }

  .texto-footer-3 {
    left: 18%;
    top: 39%;
    font-size: 3em;
  }

  .quadrado-esquerdo {
    left: 15%;
    top: 67%;
    transform: translateY(-50%);
    text-align: center;
  }

  .quadrado-direito {
    right: 15%;
    top: 67%;
  }

  .logo-footer {
    top: 90%;
  }

  .logo-footer img {
    width: 322px;
  }

  .fotos {
    flex-direction: column;
    /* Continua com as linhas empilhadas uma abaixo da outra */
    gap: 30px;
    /* Reduz o espaçamento entre as linhas */
  }

  .fotos {
    left: 9%;
  }
}

@media (max-width: 768px) {

  .exclusiva-1{
    font-size: 1.8em;
  }
  .imagem-banner-principal {
    height: 24vh;
  }

  .texto-quadra {
    left: 18%;
    font-size: 2.5em;
  }

  .texto-quadra-2 {
    font-size: 2em;
    top: 84%;
  }

  .footer-texto {
    left: 4%;
    top: -1%;
  }

  .footer-texto-2 {
    left: 23%;
  }

  .numero-denuncia {
    left: 22%;
  }

  .texto-footer-3 {
    left: 6%;
  }

  .quadrado-esquerdo {
    left: 15%;
    top: 68%;
  }

  .quadrado-direito {
    left: 60%;
    top: 68%;
  }

  .logo-footer img {
    width: 134px;
  }

  .logo-footer {
    top: 81%;
  }

  .fotos {
    flex-direction: column;
    gap: 30px;
  }

  .linha {
    flex-direction: row;
    gap: 30px;
  }

  .fotos {
    left: 1%;
  }

  .foto {
    width: 28%;
    height: auto;
  }
}

/*/////////////////////////MOBILE///////////////////////////*/

@media (max-width: 576px) {
   .exclusiva-1{
    font-size: 1.8em;
  }
  .imagem-banner-principal {
    height: 18vh;
  }

  .texto-roda-pe {
    font-size: 2em;
  }

  .texto-quadra {
    left: 4%;
  }

  .footer-texto {
    left: -1%;
    top: -1%;
  }

  .footer-texto-2 {
    left: 11%;
  }

  .numero-denuncia {
    left: 10%;
    top: 24%;
  }

  .texto-footer-3 {
    left: -1%;
    top: 37%;
  }

  .quadrado-esquerdo {
    left: 6%;
  }

  .quadrado-direito {
    right: 6%;
  }
}

@media (max-width: 480px) {
      .exclusiva-1 {
        font-size: 1.2em;
        padding: 15px;
    }

       .exclusiva{
        font-size: 2.5em;
        padding: 15px;
    }

#texto-teste-fase-2 {
    font-size: 1em;
    top: 1vh;
    line-height: 1.5em;
}

.secao-denuncia {
    margin-top: 330px;
    font-size: 0.8em;
    text-align: center;
}


#texto-deputados {
    margin-top: -74px;
    font-size: 0.8em;
}



  .imagem-banner-principal {
    height: 16vh;
  }

  .video-container {
    width: 100%;
    height: 37vh;
  }

  .texto-roda-pe {
    font-size: 2em;
  }

  .texto-quadra {
    position: absolute;
    font-size: clamp(1rem, 4vw, 1.5rem);
    left: 50%;
    top: 74%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 51%;
  }
  .texto-quadra-2 {
    font-size: 1.2em;
    top: 85%;
  }

  .footer-texto {
    font-size: 2em;
    left: 1%;
  }

  .footer-texto-2 {
    font-size: 2em;
    left: 24%;
  }

  .numero-denuncia {
    font-size: 2em;
    top: 28%;
    left: 27%;
  }

  .texto-footer-3 {
    top: 39%;
    left: 0%;
    font-size: 2em;
  }

  .quadrado-direito {
    left: 54%;
    top: 66%;
    transform: translateY(-50%);
  }

  .quadrado-esquerdo {
    left: 2%;
    top: 66%;
    transform: translateY(-50%);
  }

  .numero {
    font-size: 1.3em;
  }

  .descricao {
    font-size: 2em;
  }

  .quadrado {
    width: 174px;
    height: 152px;
  }

  .logo-footer {
    top: 88%;
  }

  .fotos {
    padding: 0% 0;
  }

  .mapa-1 {
    transform: translateY(-39px);
  }

  .linha {
    margin: 73px 0;
  }

  .mata-queimando img {
    width: 81%;
    right: 11%;
  }
}
