@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-revizia.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.apresentacao-text-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.apresentacao-text-column p {
  font-size: 22px;
  color: #000000;
}

.apresentacao-text-column p span {
  font-weight: 700;
}

.notebook-revizia {
  max-height: 401px;
}

.ancora-vazada {
  border-radius: 20px;
  border: 1px solid #202a65;
  color: #202a65;
  padding: 12px;
  text-transform: uppercase;
  text-decoration: none;
  width: fit-content;
  font-size: 24px;
  font-weight: 700;
}

.gerenciar-simples-nacional {
  display: flex;
  flex-direction: column;
}

.gerenciar-title {
  font-size: 32px;
  font-weight: 700;
  color: #e24d22;
}

.gerenciar-subtitle {
  font-size: 28px;
  color: #000000;
}

.gerenciar-simples-nacional ul {
  list-style-position: inside;
  margin-top: 18px;
}

.gerenciar-simples-nacional li {
  font-size: 20px;
  font-weight: 500;
  width: fit-content;
}

.bg-laranja {
  background-color: #e24d22;
}

.chamada-dor-de-cabeca {
  display: flex;
  flex-direction: column;
  padding: 32px 0;
}

.chamada-dor-de-cabeca .title {
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  margin: 0;
}

.chamada-dor-de-cabeca .subtitle {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
}

.modulo-reforma-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.modulo-reforma-column p {
  margin: 0;
}

.modulo-reforma-text-column {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.modulo-title {
  color: #e24d22;
  font-size: 32px;
  font-weight: 700;
}

.modulo-text {
  font-size: 20px;
  color: #000000;
}

.modulo-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #202a65;
}

.modulo-reforma-text-column ul,
.apresentacao-text-column li {
  list-style-position: inside;
}

.modulo-reforma-text-column li {
  font-size: 20px;
  font-weight: 500;
  width: fit-content;
}

.apresentacao-text-column li {
  font-size: 20px;
  font-weight: 500;
  width: fit-content;
  color: #ffffff;
}

.gap-row {
  gap: 32px;
}

.centralize-itens {
  align-items: center;
}

.row-box-infos {
  display: flex;
  gap: 22px;
}

.box-info-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.box-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
  border: 1px solid #202a65;
  border-radius: 34px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  text-align: center;
}

.box-info-img {
  object-fit: contain;
  width: 75px;
  height: 75px;
}

.box-info-title {
  font-size: 24px;
  font-weight: 700;
}

.box-info-text {
  font-weight: 400;
  font-size: 24px;
}

.gap-0 {
  gap: 0;
  justify-content: unset;
  width: 50%;
}

.invista-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff !important;
}

.invista-text {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff !important;
}

.ancora-vazada.branco {
  color: #ffffff;
  border: 1px solid #ffffff;
  margin-top: 24px;
}

.gap-invista {
  gap: 140px;
}

.list-infos-invista p {
  margin: 0;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
}

.list-infos-invista {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.linha-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.stepper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.stepper::before {
  content: "";
  position: absolute;
  top: 34.5px;
  left: 128px;
  right: 128px;
  height: 2px;
  background-color: #9e9e9e;
  z-index: 0;
}

.step {
  text-align: center;
  max-width: 300px;
  position: relative;
  z-index: 1;
}

.circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #202a65;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 12px;
}

.stepper h4 {
  color: #e24d22;
  font-weight: 700;
  font-size: 20px;
}

.stepper p {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
}

.steps-title {
  font-weight: 700;
  font-size: 32px;
  color: #e24d22;
  text-align: center;
}

.steps-saida {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #202a65;
}

.motivos-row {
  display: flex;
  gap: 175px;
}

.motivos-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.motivos-line {
  flex-direction: column;
  display: flex;
  gap: 12px;
}

.motivos-line .title {
  font-weight: 700;
  font-size: 24px;
  color: #202a65;
  margin: 0;
}

.motivos-line .text {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin: 0;
}

.gap-profissional {
  gap: 64px;
  justify-content: unset;
}

.profissional-title {
  color: #e24d22 !important;
  font-size: 40px !important;
  font-weight: 700;
}

.column-beneficios {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.beneficio-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.conteudo strong {
  display: block;
  font-size: 18px;
}

.conteudo span {
  font-size: 16px;
  color: #555;
}

.saida-column {
  gap: 12px;
  padding: 32px 0;
}

.saida-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

.saida-text {
  color: #ffffff !important;
}

.profissional-revizia {
  height: 820px;
  width: 690px;
  object-fit: contain;
}

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

  .notebook-revizia,
  .monitor-revizia,
  .profissional-revizia {
    display: none;
  }

  .row-box-infos {
    flex-direction: column;
  }

  .row-box.gap-invista {
    gap: 16px;
    flex-direction: column;
  }

  .motivos-row {
    flex-direction: column;
    gap: 24px;
  }

  .box-info {
    width: unset;
  }

  .stepper {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .stepper::before {
    display: none;
  }

  .gerenciar-title, .chamada-dor-de-cabeca .title, .profissional-title {
    font-size: 26px !important;
  }

  .gerenciar-subtitle, .chamada-dor-de-cabeca .subtitle {
    font-size: 20px;
  }

  .apresentacao-text-column.gap-0 {
    width: 100%;
  }
}
