body.page-template-page-contactanos{
	background-color: #fff;
	margin-top:-50px !important;
}
.page-template-page-contactanos header{
	margin-top:50px;
	padding-bottom:150px;
}
.page-template-page-contactanos .container{
	width:100%;
	padding:0px;
	margin:50px 0px 80px 0px;
	max-width: 100%;
}
.page-template-page-contactanos .container .subtitle h2{
	width:400px;
}
.page-template-page-contactanos .container .subtitle{
	width: 100%;
}
.page-template-page-contactanos .container .row{
	width:100%;
}

.page-template-page-contactanos .container form label{
	width:100%;
}
.page-template-page-contactanos .container form label input{
	width:100%;
	line-height: 35px;
    border: 2px #d0d0d0 solid;
	background-color:transparent;
	text-transform: uppercase;
	font-size:11px;
	font-weight:bold;
}
.page-template-page-contactanos .container form label textarea{
	border: 2px #d0d0d0 solid;
	background-color:transparent;
	text-transform: uppercase;
	font-size:11px;
	font-weight:bold;
}
.cont-form{
	padding:60px;
}
#el-firstname{
	float:left;
	width: 48%;
    display: block;	
	margin-bottom:30px;
}
#el-firstname input{
	width:100%;
}
#el-lastname{
	float:right;
	width: 48%;
    display: block;
	margin-bottom:30px;
}
#el-lastname input{
	width:100%;
}
.cont-form{
	background-color: #f9f9f8;
}
.page-template-page-contactanos .container form .wpcf7-submit{
	float:right;
	background-color: #e2211c;
	color: #fff;
	border:none;
	text-transform: uppercase;
	font-size:10px;
	font-weight:bold;
	padding: 18px 70px;
}
.page-template-page-contactanos .wpcf7{
	border: 1px solid #d4d4d4;
	padding:20px 50px;
	border-radius: 5px;
}
.icono-contacto{
	text-align:center;
	padding: 20px 0px 60px 0px;
	display: block;
	width: 100%;
	float: left;
}