body
{
    padding: 0;
    margin: 0;
}

.menu-principal-informacoes
{
    background-color: #dc3545;
}

.btn-matricula-informacoes
{
	background-color: red;
	border: white 2px solid;
	border-radius: 5px;
}

.btn-matricula-informacoes a
{
	color: red;
	font-size: 18px;
	font-weight: 500;
}

.btn-matricula-informacoes a:link
{
	text-decoration: none;
}

.btn-matricula-informacoes:hover
{
	background-color:white;
	border-color: red;
	color: black;
}

.btn-matricula-informacoes a:hover
{
	color: white;
}

.opcoesMenu-informacoes a
{
	color: white;
	font-weight: 500;
}

.opcoesMenu-informacoes a:hover
{
	color: black;
}

.titulo-noticias
{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.conteudo-noticias
{
    border-radius: 15px;
    border: 1px solid #dc3545;
    background-color: white;
    padding: 15px;
    margin-bottom: 40px;
}

.conteudo-noticas img
{
    width: 70%;
    height: 400px;
}

.conteudo-noticas section
{
    display: block;
    white-space: pre-line;
}

.conteudo-noticias section h3
{
    text-align: center;
    margin-bottom: 20px;
}

.conteudo-noticias article
{
    word-wrap: break-word;
    font-size: 20px;
    color: rgb(15, 14, 14);
    font-weight: 400;
}

.divIMG
{
    display: flex;
    justify-content: center;
}

.divIMG img
{
    border-radius: 5px;
    margin-bottom: 20px;
	max-width: 300px !important;
}

.conteudo-noticias p
{
    color: rgb(138, 138, 138);
}

.divEditor label
{
	font-size: 20px;
	font-weight: 500;
	color:rgb(34, 33, 33);
}

.divEditor input, textarea
{
	border-radius: 3px;
	border: 1px solid #dc3545;
	padding-left: 5px;
	outline: none;
}

.divEditor button
{
	border: none;
	border-radius: 5px;
	background-color:#dc3545;
	color: white;
	font-weight: bolder;
	width: 80px;
	height: 40px;
}

.delNoticia
{
	color:#007bff;
	cursor: pointer;
}

.delNoticia:hover
{
	text-decoration: underline;
}

.divEditor button:nth-child(2)
{
	width: auto;
	background-color: rgb(39, 39, 39);
	font-size: 12px;
}

.linkDel:link 
{
    color: white;
    text-decoration: none;
}

@media (max-width: 992px)
{
	.btn-matricula a
	{
		font-size: 15px;
	}
}

@media (max-width: 767px)
{
	.opcoesMenu li:first-child
	{
		margin-top: 8px;
	}
	.opcoesMenu li
	{
		margin-bottom: 10px;
	}

	.btn-matricula a
	{
		font-size: 18px;
	}
}
