
/*------------------------------------*\
	Fast contact
\*------------------------------------*/

#fast-contact {
	background: rgb(38,41,68);
	background: linear-gradient(180deg, rgba(38,41,68,1) 22%, rgba(26,26,45,1) 79%);
	padding: 4% 0 0 0;
}

#fast-contact h3 {
	color: #658fca;
	font-size: 1.8em;
	margin-bottom: 5px;
}

#fast-contact h4 {
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
	margin: 0 0 40px;
}

#fast-contact .main-label {
	font-size: 1em;
	margin-bottom: 10px;
	display: block;
	padding: 0 10px;
	color: #fff;
}

#fast-contact .campo {
	height: 40px; 
	margin-bottom: 15px;
	padding-bottom: 0px;
	padding: 6px;
	background-color: #35384c;
	color: #fff !important;
	width: 100%;
	outline: none;
	font-size: 1em;
}

#fast-contact textarea {
	height: auto !important;
	color: #fff !important;
}




.fast-contact form#form-fast-contact {
	width: 70%;
}

.fast-contact aside {
	width: 30%;
	padding: 30px 0 0 50px;
}

.fast-contact aside a {
	color: #d45c18
}

.fast-contact aside a:hover {
	color: #fff;
}

.fast-contact aside .box-item {
	margin-bottom: 25px;
}

.fast-contact aside .box-item .title {
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.fast-contact aside .box-item .text {
	font-size: 1em;
	color: #aaaf;
}

form#form-fast-contact .flex > div {
	width: 50%;
	margin: 0 20px;
}

form#form-fast-contact .flex > div:first-of-type {
	margin-left: 0;
}

form#form-fast-contact .flex > div:last-of-type {
	margin-right: 0;
}

form#form-fast-contact ::-webkit-input-placeholder { /* Edge */
	color: #8ba78b;
}

form#form-fast-contact :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #8ba78b;
}

form#form-fast-contact ::placeholder {
	color: #8ba78b;
}


.fast-contact form.general .campo-lopd {
	color: #fff;
}

.fast-contact form.general .campo-lopd a {
	color: #658fca;
}


.fast-contact .submit {
	display: inline-flex;
	cursor: pointer;
	margin: 20px 0 30px 0;
}


.fast-contact .icon-send {
	background-color: #d45c18;
	padding: 12px 20px 0 0;
}

.fast-contact .submit:hover .icon-send {
	padding: 12px 20px 0 5px;
}

.btn-main-d {
	background-color: #d45c18;
	padding: 12px 25px;
	font-size: 1em;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	border: 0;
	font-weight: 700;
	margin: 0;
	line-height: 1.2;
	text-align: center;
	display: inline-flex;
	align-items: center;
	position: relative;
	border-radius: 0;
}

.fast-contact .submit .btn-main-d {
	padding: 12px 11px 12px 25px;
}

.fast-contact .icon-send img {
	width: 24px;
}

.fast-contact .protection-data-text {
	padding: 30px 0;
	font-size: 0.8em;
	color: #fff;
}

.fast-contact .protection-data-text .title {
	font-size: 1.4em;
	margin: 10px 0;
}

.fast-contact .protection-data-text .text {
	font-size: 0.9em;
}

.fast-contact .protection-data-text a {
	color: #d45c18;
}

