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

.section {
  padding: 64px 120px;
}

.banner-section {
  display: flex;
  height: 527px;
}

.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: 500px;
  background-image: url(../img/banners/header_desktop.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.boa-noticia {
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 87px;
}

.boa-noticia-text {
  width: 534px;
  display: flex;
  flex-direction: column;
}

.boa-noticia h1 {
  font-weight: 700;
  font-size: 48px;
  color: #00622c;
}

.boa-noticia-text p {
  font-weight: 400;
  font-size: 34px;
  color: #000000;
}

.boa-noticia-text span {
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}

.boa-noticia-img {
  width: 575px;
  height: 240px;
  background-image: url(../img/green_eletron_selo\ \(1\).webp);
  background-repeat: no-repeat;
  background-size: contain;
}

.obrigacao-juridica {
  display: flex;
  flex-direction: column;
/*   height: 750px; */
  background-color: #f3ffde;
  border-top-right-radius: 95px;
  border-bottom-left-radius: 100px;
  padding: 32px;
}

.obrigacao-juridica-text h1 {
  font-weight: 700;
  font-size: 48px;
  color: #00622c;
}

.como-funciona h1 {
  font-weight: 700;
  font-size: 48px;
  color: white;
}

.como-funciona .boa-noticia-text {
  width: auto;
}

.como-funciona span {
  color: white;
  font-size: 38px;
}

.obrigacao-juridica-text span {
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}

.obrigacao-juridica-text {
  margin-bottom: 40px;
}

.icon-first-line,
.icon-second-line {
  justify-self: center;
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
}

.icon-second-line {
  margin-top: 40px;
  justify-content: space-around;
}

.icon-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: fit-content;
}

.icon-circle {
  background-color: #00622c;
  height: 136px;
  width: 136px;
  border-radius: 50%;
  justify-self: center;
  align-self: center;
  display: flex;
  justify-content: center;
}

.icon-box .icon-text {
  width: 272px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 32px;
}

.icon-circle img {
  object-fit: contain;
  justify-self: center;
  align-self: center;
  height: 106px;
  width: 106px;
}

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

.selo-box {
  display: flex;
  justify-content: space-between;
}

.selos img {
  width: 213px;
  height: 213px;
  object-fit: contain;
}

.texto-selo {
  display: flex;
  flex-direction: column;
  width: 470px;
}

.texto-selo h1 {
  font-size: 40px;
  font-weight: 700;
  color: #00622c;
}

.texto-selo span {
  font-weight: 400;
  font-size: 32px;
  color: #000000;
}

.selo-imgs {
  display: flex;
  gap: 32px;
}

.como-funciona-text {
  padding: 32px 0;
}

.gratuito-simples-responsavel .boa-noticia-text {
  align-self: center;
}

.gratuito-simples-responsavel .boa-noticia-text h1 {
  text-transform: uppercase;
}

.gratuito-simples-responsavel .boa-noticia-text span,
.gratuito-simples-responsavel .boa-noticia-text h1,
.gratuito-simples-responsavel .boa-noticia-text p {
  color: white !important;
}

.gratuito-simples-responsavel .boa-noticia-text p {
  font-size: 28px;
}

.gratuito-simples-responsavel .boa-noticia-text span {
  font-size: 24px;
}

.gratuito-simples-responsavel {
  padding-top: 0;
  padding-bottom: 0;
}

