/*Validacoes*/

.gform_required_legend,
.gfield_required_asterisk,
.gform_validation_errors,
.gfield_required {
	display: none !important;
}


.gform_wrapper.formulario_contacto_wrapper.gform-theme--foundation .gform_fields {
	row-gap: 20px;
	grid-row-gap: 20px;
}

.gform_wrapper.formulario_contacto_wrapper #gform_1 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.gform_wrapper.formulario_contacto_wrapper .gform-body.gform_body {
	width: 100%;
}

.gform_wrapper.form_incricao_wrapper .validation_message {
	color: #e74c3c !important;
}

.gform_wrapper.formulario_contacto_wrapper .gfield_validation_message,
.gform_wrapper.formulario_contacto_wrapper .validation_message {
	background: transparent;
	border: 0;
	font-size: 14px;
	margin-top: 5px;
	padding: 0;
	color: #FFFFFF;
	font-family: "Raleway";


}

.gform_wrapper.formulario_contacto_wrapper .gfield_error [aria-invalid=true]+label {
	color: #FFFFFF;
}


body .formulario_contacto .gform_confirmation_message {
	font-size: 24px !important;
	line-height: 1.4 !important;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 50px;
	color: #FFFFFF;
	font-family: "Raleway";
	min-height: 500px;
}


body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:not(:checked),
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:checked {
	display: none;
}

body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:not(:checked)+label,
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:checked+label {
	position: relative !important;
	padding-left: 40px !important;
	cursor: pointer !important;
	display: block;
	padding-top: 8px;
	margin-left: 0;
}

/*BEFORE CHECKED,BEFORE CHEKED*/
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:not(:checked)+label:before,
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:checked+label:before {
	content: "";
	position: absolute;
	width: 26px;
	height: 26px;
	left: 0;
	top: 4px;
	background: transparent;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
}

/*AFTER NOT CHECKED, AFTER CHEKED*/
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:not(:checked)+label:after,
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:checked+label:after {
	content: '\2713';
	position: absolute;
	width: 26px;
	height: 26px;
	left: 3px;
	top: 6px;
	font-size: 12px;
	border: none;
	background-color: transparent;
	line-height: 1;
	transition: all 0.2s;
	border-radius: 5px;
	font-size: 24px;
}

body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:not(:checked)+label:after,
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	transform: scale(0);
}

body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:checked+label:after {
	opacity: 1;
	transform: scale(1);
}

.formulario_contacto_wrapper input[type=text]:not(.elementor-field):not(.searchform-s) {
	margin-bottom: 0;
}

body .gform_wrapper.formulario_contacto_wrapper .gfield_label.gform-field-label {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 500;
	line-height: 1.2 !important;
	color: #fff;
	margin-bottom: 10px;

}

body .gform_wrapper.formulario_contacto_wrapper .gfield_consent_label {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 400;
	line-height: 1.2 !important;
	color: #fff;

}

body .gform_wrapper.formulario_contacto_wrapper .gfield_consent_label a {
	color: #fff;
	text-decoration: underline;
}

body .gform_wrapper.formulario_contacto_wrapper input[type="text"],
body .gform_wrapper.formulario_contacto_wrapper input[type="email"],
body .gform_wrapper.formulario_contacto_wrapper input[type="tel"] {
	background: transparent;
	opacity: 1;
	font-style: normal;
	font-family: "Raleway";
	margin-bottom: 0;
	border-radius: 12px;
	max-width: 100%;
	border: 1px solid #FFFFFF;
	height: 40px;
	color: #A3A3A3;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 12px;

}

body .gform_wrapper.formulario_contacto_wrapper textarea {
	background: transparent;
	color: #FFFFFF;
	font-style: normal;
	font-family: "Raleway";
	font-weight: 400;
	margin-bottom: 0;
	border-radius: 12px;
	max-width: 100%;
	border: none !important;
	min-height: 40px;
	border: 1px solid #FFFFFF !important;
	max-height: 170px;
	padding: 10px 12px;

}

body .gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_wrapper .gform_footer .gform_button.button {}


