
/* SOBRE */
#top-sobre{
  background-image: url("../images/bg_sobre.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 645px;
}
.destaque{
  width: 80%;
}
.titulo-1 {
  font-size: 2.8rem;
  line-height: 1.1;
}
.titulo-sobre{
  max-width: 70%;
  text-align: justify;
}
@media (max-width: 1024px) {

  .titulo-1 {
    font-size: 2rem;
  }
  #top-sobre{
    min-height: 530px;
  }
  .paragrafo-1 {
    font-size: 1.5rem;
    line-height: 25px;
  }
}

@media (max-width: 768px) {
  #top-sobre {
    background-size: 140%;
    background-position: top 116px center;
  }
  .titulo-sobre {
    max-width: 90%;
  }
  .titulo-1 {
    font-size: 2rem;
  }
  .titulo-2 {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 425px) {
  .titulo-1 {
    font-size: 1.3rem;
  }
  .titulo-sobre {
    max-width: 95%;
  }
  .titulo-2 {
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
  }
  .paragrafo-1 {
    font-size: 1rem;
    line-height: 20px;
  }
 
  #top-sobre {
    background-size: 133%;
    min-height: 390px;
    background-position: top 116px center;
  }
  .raio{
    display: none !important;
  }
}

@media (max-width: 320px) {
  .titulo-1, 
  .titulo-2 {
    font-size: 1rem;
  }
  #top-sobre {
    min-height: 340px;
  }
}


/* FIM SOBRE */