* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@import url("https://use.typekit.net/xuo5jcg.css");

.azul {
  background-image: radial-gradient(circle, #0061C1, #003896);
}

.vermelho {
  background-image: radial-gradient(circle, #CF2C38, #811119);
}

.verde {
  background-image: radial-gradient(circle, #07bb07, #008600);
}

.ciano {
  background-image: radial-gradient(circle, #0099C1, #007E9F);
}

.laranja {
  background-image: radial-gradient(circle, #FF9E38, #ED7900);
}


body {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #000;
}


@media (max-width: 768px) {

}


/* BANNER */
.banner {
  background-image: radial-gradient(circle, #00B000, #009200);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px;
  color: #fff;
  text-align: center;
}

.texto-banner,
.imagem-banner {
  width: 50%;
}

.texto-banner h1 {
  font-size: 2.8em;
  font-weight: 800;
}

.texto-banner p {
  margin: 10px 0;
  font-size: 1.9em;
  font-weight: bold;
  color: #003896;
}

.texto-banner span {
  color: #3E4095;
}

.btn-laranja {
  display: inline-block;
  width: 200px;
  margin-top: 30px;
  background-color: #E05900;
  font-size: 1.3em;
  color: #fff;
  padding: 5px 0;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 2px 2px 4px #1d1d1d81;
  text-align: center;
}

.btn-laranja:hover {
  background-color: #ED7900;
}

/* QUEM SOMOS */
.quem-somos {
  background-color: #3E4095;
  color: white;
  text-align: center;
  padding: 30px 20px;
}

.quem-somos h2 {
  font-size: 3em;
}

.mascote-quem-somos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 70px 70px 0 70px;
}

.texto-quem-somos {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.texto-quem-somos p {
  text-align: justify;
  width: 100%;
  font-size: 1.6em;
  text-indent: 30px;
}


/* QUADROS */
.quadros {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 40px;
  gap: 20px;
  margin-bottom: 20px;
}

.quadro {
  width: 225px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  text-align: center;

}

.quadro img {
  margin-bottom: 10px;
}

.quadro p {
  font-size: 1.3em;
  font-weight: 500;
}

.vermelho-quem-somos {
  background-color: #ED3237;
}

.compatibilidade {
  padding-top: 30px;
}


/* ESCOLHA */
.escolha {
  background-color: #3E4095;
  color: white;
  text-align: center;
  padding: 30px 20px;
}

.escolha h2 {
  font-size: 2.8em;
}

.produto-escolha {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 20px 70px;
}

.texto-escolha p {
  text-align: justify;
  width: 100%;
  font-size: 2.0em;
  text-indent: 30px;
}

/* VOCE SABIA*/

.voce-sabia {
  margin: auto;
  text-align: center;
  padding: 40px 0 70px 0;
}

.voce-sabia img {
  width: 70%;
}

/* CULTURA */
.cultura {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #3E4095;
  color: #FFF;
  padding: 20px;
  text-align: center;
  align-items: center;
  font-size: 1rem;
}

.conceca-cultura p {
  font-weight: 400;
}

.conceca-cultura{
  font-size: 0.9em;
}

.cultura img{
  width: 90px;
}

.cultura li{
  list-style: none;
}




/* RESPONSIVIDADE*/
@media (max-width: 1160px) {
  .cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .texto-banner h1 {
    font-size: 2.5em ;
  }


  .card.largo {
    grid-column: span 2;
  }

  .quadros {
    width: 80%;
    margin: auto;
  }
 /* QUEM SOMOS*/

 .quem-somos{
  font-size: 0.7em;
 }
 .mascote-quem-somos, .texto-quem-somos{
  display: block;
  font-size: 0.8em;
  
 }

 .mascote-quem-somos img{
  width: 150px;
  margin-bottom: 20px;
 }

.mascote{
  margin: auto;
  text-align: center;
  margin-left: 20px;
}

/* QUADROS */

.quadros{
  width: 100%;
}
.quadro{
  
  font-size: 0.7em;
}

.quadro p {
  font-size: 0.9em !important;
}

.bem-vindo {
  flex-direction: column;
  padding: 20px;
}

.bem-vindo img {
  width: 50%;
  margin-bottom: 20px;
}

.texto-bem-vindo {
  text-align: center;
}

.texto-bem-vindo h2 {
  font-size: 1.5em;
}

.texto-bem-vindo p {
  font-size: 1em;
}

.logos {
  justify-content: center;
  text-align: center;
}

/* PORQUE ESCOLHEM*/

.produto-escolha {
  display: block;
}

.produto-escolha img{
  width: 300px;
}

.escolha h2{
  width: 80%;
  font-size: 2.2em;
  margin: auto;
}
.texto-escolha p {
  font-size: 1em;
}
.voce-sabia{
  width: 100%;
  padding: 20px 35px;
  text-align: center;
  margin: auto;
}

}

@media (max-width: 1000px) {
  .cards-grid {
    grid-template-columns: 1fr;
    text-align: center;
    margin: auto;
  }

  .card {
    width: 100%;
    font-size: 130%;
  }

  .card.largo {
    grid-column: auto;
    grid-row: auto;
  }

  .coluna-pequenos {
    grid-template-columns: 1fr;
  }

  /* BANNER */
  .banner {
    flex-direction: column;
    padding: 30px 20px;
  }

  .texto-banner,
  .imagem-banner {
    width: 100%;
  }

  .texto-banner h1 {
    font-size: 1.6em;
  }

  .texto-banner p {
    font-size: 1.2em;
  }

  .banner-img {
    width: 90%;
    max-width: 550px;
    height: auto;
  }

  .bem-vindo img {
    width: 20%;
  }

  .texto-bem-vindo p {
    font-size: 1.2em;
  }

  .btn-laranja {
    width: 40%;
    font-size: 1.1em;
    margin-top: 10px;
  }

  h1 {
    font-size: 1.6em;
  }

  p {
    font-size: 1.2em;
  }
   /* QUEM SOMOS*/

 .quem-somos{
  font-size: 0.7em;
 }
 .mascote-quem-somos, .texto-quem-somos{
  display: block;
  font-size: 0.8em;
  
 }

 .mascote-quem-somos img{
  width: 150px;
  margin-bottom: 20px;
 }

.mascote{
  margin: auto;
  text-align: center;
  margin-left: 20px;
}

/* QUADROS */

.quadros{
  width: 100%;
  margin: auto;

}
.quadro{
  
  font-size: 0.7em;
}

.quadro p {
  font-size: 0.9em !important;
}

.bem-vindo {
  flex-direction: column;
  padding: 20px;
}

.bem-vindo img {
  width: 50%;
  margin-bottom: 20px;
}

.texto-bem-vindo {
  text-align: center;
}

.texto-bem-vindo h2 {
  font-size: 1.5em;
}

.texto-bem-vindo p {
  font-size: 1em;
}

.logos {
  justify-content: center;
  text-align: center;
}

/* PORQUE ESCOLHEM*/

.produto-escolha {
  display: block;
}

.produto-escolha img{
  width: 300px;
}

.escolha h2{
  width: 80%;
  font-size: 2.2em;
  margin: auto;
}
.texto-escolha p {
  font-size: 1em;
}
.voce-sabia{
  width: 100%;
  padding: 20px 35px;
  text-align: center;
  margin: auto;
}

  .cultura-txt{
    font-size: 0.8em;
  }
  
  .cultura p,
  .cultura li {
    font-size: 1em !important;
  }
  .cultura img{
    width: 90px;

  }

  .cultura li{
    list-style: none;
  }
  .cultura {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #3E4095;
  color: #FFF;
  padding: 20px;
  text-align: center;
  align-items: center;
  font-size: 1rem;
}

}


@media (max-width: 768px) {


  /* BANNER */
  .banner {
    flex-direction: column;
    padding: 30px 20px;
  }

  .texto-banner,
  .imagem-banner {
    width: 100%;
  }

  .texto-banner h1 {
    font-size: 1.8em;
  }

  .texto-banner p {
    font-size: 1.4em;
  }

  .banner-img {
    width: 100%;
  }

 /* QUEM SOMOS*/

 .quem-somos{
  font-size: 0.7em;

 }
 .mascote-quem-somos, .texto-quem-somos{
  display: block;
  font-size: 0.8em;
  padding: 10px;
  margin: auto;
 }

  .texto-quem-somos {
    width: 90%;

  }
 .mascote-quem-somos img{
  width: 150px;
  margin-bottom: 20px;
  margin-top: 20px;
 }

.mascote{
  margin: auto;
  text-align: center;
  margin-left: 20px;
}

/* QUADROS */

.quadros{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 20px 50px 20px;
  justify-content: space-around;
  gap:0;
  font-size: 1.1em;
}
.quadro{
  width: 85% !important;
  font-size: 0.7em; 
  margin: 0 auto;
  margin-top: 20px;
}

.quadro p {
  font-size: 1.1em !important;
}

.bem-vindo {
  flex-direction: column;
  padding: 20px;
}

.bem-vindo img {
  width: 50%;
  margin-bottom: 20px;
}

.texto-bem-vindo {
  text-align: center;
}

.texto-bem-vindo h2 {
  font-size: 1.5em;
}

.texto-bem-vindo p {
  font-size: 1em;
}

.logos {
  justify-content: center;
  text-align: center;
}

/* PORQUE ESCOLHEM*/

.produto-escolha {
  display: block;
  padding: 10px;
}

.produto-escolha img{
  width: 300px;
}

.escolha h2{
  width: 80%;
  font-size: 1.8em;
  margin: auto;
}
.texto-escolha p {
  font-size: 1em;
}
.voce-sabia{
  width: 100%;
  padding: 20px 25px;
  text-align: center;
  margin: auto;
}

.voce-sabia img{
  width: 100%;
}

  /* CULTURA */
 
  .cultura-txt{
    font-size: 0.8em;
  }
  
  .cultura p,
  .cultura li {
    font-size: 1em !important;
  }
  .cultura img{
    width: 90px;
    margin-left: 10px;
  }

  .cultura li{
    list-style: none;
  }
  .cultura {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #3E4095;
  color: #FFF;
  padding: 20px;
  text-align: center;
  align-items: center;
  font-size: 1rem;
}


}

@media (max-width: 480px) {
  /* Proper padding and gaps */
  .banner {
    padding: 20px 10px;
  }

  .texto-banner h1 {
    font-size: 1.4em;
  }

  .texto-banner p {
    font-size: 1.8em !important;
  }

  .btn-laranja {
    width: 40%;
    font-size: 1em;
  }
}