.bloco-acessos{margin-top:30px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:35px 20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.acesso,.bloco-acessos{display:-webkit-box;display:-ms-flexbox;display:flex}.acesso{width:23%;border-radius:4px;background-color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:25px 35px;gap:30px}.inativo{background-color:#ccc}.allowed{cursor:default}.not-allowed{cursor:not-allowed}.acesso.ativo:hover{background-color:var(--primary)}.acesso.ativo:hover .acesso__titulo{color:#fff}.acesso.ativo:hover .acesso__btn{color:var(--primary);background-color:#fff}.acesso__btn:hover{cursor:pointer}.acesso__info{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}.acesso__icone{-webkit-box-flex:1;-ms-flex:1;flex:1}.acesso__icone.lyra-icon.lyra-home:before,.acesso__icone.lyra-icon.lyra-mapa:before,.acesso__icone.lyra-icon.lyra-multiple-account-outline:before,.acesso__icone.lyra-icon.lyra-star:before,.acesso__icone.lyra-icon.lyra-user:before,.acesso__icone.lyra-icon.lyra-van:before{background-color:#ddac44}.el-icon.el-icon-box,.el-icon.el-icon-setting{color:#ddac44!important;font-size:50px}.acesso__icone.lyra-icon.lyra-mapa:before{width:50px;height:50px}.acesso__icone.lyra-icon.lyra-user:before{width:50px;height:60px}.acesso__icone.lyra-icon.lyra-multiple-account-outline{width:80px;height:80px}.acesso__icone.lyra-icon.lyra-multiple-account-outline:before{width:90px;height:90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:relative;right:14px}.acesso__icone.lyra-icon.lyra-home:before{width:50px;height:54px}.acesso__icone.lyra-icon.lyra-star:before,.acesso__icone.lyra-icon.lyra-van:before{width:60px;height:60px}.acesso__titulo{-webkit-box-flex:2;-ms-flex:2;flex:2;font-size:18px;font-weight:700;color:var(--primary)}.acesso__btn-area{width:100%}.acesso__btn{display:block;width:100%;padding:8px;background-color:var(--primary);color:#fff;border-radius:4px;border:0;outline:none}.acesso.not-allowed .acesso__btn:hover{cursor:not-allowed}.acesso__btn:focus{outline:none}