.fast-access {
    position: absolute;
    right: 0;
    top: 30%;
    width: auto;
    background-color: #6dcff6;
    color:#fff;
    z-index: 1;
    border-top: 3px solid #6dcff6;
}

.fast-access a {
  display: flex;
  color: #2c3a66;
  line-height: 20px;
  padding: 0 12px;
  font-size: 14pt;
  min-height: 50px;
  width: 230px;
  align-items: center;
}

.fast-access li:last-child {
    margin-bottom: 15px;
}

.fast-access > a {
    letter-spacing: 0.2em;
    font-size: 10pt;
    font-weight: bold;
    font-family: 'FFSanukWebBold';
    text-transform: uppercase;
    justify-content: center;
}

.fast-access > a span {
    font-size: 2rem;
    vertical-align: text-bottom;
    margin-left: 10px;
}

.fast-access a i {
    width: auto;
    height: 50px;
    margin-left: 10px;
}

.fast-access a.collapsed i:before {
    content: url('../images/iconelista.svg');
    vertical-align: middle;
}

.fast-access a i:before {
    content: url('../images/iconefechar.svg');
    width: 24px;
    height: 45px;
    padding-left: 5px;
    line-height: 53px;
}

.fast-access li {
    line-height: 45px;
    text-align: left;
}

.fast-access ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

@media (min-width: 1920px) {
    
    .fast-access a i:before {
        vertical-align: initial;
    }

}

@media (max-width: 768px) {
    .fast-access {
        display: none;
    }
}