.show-mobile {
    display: none;
}

.home nav#mainMenu .botaoAbraConta:hover {
    color: #ebebeb;
}

.aba {
    margin-top: 147px;
}

.footer-bar,
div#topBar,
.c-gradiente {
    background: linear-gradient(90deg, #cc092f 40%, #333b8f 90%);
}

footer .transparent {
    width: 100%;
    display: flex;
    justify-content: center;
}

footer ul.links-rapidos {
    display: flex;
}

footer ul.links-rapidos li {
    margin-right: 5px;
    text-transform: uppercase;
}

div.area-restrita a {
    width: 100% !important;
    height: 26px;
    border-radius: 30px;
    display: block;
    line-height: 26px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 30px 0 30px;
    font-size: 10px !important;
    background: #333b8f !important;
    color: #fff;
    font-family: "Bradesco", sans-serif;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .show-mobile {
        display: block;
    }

    .hide-mobile {
        display: none;
    }
}

@media (max-width: 542px) {
    div#topBar.headertopBar div.holderMobile p {
        padding: 5px 60px !important;
    }

    .container-principal {
        padding-top: 175px;
    }

    .destaque {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .destaque img {
        width: unset;
        min-height: 150px;
    }

    .destaque h2 {
        top: unset;
        left: 30px;
    }

    .slide-planos, .slide-educacao {
        width: unset;
    }

    .acc-theme {
        width: 80%;
    }

    .acc-theme ul.accordion > li a.lnkAcc.active:after,
    .acc-theme ul.accordion>li a.lnkAcc:after {
        box-shadow: 1px -1px 0 0.5px red inset;
    }

    .aba {
        margin-top: 0px;
    }
}