@import url(../template-parts/sections/solutions.css);
@import url(../template-parts/sections/sustainability.css);

#banner_topo {
  height: 700px;
  position: relative;
}

#banner_topo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  background: #1e2c2199;

  width: 100%;
  height: 100%;

  z-index: 1;
}

#banner_topo > div {
  position: relative;
  z-index: 2;
}

.content_banner {
  display: flex;
  flex-direction: column;
  gap: 50px;

  color: var(--white);
}

.content_banner > h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
}

.content_banner > p {
  font-weight: 500;
  font-size: 1.25rem;
}

/* .buttons {
  display: flex;
  align-items: stretch;
}

.buttons > .btn_setor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  background-color: var(--primary);
  color: var(--white);

  width: 100%;
  height: 85px;

  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: -0.45px;

  transition: all 0.5s ease;
}

.buttons > .btn_setor:hover {
  background-color: var(--primary-hover);
}

.buttons > .btn_setor.btn_clean {
  background-color: #0000005c;
  border: 1px solid #fafafa5e;
}

.buttons > .btn_setor.btn_clean:hover {
  background-color: var(--primary-hover);
} */

.hero_buttons {
  display: flex;
  gap: 16px;
  justify-content: start;
  flex-wrap: wrap;
}

.hero_buttons .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn_primary {
  background: var(--primary);
  color: var(--white);
}

.btn_primary:hover {
  background: var(--primary-hover);
  color: currentColor;
}

.btn_secondary {
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn_secondary:hover {
  background: rgba(255, 255, 255, 0.25);
  color: currentColor;
}

/* SECTION - Armazenamento */
.armazenamento {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}

.title_armazenamento {
  font-weight: 900;
  font-size: 1.5rem;
  color: var(--primary);
  text-align: center;
  margin-bottom: 3.75rem;
}

.grid_cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.featured_card {
  background-color: var(--white);
  padding: 1.5rem 2.25rem;

  display: flex;
  flex-direction: column;
  gap: 10px;

  border-radius: 20px;
}

.featured_card > h3 {
  color: #da9b2a;
  font-weight: 900;
  font-size: 1.5rem;
}

.featured_card > p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  color: #6b6b6b;
}

/* SECTION - CARDS */
.cards {
  padding-bottom: 160px;
}

.card_info_tax {
  background-color: var(--white);

  display: flex;
  flex-direction: column;
  gap: 1.5rem;

  border-radius: 8px;

  padding: 2.5rem;
}

.card_info_tax > .box_icon {
  width: 64px;
  height: 64px;

  border-radius: 4px;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: transparent;
}

.card_info_tax > .box_icon > i {
  font-size: 1.25rem;
}

.card_info_tax > h2 {
  font-weight: 900;
  font-size: 1.5rem;
  color: var(--primary-hover);
}

.card_info_tax > p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--primary-hover);
}

/* SECTION FORM */

.section_form {
  background: var(--primary-hover);
  color: var(--white);

  padding-block: 100px;

  text-align: center;
}

.form_info > h2 {
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 32px;
}

.form_info > p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 60px;
}

.form_info > p > strong {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 100%;
}

.card_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 60px;
}

.card_info > img {
  max-width: max-content;
  margin: 0 auto;
}

.card_info > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card_info > div > h3 {
  font-weight: 900;
  font-size: 1.5rem;
}

.card_info > div > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card_info > div > div > span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}

.card_info > .icon_card {
  width: 75px;
  height: 75px;

  background: #5368c3;
  border-radius: 10px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.card_info > .icon_card > i {
  font-size: 3rem;
}

.tax-setores .box_form {
  background-color: #6b6b6b;
  padding: 1.5rem;
  border-radius: 10px;

  text-align: start;
}

.tax-setores .form > div > label {
  font-weight: 700;
  font-size: 0.75rem;
  color: var(--white);
}

@media (min-width: 992px) {
  .armazenamento img {
    max-width: 1100px;
    height: 800px;
    object-fit: cover;
  }

  .grid_cards {
    max-width: 600px;
    margin: 0 -100px 0 auto;
    position: relative;
  }

  .card_info_tax {
    height: 100%;
  }

  .section_form {
    text-align: start;
  }

  .card_info {
    flex-direction: row;
    align-items: start;
  }

  .card_info > img {
    margin: initial;
  }
}
