/*
AMARELO - #902d11
FUNDO - #1e1c1d
*/

* {
  margin: 0;
}


body {
  font-family: "roboto";
  background-color: #d4d4d4;
}

p {
  font-size: larger;
}

h2 {
  font-weight: 400;
}

header {
  background-color: #1e1c1d;
  background-image: url("/img/banner/banner_grande2.png");
  background-size: 900px;
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  height: 300px
}

.quadro {
  padding: 30px;
  text-align: center;
  background-color: #d4d4d4;
}

.quadro h1 {
  color: #142c4b
}

.quadro-azul {
  text-align: center;
  background-color: #1e1e1e;
  color: white;
  padding: 30px;
}

.quadro-azul a {
  color: white;
}

.projetos {
  line-height: 50px;
  margin-left: 0px;
  font-size: 25px;
  width: 100%;
  text-align: center;
}

.projetos button {
  font-size: large;
  width: 50px;
  height: 40px;
  margin: 3px;
  padding: 5px;
  border: none;
}

.projetos button:hover {
  background-color: #838383;
}

#divFiltro {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#divLargura button {
  width: 100px;
  height: 60px;

}

#divFiltro button {
  height: 60px;
  width: 120px;

}

.central-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cards {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px;
  background-color: rgb(233, 233, 233);
  width: 320px;
  white-space: nowrap;
}

.cards:hover {
  cursor: pointer;
  background-color: rgb(200, 200, 200);
}

.card-1 {
  padding: 10px;
  display: flex;
  width: 100%;
  font-size: 18px;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.card-1-esquerda {
  width: 20%;
  white-space: nowrap;
}

.card-1-direita {
  width: 65%;
}

.card-2 {
  justify-content: center;
}

.missao {
  display: flex;
  justify-content: space-around;

}

.missao a {
  color: black
}

.quadrinho {
  text-align: center;
  width: 30%;
}

footer {
  background-color: black;
  color: white;
  padding: 30px;
}

@media (max-width: 600px) {
  header {
    width: 100%;
    height: 400px;
    background-image: url("../img/banner/banner_pequeno2.png");
    background-size: 300px
  }

  #btn-mobile {
    color: white;
  }

  .missao {
    display: flex;
    flex-wrap: wrap;
  }

  .quadrinho {
    width: 100%;
  }


  .header2 {
    line-height: 50px;
    font-size: 25px;
    width: 100%;
    text-align: center;
  }

  .titulo_principal {
    height: 100px;
    background-color: #902d11;
  }

  .titulo_principal2 {
    font-size: large;
  }

  .central-cards {
    margin-top: 50px;
  }

  .fact2 {
    display: inline-block;
    width: 80%;
  }
}