@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");

.container {
  font-family: "Dosis", sans-serif;
  width: 90%;
  margin: 5% auto;
}

@media (min-width: 1100px) {
  .container {
    max-width: 1110px;
    margin: 5% auto;
  }
}

.main-banner {
  width: 100%;
  height: 590px;
  background-image: url(../img/banners/balcao-defesa.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.line-text {
  display: flex;
  justify-content: space-between;
}

.texto-chamativo {
  color: #e24d22;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  max-width: 476px;
}

.descricao {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  max-width: 534px;
}

.codecon-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.codecon-logo {
  width: 334px;
  height: 117px;
  object-fit: contain;
}

.laranja {
  background-color: #e24d22;
}

.cinza-escuro {
  background-color: #d4d4d4;
}

.cinza {
  background-color: #e3e3e3;
}

.cinza-claro {
  background-color: #f2f2f2;
}

.linha {
  display: flex;
  justify-content: center;
}

.linha.laranja .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 32px 0;
}

.linha.cinza-escuro .container,
.linha.cinza .container,
.linha.cinza-claro .container,
.linha.branca .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 32px;
  text-align: center;
}

.linha .texto-chamativo {
  max-width: 70%;
  text-align: center;
}

.branco {
  color: #ffffff;
}

.texto-secundario {
  font-size: 28px;
  font-weight: 700;
}

.cone-img {
  position: relative;
  top: -1px;
  margin-bottom: 16px;
}

.saida-img {
  max-height: 489px;
  max-width: 593px;
}

.saida-codecon {
  display: flex;
  justify-content: space-between;
}

.saida-codecon a {
  text-decoration: underline;
  color: #d79e9e;
}

.saida-codecon .codecon-column {
  max-width: 466px;
  margin-top: 32px;
}

@media screen and (max-width: 1024px) {
  .descricao {
    font-size: 16px;
  }

  .texto-chamativo, .texto-secundario {
    font-size: 28px;
    line-height: normal;
  }

  .saida-img {
    height: 100%;
    max-width: 50%;
  }

  .saida-codecon .codecon-column {
    max-width: 40%;
    margin-top: 32px;
  }

  .line-text {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .codecon-logo {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .main-banner {
    background-image: url(../img/banners/banner-mobile-balcao.webp);
    width: 100%;
  }

  .saida-codecon {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .saida-codecon .codecon-column {
    max-width: 100%;
    gap: 16px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 530px) {
  .descricao {
    font-size: 14px;
  }

  .texto-chamativo, .texto-secundario {
    font-size: 22px;
    line-height: normal;
  }
}
