@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Lato", serif;
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width) {
  .container {
    max-width: 90%;
  }
}

h1, h2, h3 {
  margin-bottom: 16px;
}

.faq {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  padding: 80px 0;
}

.faq__title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  text-align: center;
}

.faq__list {
  list-style: none;
  padding: 0;
}

.faq__item {
  border-bottom: 1px solid #ddd;
  color: #c4c4c4;
}

.faq__question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 1.2rem;
  padding: 1rem;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
  color: #fff;
}

.faq__question:hover {
  color: #F69A1F;
}

.faq__answer {
  padding: 0 1rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.faq__button {
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 1.2rem;
  background-color: #F69A1F;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.faq__button:hover {
  background-color: #B29063;
}

.hero {
  position: relative;
  background-image: url(../../bg/Group\ 4.png);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white; /* Garante que o texto fique branco para maior contraste */
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* Ajuste o nível de opacidade aqui */
  z-index: 1;
}

.hero h1,
.hero h2,
.hero a {
  position: relative;
  z-index: 2;
}

.sub-title {
  margin: 0 auto;
  max-width: 800px;
}

@media (max-width: 768px) {
  .hero {
    position: relative;
    background-image: url(../../bg/bg-3.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white; /* Garante que o texto fique branco para maior contraste */
  }
}
@media (max-width: 425px) {
  .hero {
    position: relative;
    background-image: url(../../bg/bg-5.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white; /* Garante que o texto fique branco para maior contraste */
  }
}
.offer {
  background-color: black;
  padding: 100px 40px;
}
.offer .box-offer {
  margin: 0 auto;
  border-radius: 20px;
  padding: 20px;
  max-width: 600px;
  background-image: linear-gradient(#B29063, #F69A1F, white);
  text-align: center;
  animation: example 3s infinite ease-in-out;
}
.offer .box-offer .image-container {
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.offer .box-offer .image-container img {
  width: 50%;
  border-radius: 20px;
}
.offer .box-offer h3 {
  color: black;
}
.offer .box-offer .risco {
  color: red;
  text-decoration: line-through;
}
.offer .box-offer .dou {
  color: green;
}
.offer .box-offer span {
  color: black;
}
.offer .box-offer h4 {
  color: black;
  margin-top: 20px;
}
.offer .box-offer .button-container {
  margin: 10px 0;
}
@media (max-width: 750px) {
  .offer .box-offer {
    margin: 0 auto;
    border-radius: 20px;
    padding: 20px;
    max-width: 600px;
    background-image: linear-gradient(#B29063, #F69A1F, white);
    text-align: center;
    animation: example 3s infinite ease-in-out;
  }
  .offer .box-offer .image-container {
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .offer .box-offer .image-container img {
    width: 50%;
  }
  .offer .box-offer h3 {
    color: black;
    font-size: 20px;
  }
  .offer .box-offer .risco {
    color: red;
    text-decoration: line-through;
  }
  .offer .box-offer .dou {
    color: green;
  }
  .offer .box-offer span {
    color: black;
  }
  .offer .box-offer h4 {
    font-size: 20px;
    color: black;
    margin-top: 20px;
  }
  .offer .box-offer .button-container {
    margin: 30px 0;
  }
}

.duvidas {
  padding: 80px 0;
  display: flex;
  justify-content: center;
}
.duvidas .title-small {
  margin-bottom: 30px;
}
.duvidas .list {
  padding: 20px;
}
.duvidas .list .item {
  margin-bottom: 30px;
  display: flex;
}
.duvidas .list .item img {
  height: 16px;
  margin-right: 20px;
}

.estrategia {
  padding: 80px 0;
  text-align: center;
}
.estrategia .title {
  margin-bottom: 30px;
}
.estrategia .sub-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .estrategia img {
    max-width: 90%;
  }
}

.bonus {
  padding: 80px 0;
  text-align: center;
}
.bonus .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0;
}
.bonus .list .item {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #F69A1F;
}
.bonus .list .item img {
  height: 30px;
}
.bonus .list .item .sub-title-small {
  margin-bottom: 20px;
}
.bonus .list .item p {
  margin-bottom: 20px;
}
.bonus .title-small img {
  margin-right: 10px;
  padding: 0;
  height: 30px;
}
@media (max-width: 769px) {
  .bonus .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin: 40px 0;
  }
  .bonus .list .item {
    width: 60%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #F69A1F;
  }
  .bonus .list .item img {
    height: 30px;
  }
  .bonus .list .item .sub-title-small {
    margin-bottom: 20px;
  }
  .bonus .list .item p {
    margin-bottom: 20px;
  }
  .bonus .title-small img {
    margin-right: 10px;
    padding: 0;
    height: 30px;
  }
}

.pes {
  padding: 80px 0;
}
.pes .sub-title {
  text-align: center;
  margin-bottom: 30px;
}
.pes .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pes .list .item {
  border: 3px solid #F69A1F;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
}
.pes .list .item img {
  height: 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .pes .sub-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .pes .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .pes .list .item {
    margin: 0 auto;
    width: 70%;
    border: 3px solid #F69A1F;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
  }
  .pes .list .item img {
    height: 100px;
    margin-bottom: 20px;
  }
}

.call {
  padding: 80px 0;
  text-align: center;
}
.call .sub-title {
  margin-bottom: 20px;
}

.about {
  padding: 80px 0;
  background-color: #B29063;
}
.about .flex-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  display: flex;
  justify-content: center;
}
.about .flex-container .texto {
  padding: 20px;
}
.about .flex-container .texto .sub-title {
  color: #F69A1F;
  margin-bottom: 30px;
}
.about .flex-container .texto p {
  color: black;
  font-size: 18px;
  line-height: 1.6x;
}
.about .flex-container .texto .paragrafo {
  margin-bottom: 20px;
}
.about .flex-container .image {
  padding: 20px;
  display: flex;
  justify-content: center;
}
.about .flex-container .image img {
  border-radius: 20px;
  height: 300px;
  width: auto;
}
@media (max-width: 768px) {
  .about .flex-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    display: block;
    justify-content: center;
  }
  .about .flex-container .texto {
    padding: 20px;
  }
  .about .flex-container .texto .sub-title {
    color: #F69A1F;
    margin-bottom: 30px;
  }
  .about .flex-container .texto p {
    color: black;
    font-size: 18px;
    line-height: 1.6x;
  }
  .about .flex-container .texto .paragrafo {
    margin-bottom: 20px;
  }
  .about .flex-container .image {
    padding: 20px;
    display: flex;
    justify-content: center;
  }
  .about .flex-container .image img {
    border-radius: 20px;
    height: 300px;
    width: auto;
  }
}

.feedback {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem;
}

.feedback__title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.feedback__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
}

.feedback__card {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease-in-out;
  width: 80%;
  margin: 0 auto;
}
.feedback__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feedback__card:hover {
  transform: translateY(-5px);
}

.feedback__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.feedback__text {
  font-size: 1rem;
  margin: 10px 0;
  color: #333;
}

.feedback__author {
  font-weight: bold;
  color: #007bff;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .feedback__container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    justify-content: center;
  }
  .feedback__card {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
    width: 70%;
    margin: 0 auto;
  }
  .feedback__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .feedback__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
body {
  background-color: black;
  color: white;
}

.title {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  color: #F69A1F;
}
@media (max-width: 768px) {
  .title {
    font-size: 32px;
  }
}

.title-small {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  color: #F69A1F;
}
@media (max-width: 768px) {
  .title-small {
    font-size: 22px;
  }
}

.sub-title {
  font-family: "Lato", serif;
  font-size: 25px;
}
@media (max-width: 768px) {
  .sub-title {
    font-size: 22px;
  }
}

.sub-title-small {
  font-family: "Lato", serif;
  font-size: 20px;
}

.button {
  display: inline-block;
  background-color: #F69A1F; /* Ajuste para a cor principal da sua identidade visual */
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px; /* Espaçamento equilibrado */
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
  margin-top: 30px;
}
.button:hover {
  background-color: #B29063; /* Efeito ao passar o mouse */
}