* {
    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.3em;
    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;
}

/* CORTUCHOS RECICLADOS*/

.cartuchos-reciclados{
    width: 60%;
    margin: 30px auto;
    color: #3E4095;
    
}

.quadro-reciclado{
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 1.3em;
    
}

.titulo-reciclados{
    margin-bottom: 30px;
    font-size: 2em;
    display: flex;
    align-items: center;
    gap: 10px;

}
.titulo-reciclados img{
    width: 50px;
}

.titulo-reciclado{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: auto;
    text-align: center;
    line-height: 1;
}

.titulo-reciclado span{
    font-size: 1.5em;
}

.titulo-reciclado img{
    width: 250px;
}

.quadro-reciclado p{
    text-indent: 30px;
}

.quadro-reciclado p:nth-of-type(1){
    margin-bottom: 20px;
}


/* PROQUE RECICLAR CARTUCHO */
.duvida-reciclagem{
background-color: #3E4095;
}

.acordeao-section img{
    width: 50px;
}

.acordeao-section {
  color: white;
  padding: 40px;
  max-width: 800px;
  margin: auto;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
}

.acordeao-section h2 {
  font-size: 2em;
  margin-bottom: 10px;
}

.acordeao-section .subtitulo {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.subtitulo {
    text-indent: 15px;
}

.acordeao-section h3 {
  margin-bottom: 20px;
  text-indent: 15px;
}

.acordeao .item {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.acordeao .titulo {
  background-color: transparent;
  color: white;
  padding: 15px;
  font-size: 1.2em;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.acordeao .seta {
  float: right;
  transition: transform 0.3s;
}

.acordeao .titulo.ativo .seta {
  transform: rotate(180deg);
}

.acordeao .conteudo {
  max-height: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
  color: #eee;
  transition: max-height 0.3s ease;
  padding: 0 15px;
}

.acordeao .conteudo p {
  padding: 15px 0;
}


/* BOTAO DE COTAÇÃO*/

.btn-solicite {
    text-align: center;
    margin: 50px auto;
}

.btn-cotacao {
    line-height: 1.2;
    display: inline-block;
    width: 250px;
    margin-top: 30px;
    background-color: #ED7900;
    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;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
}

.btn-cotacao:hover{
  background-color: #d36d00;
}


/* 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;
}

.cultura-txt {
    font-size: 0.8em;
}

.cultura p,
.cultura li {
    font-size: 1em !important;
}

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

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

.cultura img{
    width: 90px;
}

.cultura li{
    list-style: none;
}

.cultura img{
    margin-top: 7px;
}


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

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

  .quadros {
    width: 80%;
    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;
  }
  
    /* Cartuchos Reciclados */

  .cartuchos-reciclados{
    width: 80%;
  }
  .titulo-reciclado{
    display: block;
    font-size: 1.2em;
  
  }
  .titulo-reciclado h2{
      margin-bottom: 20px;
  }
  .titulo-reciclado img{
    width: 80%;
  }
  .quadro-reciclado{
    font-size: 1.1em;

  }
}


@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%;
  }

  /* Cartuchos Reciclados */

  .cartuchos-reciclados{
    width: 80%;
  }
  .titulo-reciclado{
    display: block;
    font-size: 1.2em;
  
  }
  .titulo-reciclado h2{
      margin-bottom: 20px;
  }
  .titulo-reciclado img{
    width: 80%;
  }
  .quadro-reciclado{
    font-size: 1.1em;

  }

  /* QUADROS */
  .quadro {
    width: 85% !important;
  }

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

  .quem-somos {
    font-size: 0.8em;
  }

  .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;
  }



}

@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.1em;
  }

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

  .titulo-reciclados{
    font-size: 1.4em;
  }

  .titulo-reciclado h2{
    font-size: 1.2em;
  }

  .txt-recliclado{
    font-size: 1em;
    text-align: justify;
  }

  .acordeao-section{
    padding: 20px;
  }

  .acordeao-section h2{
    font-size: 1.5em;
  }
}