﻿body {
    background: #D8D8D8;
}


.form_wrap{
	width: 1050px;
	height: 430px;
	margin:50px auto;
	display: flex;

	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba{0,0,0,0.2};

}

.form_wrapresenahistorica{
	width: 1050px;
	height: 530px;
	margin:50px auto;
	display: flex;

	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba{0,0,0,0.2};

}


.form_wrapValores{
    width: 1050px;
	height: 530px;
	margin:50px auto;
	display: flex;
     
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba{0,0,0,0.2};

     
}

.contact_info::before{
	content: '';
	width: 100%;
	height: 100%;

	position: absolute;
	top:0;
	left: 0;

	background:  rgba(19, 64, 148,0.8); 
	opacity: 0.9;
}

.contact_info{
	width: 45%;
	position: relative;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	/*background-image: url("img/Personal.jpg");*/
	/*background-size: cover;
	background-position: center center;*/

}

/*.contact_info img {
		height: 100%;
		display: block;
		width: 100%;
}
*/
.info_title,
.info_items{
	position: absolute;
	z-index: 2;

	color:#fff;

}

.info_title{
	/*margin-bottom: 60%;*/
}

.info_title span{
	font-size: 100px;
	display: block;
	text-align: center;
	margin-bottom: 0px;


}

.info_title h2{
	font-size: 35px;
	text-align: center;
}


.info_items p{
display: flex;
align-items: center;

font-size: 16px;
font-weight: 600;
margin-bottom: 10px;
}

.form_contact{
	width: 65%;
	position: relative;
	display: flex;
	align-items: center;
	text-align: justify;
	font-size: 100px;

	font-size: 25px;
	font-weight: 300;

	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: : 50px;
	margin-bottom: 10px;
}

.form_contact2{
	width: 65%;
	position: relative;
	/*display: flex;*/
	align-items: center;
	text-align: justify;
	font-size: 100px;

	font-size: 25px;
	font-weight: 300;

	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: : 50px;
	margin-bottom: 10px;
}


.form_contact2 p{
/*display: flex;*/
align-items: center;

/*font-size: 16px;
font-weight: 600;*/
/*margin-bottom: 10px;*/
margin-right:   50px;
right: 50px;
}

.form_contact p{
display: flex;
align-items: center;

/*font-size: 16px;
font-weight: 600;*/
/*margin-bottom: 10px;*/
margin-right:   50px;
right: 50px;
}
form.form_content{

}

.form_contactvalores {
    width: 65%;
	position: relative;
	display: block;
	align-items: center;
	text-align: justify;
	font-size: 100px;

	font-size: 25px;
	font-weight: 300;

	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: : 50px;
	margin-bottom: 10px;
    /*left:10px;*/
    right: 20px;
}
