.sisbot-chathead {
    border-radius: 50%!important;
    /* bottom: 40px; */
    bottom: 15px;
    min-width: 60px;
    right: 1%;
    left: inherit;
    -webkit-transition: none;
    transition: none;
    -webkit-transform-origin: inherit;
    transform-origin: inherit;
    -webkit-animation: i .5s;
    animation: i .5s;
    z-index: 9999;
    position: fixed;
    width: 60px;
    height: 60px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.sisbot-chathead .sisbot-chathead-img {
    margin: 0;
    -webkit-transition: .3s cubic-bezier(.64,.57,.67,1.53);
    transition: .3s cubic-bezier(.64,.57,.67,1.53);
    width: 56px;
    height: 56px;
}

.sisbot-chathead-img img {
    /* background: #34537f; */
    /* border-radius: 50%; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
}

.sisbot-content {
    background: #f8f8f8;
    border: 2px solid #34537f;
    bottom: 15px;
    right: 1%;
    left: inherit;
    -webkit-transition: none;
    transition: none;
    -webkit-transform-origin: inherit;
    transform-origin: inherit;
    -webkit-animation: i .5s;
    animation: i .5s;
    z-index: 9999;
    position: fixed;
    width: 360px;
    height: 665px;
    border-radius: 25px;
    box-shadow: -10px 0px 10px 1px #aaaaaa;
}

.sisbot-content .sisbot-content-title {
    height: 30px;
    background-color: #34537f;
    color: white;
    font-size: 14px;
    padding: 2px;
    text-align: center;
    border-radius: 20px 20px 0px 0px;
}

.sisbot-content .sisbot-content-title span{
    /* float: left; */
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
}

.sisbot-content .sisbot-content-title .sisbot-content-buttons{
    float: right;
    cursor: pointer;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 7px;
}

.sisbot-content .sisbot-content-title .sisbot-content-buttons .sisbot-content-buttons-close{
    margin-left: 10px;
}

.sisbot-content iframe {
    width: 100%;
    height: 610px;
}

.sisbot-content .sisbot-content-footer {
        height: 40px;
        background-color: #34537f;
        color: white;
        font-size: 14px;
        padding: 2px;
        text-align: center;
        border-radius: 0px 0px 20px 20px;
        position: relative;
        bottom: 31px;
        padding-top: 10px;
        cursor: pointer;
}

.sisbot-iconized {
    display: none;
    position: fixed;
    bottom: 0;
    right: 1.5%;
    color: #fff;
    padding: 2px;
    cursor: pointer;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #1599d7;
    z-index: 10001;
    font-size: 20px;
}

.sisbot-content-footer:before {
    content: '\f145';
    position: absolute;
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    left: 10px;
    font-size: xx-large;
}

.ButtonSupport {
    cursor: pointer;
    border-radius: 50% !important;
    border-style: none !important;
    bottom: 35px;
    min-width: 60px;
    right: 10%;
    left: 80%;
    -webkit-transition: none;
    transition: left 0.3s ease-in-out 0s;
    -webkit-transform-origin: inherit;
    transform-origin: inherit;
    -webkit-animation: i .5s;
    animation: i .5s;
    z-index: 9999;
    position: fixed;
    width: 60px;
    height: 60px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    background-color: #34537f;
}

    .ButtonSupport .TextSupport {
        width: 0;
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        overflow: hidden;
        font-size: 15px;
        color: #34537f;
        transition: all .3s ease-in-out;
    }

    .ButtonSupport:hover .TextSupport {
        width: auto;
        color: white;
        opacity: 1;
    }

    .ButtonSupport:hover {
        width: 300px;
        border-radius: 500px !important;
    }

.ButtonSupportContrary:hover {
    width: 60px !important;
    cursor: grab;
    border-radius: 50% !important;
}

.ButtonSupport:hover .SisSupportHoverSpan {
    opacity: 1;
}

.ButtonSupportContrary:hover .TextSupport {
    width: 0 !important;
    color: #34537f !important;
    opacity: 0 !important;
}


.SisSupportSpan {
    content: '\f086';
    position: absolute;
    color: white;
    left: 17px;
    top: 17px;
    font-size: x-large;
}

.SisSupportHoverSpan {
    opacity: 0;
    content: '\f176';
    position: absolute;
    overflow: hidden;
    padding-left: 10px;
    color: white;
    font-size: x-large;
    transition: all .3s ease-in-out;
    transform: rotate( 30deg);
    top: 16px !important;
}
