
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


html, body {
    height: 100%; /* Garante que o body e o html cubram a altura total */
    margin: 0; /* Remove a margem padrão do navegador */
    padding: 0; /* Remove o padding padrão do navegador */
      
  }
  
  a{
    color: white;
    text-decoration: none;
  }
  body {
    background: linear-gradient(to bottom right, #7c61d0,#f6c8ff);
    background-attachment: fixed;
    color: white;
    font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight:50px;
  font-style: italic;
  }

  a{
    color: white;
    text-decoration: none;
  }
.h1header{
    background: linear-gradient(90deg, #bb9af1, #fc81b8);
    margin-bottom: 80px;
    padding: 15px;
    border-radius: 10px;
}

.imagem{
    text-align: center;
   display: flex;
   flex-direction: column;
   align-items: center;
    transform: translateX(-10px);
    opacity: 0%;
    animation: aparecer 1.5s ease-out forwards;
}

.imagem img{
    margin-top: 80px;
    margin-bottom: -20px;
    opacity: 0%;
    width: 500px;
    transform: translateX(-10px);
    animation: aparecer 1.5s ease-out forwards;
}
@keyframes aparecer{
    to{
        opacity: 100%;
        transform: translateX(0px);
    }
}

.conteudo{
    background-color: #bb9af1;
    border-radius: 10px;
    padding: 10px;
    color: white;
    box-shadow: 5px 5px 10px rgb(87, 87, 87);
}
.block{
    display: flex;
    text-align: center;
    justify-content: center;
   
}

.boxincial{
    margin-left: 30px;
    display: flex;
    flex-direction: row;
}
.texto{
    width: 50%;
    font-size:35px;
}
#btn{
  cursor: pointer;
    background-color: #2A2879;
    width: 220px;
    font-size: 36px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgb(22, 22, 22);
    cursor:default;
     transition: 0.5s;
}
#btn:hover{
    background-color: #F19AC1;
  cursor: pointer;
   
}
.subbtn{
    font-size: 20px;
    margin-top: -100px;
}

.box{
    display: flex;
    background-color: rgb(235, 235, 235);
    opacity: 90%;
    border-radius: 20px;
    padding: 12px;
    color: #2A2879;
    flex-direction: row;
   
}
.box1{
    display: flex;
    background-color: rgb(235, 235, 235);
    opacity: 90%;
    border-radius: 20px;
    padding: 12px;
    color: #2A2879;
    flex-direction: column;
   
}


.txt{
    display: flex;
    flex-direction: column;
    font-size: 22px;
    width: 50%;
}
.txt img{
   width: 70px;
}
.ajeitaBox{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.ajeitaBox2{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.elementos{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
 
}
.elementosF{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.avaliacoes{
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.boxAvaliacao{
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    color:#2A2879;
    text-align: center;
    width: 40%;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
}

.boxAvaliacao img{
    width: 200px;
   border-radius: 10px;
}
#nomeFoto{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-around;
    align-items: center;
}
#nomeFoto p {
    word-wrap: break-word;
}

#nomeFoto img{
margin-left: 10px;
width: 50%;
}
.textodaDIV{
  max-width: 200px; /* Limita a largura do parágrafo */
    ; /* Quebra palavras que são muito longas */

}
.motivo{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 40%;
}

#gomaFini{
    width: 4;
}

.boxcontent{
    display: flex;
    flex-direction: row;
}

.contentbox1{
    display: flex;
    flex-direction: row;
}
.secundario{
   margin-left: 30px;
}
.secundario li{
    margin-bottom: 100px;
}
.prmBox{
    margin-top: -8px;
}