/* FORMULARIOS WP FORMS */

/* Formulario */
.form-cursos {
	border: 1px solid #ccc;
/* 	background-color: var(--base-2); */
	margin: 50px auto;
    padding: 30px;
}

.form-cursos h2 {
	
}

.form-cursos .wpforms-field-large, .form-cursos .wpforms-field-medium, .form-cursos .wpforms-field-required {
	background-color: unset !important;
}

/*boton enviar*/
.form-cursos button[type="submit"] {
	width: 100%;
	background-color: #f2a900 !important;
	color: #fff !important;
}

.form-cursos .acceptance label {
	font-size: 0.8em !important;
    margin-top: 2px !important;
}