.titulo-pagina {
	color: #000;
	font-weight:500;
	font-size: 2.5rem;
	text-align: center;
	;
}

.subtitulo-pagina {
	color: #000;
	font-weight:500;
	font-size: 2rem;
	text-align: center;
	;
}

hr{
	border-top: 1px solid #000;
	margin-bottom: 50px;
}

.boton-inscribirse {
	background-color: #1fc17b; 
	border: none;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	padding: 9px 16px;
	line-height: 1.1;
	border: 1px solid transparent;
	border-radius: 3px;
	margin-right: 0 !important;
	margin-top: 10px;
}

.input-from{
	margin-top: 10px;
}	


@media screen  and (max-width: 991px) {
	.input-from{
		margin-top: 0px;
	}
	
}