.bg_glossario {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #368bc9 0%, #195398 100%);
    z-index: -50;
}

.container_sect1 {
    margin: 30px auto 50px;
    text-align: left;
}

.letters-list {
    margin-top: 30px;
    padding: 0;
}

.letters-list li {
    display: inline;
    color: #002653;
    font-family: "Fira Sans";
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 5px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.letters-list li:hover {
    color: #FFE40F;
}

.letters-list .active {
    color: #FFE40F;
}

.results-number {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.results-number p {
    color: #fff;
}

.glossary-entry {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 0 12px 0;
    margin: 6px 0;
    font-family: "Fira Sans";
}

.glossary-entry .title {
    color: #FFE40F;
    text-transform: capitalize;
    margin: 10px auto 5px;
    font-size: 22px;
}

.glossary-entry .description {
    color: #fff;
}