.header-wrapper {
  position: relative;
  height: 389px;
  overflow: hidden;
}

.header-wrapper .image-overlay {
  padding-top: 110px;
}

main {
  display: flex;
  flex-direction: column;

  margin-top: 160px;

  background-color: #fffaf1;
}

#section-01 .title {
  font-family: "Ginger";
  font-size: 5.5rem;
  text-wrap: nowrap;
  line-height: 6rem;

  color: #003A66;
}

#section-01 {
  display: flex;
  align-items: center;
  flex-direction: column;

  padding: 0px 20% 0px 20%;
  background-color: white;
}

#section-01 .images {
  margin-bottom: -100px;
}

#section-01 .info {
  gap: 52px;
}

#section-02 {
  display: flex;
  align-items: center;
  flex-direction: column;

  padding: 8% 13% 8% 13%;
}

#section-02 p:nth-child(1) {
  font-size: 32px;
  text-align: center;
  color: #003A66;
  margin-bottom: 62px;
}

#section-02 div p:nth-child(1) {
  font-size: 24px;
  text-align: start;
  color: #003A66;
}

#section-02 div p:nth-child(2) {
  font-size: 24px;
  text-align: start;
  color: #006626;
}

#section-02 .info {
  gap: 120px;
}

.img-topo {
  transition: all 0.3s !important;
}

.img-topo:nth-child(1) {
  height: 350px;
  z-index: 1;
}

.img-topo:nth-child(2) {
  height: 400px;
  margin-left: -140px;
  z-index: 2;
}

.img-topo:nth-child(3) {
  height: 450px;
  margin-left: -120px;
  z-index: 3;
}

.img-topo:hover {
  transform: scale(1.05);
}

.img-topo:nth-child(1):hover~.img-topo {
  transform: translateX(160px);
}

.img-topo:hover~.img-topo {
  transform: translateX(140px);
}

.img-topo.hover-simulado:nth-child(1)~.img-topo {
  transform: translateX(160px);
}

.img-topo.hover-simulado:nth-child(2)~.img-topo {
  transform: translateX(140px);
}

.img-topo.hover-simulado:nth-child(3)~.img-topo {
  transform: translateX(140px);
}

#section-03 {
  display: flex;
  align-items: center;
  flex-direction: column;

  padding: 5% 15% 5% 15%;

  color: #003A66;
}

#section-03 .title {
  font-family: "Ginger";
  font-size: 5.5rem;
  line-height: 6rem;

  color: #003A66;
  margin-bottom: 64px;
}

#section-03 p:nth-child(2) {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

#section-03 p:nth-child(3) {
  font-size: 24px;
  margin-bottom: 64px;
}

.img-fio-tecido {
  transition: all 0.3s !important;
}

.img-fio-tecido:nth-child(1) {
  margin-right: -120px;
  z-index: 1;
}

.img-fio-tecido:nth-child(2) {
  z-index: 3;
}

.img-fio-tecido:nth-child(3) {
  margin-left: -120px;
  z-index: 2;
}

.img-fio-tecido:hover {
  transform: scale(1.05);
}

#section-04 {
  display: flex;
  align-items: center;
  flex-direction: column;

  padding: 0% 20% 5% 20%;

  color: #003A66;
}

#section-04 .text {
  font-size: 18px;
}

#section-04 .info {
  gap: 72px;
}

#section-04 .title {
  font-family: "Ginger";
  font-size: 28px;
  text-align: center;

  color: #003A66;

  margin-bottom: 32px;
}

#section-04 .confira {
  color: #003A66;
  font-size: 24px;
  margin-bottom: 64px;

  font-weight: bold;
  text-align: center;
}

.img-linha-do-tempo {
  width: 300px;
  border-radius: 42px;
}

.section-01-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* permite quebrar linha */
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  margin-bottom: 48px;
}

.sobre-image {
  width: 50%;
}

@media (max-width: 990px) {
  #section-04 .info {
    gap: 28px;
    text-align: center;
  }

  #section-03 {
    padding: 5% 5% 5% 5%;
  }

  #section-04 {
    padding: 0% 5% 5% 5%;
  }

  .img-fio-tecido:nth-child(1) {
    height: 150px;
  }

  .img-fio-tecido:nth-child(2) {
    height: 200px;
  }

  .img-fio-tecido:nth-child(3) {
    height: 150px;
  }

  .img-topo:nth-child(1) {
    height: 250px;
  }

  .img-topo:nth-child(2) {
    height: 300px;
  }

  .img-topo:nth-child(3) {
    height: 350px;
  }

  .sobre-image {
    width: 100%;
  }

  #section-02 p:nth-child(1) {
    font-size: 24px;
    text-align: center;
    color: #003A66;
    margin-bottom: 62px;
  }

  #section-02 div p:nth-child(1) {
    font-size: 18px;
    text-align: start;
    color: #003A66;
  }

  #section-02 div p:nth-child(2) {
    font-size: 18px;
    text-align: start;
    color: #006626;
  }

  #section-01 .images {
    margin-bottom: 60px;
  }

  #section-01 .title {
    font-family: "Ginger";
    font-size: 3.5rem;
    text-wrap: nowrap;
    line-height: 4rem;

    text-align: center;

    color: #003A66;
  }

  #section-03 .title {
    font-family: "Ginger";
    font-size: 3.5rem;
    line-height: 4rem;

    color: #003A66;
    margin-bottom: 64px;
  }
}