*{
    padding: 0;
    margin: 0;
    font-family: 'Times New Roman';
    
}
body{
    overflow: hidden;
}
header{
    height: 14vh;
    display: flex;
    justify-content: center;
    align-items: center;

}
.conteiner-menu{
    width: 80vw;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;

}
.nome{
 width: 20%;
 margin-left: 4.2%;
}
.menu{ 
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}
.redessociais{
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-right: 5%;
    gap: 10px;
}
main{
    width: 100vw;
    height: 86vh;
    display: flex;
    justify-content:center;
    align-items: center;
}
.texto{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60vh;
    text-align: justify;
}
form{
    height: 60vh;
    width: 25vw;
    background-color: white;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content:center ;
    gap: 5px;
    padding: 10px;
    border-radius: 5px;
    border: solid black 1px;
    margin-right: 10px;
    box-shadow: 3px 3px .5rem black;
}
#escreva{
    height: 20%; 
}
::placeholder{
 text-align: left;
}
.input1{
    height: 6%;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
}
.input1:focus{
    outline: none;
}
.conteiner{
    width: 80vw;
    display: flex;
    gap: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.janela{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 999;
    justify-content: center;
}
.temas-clique{
    cursor: pointer;
}
.link{
    text-decoration: none;
    color:black;
}
.conteiner-temas{
    background-color: rgb(97, 97, 93);
    margin-top: 8%;
    width: 20%;
    height: 46%;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    position: relative;
}
.temas{
    width: 100%;
    height: 90%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.saude,.beleza,.relacionamento,.treino{
    cursor: pointer;
    
}
.caixa-idioma{
    width: 100%;
    height: 90%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.caixa-sair{
    height: 10%;
    width: 20%;
    position: absolute;
    margin-top: 0%;
    display: flex;
    justify-content: end;
    align-items: end;

   
}
.btn-sair{
    background-color:red;
    padding: 10px 13px;

    border-radius: 5px;
    cursor: pointer;
}
.pesquisa,.idioma{
    cursor: pointer;
}


.movel{
    display:none ;
}
.menu-lateral{
 display: none;
    left: -50%;
    width: 50%;
    transition: left  0.5s ease-in-out;
    flex-direction: column;
    align-items: center;
    
    z-index: 999;
    position: absolute;
    top: 0%;
   
    background-color: rgb(255, 255, 255);
    height: 100vh;
   
}
@media screen and (max-width: 600px) {
    .menu-lateral{
        display: flex;
    }
    .conteiner-menu{
   
    display: none;
    

    }
       header{
        width: 100vw;
        justify-content: center;
    }
    .movel{
        display: flex;
        width: 82%;
       
        justify-content: space-between;
        align-items:center;
    }
    .redessociais{
        justify-content: flex-end;

    }
   .conteiner{
     display: flex;
 
    flex-direction: column;
    overflow: hidden;
    justify-content: space-around;

   }
   
  .texto{
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 20vh;
    text-align: justify;
}
form{
    height: 20vh;
    width: 25vw;
    background-color: white;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content:center ;
    gap: 5px;
    padding: 10px;
    border-radius: 5px;
    border: solid black 1px;
    margin-right: 10px;
    box-shadow: 3px 3px .5rem black;


}
}