* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  color: var(--WHITE);
  font-family: "Montserrat", sans-serif;

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
}

body {
  background-color: var(--BLACK-1);
  width: 100%;
  overflow-x: hidden !important;

  @media(max-width:400px) {
    overflow-x: hidden !important;
  }
}

html {
  font-size: 62.5%;
  width: 100%;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  padding-top: 80px;
}

img {
  max-width: 150%;
  display: block;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 4.0rem;
  font-weight: normal;
}

h3 {
  font-size: 1.8rem;
  font-weight: normal;
}

header {

  .btn-hero {
    padding: 1.2rem 2rem;
    border-radius: 10px;
    border: 1px solid var(--VERDE);
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    gap: 0.8rem;
    color: var(--VERDE);
    font-family: Inter;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 160%;
    /* 22.4px */

    span {
      margin-top: 0.5rem;
    }
  }
}

.menu-topo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #1d1d1d;
  display: flex;
  padding: 0 20px;
  z-index: 1000 !important;

  .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
  }
}

.menu-topo .logo img {
  color: #fff;
  font-size: 24px;
  max-width: 300px;
  width: 100%;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
  font-size: 18px;
}

.nav-links a:hover {
  color: #ddd;
}

/* Ícone de hambúrguer */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
}

/* Menu Mobile */
.mobile-nav {
  display: none;
  /* Oculto por padrão */
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #262626;
  flex-direction: column;
  text-align: center;
  z-index: 999;
}

.mobile-nav a {
  color: #fff;
  padding: 24px 0;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
}

.mobile-nav a:hover {
  background-color: #444;
}


/* Responsividade para o menu */
@media (max-width: 980px) {
  .nav-links {
    display: none;
    /* Esconder links de navegação em telas menores */
  }

  .hamburger {
    display: flex;
    /* Mostrar ícone de hambúrguer */
  }

  /* Exibir o menu mobile apenas quando a classe .open estiver presente */
  .mobile-nav.open {
    display: flex;
  }
}


@media (max-width: 1200px) {
  .logo-hero {
    width: 20rem;
  }
}

@media (max-width: 450px) {

  nav {
    max-width: 100%;
    display: flex;


    .btn-hero {
      font-size: 1.4rem;
    }
  }

  .logo-hero {
    width: 12rem;
  }

}


.texto-destaque {
  color: var(--VERDE-ESCURO);
}

.luz-topo {
  position: absolute;
  z-index: -1;
  top: 0;

  @media (max-width: 480px) {
    width: 100%;
    top: 100px;
  }
}

