

@media(max-width: 480px){
	.titulo{
	font-size:24px;
}
p {
	margin: 0 0 11.5px;
	font-size: 14px;
}

.help-block{
	font-size:11px;
}

.file-error-message {
    font-size: 11px;

}
label{
  font-size: 13px;
  display:inherit;
}
}

@media(min-width:480px){
	
.titulo{
	font-size:30px;
}
p {
	margin: 0 0 11.5px;
	font-size: 17px;
}

.help-block{
	font-size:14px;
}

.file-error-message {
    font-size: 12px;

}
label{
  font-size: 14px;
  display:inherit;
}
}

h3{
	margin-bottom: 5%;

}
.jumbotron {
	
	color: inherit;
	background-color: #ffffff;
	margin-bottom:0px;
	padding-bottom:0px;
}
.jumbotron h3{
	margin-bottom: 3%;
}

.text-purple{
	color:purple;
}
