@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:focus{
	outline: none;
}
body{
	background: #F5F5F5;
	height: 90%;
	
}
.form_wrap{
	width: 1050px;
	height: 530px;
	margin: 50px auto;
	display: flex;
	background:#FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2); 
	align-content: center;
	align-self: center;
}
.contacto_info::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #4091EC;
	opacity: 0.9;
}
.contacto_info{
		width: 38%;
		position: relative;
		background-image: url('../img/fondo.jpg'); 
		background-size:cover;
		background-position: center center; 
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
}
.info_titulo{
	margin-bottom: 60px;
}
.info_titulo span{
	font-size: 100px;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
.info_titulo h2{
	text-align: center;
	font-size: 35px;
}
.info_items p{
display: flex;
align-items: center;
font-size: 21px;
font-weight: 600;
margin-bottom: 10px;
}
.info_items p:nth-child(1) span{
font-size: 30px;
margin-right: 10px;
}
.info_items p:nth-child(2) span{
font-size: 30px;
margin-right: 10px;
}
.info_items p:nth-child(3) span{
font-size: 50px;
margin-right: 15px;
margin-left: 4px;
}
.info_titulo,
.info_items{
	position: relative;
	z-index: 2;
	color: #FFFFFF;
}
form.form_contacto{
		width: 62%;
		padding: 30px 40px;
}
form.form_contacto h2{
		font-size: 25px;
		font-weight: 600;
		color:  #343472;
		margin-bottom:30px;
}
form.form_contacto .usuario_info{
	display: flex;
	flex-direction: column;
}
form.form_contacto label{
font-weight: 600;
font-size: 18px;
}
form.form_contacto input,
form.form_contacto textarea{
width: 100%;
border:none;
padding: 8px 0px 5px;
border-bottom: 2px solid #D1D1D1;
color: #5A5A5A;
font-family: Arial;
font-size: 14px;
font-weight: 400;
margin-bottom: 20px;
}
form.form_contacto button[type="submit"]{
	width: 180px;
	background: #4091EC;
	padding: 10px;
	border:none;
	border-radius: 25px;
	align-self: flex-end;
	color: #FFFFFF;
	font-family: Arial Black;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}
form.form_contacto button[type="submit"]:hover{
background: #3371B6;
	}
form.form_contacto textarea{
	max-width: 100%;
	min-width: 100%;
	max-height: 90px;
}
.modal_wrap{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mensaje_modal{
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	width: 400px;
	padding: 30px 20px 15px;
}
.mensaje_modal h3{
	text-align: center;
	font-family: Arial;
	font-size: 20px;
	font-weight: 400;
}
.mensaje_modal h3:after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background:#C5C5C5;
	margin: 10px 0px 15px; 
}
.mensaje_modal p{
	font-size: 16px;
	color: #606060;
}
.mensaje_modal p:before{
	font-family: FontAwesome;
	display: inline-block;
	color: #E25151;
	margin-right: 8px;
	content: " \f00d";
}
.mensaje_modal #btnClose{
	display: inline-block;
	padding: 3px 10px;
	margin-top: 10px;
	background: #E25151;
	color: #FFFFFF;
	border: 2px solid #B14141;
	cursor: pointer;
	float: right;
}
.creado1{
    height: 10px;
}
.creado1 nav{
    background: #1D447D;
    margin-top: -1%;
}
.creado1 nav ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.creado1 nav ul p{
    text-align: left;
    color: #3F72BD;
    line-height: 60px;
    margin-left: 90px;
    font-size: 20px;
    font-family:Arial,Tahoma;
    font-style: bold; 
}
.mensaje-exito{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mensaje-exito h1{
	font-size: 35px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.mensaje-exito a{
	display: block;
	padding: 10px 30px;
	background: #4091EC;
	text-decoration: none;
	color: #FFFFFF;
}
.mensaje-exito a:hover{
	background: #3371B6;
}
@media screen and (max-width: 1805px){
	.form_wrap{
		width: 95%;
	}
}
@media screen and (max-width: 425px){
	.contacto_info{
		display: none;
	}
	form.form_contacto{
		display: block;
		margin: auto;
		width: 100%;
	}
form.form_contacto h2{
		font-size: 25px;
		font-weight: 600;
		color:  #343472;
		margin-bottom:30px;
		text-align: center;
}
form.form_contacto input[type="submit"]{
	width: 110px;
	padding: 8px;
	border:none;
	border-radius: 25px;
	align-self: center;
	font-size: 12px;
	font-weight: 600;
}
}

#google-maps {
position: relative;
padding-bottom: 45%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
#google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 70% !important;
}
.form_w{
	width: 800px;
	height: 550px;
	margin: 50px auto;
	display: flex;
	background:#FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2); 
	align-content: center;
	align-self: center;
}	
form.form_contacto1{
		width: 100%;
		padding: 30px 40px;
}
form.form_contacto1 label{
		font-size: 20px;
		font-weight: 600;
		color:  #343472;
		margin-bottom: 30px;
		
}


@media screen and (max-width: 1805px){
	.form_w{
		width: 95%;	
	}
}
@media screen and (max-width: 1300px){
	.form_w{
		height: 100%;	
	}
#google-maps iframe {

height: 100% !important;
}
}