.s-hero {
  width: 100%;
  height: 72rem;
  display: flex;
  background-position-x: center;
  align-items: center;
  z-index: 99;


  .container {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: space-between;

    .left {
      max-width: 56rem;
      width: 100%;
      gap: 3.2rem;
      display: flex;
      flex-direction: column;
      text-align: left;

      h1 {
        font-size: 3.8rem;
        width: 100%;
        max-width: 56rem;
        font-weight: normal;
        line-height: 130%;
      }

      h2 {
        color: #bbbbbb;
        font-family: Inter;
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        text-align: left;
        width: 100%;
        max-width: 52rem;
        /* 22.4px */
      }

      h3 {
        color: #fff;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        text-align: left;
        /* 22.4px */
      }

      .btn-hero-left {
        padding: 1.6rem 4rem;
        color: #111;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        text-align: center;
        width: 35rem;
        text-transform: uppercase;
        border-radius: 180px;
        background: linear-gradient(181deg,
            #6cff59 0.44%,
            #13ca02 76.97%) !important;
        box-shadow: 0px 4px 50px 0px rgba(108, 255, 89, 0.2) !important;
        transition: 0.5s ease;

        &:hover {
          background: #6cff59 !important;
        }
      }
    }
  }

  @media (max-width: 1200px) {
    padding: 0 4rem;
    height: 60rem;

    .right-hero {
      img {
        max-width: 110%;
      }
    }
  }

  @media (max-width: 980px) {
    height: 50rem;


    .container {
      .left {
        width: 100%;
        max-width: 55rem;
        gap: 3.2rem;

        h1 {
          font-size: 3rem;
        }

        h2 {
          color: #bbbbbb;
          font-size: 1.8rem;
        }

        h3 {
          font-size: 16px;
        }
      }
    }
  }

  @media (max-width: 720px) {
    height: 50rem;

    .container {
      .left {
        h1 {
          font-size: 2.4rem;
        }

        h2 {
          font-size: 1.4rem;
        }
      }

      .right-hero {
        img {
          margin-top: -100px;
          margin-left: 10px !important;
        }
      }
    }
  }

  @media (max-width: 640px) {
    height: 70rem;

    .container {
      flex-direction: column;
      align-items: center;
      align-content: center;

      .left {
        order: 1;
        align-items: center;
        align-content: center;

        h1 {
          text-align: center;
        }
      }

      .right-hero {
        margin: 0;
        order: 0;

        img {
          margin: 0 !important;
          max-width: 600px;
          width: 100%;
        }
      }
    }
  }

  @media (max-width: 430px) {
    padding: 2rem;

    .container {
      .left {
        h1 {
          max-width: 34rem;
          font-size: 2.2rem;
          line-height: 150%;
        }

        h2 {
          text-align: center;
        }
      }

      .right-hero {
        margin-top: -8rem;

        img {
          padding: 90px 0 0 0;
          width: 420px;
        }
      }
    }
  }
}

.s-funcionalidades {
  display: flex;
  height: 50rem;
  align-items: center;
  align-content: center;

  .container {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    padding: 0;

    .tudo-que-precisa {
      width: 100%;
      display: flex;
      align-items: flex-start;

      h2 {
        text-align: left;
        max-width: 44.2rem;
        font-size: 2.8rem;
      }

      h3 {
        text-align: left;
        font-size: 1.6rem;
        font-weight: 400;
        color: #f1f1f1;
        width: 100%;
        max-width: 69rem;
        line-height: 150%;
      }
    }

    .itens-funcionalidades {
      margin: 3.2rem 0;
      gap: 2.4rem;
      width: 100%;

      ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 16px;
        width: 100%;

        li {
          padding: 4rem;
          border-radius: 1rem;
          width: 33rem !important;
          border-radius: 10px;
          border-right: 1px solid #2e2e2e;
          border-bottom: 1px solid #2e2e2e;
          background: #171717;
          display: flex;
          flex-direction: column;
          align-items: flex-start;

          img {
            border-radius: 1rem;
            max-width: 40px;
            margin-right: 0.8rem;
          }

          h3 {
            color: #ffffff;
            text-align: left;
            font-weight: 700;
            line-height: 120%;
            /* 19.244px */
            display: flex;
            font-size: 1.6rem;
            align-items: center;
          }

          h4 {
            color: #898989;
            margin-top: 1.6rem;
            font-family: Inter;
            font-size: 1.6rem;
            font-weight: 400;
            line-height: 140%;
            text-align: left;
            /* 24px */
          }

          p {
            color: #fff;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            opacity: 0.6;
            margin-top: 1.6rem;
          }
        }
      }
    }
  }

  .container-full {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    padding: 0;

    .tudo-que-precisa {
      width: 100%;
      display: flex;
      align-items: center;

      h2 {
        text-align: left;
        width: 44.2rem;
        font-size: 2.8rem;
      }

      h3 {
        text-align: left;
        font-size: 1.6rem;
        font-weight: 400;
        color: #f1f1f1;
        width: 69rem;
      }
    }

    .itens-funcionalidades {
      margin: 3.2rem 0;
      gap: 2.4rem;
      width: 100%;

      ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 16px;
        width: 100%;

        li {
          padding: 4rem;
          border-radius: 1rem;
          width: 33rem !important;
          border-radius: 10px;
          border-right: 1px solid #2e2e2e;
          border-bottom: 1px solid #2e2e2e;
          background: #171717;
          display: flex;
          flex-direction: column;
          align-items: flex-start;

          img {
            border-radius: 1rem;
            max-width: 40px;
            margin-right: 0.8rem;
          }

          h3 {
            color: #ffffff;
            text-align: left;
            font-weight: 700;
            line-height: 120%;
            /* 19.244px */
            display: flex;
            font-size: 1.6rem;
            align-items: center;
          }

          h4 {
            color: #898989;
            margin-top: 1.6rem;
            font-family: Inter;
            font-size: 1.6rem;
            font-weight: 400;
            line-height: 140%;
            text-align: left;
            /* 24px */
          }

          p {
            color: #fff;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            opacity: 0.6;
            margin-top: 1.6rem;
          }
        }
      }
    }

    .gradiente-esquerdo {
      margin-top: -260px;
      z-index: 1 !important;
      position: absolute;
      margin-left: -120px;
    }
  }

  @media (max-width: 1200px) {
    .container-full {
      max-width: 1200px;
      width: 100%;
    }

    .container {
      margin: 0 auto;
      width: 100% !important;
      padding: 0 4rem;
    }
  }

  @media (max-width: 980px) {
    .container {
      .tudo-que-precisa {
        align-items: flex-start;

        h2 {
          font-size: 2.4rem;
          width: 45%;
        }

        h3 {
          width: 100%;
          line-height: 140%;
        }
      }
    }
  }

  @media (max-width: 720px) {
    height: 60rem;

    .container-full {
      width: 100% !important;

      .container {
        padding: 0 4rem;

        .tudo-que-precisa {
          flex-direction: column;
          align-items: center;
          justify-content: center;

          h2 {
            width: 100%;
            text-align: center;
            margin-bottom: 1.6rem;
          }

          h3 {
            text-align: center;
            line-height: 150%;
            padding: 0 4rem;
          }
        }
      }

      .lista-slide {
        padding: 0;
      }
    }
  }

  @media (max-width: 430px) {
    .display-desktop {
      display: none;
    }

    .display-mobile {
      display: block;
    }

    height: 160rem !important;

    .container-full {
      width: 100% !important;

      .container {
        padding: 0 2rem;

        .tudo-que-precisa {
          h2 {
            font-size: 2rem;
          }
        }
      }
    }

    height: auto;
    padding: 6rem 0;

    h3 {
      padding: 0 !important;
      line-height: 150%;
    }

    .itens-funcionalidades {
      height: auto;
      padding: 0;
      flex-direction: column;

      .lista-slide-mobile {
        flex-direction: column;
        align-items: center;
        align-content: center;

        .item-mobile {
          width: 94% !important;
          padding: 2rem;
        }
      }
    }
  }
}

