.main-footer {
    font-weight: 400;
    background-color: #e9e9e9;
    border-top: 10px solid #f3f3f3;
    padding: 25px 0;
    margin-top: 50px;
}

* {
    box-sizing: border-box;
}

footer {
    display: block;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
}

.main-footer .blocks :first-child {
    border-left: 0;
}


.main-footer .blocks>.col-lg-3 {
    min-height: 100px;
}


.main-footer .col-xs-12 {
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.col-xs-12 {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.main-footer .icon-container {
    display: inline-block;
    margin: 0 auto;
}

.fl {
    float: left;
}

.main-footer .icon.tel {
    background-image: "imagens/rodape/footer-icon-tel.png";
}

.main-footer .icon {
    width: 52px;
    height: 52px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.main-footer .col-xs-12 .right-to-icon {
    margin-left: 10px;
    text-align: left;
}

.main-footer .right-to-icon {
    width: 190px;
}

.main-footer .title {
    color: #ffe15d;
    font-size: .75rem;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}

.main-footer .big-text {
    color: #424242;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.main-footer .small-text {
    color: #424242;
    font-size: .75rem;
    text-transform: uppercase;
}

.main-footer .disclaimer-links>a {
    display: inline-block;
    color: #424242;
    text-decoration: none;
}