@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
  height: 100%;
  margin: 0;
  padding: 0;

  background: linear-gradient(to bottom right, #7c61d0, #f6c8ff);
  color: #ffffff;
  overflow-x: hidden;
  
}
a{
  color: white;
  text-decoration: none;
}
body::-webkit-scrollbar {
  display: none;
}
/* ===== CONTAINER PRINCIPAL ===== */
.boxincial {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 20px;
  min-height: 100vh;
}

/* ===== TEXTO PRINCIPAL ===== */
.texto h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.texto p {
  font-size: 16px;
  line-height: 1.4;
  margin: 8px 0;
}

.subbtn {
  font-size: 13px;
  color: #f4e8ff;
}

/* ===== BOTÃO DE AÇÃO ===== */
#btn {
  background-color: #2A2879;
  color: white;
  font-weight: 600;
  width: 200px;
  text-align: center;
  padding: 14px 0;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  margin: 20px auto;
  transition: 0.3s ease;
}

#btn:hover {
  background-color: #F19AC1;
  transform: translateY(-2px);
}


.imagem {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  animation: aparecer 1.2s ease-out forwards;
}

.imagem img {
  width: 230px;
  height: auto;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3));
}

/* ===== QUADRO BRANCO ===== */
.quadroBranco {
  background-color: white;
  color: #2A2879;
  text-align: center;
  font-size: 15px;
  margin: 40px 20px;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* ===== ANIMAÇÃO ===== */
@keyframes aparecer {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== DESKTOP ===== */
@media (min-width: 769px) {
  .boxincial {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: left;
  }

  .texto {
    max-width: 450px;
  }

  .texto h1 {
    font-size: 42px;
  }

  .texto p {
    font-size: 18px;
  }

  .imagem img {
    width: 320px;
  }
}

.motivos{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

 width: 50%;
}

.motivos img{
  width: 60px;
}

.motivos h4{
  margin-top: -10px;

}

.m1{
  display: flex;
  flex-direction: row;
  justify-content:space-around;
  align-items: center;
  
}
.avaliacao{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.boxAvaliacao img{
  width: 50%;
}

.boxAvFilha{
  color:#2A2879;
text-align: center;
background-color: white;
margin: 10px;
padding: 10px;
border-radius: 10px;
}

.nomeFoto{
  display: flex;
  flex-direction: row;
 justify-content: center;
 gap: 8px;
 align-items: center;
}

.nomeFoto p {
  align-items: center;
}

/* ===== SEÇÃO BENEFÍCIOS ===== */
.beneficios {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}

.beneficios .texto {
  color: white;
  margin-bottom: 20px;
}

.beneficios h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.beneficios ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.beneficios li {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* ===== IMAGEM ===== */
.beneficios .imagem img {
  width: 220px;
  height: auto;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3));
  margin-top: 10px;
}

/* ===== BOTÃO ===== */
#btn {
  cursor: pointer;
  background-color: #2A2879;
  color: white;
  font-weight: 600;
  width: 180px;
  text-align: center;
  padding: 12px 0;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  margin: 20px auto;
  transition: 0.3s ease;
}

#btn:active {
  background-color: #F19AC1;
  transform: translateY(-2px);
}

/* ===== RESPONSIVO (para telas maiores) ===== */
@media (min-width: 769px) {
  .beneficios {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: left;
  }

  .beneficios .texto {
    max-width: 420px;
  }

  .beneficios h1 {
    font-size: 32px;
  }

  .beneficios li {
    font-size: 17px;
  }

  .beneficios .imagem img {
    width: 300px;
  }
}
.boxfinal h2{
  font-size: 23px;
}
.boxfinal {
    display: flex;
  flex-direction: column;
  align-items:last baseline;
  justify-content: center;
margin-left: 10px;
  padding:  5px;


}
.boxFilhaFinal{
  font-size: 16px;
  margin: 12px;

}

.boxFilhaFinal li{
  margin-bottom: 20px;
  list-style-position: inside;
  
 
}

#gominha{

width: 180px;
padding: -15px;
}

.gominha-tudo{
  text-align: center;
  margin-top: -40px;
}


.gominha-tudo #btn{
   box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
margin-top: -10px;
}

.gominha {
    opacity: 0;
    transform: translateY(12px);
    transition: all 1s ease-out;
}

.gominha.animate {
    opacity: 1;
    transform: translateY(0);
} 