.s-praticidade {
  display: flex;
  align-items: center;
  align-content: center;
  display: flex;
  flex-direction: column;

  .img-praticidade {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;

    h2 {
      text-align: center;
      font-family: "Montserrat";
      font-size: 2.8rem;
      width: 100%;
      max-width: 55rem;
      display: flex;
      align-items: center;
      align-content: center;
    }
  }

  .itens-praticidade {
    .degrade-mobile {
      display: none !important;
    }

    margin-top: 3.2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;

    .lista-1 {
      width: 100%;
      display: flex;
      margin: 8px 0;

      ul {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        margin: 0 auto;
        width: 100%;

        li {
          font-family: "Montserrat", sans-serif;
          font-size: 1.6rem;
          display: flex;
          gap: 20px;
          align-items: center;
          align-content: center;
          justify-content: space-between;
          margin: 0 4px;
        }
      }
    }

    .img-left-grad {
      height: 200px;
      z-index: 9;
      margin-top: -60px;
      width: 600px;
      position: absolute;
      left: -10px;
      border: 1px solid red;
      background: red;
    }
  }

  .content-praticidade {
    .luz-praticidade {
      width: 100%;
      height: 600px;
      position: absolute;
      top: -150px;
      left: 0;
      z-index: -1;
    }

    .container {
      display: flex;
      justify-content: space-between;
      padding: 0;
      width: 100%;

      .left {
        width: 43rem;

        h2 {
          color: #ffffff;
          font-size: 2.8rem;
          text-align: left;
        }
      }

      .right {
        max-width: 71rem;
        width: 100%;

        ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          gap: 32px;

          li {
            width: 47%;
            padding: 20px;
            display: flex;
            border-radius: 10px;
            border-right: 1px solid #2e2e2e;
            border-bottom: 1px solid #2e2e2e;
            background: #171717;

            h3 {
              display: flex;
              font-size: 1.6rem;
              font-weight: 500 !important;
              align-items: center;

              img {
                width: 40px;
                margin-right: 1.6rem;
              }
            }
          }
        }
      }

      @media (max-width: 1200px) {
        padding: 0 8rem !important;
      }
    }
  }

  @media (max-width: 980px) {
    .img-praticidade {
      z-index: 999;

      img {
        margin: 0 0 0 -50px;
      }

      h2 {
        z-index: 999;
      }
    }

    .content-praticidade {
      .container {
        padding: 0 4rem !important;
        flex-direction: column;
        align-items: center;

        .left {
          h2 {
            text-align: center;
            margin-bottom: 3.2rem;
          }
        }
      }
    }
  }

  @media (max-width: 720px) {
    .content-praticidade {
      .container {
        padding: 0;
        width: 100%;

        .right {
          max-width: 70rem;
          padding: 0 4rem;
        }
      }
    }

    .img-praticidade {
      z-index: 1;

      img {
        margin: 0 auto;
        max-width: 700px;
        width: 100%;
      }
    }
  }

  @media (max-width: 430px) {
    padding: 4rem 2rem;

    .img-praticidade {
      width: 100%;
      padding: 40px;

      h2 {
        max-width: 38rem;
        width: 100%;
        font-size: 2.8rem !important;
        margin-top: 1.6rem;
        line-height: 130%;
        font-weight: 500;
      }

      img {
        max-width: 420px;
      }
    }

    .itens-praticidade {
      margin-top: -24px;

      .img-left-grad {
        width: 100px !important;
      }

      .img-right-grad {
        width: 100px !important;
      }

      .degrade-pc {
        display: none !important;
      }

      .degrade-mobile {
        display: block;
        width: 100%;
        height: 150px;
        display: flex;
        align-items: center;
        align-content: center;
        z-index: -1;
        margin-top: -100px;
      }
    }

    .content-praticidade {
      align-items: center;
      align-content: center;

      .container {
        padding: 0 !important;
        align-items: center;
        align-content: center;

        .left {
          h2 {
            font-size: 2rem;
            max-width: 34rem;
            margin: 0 auto;
          }
        }

        .right {
          max-width: 400px;
          width: 100%;
          display: flex;
          padding: 0 2rem;

          ul {
            flex-direction: column;
            max-width: 420px;
            gap: 1.6rem;

            li {
              width: 100%;
            }
          }
        }
      }
    }
  }
}

