
body{
    background-color: #090909;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#logo-foto{
    height: 30em;
    width: 100%;
    box-shadow: inset 30px 30px 15px -7px rgb(0, 0, 0, 0.5);
    border-radius: 20px;
    overflow: hidden;
    background-image: url(../images/pexels-harry-cooke-6805872.jpg);
    background-size: cover;
    align-items: center;
    display: flex;
    flex-direction: column;
    

}

.conteiner {
    height: 340px;
    width: 100%;
}

nav #menu-on-top{
    height: 50px;
    width: 100%;
    align-items: center;
}

.title{
    font-family: "ubuntu";
    text-shadow: 10px 10px 5px black;
}
#sub-title-principal{
    font-family: "Inter";
    font-size: 26px;
    font-weight: 200;
    text-shadow: 10px 10px 5px black;
}
#principal-title{
    margin-top: 0;
    font-size: 2.5em;
}

#logo-title-subtitle img {
  filter: drop-shadow(5px 5px 40px rgb(0, 0, 0));
}



/* Menu */
.menu ul {
    list-style: none;
    display: flex;
    height: 100%;
}

.menu ul li {
    padding: .5em;
}

.menu ul li:hover {
    background-color: #82ba3d;
    color: aliceblue;
}

.menu ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 15px 15px;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 1.2em;
    
}

.menu li {
    text-align: center;
}


.menu ul li a:hover {
    color:rgb(0, 0, 0);
}

/* content */

#beneficios{
    height: 600px;
    width: 100%;
}

.hero{
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 12em;
}

.hero h1 {
    font-family: "Ubuntu";
    color: #82ba3d;
    font-size: 50px;
    padding: 1.5em 1.5em 0.3em;
    text-align: center;
}

.hero h2 {
    font-family: "Inter";
    font-size: 30px;
    width: 400px;
    text-align: center;
}

.hero h3 {
    font-family: inter;
    width: 450px;
    padding: 1em;
    font-weight: 300;
    text-align: center;
}

.cta {
    align-items: center;
    display: flex;
}

.cta-form{
display: flex;
align-items: center;
flex-direction: column;
}

.getters{
    width: 30em;
    height: 2.5em;
    margin: 1em;
    border-radius: 1.5em;
    background-color: #090909;
    border: solid 1px #82ba3d;
    font-size: 18px;
    color: #ffffff;
    
}
.getters::placeholder{
    color: #82ba3da2;
    font-family: "Inter";
    font-size: 20px;
    padding: 0.2em;
}

.cta-form button{
    font-family: "Ubuntu";
    font-weight: 500;
    font-size: 1.2em;
    border-radius: 1em;
    padding: 0.5em;
    background-color: #82ba3d;
}

.cta-form button:hover{
    color: #fff;
}

.cta-form button:active{
     filter: drop-shadow(3px 3px 10px rgb(0, 0, 0));
}

#beneficts{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 400px;

}
#beneficio-title{
    font-family: "Ubuntu";
    font-size: 45px;
    margin-bottom: 0;

}

.beneficio{

    border: solid 1px #82ba3d;
    border-radius: 0.5em;
    background-color: #82ba3d;

}
#beneficios{
    width: 80%;
    min-height: 5em;
    height: auto;
    margin: 5em;
    display: flex;
    margin-top: 1em;
}
.dica{
    display: none;
}

#beneficios h3{
    font-size: 1.5em;
    font-family: "Ubuntu";
    margin: 1em;
    color: #000;
}

#beneficios p {
    font-size: 1.5em;
    margin: 1.5em;
    transform: translateY(10px); 
    transition: opacity 0.4s ease, transform 0.4s ease; 
    display: none ;
    font-family: "Inter";
    font-weight: 200;
    text-align: center;
    color: #000;
    width: 200px;
}

#beneficios div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: flex-grow 0.5s ease;
    margin: 0.2em;
}

#beneficios div:hover{
    flex-grow: 10;
}

#beneficios :hover p{
    display:flex;
    margin: 2px;
    transform: translateY(0)
}

#how{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#how h1{
    font-family: "Ubuntu";
    font-size: 45px;;
}

.como-funciona{
    height: 10em;
    width: 40em;
    border: solid 7px #82ba3d;
    border-radius: 2em;
    margin: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
}

.como-funciona h1{
    font-family: "Ubuntu";
    color: #82ba3d;
}

.como-funciona p{
    font-family: "Inter";
    font-size: 1.3em;
}

.prova-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
    gap: 1em;
}

#prova-social {
    display: flex;
    flex-direction:column;
    align-items: center;
    width: 100%;
}
#prova-social h1 {
    width: 100%;
    text-align: center;
    margin: 2em;
    color: #ffffff;
    font-family: "Ubuntu";
    font-size: 45px;

}

.prova{
    height: 15em;
    width: 23em;
    background-color: #82ba3d;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5em;
    border-radius: 3em;
    color: #000;
}

.prova p {
    margin: 1em;
    font-family: "Inter";
}
.prova h2 {
    font-family: "Ubuntu";
}

#faq {
    width: 100%;
    height: 60rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#faq-container {
    display: flex;

}

#Title {
    width: 30em;
    height: 30em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#Title h1 {
    color: #82ba3d;
    font-family: "Ubuntu";
    font-size: 2em;
}

#Title p {
    font-family: "Inter";
    font-weight: 500;
    font-size: 1em;
}

.perguntas {
    background-color: #252525;
    margin: 2em;
    padding: 1em;
    border-radius: 1em;
}

.perguntas h3 {
    font-family: "Ubuntu";
    font-size: 1.73em;
}

.perguntas p {
    font-family: "Inter";
    font-size: 0.99em;
}

#captura{
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#captura h1{
    font-family: "Ubuntu";
    padding: 1em;
}

footer {
    border-top: solid 1px #82ba3d;
    width: 100%;
    font-family: "Inter";
    color: #7a7a7a;
    display: flex;
    flex-direction: column;
    gap: 0.7em;
    padding: 1em;
    align-items: center;
    margin-top: 10rem;
    background-color: #000;
}

footer a {
    color: #608a2e;
}