div#dsa.dsa {
    left: 99%!important;
    position: fixed !important;
    top: auto !important; 
    bottom: 280px;
}


.dsa-custom {
    position: absolute;
    z-index: 9000;
    transition-property: top, opacity, transform;
    transition-timing-function: cubic-bezier(0.34, 0.02, 0.37, 1.22);
    right: 0;
    left: auto;
}

.dsa-image-custom {
    cursor: pointer;
    display: block;
}

.dsa-hablamos{
    width: 70px;
}

.dsa-close-custom {
    cursor: pointer;
    display: block;
    position: absolute;
    right: -8px;
    top: -8px;
    background: white;
    color: orange;
    border-radius: 50%;
    padding: 1px 7px;
    border: solid 1px grey;
    font-weight: bold;
}

.dsa-close-animate {
    opacity: 0;
    transform: scale(2, 2);
    transition-duration: '0.35s';
}

.dsa-close-animate-mode {
    opacity: 0;
    transform: translate(5, 5);
    transition-duration: '0.35s';
}