/*fecha s-praticidade*/

.s-quem-somos {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9rem 0;

  .btn-s-quem-somos {
    margin-top: 3.2rem;
  }

  .container {
    background: #1f1f1f;
    display: flex;
    max-width: 110rem;
    width: 100%;
    border-radius: 10px;
    padding: 6rem;

    .imagem {
      width: 30rem;

      img {
        width: 100%;
      }
    }

    .conteudo {
      margin-left: 3.2rem;
      flex: 1;

      h2 {
        font-size: 2.8rem;
      }

      p {
        font-size: 1.6rem;
        margin: 1.6rem 0;
        line-height: 150%;
      }
    }
  }

  @media (max-width: 980px) {
    padding: 0 4rem;

    .container {
      padding: 4rem;
    }
  }

  @media (max-width: 720px) {
    height: 70rem;

    .container {
      flex-direction: column;
      align-items: center;
      align-content: center;

      .conteudo {
        padding: 0;
        margin-top: 3.2rem;

        h2 {
          text-align: center;
          font-size: 3rem;
          max-width: 40rem;
          width: 100%;
          margin: 0 auto;
        }

        p {
          text-align: center;
          font-size: 1.8rem;
        }
      }
    }
  }

  @media (max-width: 430px) {
    height: 90rem;
    padding: 9rem 2rem;

    .container {
      padding: 2rem;

      .conteudo {
        margin: 0;
        margin-top: 3.2rem;

        h2 {
          font-size: 2.4rem;
          font-weight: bold;
          margin-bottom: 1.6rem;
          max-width: 30rem;
        }
      }
    }
  }
}

.s-como-funciona {
  height: 80rem;
  display: flex;
  align-items: center;

  .luz-video {
    width: 100%;
    height: 900px;
    position: absolute;
    top: 100px;
    left: -100px;
    z-index: -1;
  }

  .container {
    display: flex;
    flex-direction: column;
    align-items: center;

    .video-container {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      /* Proporção 16:9 */
      height: 0;
      overflow: hidden;
    }

    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    h2 {
      font-size: 2.8rem;
      max-width: 37rem;
      text-align: center;
      margin-bottom: 3.2rem;
      line-height: 120%;
    }
  }

  .video-yt {
    max-width: 90rem;
    width: 100%;

    @media (max-width: 720px) {
      width: 90%;
    }
  }

  @media (max-width: 430px) {
    height: 36rem;
    display: flex;
    align-items: center;

    .container {
      h2 {
        font-size: 2rem;
        max-width: 32rem !important;
        margin-bottom: 1.6rem;
      }
    }
  }
}

