footer{
    width: 100%;
    min-height: 175px;
    padding-top: 40px;
    background: url('../../imagens/fundo-rodape.jpg') center no-repeat;
}
footer .conteudo{
	min-height: 10px;
}
.conteudo-footer{
    position: relative;
}
.baixo-footer {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 20px;
    color: #FFF;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
}
.baixo-footer a {
    float: right;
    display: inline;
    color: #FFF;
    font-family: 'Ubuntu', sans-serif;
}
.titulo-footer{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 10px;
    font-family: 'Ubuntu', sans-serif;
}
.texto-footer{
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    color: #FFF;
    font-family: 'Ubuntu', sans-serif;
}
.texto-footer p{
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    color: #FFF;
    font-family: 'Ubuntu', sans-serif; 
}
.redes-sociais{
    position: absolute;
    right: 0px;
    top: 0px;
}
.icone-facebook{
    float: left;
    width: 45px;
    height: 44px;
    background: url('../../imagens/icone-facebook.png');
}
.icone-instagram{
    float: left;
    width: 45px;
    height: 44px;
    margin-left: 10px;
    background: url('../../imagens/icone-instagram.png');
}
@media (max-width: 767px){
    footer{
        background: #029245;
    }
	.baixo-footer a, .baixo-footer {
		float: none;
		width: 100%;
        display: inherit;
        margin-top: 10px;
		text-align: center;
	}
    .titulo-footer{
        font-size: 20px;
    }
    .texto-footer{
        font-size: 15px;
    }
    .redes-sociais{
        display: table;
        margin: 0 auto;
        margin-top: 20px;
        position: inherit;
    }
}