body
{
	padding: 0;
	margin: 0;
}

.banner
{
	background-color: #e93137;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5%;
}

.banner2
{
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.banner img
{
	height: 30%;
	width: 30%
}

.banner h2
{
	text-align: center;
	font-size: 40px;
	color: white;
}

.subTitulo-opcoes
{
	margin-bottom: 8%;
}

.subTitulo-opcoes
{
    text-align: center;
    font-weight: 600;
    color: rgb(17, 17, 17);
}

.subTitulo-opcoes p
{
    color: rgb(233, 31, 31);
    font-size: 18px;
    margin-bottom: 1%;
}

.tituloCursos
{
    text-align: center;
    color: rgb(17, 17, 17);
}

.barra-opcoes
{
	color: rgb(209, 12, 12);
    background-color: rgb(209, 12, 12);
    height: 3px;
    margin-bottom: 0%;
    width: 80%;
}

.cursoEducacao
{
	width: 100%;
	background-color: rgb(211, 43, 43);
	text-align: center;
	padding-top: 15px;
	border-radius: 3px;
}

.cursoEducacao h3
{
	color: white;
	font-weight: 600;
}

.cursoEducacao a:link
{
	text-decoration: none;
}

.cursoEducacao a:hover
{
	text-decoration: underline;
	color: white;
}

.cursoEducacao span
{
	color: rgb(212, 211, 211);
	font-size: 20px;
	font-weight: 500;
}


