*{
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman';
}
body{
    overflow-x: 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: 5%;
}
.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;
}
.link{
    text-decoration: none;
    color:black;
}
.conteiner-corpo,.conteiner{
    width: 80vw;
}
.sobre{
    background-color: white;
    box-shadow: 3px 3px .5rem black;
    width: 16%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-top: 1%;

}
main{
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.conteiner{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 2%;
}
.caixa{
    border-radius: 5px;
    background-color: white;
    box-shadow: 3px 3px .5rem black;
    padding: 5px;
    gap: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
footer{
    width: 100vw;
    display: flex;
    justify-content: center;
}
.conteiner-rodape{
    margin-top: 2%;
    width: 80vw;
}
.parceria,.social{
    margin-right: 5%;   
}
.comentario{
   display: flex;
   justify-content: center;
    margin-top: 3%;
    margin-bottom: 3%;
}
.pesquisa,.idioma{
    cursor: pointer;
}
.comentario{
    display: flex;
    justify-content: center;
     margin-top: 3%;
     margin-bottom: 3%;
 }
.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: 5%;
     width: 20%;
     height: 18%;
     display: flex;
     flex-direction: column;
     border-radius: 5px;
     position: relative;
 }

 .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;
}
.caixa-junte{
    display: flex;
    justify-content: center;
}
.Junte-se{
    text-align: justify;
    width: 100%;
}
.btn-sair{
    background-color:red;
    padding: 10px 13px;
    border-radius: 5px;
    cursor: pointer;
}

.textoP{
    width: 100%;
    height: 240px;
    text-align: center;
    display: flex;
    align-items: center;
}
.imgALL{
    width: 240px;
}

.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;

    }
    .sobre{
        font-size: 16px;
        width: 35%;
    }
    .imgALL{
        width: 140px;
    }
    .texto{
        font-size: 10px;
    }
    .Junte-se{
        
    }
}

