.titular-contacto{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	height:470px;
	position:relative;
}
.titular-contacto p{
	position:absolute;
	bottom:70px;
	left:0;
	font-size:55px;
	line-height:58px;
	font-weight:600;
	color:#FFF;
	padding: 0 32px;
	text-shadow: 0 1px 1px #666666;
}
.content-form {
	text-align:center;
}
.content-form .txt-big{
	margin-top:100px;
	font-size:38px;
	line-height:39px;
	font-weight:500;
	color:#323336;
}
.content-form .txt-small{
	max-width:638px;
	width:100%;
	margin:20px auto 0;
	font-size:20px;
	line-height:27px;
	color:#323336;
}
.content-form #gform{
	max-width:728px;
	width:100%;
	margin:0 auto;
}
.content-form #gform .input{
	width:calc(50% - 20px);
	margin:20px 10px 0 10px;
	float:left;
}
.content-form #gform .textarea{
	width:calc(100% - 20px);
	margin:20px 10px 0;
	display:inline-block;
}
.content-form #gform .input input,
.content-form #gform .textarea textarea{
	width:100%;
	border:none;
	background-color:#f2f2f2;
	color:#a9a9a9;
	padding:22px 27px;
	font-size:20px;
	line-height:20px;
	box-sizing:border-box;
}
.content-form #gform .textarea textarea{
	width:100%;
	height:190px;
}
#aster{
	text-align:left;
	margin:10px;
	color:#a9a9a9;
	font-size:15px;
}
.content-form #gform input[type="submit"]{
	font-size:15px;
	font-weight:600;
	width:190px;
}
.datos-contacto{
	font-size:20px;
	color:#000;
	margin:60px auto 90px;
	padding-top:56px;
	max-width:760px;
	width:100%;
	position:relative;
}
.datos-contacto:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	display:block;
	background:#ff8d00;
	width:120px;
	height:1px;
}
.datos-contacto span{
	color:#989ea6;
}
.datos-contacto a{
	text-decoration: none;
	cursor:pointer;
    box-shadow: inset 0 -2px 0 #ff8d00;
}
.datos-contacto a:hover {
	background-color:rgba(255,141,0,0.7);
	padding-top:2px;
	padding-bottom:0;
	border-bottom:none;
	-webkit-transition:background-color 350ms ease-out;
	transition:background-color 350ms ease-out;
	box-shadow:none}
}
.thanks{
	color: #fff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 22px;
    background-color: #96c90a;
}
.error {
	width:auto;
	color:#ff8d00;
	float: left;
}


@media only screen and (max-width: 768px), only screen and (max-device-width: 768px){
	.titular-contacto{
		height:267px;
	}
	.titular-contacto p{
		font-size: 35px;
		line-height: 31px;
		bottom: 32px;
	}
	.content-form .txt-big{
		margin-top: 33px;
		font-size:28px;
		line-height:32px
	}
	.content-form .txt-small{
		font-size:16px;
		line-height:18px
	}
	.content-form #gform .input,
	.content-form #gform .textarea{
		width:100%;
		margin:10px 0;
	}
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px){
	.titular-contacto p{
		font-size: 22px;
		line-height: 23px;
		bottom: 19px;
	}
	.titular-contacto{
		height:167px;
	}
}