.footer{
    background-color: #003580;
    text-align: center;
}

.logo_branco{
    margin-top: 50px;
}


.nav-item-footer{
    margin-left: 15px;
    margin-right: 15px;
}

.nav-item-btn-footer{
    margin-bottom: 50px;
    padding-top: 4px;
    background: #00bde2;
    color: #fff;
    font-size: 16px;
    height: 30px;
    width: auto;
}

.text-white-footer{
    font-size: 22px;
}

.cnpj{
    margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
    .text-white-footer{
        font-size: 14px;
    }
    .btn-termos{
        font-size: small;
    }
}
