#fichainscricao .head {
    text-align: center;
    display: block;
    background: #ed1c24;
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
}
#fichainscricao h1 {
	display: block;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 32px;
	line-height: 32px;
	color: #FFFFFF;
	margin: 0px;
}
#fichainscricao .resposta{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size: 20px;
	line-height: 20px;
	color:#000000;
	padding-top:15%;
	text-align:center;
}
.header_shade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    z-index: 11;
    overflow: hidden;
}
.header_shade:after {
    width: 100%;
    height: 16px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    border-radius: 50%/8px;
    box-shadow: 0 0 24px rgba(0,0,0,.5);
}