
#contactenos {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 30px 0;
	margin: 10px 0 100px;
}

#contactenos>h3 {
	width: 100%;
	color: #ce252d;
	font-size: 26px;
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 100;
	font-weight: bold;
}

#content-contac {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* padding-right: 80px; */
}

#content-form {
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

#form-contactenos {
	width: 100%;
	padding: 30px 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

#form-contactenos input::-webkit-input-placeholder,
#form-contactenos input::placeholder,
#form-contactenos textarea::-webkit-input-placeholder,
#form-contactenos textarea::placeholder {
	color: #878789;
}

#form-contactenos input,
#form-contactenos select{
	width: 90%;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #ce252d;
	margin: 20px 11px;
	color: #878789;
	border-radius: 4px 4px 0 0;
}

#form-contactenos input:focus,
#form-contactenos select:focus,
#form-contactenos textarea:focus {
	outline: none;
}

#form-contactenos textarea {
	width: 90%;
	padding: 10px;
	min-width: 90%;
	max-width: 90%;
	height: 80px;
	min-height: 80px;
	max-height: 80px;
	background: transparent;
	color: #878789;
	border: none;
	border-bottom: 1px solid #ce252d;
	border-radius: 4px 4px 0 0;
	resize: none;
}

#content-btn-form {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 10px 11px;
}

#btn-enviar-form {
	padding: 8px 22px;
	color: #ce252d;
	border: 1px solid #ce252d;
}

#bg-cimg {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#bg-cimg img {
	width: 100%;
	height: auto;
}


#content-contact {
	width: 100%;
	background-color: #F3F4F7;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

#content-contact>h3 {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

#content-contact>p {
	width: 100%;
	padding: 15px 0 15px 40px;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

#content-contact>p>svg {
	margin-right: 15px;
}



/*********************************************************
	===================================================
		MEDIA QUERYS
	===================================================
*********************************************************/

/***
========================================================
	Large devices (desktops, 992px and up)
========================================================
***/
@media (min-width: 992px) {
	#content-contac {
		flex-direction: row;
	}

	#content-form {
		width: 60%;
	}
	
	#form-contactenos input,
	#form-contactenos select{
		width: 47%;
	}

	#form-contactenos textarea{
		width: 97%;
		min-width: 97%;
		max-width: 97%;
	}

	#content-btn-form {
		justify-content: flex-end;
	}

	#content-contact {
		width: 30%;
	}
}
