.footer {
    color: white;
    background-color: #095041;
}
.footer .links ul {
    list-style-type: none;
}
.footer .links li a {
    color: white;
    -webkit-transition: color .2s;
    transition: color .2s;
}
.footer .links li a:hover {
    text-decoration: none;
    color: #fff;
}
.footer .about-company i {
    font-size: 25px;
}
.footer .about-company a {
    color: white;
    -webkit-transition: color .2s;
    transition: color .2s;
}
.footer .about-company a:hover {
    color: #fff;
}
.footer .location i {
    font-size: 18px;
}
.footer .copyright p {
    border-top: 1px solid rgba(255, 255, 255, 0.1);

}

.text-rodape {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-style: italic;
    color: white;

}

.text-cnpj {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: white;

}