footer{
    width: 100%;
    min-height: 258px;
    padding-top: 40px;
    background: url('../../imagens/fundo-footer.jpg?v=1.1') center top no-repeat #F0F0F0;
}
footer .conteudo{
	min-height: 10px;
}
.baixo-footer {
    width: 100%;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 26px;
    color: #4e4e4e !important;
    margin-top: 17px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
.baixo-footer a {
    width: 100%;
    display: inline;
    color: #4e4e4e !important;
    font-family: 'Montserrat', sans-serif;
}
.titulo-footer{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #FFF;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}
.texto-footer{
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
}
.texto-footer p{
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #FFF;
    font-family: 'Montserrat', sans-serif; 
}
.total-telefones-footer{
    display: table;
    margin: 0 auto;
    margin-top: 35px;
}
.total-telefones-footer .dd-48{
    float: left;
    font-size: 17px;
    color: #FFF;
    margin-top: 4px;
    margin-right: 5px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.total-telefones-footer .telefone-footer{
    float: left;
    font-size:23px;
    color: #FFF;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.total-telefones-footer .bola-telefone{
    width: 5px;
    height: 5px;
    margin-top: 13px;
    margin-left: 11px;
    margin-right: 11px;
    background: #FFF;
    float: left;
    border-radius: 100px;
}
.contorno-telefone-footer{
    float: left;
}
.informacoes{
    width: 50%;
    float: left;
}
.conteudo-footer{
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 767px){
	.baixo-footer a, .baixo-footer {
		float: none;
		width: 100%;
        display: inherit;
        margin-top: 10px;
		text-align: center;
	}
    .informacoes{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .informacoes p{
        font-size: 18px;
    }
    .titulo-footer{
        font-size: 20px;
    }
    .texto-footer{
        font-size: 15px;
    }
    .total-telefones-footer{
        display: table;
        margin: 0 auto;
    }
    .total-telefones-footer .bola-telefone{
        display: none;
    }
    .total-telefones-footer .contorno-telefone-footer{
        display: table;
        margin: 0 auto;
        margin-top: 15px;
        float: none;
    }
}