.vista-baloon-container {
    position: fixed;
    left: 1%;
    bottom: 0;
    width: 281px;
    height: 277px;
    outline: none;
    z-index: 99995;
}

.vista-baloon-content {
    position: relative;
    top: 0;
    right: 0;
}

.vista-baloon-content #baloon-close-img{
    position: absolute;
    top: 59px;
    right: 65px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    content: '';
    z-index: 999999;
}

.vista-baloon-content #baloon-close-img a{
    width: 20px;
    height: 20px;
    content: '';
    z-index: 999999;
    display: block;
}

.vista-baloon-container #baloon-content-img {
    position: absolute;
    z-index: 999998;
    width: 100%;
    height: auto;
    cursor: pointer;
    top: 10px;
}

.vista-baloon-container #baloon-btn {
    position: absolute;
    right: -10px;
    bottom: 60px;
    width: 223px;
    height: 40px;
    background: inherit;
    background-color: rgba(16, 114, 186, 1);
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(16, 114, 186, 1);
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: white;
    z-index: 98;
    box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.149019607843137);
    font-size: 12px;
    line-height: 40px;
    text-align: right;
    padding-right: 15px;
    cursor: pointer !important;
}
.vista-baloon-container #baloon-btn:hover {
    background-color: rgba(253, 186, 18, 1);
    color: black;
    border-color: rgba(255,255,255,1);
    cursor: pointer;
}