input, select, textarea {width: 100%; padding: 10px 15px; outline: 0; font-size: 17px; border: 1px solid var(--corPrincipal);}

button {width: auto; padding: 8px 13px; background-color: var(--corPrincipal); color: var(--corPrincipalTexto); font-size: 17px; cursor: pointer;}

button {border: 0px;}

button:hover {opacity: 0.7;}

input:focus, button:focus, textarea:focus, select:focus, textarea:focus {outline: 0;}

button, input, select {
    -moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
}
textarea {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.btnAzul {background-color: #0202b9; color: white;}
.btnVerde {background-color: #016f01; color: white;}
.btnCinza {background-color: #8f8f8f; color: black;}
.btnVermelho {background-color: #c60000; color: white;}

.btnAzulClaro {background-color: #34b7f4; color: black;}
.btnVerdeClaro {background-color: #73c957; color: black;}
.btnVermelhoClaro {background-color: #ff8080; color: black;}

.btnSemCor {background-color: transparent; color: black;}