.gform-theme--foundation .gform_footer {
	font-family: "Raleway";
	line-height: 1.2;
	font-weight: 500;

	padding: 10px 30px 10px 30px;

	position: relative;
	background: linear-gradient(to right, #fff 0%, #000 90%);
	cursor: pointer;
	place-items: center;
	background-size: 200% 100%;
	background-position: right center;
	transition: background-position 0.5s ease-in-out;
	overflow: hidden;
	z-index: 1;
	max-width: fit-content;
	border-radius: 12px;

}

body .gform-theme--foundation .gform_footer:hover {
	background-position: left center;

}

body .gform-theme--foundation .gform_footer:before {
	content: '';
	text-align: center;
	line-height: 40px;
	position: absolute;
	display: block;
	border-radius: 12px;
	width: 98%;
	height: 96%;
	top: 2%;
	left: 1%;
	background-color: #000;
	z-index: 0;
}

.gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_wrapper .gform_footer .gform_button.button {
	z-index: 4;
	padding: 0px;
	background: transparent;
	color: var(--white-00, #FFF);
	text-align: center;
	font-family: Raleway;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	/* 171.429% */
	letter-spacing: 2.8px;
	text-transform: uppercase;

}

/*Placeholders*/
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #A3A3A3;
	opacity: 1;
	font-style: normal;
	font-family: "Raleway";
	font-weight: 400;
	line-height: 1.2 !important;
	text-overflow: ellipsis;
}

.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input::-moz-placeholder {
	/* Firefox 19+ */
	color: #A3A3A3;
	opacity: 1;
	font-style: normal;
	font-family: "Raleway";
	font-weight: 400;
	line-height: 1.2 !important;
	text-overflow: ellipsis;
}

.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
	color: #A3A3A3;
	opacity: 1;
	font-style: normal;
	font-family: "Raleway";
	font-weight: 400;
	line-height: 1.2 !important;
	text-overflow: ellipsis;
}

.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
	color: #A3A3A3;
	opacity: 1;
	font-style: normal;
	font-family: "Raleway";
	font-weight: 400;
	line-height: 1.2 !important;
	text-overflow: ellipsis;
}

.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #A3A3A3;
	opacity: 1;
	font-style: normal;
	font-family: "Raleway";
	font-weight: 400;
	line-height: 1.2 !important;
}

.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #A3A3A3;
	opacity: 1;
	font-style: normal;
	font-family: "Raleway";
	font-weight: 400;
	line-height: 1.2 !important;
}

.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #A3A3A3;
	opacity: 1;
	font-style: normal;
	font-family: "Raleway";
	font-weight: 400;
	line-height: 1.2 !important;
}

.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #A3A3A3;
	opacity: 1;
	font-style: normal;
	font-family: "Raleway";
	font-weight: 400;
	line-height: 1.2 !important;
}

.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield select::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #A3A3A3;
	opacity: 1;
	font-style: normal;
	font-family: "Raleway";
	font-weight: 400;
	line-height: 1.2 !important;
}

.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield select::-moz-placeholder {
	/* Firefox 19+ */
	color: #A3A3A3;
	opacity: 1;
	font-style: normal;
	font-family: "Raleway";
	font-weight: 400;
	line-height: 1.2 !important;
}

.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield select:-ms-input-placeholder {
	/* IE 10+ */
	color: #A3A3A3;
	opacity: 1;
	font-style: normal;
	font-family: "Raleway";
	font-weight: 400;
	line-height: 1.2 !important;
}

.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield select:-moz-placeholder {
	/* Firefox 18- */
	color: #A3A3A3;
	opacity: 1;
	font-style: normal;
	font-family: "Raleway";
	font-weight: 400;
	line-height: 1.2 !important;
}

body .gform_wrapper.formulario_contacto_wrapper input:not(.button):focus {
	border: 1px solid #fff !important;
}

.gform-loader {

	display: none !important;

}


@media only screen and (min-width: 1025px) {

	body .gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_wrapper {
		padding: 0px 25px;


	}
}