@media(max-width: 991px){
    header .telefone {
        flex-direction: column;
    }
    header .telefone ._numeros {
        display: block;
    }
    header .telefone ._separador {
        display: none;
    }
    
    header .solicitar_contato {
        padding-left: 10px;
    }
}

footer .ass {
	position: relative;
}

footer .ass ul {
    padding: 0;
    display: flex;
}

@media(max-width: 991px){
    footer .ass ul {
    	justify-content: center;
    	margin: 0 0 20px;
    }
}

@media(min-width: 992px){
    footer .ass ul {
    	position: absolute;
        right: 0;
        bottom: 30px;
    	margin: 0;
    }
}

footer .ass ul li {
	list-style: none;
    margin: 0 5px;
}

footer .ass ul li a {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
}

footer .ass ul li a img {
	margin: 0;
}

footer ._text {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; 
    clear: both;
}