.footer {
    bottom: 0;
    margin-bottom: 0;
    background-color: #000000;
}

.footer span {
    font-size: 16px;
    color: #BFC0C2;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    box-sizing: border-box;
    padding-left: 60px;
    padding-top: 15px;
    margin-top: 6px;
    height: 55px;
    line-height: 18px;
}

.footer span.online {
    cursor: pointer;
    float: left;
    background-image: url(../images/online.svg);
    margin-left: 25px;
}

.footer span.phone {
    float: right;
    background-image: url(../images/telefone.svg);
    margin-right: 50px;
}

.mpt-footer {
	padding-top: 30px;
}

.footer .container {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media(max-width: 480px) {
	.footer span.online {
		font-size: 0;
	}
}
@media (max-width: 768px) {
	body.footer-hide .concealable-footer {
        height: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5 ease;
        display: none;
	}
}
