/*********************************************
** Footer 
*********************************************/

#footer {
	float: left;
	width: 100%;
	padding: 350px 0 150px 0;
	background: url('../../../uploads/2025/09/BG-Footer.png') center center no-repeat;
	background-size: cover;
	position: relative;
}

#footer .container {
	display: flex;
	justify-content: flex-end;
	position: relative;
}

#footer .boxConteudo .endereco {
	float: left;
    width: 100%;
    font-family: CyRegular;
    letter-spacing: 1px;
    color: #D62020;
	margin: 0;
}

#footer .boxConteudo a {
	float: left;
    font-family: CyRegular;
    letter-spacing: 1px;
    color: #D62020;
	margin: 15px 0 0 0;
	text-transform: uppercase;
}

#footer .imgAleatoria1 {
	position: absolute;
    right: -50px;
    top: calc(50% - 67.5px);
}

#footer .imagemAbsolute {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 65%;
}

@media (max-width: 768px) {

	

}