.s-depoimentos {
  display: flex;
  align-items: center;
  padding: 9rem 0;
  align-content: center;

  .container {
    display: flex;
    flex-direction: column;
    align-items: center;

    h2 {
      font-size: 2.8rem;
      font-family: Montserrat, sans-serif;
      width: 39rem;
      text-align: center;
    }

    .content-depoimentos {
      display: flex;
      gap: 16px;
      margin-top: 3.2rem;

      .item-depoimento {
        border-radius: 20px;
        border: 1px solid rgba(153, 153, 153, 0.26);
        background: #0b0b0b;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 16px;
        padding: 3rem;
        flex-direction: column;
        max-width: 54rem;

        h3 {
          display: flex;
          align-items: center;
          gap: 0.8rem;
        }

        h4 {
          font-size: 1.6rem;
          font-style: italic;
          font-weight: 300;
          line-height: 150%;
          margin-top: 0.8rem;
        }

        img {
          border-radius: 100px;
        }
      }
    }

    .btn-s-depoimentos {
      width: 50rem;
      margin-top: 3.2rem;
    }

    @media (max-width: 980px) {
      .content-depoimentos {
        padding: 0 4rem !important;

        .item-depoimento {
          max-width: 50rem;
        }
      }
    }
  }

  @media (max-width: 720px) {
    align-items: flex-start;
  }

  @media (max-width: 430px) {
    padding: 4rem 0;

    .container {
      h2 {
        font-size: 2.4rem;
        max-width: 350px;
        height: auto;
      }

      .content-depoimentos {
        flex-direction: column;
        padding: 0 !important;
      }

      .btn-s-depoimentos {
        max-width: 36rem;
      }
    }
  }
}

.s-transparencia {
  display: flex;
  align-items: center;
  padding: 9rem 0;

  .container {
    display: flex;

    .s-transparencia-content {
      h2 {
        font-size: 2.8rem;
        max-width: 40rem;
      }

      h3 {
        font-size: 1.6rem;
        color: #f1f1f1;
        max-width: 58.9rem;
        width: 100%;
        margin-top: 1.6rem;
        line-height: 140%;
      }

      h4 {
        font-size: 2rem;
        margin-top: 3.2rem;
        font-weight: 600;
      }

      p {
        font-size: 1.6rem;
        margin-top: 1.6rem;
        font-weight: 300;
        max-width: 54rem;
        line-height: 160%;
      }

      ul {
        display: flex;
        margin-top: 3.2rem;
        gap: 3.2rem;

        li {
          max-width: 190px;
          width: 100%;

          img {
            width: 100%;
            border-radius: 10px;
          }
        }
      }
    }

    @media (max-width: 1200px) {
      padding: 0 4rem;
      height: 60rem;
      display: flex;
      align-items: center;
    }

    @media (max-width: 720px) {
      flex-direction: column;

      .s-transparencia-content {
        order: 1;
        text-align: center;
        display: flex;
        flex-direction: column;

        h2 {
          margin: 0 auto;
        }

        p {
          margin: 0 auto;
        }

        ul {
          display: flex;
          align-items: center;
          align-content: center;
          margin: 0 auto;
          margin-top: 3.2rem;
        }
      }

      .s-transparencia-img {
        order: 0;
        margin-bottom: 3.2rem;
      }
    }
  }

  @media (max-width: 430px) {
    align-items: center;
    align-content: center;

    .container {
      display: flex;
      align-items: center;
      padding: 0 2rem;
      height: auto;

      .s-transparencia-content {
        width: 100%;

        h2 {
          font-size: 2.2rem;
          background: none;
        }
      }

      .s-transparencia-img {
        padding: 0;
        margin-top: 0 !important;

        img {
          max-width: 350px !important;
          margin-top: 0;
        }
      }
    }
  }
}

