a{
  text-decoration: none;
}

.navbar{
  padding: 0.5rem 1rem;
}

.sec1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 2rem auto;
  gap: 2rem;
  justify-content: center;
  width: 90vw;
}

#infos {
  display: flex;
  flex-direction: column;
}

.logo {
  width: 120px;
}


.icon-social {
  width: 60px;
  height: 60px;
}

#equipe{
  display: flex;
  flex-direction: column;
  width: 100vw;
  margin: auto;
}

.title-eqp{
  text-align: center;
}

.container-membros{
  gap:10rem;
  display: flex;
  margin: 4rem auto;
}

.container-membros h2{
  margin-bottom: 1rem;
}

.executivo section{
  display: flex;
  gap:3rem;
}

form div {
  display: flex;
  flex-direction: column;
}

.container-form {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 90vw;
  margin: auto;
}

form div {
  width: 100%;
}

.submit {
  margin: auto;
  margin-top: 1rem;
  display: flex;
  align-items: center;
}

#contatos {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
  margin-top: 3rem;
}

.logo-footer {
  width: 300px;
}

.redes-sociais {
  display: flex;
  gap: 1rem;
}

.associacao-footer {
  display: flex;
  align-items: center;
  flex-direction: column;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto;
}

.cadastro{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cadastro button{
  font-size: 24px;
  background-color: black;
  color: #fff;
  border-radius: 5px;
}

@media (max-width:768px) {
  .navbar{
    padding: 0.5rem 1rem;
  }
  .logo {
    width: 100px;
  }
  .sec1 {
    display: grid;
    grid-template-columns: 1fr;
    margin: 2rem auto;
    gap: 2rem;
    justify-content: center;
    width: 90vw;
    text-align: justify;
  }

  #equipe{
    width: 90vw;
  }

  .container-membros{
    gap:2rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin: 2rem auto;
    width: 90vw;
  }

  .title-eqp{
    text-align: left;
  }

  .executivo section{
    display: flex;
    flex-direction: column;
    gap:1rem;
  }
  

  h2 {
    font-size: 20px;
  }

  .container-form {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100vw;
    margin: auto;
    gap: 2rem;
    flex-direction: column;
  }

  input {
    width: 90vw;
  }

  iframe {
    width: 100vw;
  }

  #contatos {
    flex-direction: column;
  }

 .mapa h2{
  width: 90vw;
  margin: auto;
  margin-bottom: 1rem;
 }
}