section {
  overflow-x: hidden;
}

.sign-up-button {
  width: 227px;
  height: 51px;
}

#hero {
  height: 100vh;
  background: url(../images/jacopo-maiarelli--gOUx23DNks-unsplash.jpg) center
    no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

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

#hero .dots-detail {
  left: -40px;
  top: 100px;
}

#hero .leaf-detail {
  position: absolute;
  right: -57px;
  top: 180px;
  transform: rotate(184deg);
}

#hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #3b2a2a;
  opacity: 0.82;
  z-index: 1;
}

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

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

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

#video-cta,
#testimonies,
#pros,
#faq {
  padding-top: 7.5rem;
  padding-bottom: 7rem;
}

#video-cta .col,
#testimonies .col {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

#video-cta p,
#testimonies p {
  font-size: 20px;
  color: #000;
}

#video-cta img,
#testimonies img {
  width: 100%;
}

#pros .sign-up-button,
#faq .sign-up-button {
  margin-top: 4rem;
}

#video-cta {
  background: var(--bg-beige-tint);
  overflow: hidden;
}

#video-cta .row.video {
  margin-bottom: 12rem;
}

#video-cta video,
.modal-video video {
  width: 100%;
  height: 100%;
}

#video-cta .video-expositor .video-wrapper {
  border-radius: 30px;
  max-width: 1096px;
  max-height: 588px;
  overflow: hidden;
  position: relative;
}

#video-cta .video-expositor .video-wrapper .video-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000075;
}

#video-cta .video-expositor .video-wrapper .btn-video {
  width: 362px;
  height: 115px;
  position: absolute;
  z-index: 2;
  border-radius: 500px;
  bottom: 0;
  margin: 35px 46px;
  background: #ffffff4f;
  backdrop-filter: blur(10px);
}

#video-cta .video-expositor .video-wrapper .btn-video .play {
  background: var(--bs-primary);
  border-radius: 500px;
  width: 84px;
  height: 84px;
  font-size: 50px;
  transition: 200ms;
}

#video-cta .video-expositor .video-wrapper .btn-video:hover .play {
  scale: 1.1;
}

#video-cta .video-expositor .video-wrapper .btn-video .texto {
  font-size: 24px;
  line-height: 30px;
}

.modal-video {
  max-width: 1096px;
  max-height: 588px;
  overflow: hidden;
}

.modal-video .video-wrapper {
  width: fit-content;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.modal-video .video-wrapper .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  background: #ffffff;
  border: none;
  border-radius: 500px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#video-cta .text-container {
  max-width: 424px;
}

#pros {
  background: var(--bg-beige);
}

#pros .beneficios {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 4rem;
}

#pros .beneficios .beneficio {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 312px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 0;
  transition: 200ms ease-in-out;
}

#pros .beneficios .beneficio:hover {
  top: -20px;
}

#pros .beneficios .beneficio .imagem span {
  font-size: 73px;
  color: var(--bs-primary);
  background: #ffffff3d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  width: 143px;
  height: 143px;
  margin-bottom: 20px;
}

#pros .beneficios .beneficio p {
  letter-spacing: 0px;
  line-height: 21px;
  font-family: 'Lato', sans-serif;
}

#pros .beneficios .beneficio h6 {
  font-size: 24px;
}

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

#testimonies .swiper-wrapper {
  padding: 60px 0;
}

#testimonies .depoimento {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 80px 52px 52px;
  border: 1px solid var(--bs-secondary);
  border-radius: 40px;
  background: #fff;
  position: relative;
  user-select: none;
  max-width: 424px;
}

#testimonies .depoimento:not(.swiper-slide-active) {
  opacity: 0.7;
}

#testimonies .depoimento .foto-pessoa {
  width: 112px;
  height: 112px;
  border-radius: 500px;
  border: 3px solid var(--bs-primary);
  overflow: hidden;
  position: absolute;
  top: -60px;
}

#testimonies .depoimento h6 {
  font-size: 26px;
}

#testimonies .depoimento small {
  color: #808494;
}

#testimonies .depoimento .decoracao {
  color: transparent;
  user-select: none;
  text-decoration: underline wavy var(--bs-secondary);
}

#testimonies .depoimento p {
  max-width: 320px;
  color: #5e5e5e;
  margin-top: 1rem;
  font-family: 'Lato', sans-serif;
  font-size: var(--font-normal);
}

#testimonies .img-detalhe {
  max-width: 40%;
}

#testimonies .text-container {
  max-width: 542px;
  margin-top: 8rem;
}

#testimonies .passos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 4rem;
}

#testimonies .passos .passo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
}

#testimonies .passos .passo .nro {
  min-width: 74px;
  height: 74px;
  border-radius: 500px;
  font-size: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

#testimonies .passos .passo p {
  font-family: 'Lato', sans-serif;
  font-size: var(--font-normal);
  color: #707070;
}

#testimonies .passos .passo div:not(.nro) {
  max-width: 448px;
}

#faq {
  background: var(--bs-primary);
  font-family: 'Lato', sans-serif;
}

#faq .accordion .accordion-item,
#faq .accordion .accordion-item .accordion-button {
  background: var(--bs-primary) !important;
  color: #fff !important;
}

#faq .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #fff;
}

#faq .accordion .accordion-item .accordion-button {
  font-size: 25px;
  text-transform: none;
  border-radius: 0;
}

#faq .accordion .accordion-item .accordion-button:focus {
  border: none;
  border-bottom: 1px solid #ffffff70;
  outline: none;
  box-shadow: none;
}

#faq .accordion .accordion-item .accordion-button::after {
  filter: invert(1);
}

#faq .sign-up-button {
  background: var(--bg-yellow) !important;
  border: 1px solid var(--bg-yellow) !important;
}

.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 < 600px) {
  #pros .beneficios {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (width > 600px) and (width < 1200px) {
  #pros .beneficios {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width < 768px) {
  #hero h3 {
    font-size: 18px;
  }

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

  #video-cta .video-expositor .video-wrapper .btn-video {
    margin: 10px;
    gap: 0 !important;
    width: 230px;
    height: 80px;
  }

  #video-cta .video-expositor .video-wrapper .btn-video .play {
    width: 60px;
    height: 60px;
  }

  #video-cta .video-expositor .video-wrapper .btn-video .texto {
    font-size: 14px;
    width: 140px;
    line-height: 20px;
  }

  #modalVideo {
    height: fit-content;
  }

  .modal-video .video-wrapper {
    border-radius: 15px;
  }

  .video-cta-text,
  #testimonies .container .col {
    flex-direction: column;
  }

  #testimonies .depoimento {
    max-width: 350px;
  }

  #testimonies .img-detalhe {
    max-width: 100%;
  }

  #testimonies .text-container {
    margin-top: 0;
  }

  #testimonies .passos .passo p {
    max-width: 200px;
  }
}

@media (width < 768px) {
  .img-detalhe .container {
    height: 500px;
    width: 340px;
  }

  .img-detalhe .leaf {
    top: 25px;
    right: -40px;
    width: 200px;
  }

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

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

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

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

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

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