.contacto {
	color: #584c2d;
	display: flex;
	align-items: flex-start;
	gap: 100px;
	text-align: left;
	font-size: 24px;
	line-height: 34px;
	
}
.contacto p {
	color: #584c2d;
	padding-left: 0;
	padding-right: 0;
	font-size: 25px;
	line-height: 35px;
	text-align: start;
}
.contacto .left {
	width: 45%;
}
.contacto .right {
	width: 45%;
}
.contacto .right iframe {
	margin-top: 15px;
}

.contacto fieldset {
  max-width: 100% !important;
	width: 100% !important;
}
.contacto fieldset.form-columns-2 {
	display: flex;
	justify-content: space-between;
	gap: 1em;
}
.contacto .field {
	margin-top: 15px;
}
.contacto .field label {
	color: #584c2d;
	padding: 10px;
	font-size: 17px;
}
.contacto form {
	margin: 0;
}
.contacto .input .hs-input {
	width: 100% !important;
}
.contacto .hs_phone .hs-input {
	display: flex;
	justify-content: space-between;
	gap: 1em;
}

.contacto .hs_phone .hs-input::after {
	display: none;
}
.contacto .hs-error-msgs {
	margin: 0;
	padding: 0;
}
.contacto .hs-error-msgs li {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #c00;
}
.contacto .hs-error-msgs li label {
	color: #c00;
}

.contacto input.control, .contacto textarea.control, .contacto .input input, .contacto .input select, .contacto .input textarea {
	font-family: 'Roboto', sans-serif;
	color: #584c2d;
	border: 1px solid #9C957C;
	padding: 10px;
	border-radius: 20px;
	width: 100% !important;
	font-size: 17px;
	/*margin-bottom: 20px;*/
}


.contacto input.control::placeholder, .contacto textarea.control::placeholder {
	color: #9C957C;
}
.contacto input.control:hover, .contacto textarea.control:hover,
.contacto input.control:focus, .contacto textarea.control:focus {
	outline: #584c2d;
}

.contacto textarea.control, .contacto .input textarea {
	height: 100px;
}

.contacto .btn, .contacto .actions input {
	margin-top: 15px;
	border: 2px solid #9C957C;
	background: #fff;
	color: #9C957C;
	font-size: 20px;
	line-height: 20px;
	min-width: 120px;
	text-transform: none;
	padding: 15px;
	border-radius: 35px;
	height: auto;
	cursor: pointer;
}
.contacto .btn:hover, .contacto .actions input:hover {
	background: #9C957C;
	color: #fff;
}

.contacto .field.fEnd {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 20px;
	margin-top: 0;
}
.contacto .right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#alert {
	background: #ff8;
	border: 1px solid #884;
	color: #884;
	display: none;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0 15px;
}

/* PORTRAIT 

.contacto .btn {
	margin-left: 0;
	margin-right: 0;
}

*/
@media (max-width: 1600px) {
	.contacto {
		font-size: 20px;
		line-height: 30px;
	}
	.contacto p {
		font-size: 20px;
		line-height: 30px;
	}

}
@media (max-width: 1450px) {
	.contacto {
		gap: 40px;
	}
	.contacto .left {
		width: 100%;
	}
	.contacto .right {
		width: 100%;
	}
}

@media (max-width: 860px) {
	.contacto {
		flex-direction: column;
		gap: 30px;
	}
	.contacto {
		font-size: 16px;
		line-height: 26px;
	}
	.contacto p {
		font-size: 16px;
		line-height: 25px;
	}
	.contacto input.control, .contacto textarea.control, .contacto .input input, .contacto .input select, .contacto .input textarea {
		font-size: 14px;
		/*margin-bottom: 15px;*/
		padding: 8px;
		border-radius: 15px;
	}
	.contacto .btn, .contacto .actions input {
		font-size: 15px;
		line-height: 15px;
		min-width: 100px;
		margin-top: 20px;
		padding: 10px;
		border-radius: 20px;
	}
	.contacto label.checkbox {
		padding: 10px 0;
		font-size: 15px;
	}
	.contacto .field {
		margin-top: 10px;
	}
	.contacto .field label {
		color: #584c2d;
		padding: 8px;
		font-size: 15px;
	}
	
}
