/* ESTILO - MÓDULO FOOTER */

.rodape {
	padding: 0 !important;
}

.rodape .linha {
	width: auto !important;
}

.footer-mestre {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-mestre div {
    max-width: 20%;
    padding: 10px;
}

.footer-mestre p { margin: 0; }

.footer-titulo {
    font-size: 14px;
    font-weight: bold;
}

.footer-subtitulo {
    font-size: 14px;
}

.footer-expediente {
    font-weight: bold;
    padding: 15px;
    text-align: center;
}

.footer-logo-multirio { order: 5; }

@media (max-width: 700px){
	
	
	.rodape .linha {
		margin: 0 !important;
		position: initial !important;
	}

    .footer-mestre {
        flex-direction: column;
        align-items: center;
    }

    .footer-mestre div {
        max-width: 100%;
        padding: 10px;
    }

    .footer-mestre p {
        text-align: center;
    }

    .footer-logo-multirio { order: -1; }
}