.ContentContact{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
}

.Contacto{
	width: 100%;
	position: relative;
}
.Contacto>h1{
	position: absolute;
	top: 50px;
	left: 20px;
	font-size: 2em;
	color: #fff;

}
.Contacto>img{
	width: 100%;
}

.FormContacto{
	padding: 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.FormInput{
	display: flex;
	flex-direction: column;
}
.FormInput>input, .FormInput>label, .ValidadorCapchat{
	margin: auto;
	width: 60%;
	font-size: 1em;
	border-radius: 5px;
}
.InputContacto{
	border:1px solid #7f8c8d;

}
.FormInput>textarea{
	margin: auto;
	width: 60%;
	height: 100px;
	font-size: 1em;
	border-radius: 5px;
}
.ContentBtn{
	padding-top: 10px;	
	margin: auto;
	width: 60%;
}

.BtnEnviar{
  /*background: #334F6A;*/
  color: #d2d2d2;
  border-radius: 3px;
  border: 1px solid #334F6A;
  /*font-size: 1.2em;*/
  text-decoration: none;
}
.ContentBtn>a{
	padding: 2px 3px;
}
.ContentBtn>a:hover{
	background-color: #D9AA0B;
	color: #003366;
}
.MapContact{
	padding:60px 15px 15px 0px;
}

iframe{
	width: 500px;
	height: 350px;
}
.ValidadorCapchat{
	padding: 10px;
}

@media screen and (max-width: 900px) {
	.ContentContact{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-content: center;
	}
	.FormInput>input, .FormInput>label, .ValidadorCapchat{
		margin: auto;
		width: 100%;
		font-size: 1.2em;
		border-radius: 5px;
	}
	.FormInput>textarea{
		margin: auto;
		width: 100%;
		height: 100px;
		font-size: 1.2em;
		border-radius: 5px;
	}
	iframe{
		width: 360px;
		height: 250px;
	}
	.Contacto>h1{
		position: absolute;
		top: 30px;
		left: 20px;
		font-size: 2em;
		color: #fff;
	}
	.ValidadorCapchat{
		padding: 10px 2px;
	}
}

@media screen and (max-width: 900px) {
	.Contacto>h1{
		position: absolute;
		top: 15px;
		left: 20px;
		font-size: 0.9em;
		color: #fff;
	}

	.Contacto>img{
		width: 100%;
		height: 40px;
	}

}