@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f7e952;
    color: #333;
    background: linear-gradient(to bottom, #fff170 0%, #ffeb8f 30%, rgb(255, 225, 91) 60%, #ffdd45 100%);    background-repeat: no-repeat;
    background-size: cover; /* opcional: faz a imagem cobrir toda a tela */
    background-position: center; /* opcional: centraliza a imagem */
}


#banner_abaut_us {
    width: 100%;
    height: 600px;
    background-image: url('../img/bg_sobre_nos.png');
    background-size: cover; /* cobre toda a área, pode cortar */
    background-position: center;
    background-repeat: no-repeat;
    background-color: #facc00;
    margin-top: 0;
    margin-bottom: 0;
}

/* Tablets */
@media (max-width: 992px) {
    #banner_abaut_us {
        height: 400px;
        background-size: contain; /* imagem toda visível */
    }
}

/* Celulares */
@media (max-width: 600px) {
    #banner_abaut_us {
        height: 250px;
        background-size: contain; /* imagem toda visível */
    }
}



#sobre-nos {
  padding: 3em 2em;
  max-width: 960px;
  margin: 4em auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  background-color: #fff8dc;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  line-height: 1.8;
}

#sobre-nos h2 {
  text-align: center;
  color: #d4af37;
  margin-bottom: 1.5em;
  font-size: 2.6em;
}

#sobre-nos p {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  text-align: justify;
}

#sobre-nos a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 600;
}

#sobre-nos a:hover {
  text-decoration: underline;
}

#sobre-nos .assinatura {
  text-align: right;
  font-style: italic;
  margin-top: 2em;
  font-weight: 600;
}


#inspiracao{
    text-align: center;
}

#texto-evento {
    margin-bottom: 60px;
    display: flex;
    justify-content: center; /* centraliza horizontal */
    align-items: center;     /* centraliza vertical */

}
.creditos-tecnicos {
  max-width: 900px;
  margin: 2em auto 4em;
  padding: 2em;
  background-color: #fdf4db;
  border-radius: 10px;
  font-family: Arial, sans-serif;
  color: #333;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

.creditos-tecnicos h3 {
  text-align: center;
  font-size: 1.8em;
  color: #d4af37;
  margin-bottom: 1em;
}

.creditos-tecnicos ul {
  list-style: none;
  padding-left: 0;
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 1em;
}

.creditos-tecnicos ul li {
  margin-bottom: 0.7em;
}

.creditos-tecnicos a {
  color: #d4af37;
  text-decoration: none;
}

.creditos-tecnicos a:hover {
  text-decoration: underline;
}

.colaboradores {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em 1.2em;
  justify-content: center;
  font-size: 1em;
  color: #555;
  margin-bottom: 1.5em;
}

.colaboradores span {
  background-color: #fff8dc;
  padding: 0.3em 0.8em;
  border-radius: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}


.intro-quem-somos {
  background-color: #fff3d1;
  padding: 2em 1em;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #444;
  font-size: 1.2em;
  max-width: 900px;
  width: 100%;
  margin: 2em auto 0;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}

.intro-quem-somos h2 {
  text-align: center;
  font-size: 1.8em;
  color: #d4af37;
  margin-bottom: 1em;
}
