body{
	font-family: 'Open Sans', sans-serif;
	background: #374fa1;
}

h1, h2, h3, h4, h4, h5, h6{
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
}


.home{
	min-height: 100vh;
	padding-top: 150px;
	background: #fff;
	color: #61bb46;
	text-align: center;
}

	.home img{
		margin-top: 100px;
		margin-bottom: 30px;
	}
	.home h4{
		margin-bottom: 50px;
	}

	.btn-home{
		border-radius: 40px;
		border: solid 2px #61bb46;
		background: none;
		color: #61bb46;
		font-family: 'Roboto Slab', sans-serif;
		font-weight: 700;
		margin: 10px;
	}

.sobre{
	min-height: 100vh;
	padding-top: 150px;
	color: #fff;
}

.programacao{
	min-height: 100vh;
	padding-top: 150px;
	color: #fff;
}

	.programacao-dia{
		background: #61bb46;
		color: #fff;
		font-family: 'Roboto Slab', sans-serif;
		font-weight: 700;
		padding: 10px;
		margin-top: 20px;
	}

	.titulo-linha{
		background: #7dd363;
		font-weight: bold;
		padding: 10px;
	}

	.item-programacao{
		background: #358dcc;
		color: #fff;
		padding: 10px;
		border-top: solid 2px #374fa1;
	}

		.item-programacao p{
			margin-bottom: 0px;
			margin-top: 0px;
		}

		.item-programacao h6{
			margin-bottom: 0px;
		}

		.item-programacao a:link{
			color: #fff;
		}


		.item-programacao a:visited{
			color: #fff;
		}


		.item-programacao a:hover{
			color: #fff;
		}				

	.btn-inscricao{
		border-radius: 40px;
		border: solid 2px #fff;
		color: #fff;
		font-family: 'Roboto Slab', sans-serif;
		font-weight: 700;
		background: none;
		margin: 20px;
		padding: 20px;
	}

		.btn-inscricao:hover{
			background: #61bb46;
			border: solid 2px #fff;
		}


	.item-oficina{
		margin-bottom: 5px;
		background: #61bb46;
		color: #fff;
		padding: 20px;
		border: solid 10px #374fa1;
	}


		.item-oficina a:link{
			color: #fff;
		}


		.item-oficina a:visited{
			color: #fff;
		}


		.item-oficina a:hover{
			color: #fff;
		}
		

.contato{
	min-height: 100vh;
	padding-top: 150px;
	color: #fff;
}

	.comissao ul, li{
		list-style: none;
	}

	.comissao ul{
		margin-left: 20px;
	}

.titulo-secao{
	margin-top: 30px;
	margin-bottom: 50px;
}
.rodape{
	background: #358dcc;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 30px;
}

	.rodape-unifoa{
		text-align: center;
	}

	.rodape-sociais{
		text-align: center;
		margin-top: 20px;
	}

		.rodape-sociais ul li{
			list-style: none;
		}

		.rodape-sociais li{
			display: inline;
			margin: 10px;
		}

		.rodape-sociais i{
			font-size: 1.8em;
		}

		.rodape-sociais a:link{
			text-decoration: none;
			color: #fff;
		}

		.rodape-sociais a:visited{
			text-decoration: none;
			color: #fff;
		}

		.rodape-sociais a:hover{
			text-decoration: none;
			color: #61bb46;
		}	