.barra .base-acesso-indormacao {
    width: 100%;
    height: auto;
    float: left;
    background-color: #EDF7FF;
    box-shadow: 0 0px 8px 0px rgba(0,0,0,.13);
}

.acessorapido {
    width: 100%;
    float: left;
}
.acessorapido-barra {
    background: #EDF7FF!important;
    overflow: hidden;
}
.acessorapido .bloco {
    float: left;
    padding: 25px 0;
    width: 100%;
    background: #EDF7FF;
    border-left: rgba(141, 191, 231, 0.3) 1px solid;
    border-right: rgba(255, 255, 255, 0.5) 1px solid;
}
.acessorapido .bloco a {
    text-decoration: none;
}
.acessorapido .bloco:hover {
    background: #f8f8f7;
    transition: 0.5s;
    border-left: #f8f8f7 1px solid;
    border-right: #f8f8f7 1px solid;
}
.acessorapido .bloco:hover .icone{
    color: #75a9bb;
    transition: 0.3s;
}
.acessorapido .bloco:hover .texto h5{
    color: #75a9bb!important;
    transition: 0.3s;
    text-decoration: none;
}

.acessorapido .bloco .icone {
    margin: auto;
    padding: 5px 0 0 0;
    border-radius: 100px;
    /*background: #F8F8F8;*/
    font-size: 37px;
    color: #47646F;
    text-align: center;
}
.acessorapido .divisor {
    width: 100%;
    height: 1px;
    float: left;
    margin: 17px 0;
    background: #eeeeee;
}
.acessorapido .bloco .texto {
    width: 100%;
    height: auto;
    text-align: center;
}
.acessorapido .bloco .texto h5 {
    margin: 8px 0 8px 0;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    color: #47646F;
}
.acessorapido .bloco .texto p {
    margin: 0px 0 0 0;
    font-size: 13px;
    color: #b7b7b7;
    font-family: 'Roboto',sans-serif;
}