.acessorapido .carrosel {
    min-height: 374px;
    padding: 10px;
    background: #f4f3f3;
}

.portal-servicos h3.titulo {font-size:24px;text-transform: uppercase;margin-top:40px;margin-bottom:30px;}
.portal-servicos h3.titulo a:hover {text-decoration:none;}

.acessorapido .btn-acessarportal {
    padding:15px 50px;
    margin-top:30px;
    margin-bottom: 10px;
}
.acessorapido .bloco {
    width: 46.4%;
    float: left;
    padding: 9.4px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    margin: 6px;
    min-height: 155.6px;
}
.acessorapido .bloco:hover {
    background: #FFF;
    transition: 0.2s;
}
.acessorapido .bloco .icone {
    width: 100%;
    float: left;
    display: table-cell;
    padding: 3px 0 0 0;
    border-radius: 3px;
    font-size: 58px;
    color: #FFF;
    text-align: center;
}
.acessorapido .bloco .texto {
    width: 100%!important;
}
.acessorapido .bloco .texto h5 {
    width: 100%;
    font-size: 14px;
    color: #FFF;
    margin-top: 8px;
    text-align: center;
    margin-bottom: 10px;
}
.acessorapido .bloco .texto p {
    font-size: 11px;
    color: #b7b7b7;
    margin: 2px 0 0 0;
}

.sidebar.acessorapido .carrosel {
    padding-left:0;
    padding-right:0;
    background-color: #ffffff;
}
.sidebar.acessorapido .bloco {width: 45.5%}
.sidebar.acessorapido .carrosel a {text-align: center;}

.portal-servicos .carrosel .item a:hover {
    text-decoration: none;
}
.owl-theme .owl-nav {top: -45px;}