.sticky-container {
    background: linear-gradient(to top,
            #128C7E,
            #6EEB83);

    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 27px;
    position: fixed;
    top: 78%;
    right: -8em;
    width: 15em;
    height: auto;
    z-index: 99;
    margin-top: -1px;
    overflow: hidden;
    border-radius: 35px 0px 0px 35px;
    transition: all 0.3s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    cursor: pointer;
}


.sticky-container:hover {
    right: -7em;
}

.sticky-container.expanded {
    right: 0em;
    width: 23em;
}

.sticky-container img {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 100%;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    max-height: 100%;
}

.sticky-container span {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 5%;
    white-space: nowrap;
}

.sticky-div-img {
    float: left;
    height: 100%;
}

.sticky-div-texto {
    width: 0%;
    float: right;
}

.div-mensaje {
    display: none;
    position: fixed;
    z-index: 999;
    /* top: 23%; */
    top: 48%;
    right: 30px;
    padding: 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: width 2.5s ease;
}

.div-mensaje.expanded {
    display: flex;
}

.sticky-container.expanded .sticky-div-texto {
    width: 75%;
    float: right;
}

.top-div {
    width: 340px;
    height: 70px;
    background-color: #ffcd01;
    text-align: center;
    line-height: 70px;
    border: 1px solid #959897;
}

.bottom-div {
    width: 340px;
    height: 100%;
    background-color: #fff;
    text-align: center;
    border: 1px solid #959897;
    /* margin-top: -42px; */
    margin-top: -43px;
    padding-top: 50px;

}

.bottom-div p {
    font-size: 14px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 11px;
}

.circular-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #959897;
    z-index: 99;
    margin-top: -37px;
}

.contact-section {
    display: flex;
    justify-content: space-around;
    background-color: #ffffff;
    padding: 20px;
    margin-top: 5px;
}

.contact-icon {
    text-align: center;
}

.contact-icon img {
    width: 36px;
    height: 36px;
}

.contact-icon p {
    margin: 10px 0 0;
}

.globo {
    position: initial;
    width: 100%;
    height: 125px;
    top: 20px;
    left: 45px;
    padding: 0.5em;
    border-radius: 2em;
    z-index: 1;
    background-color: white;
    filter: drop-shadow(0px 0px 1px black);
    font-size: 12px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.goblo-usuario {
    color: black;
    float: left;
    margin-left: 10px;
}

.globo-titulo {
    font-size: 16px;
    color: black;
}

.globo::before {
    content: '';
    position: fixed;
    z-index: -1;
    width: 10px;
    height: 10px;
    left: -5px;
    top: 80px;
    background-color: white;
    transform: skewX(315deg);
}

.circular-image-mensaje {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: 45px;
    margin-right: 10px;
    bottom: 0px;
}

.btn-contactar-lateral {
    text-align: right;
    margin-right: 17px;
    margin-bottom: 10px;
}

.btn-contactar-lateral a {
    border-radius: 20px !important;
    background-color: gray !important;
    border-color: gray !important;
}

.btn-contactar-lateral a:hover {
    color: black !important;
    background-color: #ffcd01 !important;
    border-color: #ffcd01 !important;
}

@media (min-width: 280px) and (max-width: 867px) {
    .div-mensaje {
        top: 28%;
    }

    .sticky-container {
        top: 78%;
    }
}

.x_cerrar_bot {
    position: absolute;
    top: -14px;
    right: 16px;
    font-size: 17px;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
}

.a_class_whatsp {
    cursor: pointer;
}