@charset "utf-8";
/* CSS Document */

/******************** HTML / BODY ********************/

html, body {
	height:100%;
}

/******************** REGULAMENTO ********************/
#regulamento {
	padding-top: 40px;
	padding-bottom: 50px;
	width: 100%;
	background-color: rgb(240,240,240);
	font-family:'history_sans_pro_medium';
	background: url(img/bg_inscricao.png) center;
	background-size: 230px;
}

#regulamento > .area {
	width: 96%;
	margin-left: 2%;
}

#regulamento > .area > .titulo {
	width: 100%;
	padding: 15px;
	font-family:'history_sans_pro_medium';
	font-size: 30px;
	color: #555;
	/* interno */
	display: flex;
	justify-content: center;
	align-items: center;
}

#regulamento > .area> .titulo > img {
	width: 28px;
	margin-right: 20px;
}

#regulamento > .area > .logo {
	width: 100%;
	display: flex;
	justify-content: center;
}
#regulamento > .area > .logo > img {
	width: 250px;
}

/******************** BOX TERMO ********************/

#box {
	width: 100%;
	margin-top: 20px;
}

#box > .texto {
	width: 96%;
	margin-left: 2%;
	padding: 15px;
	border: 3px solid rgb(255,2,195);  /* rosa choque */
	border-radius: 10px;
	background-color: #FFF;
}
#box > .texto > h3 {
	width: 100%;
	margin-bottom: 30px;
	font-size: 30px;
    font-family:'history_sans_pro_bold';
}

#box > .texto > h4 {
	width: 100%;
	margin-bottom: 30px;
	text-align: justify;
	font-size: 15px;
    font-family:'historysansprolight';
	line-height: 150%;
}

#box > .texto > .pdf {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}

#box > .texto > .pdf > a {
	display: block;
	width: 250px;
	padding: 10px;
	border-radius: 8px;
	margin-bottom: 30px;
	text-align: center;
    font-family: 'history_sans_pro_bold';
	font-size: 18px;
	line-height: 150%;
	color: #FFF;
	background-color: rgb(255,2,195);  /* rosa choque */
}

#box > .texto > .pdf > a:hover {
	background-color: #000;
}