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

.section_empresa {
  padding-bottom: 1.75rem;
}

.bloco_image {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.bloco_image>img {
  width: 100%;
}

.sobre_box {
  padding: 2rem;
  text-align: center;
  gap: 6.375rem;
}

.sobre_title {
  color: var(--primary-hover);
}

.sobre_title>h2 {
  font-weight: 900;
  font-size: 2.375rem;
}

.sobre_title p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}

.sobre_content {
  gap: 10px;
}

.sobre_content>.content_title {
  gap: 10px;
}

.sobre_content>.content_title>h3 {
  font-weight: 900;
  font-size: 2.25rem;
  color: var(--primary-hover);
}

.sobre_content>.content_title>span {
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: var(--primary);
}

.sobre_content>div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 57px;
}

.sobre_content blockquote {
  font-style: Italic;
}

/* SECTION - GALERIA */

.section_galeria {
  padding-bottom: 5rem;
}

.section_galeria video {
  margin-bottom: 3.75rem;
}

.grid_imagens {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}

.grid_imagens>img {
  width: 100%;
}

/* SECTION - HISTORIA */
.history-section {
  padding-bottom: 6rem;
}

.history-title {
  font-weight: 900;
  font-size: 3rem;
  color: var(--primary);
}

.history-title>strong {
  color: var(--primary-hover);
}

.history-intro {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  color: var(--primary-hover);
}

.history-timeline-scroll {
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}

.history-timeline-scroll::-webkit-scrollbar {
  display: none;
}

.history-timeline-line {
  position: relative;
  min-width: 720px;
  padding-top: 1.25rem;
}

.history-timeline-line::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 2.9rem;
  height: 1px;
  background: rgba(31, 63, 149, 0.35);
}

.history-timeline {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

.timeline-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-width: 72px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #5f6470;
}

.timeline-label {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1;
  white-space: nowrap;
}

.timeline-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1f3f95;
}

.timeline-btn.active .timeline-label {
  color: #1f3f95;
  font-weight: 700;
}

.timeline-btn:focus-visible {
  outline: 2px solid #1f3f95;
  outline-offset: 6px;
  border-radius: 6px;
}

.history-media {
  overflow: hidden;
  border-radius: 16px;
}

.history-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* .history-copy {
  max-width: 420px;
} */

.history-subtitle {
  font-weight: 900;
  font-size: 2.25rem;
  color: var(--primary);
  margin-bottom: 1.5rem;
}

.history-description {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  color: var(--primary-hover);
}

.history-timeline-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.history-timeline {
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  padding-inline: 16px;
  width: max-content;
  min-width: 100%;
}

.timeline-btn {
  flex-shrink: 0;
  white-space: nowrap;
}

/* SECTION - BOXES */
.card_box {
  background-color: var(--white);
  box-shadow: 0px 20px 40px 0px #1b1c1c0f;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  padding: 2.5rem;

  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.card_box.destaque {
  background-color: var(--primary);
}

.card_box.destaque,
.card_box.destaque>h2,
.card_box.destaque>p {
  color: var(--white);
}

.card_box>.box_icon {
  width: 56px;
  height: 56px;

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

  background-color: #0056d01a;

  border-radius: 12px;
}

.card_box>.box_icon.green {
  background-color: #006d37;
}

.card_box.destaque>.box_icon {
  background-color: var(--white);
}

.card_box>.box_icon>svg {
  width: 1.5rem;
  height: auto;
}

.card_box>.box_icon>svg>path {
  fill: var(--primary);
}

.card_box>.box_icon.green>svg>path {
  fill: var(--white);
}

.card_box.destaque>.box_icon>svg>path {
  fill: var(--primary);
}

.card_box>div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.card_box h2 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: -0.75px;
  color: var(--primary-hover);
}

.card_box p {
  font-weight: 400;
  font-size: 1.125;
  line-height: 1.6;
  color: var(--primary-hover);
}

/* Adicional */
.checklist_custom li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.checklist_custom li .bi-check-circle {
  color: var(--primary);
  /* azul do ícone principal */
  font-size: .875rem;
  position: relative;
}

.section-qualidade {
  padding: 4rem 0;
  margin: 2rem 0;
  position: relative;
  color: #f1f1f1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-qualidade:after {
  content: '';
  display: flex;
  width: 100%;
  height: 100%;
  background: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  opacity: .9;
  z-index: 1;
}

.section-qualidade .container {
  position: relative;
  z-index: 2;
}

.section-qualidade h6,
.section-qualidade h5,
.section-qualidade h4,
.section-qualidade h3,
.section-qualidade h2 {
  margin-bottom: 24px;
}

.section-qualidade p {
  font-size: 1.25rem;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .section_empresa {
    padding-bottom: 56px;
  }

  .section_galeria video {
    margin-bottom: initial;
    height: 100%;
  }

  .grid_imagens {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .card_box {
    height: 100%;
  }

  .card_box.carbono {
    flex-direction: row;
    align-items: center;
  }

  .card_box.carbono>.box_icon {
    min-width: 59px;
    min-height: 59px;
  }

  .card_box.carbono>div:nth-child(2) {
    gap: 12px;
  }

  .history-copy {
    padding-left: 0.5rem;
  }

  .history-timeline-line {
    min-width: 100%;
  }

  .section_boxes {
    padding-bottom: 10rem;
  }

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

@media (min-width: 1200px) {
  .bloco_image {
    grid-template-columns: 1fr;
  }
}