* {
    margin: 0px;
    padding: 0px;
    /* font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal; */
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    /* background-image: url('../img/background.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

main {
    background-image: url('../img/background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    height: 100dvh;
    /* margin-top: -90px; */


}



section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;

}



.area_logo {
    /* background: red; */
    display: flex;
    justify-content: center;
    padding-top: 10px;
    z-index: 1;
}

.area_logo img {
    width: 130px;
}



.area_post {
    background-color: #141313ab;
    height: 430px;
    margin: 0px 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center;    */
    margin-top: 30px;
    padding-bottom: 20px;
    overflow-y: auto;

}



.area_frase {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    margin-bottom: 10px;

}

.area_frase span {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 10px;
}

.area_frase img {
    width: 24px;
    height: 24px;

}

.area_post p {
    color: #FFFFFF;
    padding: 10px;
    font-size: 16px;
    text-align: justify;

}


/* //TODO::STYLE DO FORMULARIO */
#form label {
    color: #FFFFFF;
    font-weight: 600;
}

#form input {
    height: 45px;
    /* background: #747280; */
    border: 1px solid #7F7B84;
    border-left:none;
    
}
#form input:focus {
    border-color: #44B510;
    /* Ou defina a cor da borda */
    outline: none;
    /* Remove o contorno padrão */
    /* box-shadow: none; */
    /* Remove a sombra de foco do Bootstrap */
    box-shadow: 0px 0px 5px 0px#44B510;;
   
}

#form span{
    background: #747280;
    border-right: none;
}


#sexo{
    background: #747280;
    border: 1px solid #7F7B84;
    height: 45px;
   
}

#sexo:focus{
    border-color: #44B510;
    /* Ou defina a cor da borda */
    outline: none;
    /* Remove o contorno padrão */
    /* box-shadow: none; */
    /* Remove a sombra de foco do Bootstrap */
    box-shadow: 0px 0px 5px 0px#44B510;;
 
}

#dias_seman{   
    background-color:#747280;
    display: flex;
    flex-direction: row;
    gap: 40px;
   
    padding-bottom: 10px;
    width: 100%;
    justify-content: space-around;
    border-radius: 10px;
    padding-top: 10px;
   

}

.chek_group{
    display: flex;
    flex-direction: column;
    
   
}

#dias_seman input{
    width: 30px;
    height: 30px;
}

#dias_seman label{
    text-align: center;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-left: -20px;
}

.img_sex_dat{
    width: 25px;
}

.respon{
    width: 32px;
}






.btn-inscreve {
    margin: 0px 10px;
    border: none;
    height: 51px;
    background-color: #44B510;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 20px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.btn-inscreve:hover {
    background-color: rgb(92, 139, 44);
}

.btn-inscreve img {
    width: 42px;
    padding-right: 10px;
}

.social {
    display: flex;
    /* background: red; */
    justify-content: center;
    align-items: center;

}

.social img {
    width: 52px;
    padding: 10px;
    margin-top: 5px;
}

.descricao {
    display: flex;
    /* Usar flexbox para alinhar horizontalmente */
    justify-content: space-around;
    /* Espaçamento uniforme entre as imagens */
    align-items: center;
    /* Centralizar verticalmente */

}

.descricao span {
    margin-top: -15px;
}