.s-pronto-para-realizar {
  background: #040904;
  width: 100%;
  height: 28rem;
  display: flex;
  align-items: center;

  .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;

    .conteudo {
      max-width: 64rem;

      h2 {
        font-size: 2.8rem;
        margin-bottom: 1.6rem;
        font-weight: 500;
      }

      p {
        font-size: 1.6rem;
        width: 100%;
        line-height: 150%;
        margin: 8px 0;
        font-weight: 300;
      }
    }

    .btn-s-pronto-para-realizar {
      max-width: 48rem;
      width: 100%;
    }

    @media (max-width: 980px) {
      padding: 0 4rem;
      width: 100%;

      .conteudo {
        max-width: 52rem;
        width: 100%;

        h2 {
          font-size: 2.4rem;
          margin-bottom: 1.6rem;
          font-weight: 500;
        }

        p {
          font-size: 1.6rem;
          width: 94%;
          line-height: 150%;
          margin: 8px 0;
          font-weight: 300;
        }
      }

      .btn-s-pronto-para-realizar {
        flex: 1;
        width: 600px;
      }
    }
  }

  @media (max-width: 720px) {
    height: 40rem;

    .container {
      flex-direction: column;
      align-items: center;
      align-content: center;
      text-align: center;

      .conteudo {
        p {
          width: 100%;
          padding: 0 2rem;
        }
      }

      .btn-s-pronto-para-realizar {
        margin-top: 3.2rem;
      }
    }
  }

  @media (max-width: 430px) {
    .container {
      padding: 0 2rem;

      .conteudo {
        h2 {
          width: 30rem;
          margin: 0 auto;
        }
      }

      .btn-s-pronto-para-realizar {
        max-width: 350px;
        padding: 1.6rem;
      }
    }
  }
}

.s-faq {
  .container {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    width: 100%;
    padding: 16rem 0;

    .titulo {
      display: flex;
      align-items: center;
      flex-direction: column;
      align-content: center;

      h2 {
        margin-top: -100px;
        margin-bottom: 6rem;
      }
    }

    .conteudo {
      display: flex;
      width: 100%;
      justify-content: center;
      gap: 32px;
      margin-top: 3.2rem;

      .box-esquerdo {
        max-width: 57rem;
        width: 100%;
      }

      .box-direito {
        max-width: 57rem;
        width: 100%;
      }

      h3 {
        font-size: 1.8rem;
      }

      details {
        padding: 2rem;
      }

      article {
        padding: 0;
        margin-top: 1.6rem;
      }

      p {
        font-size: 1.6rem;
        line-height: 150%;
        margin: 0;
        font-weight: 300;
        color: #9b9b9b;
      }
    }

    @media (max-width: 1200px) {
      padding: 9rem 4rem;
    }

    @media (max-width: 720px) {
      .conteudo {
        flex-direction: column;
        align-content: center;
        align-items: center;
        gap: 0;

        .box-esquerdo {
          width: 100%;
        }

        .box-direito {
          max-width: 57rem;
          width: 100%;
          margin-top: 0;
        }
      }
    }

    @media (max-width: 430px) {
      padding: 9rem 2rem;

      .titulo {
        text-align: center;

        h2 {
          font-size: 2.4rem;
        }

        img {
          max-width: 400px;
        }
      }

      .conteudo {
        margin-top: -3rem;
      }
    }
  }
}

.btn-base {
  background: var(--VERDE);
  padding: 1.6rem 3rem;
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  /* 25.6px */
  border-radius: 100px;
  background: var(--VERDE);
  /* SOMBRA-BTN-VERDE */
  box-shadow: 0px 33px 80px 0px rgba(206, 242, 1, 0.15),
    0px 12.046px 29.201px 0px rgba(206, 242, 1, 0.1),
    0px 5.848px 14.177px 0px rgba(206, 242, 1, 0.08),
    0px 2.867px 6.95px 0px rgba(206, 242, 1, 0.07),
    0px 1.134px 2.748px 0px rgba(206, 242, 1, 0.05);
  transition: 0.3s ease;

  &:hover {
    background: var(--VERDE-HOVER);
  }
}

.btn-base-n {
  padding: 1.6rem 2rem;
  color: #111;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  width: 35rem;
  text-transform: uppercase;
  border-radius: 180px;
  background: linear-gradient(181deg, #6cff59 0.44%, #13ca02 76.97%) !important;
  box-shadow: 0px 4px 50px 0px rgba(108, 255, 89, 0.2) !important;
  transition: 0.5s ease;

  &:hover {
    background: #6cff59 !important;
  }
}