
body{
  font-family: "Montserrat", sans-serif;
  background-color: #F9F0D1;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;  /* ajuste conforme necessário */
  height: 150px; /* ajuste conforme necessário */
  background-image: url('imgs/header-folha-1.png');
  background-size: contain; /* ou cover */
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  pointer-events: none; /* evita que ele interfira na interação com o conteúdo */
}

/* Imagem no canto superior direito */
body::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background-image: url('imgs/header-folha-2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  pointer-events: none;
}

.HeaderBG{ 1background-color: #f7f7f7 ;}

.HeaderBG .nav-link{font-size: 1.2em; padding: 0px; text-align: center; }
.divSobre{
  color: #000;
  position: relative;


}
.divSobre p{margin-bottom: 0px;}

.divSobreBG0{}
.divSobreBG1{
  color: #FFF;
  background-color: #000000;
  margin-top: -150px;
  padding-top: 200px;

  background-image: url(imgs/fundo-bule.jpg);
  background-size: cover;
  background-position: bottom center;

}

.titSobre{font-size: 4em;
  line-height: 0.9em;
  font-weight: 200;
  color: #F9F0D1;
}

.HDT{
  font-size: 1.3em;
  font-weight: 700;
 }

.HDBTN{
color: #FFF;
  display: inline-block;
  padding: 5px 40px;
  margin: 5px 0px;
  border-radius: 100px;
  background-image: url(imgs/bt-header.png);
  background-size: cover;
  background-position: center center;
  font-size: 1.1em;
  font-weight: 500;
  width: 80%;

}
.HDBTN a{}
.HDBTN a:hover{}

@media (max-width: 992px) {
.HDT{
  font-size: 0.8em;
  font-weight: 600;
 }

.HDBTN{ font-size: 1em;  width: 100%; padding: 5px 10px; }
.HDBTN a{}
.HDBTN a:hover{}
}





.titSobre span{font-weight: 600;}

.DescSobre{ 
font-size: 1.4em;
  line-height: 1.1em;
  font-weight: 300;
}

.DescSobreT{ font-weight: 600;}

.DescSobreV1{ 
  font-size: 1.6em;
  line-height: 1.1em;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 40px;
  
}

.DescBTN{}
.DescBTN a{
  background-color: #FFAB41;
  color: #FFF;
  padding: 10px 50px 10px 50px;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 500;
  border-radius: 100px;
  margin-bottom: 50px;
  transition: all 0.3s;
}

.DescBTN a:hover{
background-color: #151517;
  text-decoration: none;
  color: #fff;
}



.divEspera{ 
  background-color: #a57865;
  color: #FFF;
}

.EsperaTIT{
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 600;
  color: #F9F0D1;
}

.EsperaI{ text-align: center;}
.EsperaT{ 
  font-size: 1.6em;
  line-height: 1.1em;
  font-weight: 500;
  color: #F9F0D1;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.EsperaD{ color: #F9F0D1; text-align: center;}

.divParticiparBG{
 background-image: url(imgs/bg-porque-participar.jpg);
 background-size: cover;
 background-position: top center;
 color: #FFF;
}


.ParticiparTit{
  font-size: 2.5em;
  line-height: 0.9em;
  font-weight: 600;
  text-align: center;
 }

.ParticiparDesc{ 
font-size: 2em;
  line-height: 0.9em;
  font-weight: 300;
  text-align: center;

} 


.divProgramacao{
  background-color: #a57865;
    font-size: 2.5em;
  line-height: 0.9em;
  font-weight: 600;
  text-align: center;
  color: #000;
 }

.ProgramaTIT{
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  color: #000;
}



.ProgramaI{}
.ProgramaT{
  margin-top: 20px;
  line-height: 1em;
  font-size: 1em;
}
.ProgramaD{
  margin-top: 10px;
  font-size: 0.9em;
  font-weight: 400;
}

.ProgramaInfo{
  margin-top: 50px;
  font-size: 0.7em;
  font-weight: 400;
}

.ProgramaInfo span{
  font-weight: 600;
}

@media (max-width: 992px) {
  .ProgramaTIT{font-size: 1em;}
}

.divSiganos{ 
  position: relative;
}

.divSiganos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;  /* ajuste conforme necessário */
  height: 200px; /* ajuste conforme necessário */
/*   1height: 300px; */
  background-image: url('imgs/folha-lateral-1.png');
  background-size: contain; /* ou cover */
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  pointer-events: none; /* evita que ele interfira na interação com o conteúdo */
}

/* Imagem no canto superior direito */
.divSiganos::after {

 /*  1content: ""; */
  position: absolute;
  top: 190px;
  right: 0;
  width: 150px;
  height: 400px;
  background-image: url('imgs/folha-lateral-2.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 992px) {
  .divSiganos::before {display: none;}
  .divSiganos::after {display: none;}
}

.SigaTIT {
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 600;
  color: #B37963;
}
.SigaST a {
  color: #000;
  font-size: 1.7em;
  font-weight: 300;
}
.SigaST a:hover {text-decoration: none;}

.BorderIMG{ 
  border: 1px solid #CCC;
  padding: 15px 15px;
}

.divRealizacao{
background-color: #FFF;
}
.ReaTIT{ 
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 600;
  color: #000;
}

.divApoio{

}

@media (max-width: 992px) {
  .titSobre{font-size: 2.4em;}
  .DescSobre{ font-size: 1.2em;}
  }
  /* Telas grandes: ajuste proporcional para não esticar */
  @media (min-width: 992px) {
    .wave svg {
      height: 80px;
    }
  }

  .divFooter{
    background-color: #133D25;
  color: #FFF;
  }

  .divFooter h2{
font-size: 1.5em;
  }
  .divFooter p{
    margin-bottom: 0px;
  }