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

#footer {
	padding: 0;
    background: #31338d;
	width: 100%;
    color: #FFFFFFFF;
}


.a_whats {
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 50px;
    z-index: 1040;
}

#footer img {
    max-height: 100px;
}

#footer a, #footer a:visited,#footer a:active, #footer a:focus {
    color: white;
}

#footer a:hover {
    text-shadow: 1px 1px 1px black;
}

.e_rodape_container_dados_copyright {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
    padding: 0 15px;
    margin: 15px 0;
}

.e_rodape_container_dados_sobre_voce {
    font-size:14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    width: 100%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
        margin: 15px 0;
}

.e_rodape_container_dados_sobre_voce:hover {
    color:white;
    font-size:16px;
    line-height: 18px;
}

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

	#footer {
        background: #31338d;
		padding: 0 15px;
	}

    .e_rodape_container_dados_sobre_voce {
        font-size:12px;
        line-height: 14px;
    }

}
