/*CONTACTO*/
.contacto{
	color: #414242;
}
.contacto h2{
	text-align: center;
	color: #414141;
	font-size: 35px;
}
.contacto h3{
	color: #5b5b5b;
	text-align: center;
	font-size: 22px;
}
.contacto .info{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.contacto .info h4{
	font-size: 22px;
	margin-bottom: 20px;
}
.contacto .info h5{
	font-size: 15px;
}
.contacto .info p{
	font-size: 12px;
}
.contacto .info .left{
	position: relative;
	float: left;
	width: 48%;
	overflow: hidden;
}
.contacto .info .left .donde{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.contacto .info .left .donde .dirs{
	float: left;
	width: 200px;
	position: relative;
}
.contacto .info .left .donde .dirs a{
	display: inline;
	color: #5b5b5b;
}
.contacto .info .left .donde .map{
	float: right;
	width: 222px;
	position: relative;
}
.contacto .info .right{
	position: relative;
	float: right;
	width: 48%;
	overflow: hidden;
}
.contacto .info .right input{
	width: 40%;
	width: calc(50% - 40px);
	float: left;
	position: relative;
	border-radius: 4px;
	height: 32px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	color: #414242;
	font-family: brandon_grotesque_regularRg, Arial;
}

.contacto .info .right #email{
	float: right;
}
.contacto .info .right .form{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.contacto .info .right select
{
	margin-top: 15px;
	width: 100%;
	float: left;
	position: relative;
	border-radius: 4px;
	height: 32px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	color: #414242;
	font-family: brandon_grotesque_regularRg, Arial;
}

.contacto .info .right textarea{
	width: 100%;
	float: left;
	position: relative;
	resize: none;
	border-radius: 4px;
	padding: 15px;
	margin-top: 15px;
	font-size: 12px;
	color: #414242;
	font-family: brandon_grotesque_regularRg, Arial;
	height: 70px;
}
.contacto .info .submit{
	position: relative;
	width: 186px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	height: 39px;
	line-height: 39px;
	vertical-align: middle;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	background-color: #1a1a1a;
	border-radius: 25px;
	font-family: brandon_grotesquebold;
	cursor: pointer;
	/*Animation*/
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.contacto .info .submit:hover{
	background-color: #494949;
}