#mostrarMais, #verMais {
	display: none;
}

.flexmain{
	display: flex;
	flex-direction: column;
}

p > span, p + button {
	text-align: center;
}
article > h1 {
	text-align: center;
}
#btnLeiaMais, #btnVerMais {
	border: none;
	margin:10px 0;
	color: rgb(13, 19, 33);
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 1.2rem;

	color: azure;
	background-color: rgb(13, 19, 33);
	text-decoration: underline;
	transition: 0.5s;

}

#cursos {
	color: azure;
	font-size: 16px;
	width: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	padding-top: 40px;
}

#info {
	display: flex;
    flex-direction: column;
    align-items: center;
	color: azure;
	font-family: 'Montserrat', sans-serif;
	text-align: justify;
	margin: 5px;
}

#end, #hora, #tel {
	font-size: 20px;
	font-weight: 600;
	margin: 5px;
	margin-top: 30px;
}

#endereco, #horario, #telefone {
	margin-top: 7px;
	margin-bottom: 15px;
	align-self: center;
	text-align: center;
}

#ifpb {
	min-width: 250px;
	max-width: 85%;
	margin: 15px 0;
}

#mapa {
	display: flex;
	justify-content: center;
}


#curso1, #curso2, #curso3, #curso4, #curso5, #curso6,
#curso7, #curso8, #curso9, #curso10, #curso11, #curso12,
#curso13, #curso14, #curso15 {
	border: 0.5px;
	border-style: solid;
	padding-top: 5px;
	width: 85%;
	margin-left: 6.5%;
	padding-bottom: 0px;
	font-size: 17px;
}

#curso1 > *, #curso2 > *, #curso3 > *, #curso4 > *, #curso5 > *, #curso6 > *,
#curso7 > *, #curso8 > *, #curso9 > *, #curso10 > *, #curso11 > *, #curso12 > *,
#curso13 > *, #curso14 > *, #curso15 > * {
	margin: 2px;
	display: flex;
	justify-content: center;
	font-size: 15px;
}

