/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2025 | 16:47:51 */
.form-contato .wpforms-field-container{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(21rem, 1fr));
    gap: 30px;
}

.form-contato .wpforms-submit-container {
	margin-top: 30px !important;
}

.form .wpforms-field-label {
	font-family: 'Rajdhani', sans-serif;
	font-size: 0.8125rem !important;
	font-weight: 600 !important;
	margin-bottom: 0.625rem !important;
}

.form .wpforms-field {
	padding: 0 !important;
}

.form-contato .wpforms-field:last-of-type textarea{
	min-height: 18.75rem;
}

.form-btn {
	text-transform: uppercase !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	color: #000 !important;
	transition: all 300ms;
}

.form-btn:hover {
	color: #fff !important;
	border-radius: 30px !important;
}

@media (min-width: 768px) { 
	.form-contato .wpforms-field:last-of-type {
		grid-column: 1 / span 2;
	}
}