.ds-lateral-itens.is-loaded {
    opacity: 1;
}
.ds-lateral-itens.is-scrolling {
    opacity: 0;
}
.ds-lateral-itens {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 15px;
    position: fixed;
    right: 0;
    top: calc(50% - 102px);
    z-index: 9999;
    max-width: 300px;
}
.ds-lateral-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    overflow: hidden;
    padding: 0px;
    justify-content: flex-end;
    color: #ffffff;
    border-radius: 50px 0px 50px 50px;
}
.ds-lateral-item-icon:hover {
    cursor: pointer;
}
.ds-lateral-item.active {
    width: 100%;
}
@media all and (min-width: 360px) {
    .ds-lateral-item.active {
        width: 320px;
    }
}
.ds-lateral-item-text {
    width: 100%;
    padding: 5px 10px 5px 20px;
    height: 85px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5px;
}
.ds-lateral-item-icon {
    max-width: 85px;
    height: 85px;
    /*background: #ffffff;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ds-lateral-item-class_001 {
    background: #505ad7;
    border: 6px solid #505ad7;
}
.ds-lateral-item-class_002 {
    background: #EC0000;
    border: 6px solid #EC0000;
}
.ds-lateral-item .support-title-text {
    line-height: 1em;
}
.ds-lateral-item .support-description-text {
    line-height: 1em;
}
.ds-lateral-item a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: inherit;
}
.ds-lateral-item-class_001 .support-title-text {
    font-size: 16px;
    font-weight: 300;
}
.ds-lateral-item-class_001 .support-description-text {
    font-size: 17px;
    font-weight: 700;
}
.ds-lateral-item-class_002 .support-title-text {
    font-size: 16px;
    font-weight: 500;
}
.ds-lateral-item-class_002 .support-description-text {
    font-size: 17px;
    font-weight: 900;
}
.ds-lateral-item-class_002 .ds-lateral-item-icon img {
    /*    width: 50px;
        height: auto;*/
}




.ds-lateral-item-icon,
.ds-lateral-item-icon img {
    /*    max-width: 75px;
        height: 75px;*/
}