@charset "UTF-8";
.tittle_contact {
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
}
.tittle_contact h1 {
}
.tittle_intro {
	padding-top: 30px;
	padding-bottom: 60px;
}
.line_contact {
	width: 80%;
	max-width: 550px;
	border-bottom: 2px solid #DADADA;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-top: 30px;
}
.form_box {
	max-width: 635px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.label_form {
	width: 150px;
	display: inline-block;
	vertical-align: top;
}
.form_line {
	overflow-x: auto;
	padding-top: 10px;
}
.field_form {
	display: inline-block;
	vertical-align: top;
}
.field_contact {
	background-color: #caeaf8;
	width: 345px;
	border-style: none;
	height: 31px;
	padding-top: top;
}
.tittle_form {
	text-align: center;
	padding-top: 40px;
}
.required_mark {
	color: #666666;
	font-family: 'Oswald', sans-serif;
	font-size: 29px;
	font-weight: 300;
}
.text_field {
	background-color: #fcccdf;
	width: 345px;
	border-style: none;
	padding-top: top;
}
.enviar_boton {
	text-align: center;
	padding-top: 32px;
}
.button_enviar {
	background-color: #052969;
	border-style: none;
	vertical-align: top;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 41px;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all .5s ease-in-out;
}
.button_enviar:hover {
	background-color: #77C1DD;
	border-style: none;
	vertical-align: top;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 41px;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
}


@media screen and (max-width:642px){
.required_mark {
	display: none;
}
}