.gratuito-simples-responsavel-img {
  width: 604px;
  height: 500px;
  background-image: url(../img/Selo_porta\ \(1\).webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.quem-green-eletron .boa-noticia-text p {
  font-size: 28px;
  font-weight: 700;
}

.quem-green-eletron .boa-noticia-text span {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  margin-top: 16px;
}

.quem-green-eletron-img {
  height: 389px;
  width: 583px;
  background-image: url(../img/greeneletron.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

.form-text {
  color: white;
}

.form-text h1 {
  font-weight: 700;
  font-size: 48px;
}

.form-text span {
  font-size: 28px;
  font-weight: 700;
}

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

.form-content {
  background-color: #00461f;
  border-radius: 30px;
  padding: 35px;
  color: white;
  text-transform: uppercase;
  gap: 25px;
  display: flex;
  flex-direction: column;
}

.form-content form {
  gap: 25px;
  display: flex;
  flex-direction: column;
}

.form-content form label {
  font-size: 24px;
  font-weight: 700;
}

.form-content form input {
  border-radius: 100px;
  border: none;
  flex-grow: 1;
  width: 100%;
  height: 40px;
  padding-left: 16px;
}

.form-content form .small-input {
  width: 160px !important;
}

.form-content form .big-input {
  width: 100% !important;
}

.line-form {
  display: flex;
  gap: 33px;
}

.campo-box {
  flex-direction: column;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-self: flex-end;
  width: 100%;
}

.form-content h1 {
  font-size: 38px;
  font-weight: 700;
}

.checkbox-box {
  display: flex;
  gap: 32px;
  width: fit-content;
}

.checkbox-box input {
  height: 30px !important;
  width: 30px !important;
  color: white;
  background-color: #00622c;
  border: 1px solid black;
}

.selo-form-box {
  display: flex;
  justify-content: space-between;
}

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

.form-btn {
  background-color: #23f535;
  color: #000000;
  border-radius: 20px;
  width: 400px;
  height: 66px;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  font-family: "Dosis", sans-serif;
  cursor: pointer;
  align-self: flex-end;
}

@media screen and (max-width: 1024px) {
  .icon-box .icon-text {
    font-size: 18px;
    width: auto;
  }

  .texto-selo span,
  .gratuito-simples-responsavel .boa-noticia-text p {
    font-size: 24px;
  }

  .texto-selo h1,
  .boa-noticia h1,
  .form-text h1 {
    font-size: 32px;
  }

  .gratuito-simples-responsavel .boa-noticia-text span,
  .quem-green-eletron .boa-noticia-text span,
  .form-text span,
  .form-content form label {
    font-size: 18px;
  }

  .texto-selo h1,
  .boa-noticia h1,
  .quem-green-eletron .boa-noticia-text p,
  .form-content h1 {
    font-size: 24px;
  }

  .form-content form input {
    width: 100%;
  }

  .checkbox-box input {
    height: 20px;
    width: 20px;
  }

  .form-btn {
    width: 50%;
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .main-banner {
    background-image: url(../img/header_mobile.webp);
    background-position: center;
  }

  .banner-section {
    height: 600px;
  }

  .boa-noticia {
    flex-direction: column;
    gap: 32px;
  }

  .como-funciona h1 {
    font-size: 32px;
  }

  .selo-box {
    flex-direction: column;
    gap: 32px;
  }

  .gratuito-simples-responsavel-img {
    display: none;
  }

  .gratuito-simples-responsavel {
    padding: 32px;
  }

  .obrigacao-juridica {
    width: 70%;
  }

  .obrigacao-juridica-text h1,
  .como-funciona span {
    font-size: 28px;
  }

  .obrigacao-juridica-text span {
    font-size: 18px;
  }

  .icon-circle {
    width: 100px;
    height: 100px;
  }

  .icon-circle img {
    width: 75px;
    height: 75px;
  }

  .icon-box .icon-text {
    line-height: normal;
    font-size: 14px;
  }

  .form-content form label {
    font-size: 14px;
  }
  .form-content form .small-input {
    width: 100% !important;
  }

  .quem-green-eletron-img,
  .boa-noticia-text,
  .boa-noticia-img {
    width: 100%;
  }

  .section {
    padding: 64px 32px;
  }

  .obrigacao-juridica {
    margin: 0 32px;
  }

  .selos img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 690px) {
  .icon-first-line,
  .icon-second-line {
    flex-direction: column !important;
    gap: 32px;
  }

  .line-form {
    flex-direction: column;
    align-items: flex-start;
  }

  .campo-box {
    align-self: flex-start;
    width: 100%;
  }

  .selo-form-box {
    flex-direction: column;
  }

  .form-btn {
    margin: 16px;
    align-self: flex-start;
  }

  .texto-selo {
    width: auto;
  }

  .texto-selo span {
    font-size: 18px;
  }
}
