#hero {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#hero .dots-detail,
#hero .leaf-detail {
  position: absolute;
  z-index: 2;
}

#hero .dots-detail {
  left: -40px;
  bottom: 400px;
}

#hero .leaf-detail {
  position: absolute;
  right: -57px;
  top: 180px;
}

#hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: var(--bs-primary);
  opacity: 0.82;
  z-index: 1;
}

#hero .container-fluid {
  position: relative;
  z-index: 2;
}

#hero h3 {
  font-size: 26px;
}

#hero h2 {
  font-size: 64px;
}

#text-1 {
  padding-top: 8.5rem;
  padding-bottom: 8rem;
}

#text-2 {
  padding-top: 12.5rem;
  padding-bottom: 14rem;
}

#text-1 .col,
#text-2 .col {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

#text-1 .text-container,
#text-2 .text-container {
  max-width: 424px;
}

#text-1 p {
  color: #707070;
}

#text-2 p {
  color: #000;
}

#text-1 p,
#text-2 p {
  font-size: 20px;
  font: normal normal normal 20px/27px Segoe UI;
  letter-spacing: 0px;
  opacity: 1;
}

#text-1 {
  background: var(--bg-beige-tint);
}

#text-1 img,
#text-2 img {
  width: 100%;
}

#text-1 .image img,
#text-2 .image img {
  height: 100%;
  width: auto;
}

#text-2 {
  background: var(--bg-yellow);
}

.img-detalhe .leaf {
  top: 30px;
  right: -60px;
  transform: scale(-1, -1) rotate(20deg);
  width: 250px;
}

.img-detalhe .dots {
  bottom: 80px;
  left: 10px;
  width: 100px;
}

.img-detalhe .detail {
  width: 610px;
  left: -70px;
}

@media (width < 768px) {
  #text-1 {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  #text-2 {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }

  #hero h3 {
    font-size: 18px;
  }

  #hero h2 {
    font-size: 36px;
  }

  #text-1 .col,
  #text-2 .col {
    flex-direction: column;
  }
}

@media (width < 768px) {
  #hero .dots-detail {
    bottom: 70px;
    width: 100px;
  }

  #hero .leaf-detail {
    right: -34px;
    top: 70px;
    width: 200px;
  }

  #hero span img {
    width: 100%;
  }

  .img-detalhe .container {
    height: 500px;
    width: 340px;
  }

  .img-detalhe .image {
    width: 350px;
  }

  .img-detalhe .leaf {
    top: 25px;
    right: -40px;
    width: 200px;
    /* top: 65px;
    right: 0;
    width: 100px; */
  }

  .img-detalhe .dots {
    bottom: 100px;
    left: 10px;
    width: 70px;
    /* bottom: 100px;
    left: -45px;
    width: 150px;
    transform: scale(-1, -1) rotate(197deg); */
  }

  .img-detalhe .detail {
    width: 500px;
    left: -70px;
  }
}

@media (width > 768px) and (width < 1390px) {
  #hero .dots-detail {
    bottom: 200px;
  }
}

@media (width > 768px) and (width < 1390px) {
  .img-detalhe .image {
    width: 430px;
  }
}

@media (width > 1390px) {
  .img-detalhe .container {
    height: 500px;
    width: 570px;
  }

  .img-detalhe .leaf {
    width: 300px;
    top: -70px;
    right: -82px;
  }

  .img-detalhe .dots {
    width: 100px;
    bottom: 10px;
    left: 20px;
  }

  .img-detalhe .detail {
    width: 800px;
    left: -90px;
  }
}
