.titulo-servicio> p{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #202020;
}
.padding-ser{
	padding: 5% 20%;
}
.cent{
	display: flex;
	justify-content: center;
	align-items: center;
}
.estilo p{
	margin-top: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 700;
}
.cont-contacto{
	padding: 5% 8% ;
	background-color: #F5F5F5;
}
.cont-contacto #asesor{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	font-weight: 700;
}
.subrayado{
	width: 35px;
	height: 2px;
	background-color: #F7CB00;
	position: relative;
	left: 3px;
	bottom: 10px;
}
.subrayado2{
	width: 80px;
	height: 2px;
	background-color: #F7CB00;
	position: relative;
	left: 3px;
	bottom: 10px;
}
.form-cont{
	padding: 0% 25%;
}
.form-cont .form-control{
	border-radius: 0px !important; 
}
.contenido{
	padding: 0px 15%;
	text-align: center;
}
.checkbox-acept{
	display: inline;
	padding-bottom: 5px;
	color:#999999 !important;
	font-weight: 300;
}
.enviar{
	background-color: #F6CA21;
	height: 50px;
	color: #353535;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	width: 200px;
}
@media only screen and (min-width: 345px){
	.titulo-servicio>p{
	    margin-top: 60px;
	}
}
@media only screen and (max-width: 345px){
	.form-cont{
		padding: 0% 7%;
	}
}
.contenido > p{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300px;
	font-size: 17px;
	color: #1F1F1F;
}
.contenido > .nomb-servicio{
	font-weight: 300px;
	font-size: 48px;
	color: #0085CC;
	text-transform: capitalize;
	text-align: left;
}