

/*************************************
Patrocinadores e Apoiadores
**************************************/

#patrocinadores {
	background: #3D4248;
	padding: 50px 0 30px 0;
}

#patrocinadores p {
	width: 100%;
	font-weight: bold;
	color: #fff;
	text-align: right;
	font-size: 16px;
}

#patrocinadores .lista:first-child {
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}



@media screen and (max-width: 992px) {

    #patrocinadores p {
        text-align: center;

    }
}

/*************************************
Footer
**************************************/

#footer {
	padding: 50px 30px 20px 30px;
	background: #E5E5E5;
	display: inline-block;
	width: 100%;
}

#footer .logoRodape {
	padding: 0;
}

#footer .menus h3 {
	font-size: 14px;
	margin: 0 0 20px 0;
	letter-spacing: 0.1em;
	color: #000000;
	font-weight: bold;
}

#footer .menus p {
	font-weight: normal;
	font-size: 13px;
	margin: 0 0 5px 0;
	color: #000000;
}

#footer .menus figure {
	float: left;
	margin: 0 10px 0 0;
}

#footer .menus .separador {
	width: 100%;
	height: 1px;
	display: inline-block;
	margin: 30px 0;
	background: var(--cor_esmaecida);
}

#footer .menus ul {
	padding: 0;
	margin: 0 0 30px 0;
	/*float: left;*/
	width: 100%;
}

#footer .menus ul li {
	list-style: none;
}

#footer .menus ul li a {
	font-weight: normal;
	font-size: 13px;
	margin: 0 0 2px 0;
	display: inline-block;
	color: #000000;
}

#footer .menus ul li a:hover {
	text-decoration: underline!important;
}

@media screen and (max-width: 768px) {

	#footer {
		padding: 25px 15px 20px 15px;
	}

	#footer .logoRodape {
		text-align: center;
		margin-bottom: 30px;
	}

	#footer .redesSociais {
		margin: 30px 0 0 0;
		text-align: center;
		border-top: solid 1px var(--cor_esmaecida);
		padding-top: 30px;
	}

	#footer .redesSociais figure {
		margin: 0 5px;
    	display: inline-block;
	}

	#footer .col-sm-4 {
		padding: 0;
	}

}
