body{
    margin: 0px;
    padding: 0px;
    padding-bottom: 100px;
    font-family: Arial, Helvetica, sans-serif;
}

.cabecalho{
    background-color: rgb(0, 0, 0);
    height: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#logo{
    height: 120px;
}

.listamenu{
    display: flex;
    justify-content: center;
    margin-right: 8px;
    list-style: none;
}

.linkmenus{
    text-decoration: none;
    color: white;
    margin-left: 15px;
    font-size: 20px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input{
    margin-bottom: 20px;
}

.layoutforms{
    display: flex;
}

.campodepreenchimento1{
    margin-left: 20px;
    margin-right: 20px;
}

.divdepreenchimentopai{
    margin-left: 20px;
}

.titulodocadastro{
    font-size: 50px;
    margin-top: 30px;
}

.botaonome{
    width: 270px;
    padding: 4px;
}

.botaocpf{
    width: 100px;
    padding: 4px;
}

.botaodatasdenascimento{
    padding: 3px;
}


#numerodeCelular{
    width: 110px;
    padding: 4px;
}

#endereço{
    width: 200px;
    padding: 4px;
}

#numerodacasa{
    width: 80px;
    padding: 4px;
}

.botaopequeno{
    width: 120px;
    padding: 4px;
}

input{
    padding: 4px;
    border: 1.6px solid #323232;
}

.botaodoformulario{
    padding: 12px 20px;
    margin-top: 20px;
    background-color: rgb(88, 88, 255);
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
  transition: box-shadow 0.3s ease; 
}

.botaodoformulario:hover {
  background-color: rgb(70, 70, 230); /* tom mais escuro no hover */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3); /* sombra mais forte */
  transform: translateY(-2px); /* levanta o botão levemente */
  cursor: pointer; /* mostra a mãozinha no mouse */
}

/* ========== RESPONSIVO PARA CELULARES E TABLETS EM PÉ ========== */
@media screen and (max-width: 767px) {
    .layoutforms{
    justify-content: space-between;

}

form{
    font-size: 20px;
}

    .botaonome{
    width: 350px;
    padding: 8px;
}

.botaocpf{
    width: 150px;
    padding: 8px;
}

.botaodatasdenascimento{
    padding: 7px;
    width: 100px;
}



#numerodeCelular{
    width: 150px;
    padding: 8px;
}

#endereço{
    width: 220px;
    padding: 8px;
}

#numerodacasa{
    width: 80px;
    padding: 8px;
}

#cidade{
    width: 190px;
}

#complemento{
    width: 190px;
}

.botaopequeno{
    width: 140px;
    padding: 8px;
}

input{
    padding: 8px;
    border: 1.6px solid #323232;
}

.botaodoformulario{
    font-size: 26px;
    padding: 16px 25px;
    margin-top: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
  transition: box-shadow 0.3s ease; 
}

.botaonomeio{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

input{
    font-size: 20px;
}

input::placeholder{
    font-size: 18px;
  
}

}
