* {
    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;
    text-transform: uppercase;
}

.texto-banner p {
    margin: 10px 0;
    font-size: 1.7em;
    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;
}

/* NOSSOS SERVIÇOS */

.nossos-servicos {
    background-color: #3E4095;
    color: white;
    text-align: center;
    padding: 30px 20px;
}

.nossos-servicos h2 {
    font-size: 3em;
}

/* QUADROS */
.quadros {
    margin-bottom: 20px;
    padding: 40px 20px 0 20px;
}

.quadro {
    width: 60%;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}



.quadro h2 {
    font-size: 2.5em;
    font-weight: 700;

    line-height: 1.2;
}

.quadro p {
    font-size: 1.2em;
    font-weight: 290;
}

.quadro li {
    list-style: none;
}

.quadro img {
    width: 250px;
}

.toner-h2 {
    margin-top: 20px;
    font-size: 2.6em;
    line-height: 0.9 !important;
}

.toner-span {
    font-size: 1.6em;
}

.laser-span {
    font-size: 1.2em;

}

.OUTSOURCING h2 {
    font-size: 1.9em;
    margin-bottom: 10px;
}

.OUTSOURCING span {
    font-size: 0.7em;
}



/* BOTAO DE COTAÇÃO*/

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

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


/* RESPONSIVIDADE*/
@media (max-width: 1160px) {

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

  .cards-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .quadros {
    width: 80%;
    margin: auto;
  }

    /* nossos-servicos*/

  .nossos-servicos{
    font-size: 0.7em;
  }
  
  /* Cartuchos Reciclados */

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

  .quadro{

    font-size: 2.2em;

  }

  .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;
  }
  
  .btn-solicite a {
    width: 150px;
    margin: auto;
    font-size: 15px;
  }


}

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

    /* nossos-servicos*/

  .nossos-servicos{
    font-size: 0.7em;
  }
  
  /* Cartuchos Reciclados */

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

  .quadro{
    width: 70% !important;
    font-size: 1.8em;

  }

  .quadro p{
    font-size: 1.2em !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;
  }
  
  .btn-solicite a {
    width: 150px;
    margin: auto;
    font-size: 15px;
  }

}


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

  /* nossos-servicos*/

  .nossos-servicos{
    font-size: 0.7em;
  }

  /* Cartuchos Reciclados */

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

  .quadro{
    display: flex;
    flex-direction: column;
    font-size: 1.2em;
    width: 85% !important;
  }

  .quadro.laranja li:first-child {
    order: 2;
  }

  .quadro.laranja li:last-child {
    order: 1;
  }

  .quadro p{
    font-size: 1.7em !important;
    text-align: justify;
    text-indent: 30px;
    font-weight: 500;
  }


  .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;
  }
  
  .btn-solicite a {
    width: 150px;
    margin: auto;
    font-size: 15px;
  }


}

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