#sectionChat {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    right: 20px;
    transition: 0.3;
    z-index: 50;
    bottom: 60px;
    top: 590px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#sectionChat > ul > li > a:after {
    content: unset;
}

.menu-movil__help {
    width: 180px;
    height: 48px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 6.2%;
}

.menu-help-robot:hover + label {
    animation: pulse-blue 3s infinite;
}
.menu-help-robot + label {
    width: 54px;
    height: 54px;
    z-index: 1;
    border-radius: 50%;
    transition: top 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, top 0.5s;
    transition: transform 0.5s, top 0.5s, -webkit-transform 0.5s;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.menu-help-robot {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 54px;
    height: 54px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
}

.menu-help-robot:checked + label {
    background: #3b4559;
    background-image: url(../../img/header/close_24px.png);
    background-position: 50%;
    background-repeat: no-repeat;
    transition: top 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, top 0.5s;
    transition: transform 0.5s, top 0.5s, -webkit-transform 0.5s;
}
.menu-help-robot + label:before {
    position: absolute;
    top: 23px;
    left: 52%;
    width: 120px;
    height: 41px;
    z-index: -1;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #fafafa;
    border-radius: 21px;
    background-color: #3b4559;
    transform: translateX(-50%) translateY(75%);
    display: flex;
    align-items: center;
    justify-content: center;
}
html[lang=es] .menu-help-robot + label:before {
    content: "Ayuda en línea";
}
html[lang=en] .menu-help-robot + label:before {
    content: "Hello Online help";
}
.menu-help-robot + label:after {
    content: '';
    position: absolute;
    top: -25%;
    left: -66%;
    width: 220%;
    height: 145%;
    background: url("../../img/header/Robot-hola-tp.png") no-repeat center/contain;
}
.menu-help-robot:checked+label:after {
    opacity: 0;
}

.menu-item-help {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    display: block;
    opacity: 0;
    transition: 0.2s;
}

#whatsAppChat {
    background-color: #25d366;
}
#telegramAppChat {
    background-color: #00a4ed;
}

.menu-item-help:first-child a {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.menu-help-robot:checked ~ ul .menu-item-help:first-child {
    -webkit-transform: rotate(0deg) translateX(-152px);
    transform: rotate(0deg) translateX(-152px);
}

.menu-help-robot:checked ~ ul .menu-item-help:nth-child(2) {
    webkit-transform: rotate(30deg) translateX(-136px);
    transform: rotate(30deg) translateX(-136px);
}

.menu-help-robot:checked ~ ul .menu-item-help:nth-child(3) {
    -webkit-transform: rotate(62deg) translateX(-140px);
    transform: rotate(62deg) translateX(-140px);
}
.menu-help-robot:checked ~ ul .menu-item-help:nth-child(4) {
    -webkit-transform: rotate(92deg) translateX(-152px);
    transform: rotate(92deg) translateX(-152px);
}

.menu-help-robot:checked ~ ul .menu-item-help {
    opacity: 1;
}

.menu-item-help a {
    display: block;
    width: inherit;
    height: inherit;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    /*font-size: 40px;*/
    pointer-events: none;
    transition: 0.2s;
    /*padding-top: 6px;*/
    padding-left: 2px;
}

.menu-movil__help img {
    margin-right: 3.1%;
    width: 40px;
}

#messageChat {
    background-color: #76c1e8;
}

.menu-help-robot:checked ~ ul .menu-item-help a {
    pointer-events: auto;
}

/*.menu-item-help:nth-child(3) a {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/

#phoneChat {
    background-color: #9767bd;
    cursor: pointer;
}

.menu-item-help:nth-child(4) a {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (min-width: 1366px) {
    #sectionChat {
        right: 54px;
    }
}

@media (min-width: 1024px) {
    #sectionChat {
        top: 630px;
    }
}

@media (min-width: 768px) {
    #sectionChat {
        width: 137px;
        height: 88px;
        right: 23px;
        top: 630px;
    }

    .menu-item-help a {
        line-height: 55px;
    }
}

@media (min-width: 500px) {
    #sectionChat {
        right: 30px;
    }

    .menu-help-robot + label:before {
        font-size: 12px;
    }
}

@media (min-width: 360px) {
    .menu-item-help a {
        line-height: 55px;
    }
}

@media (min-width: 375px) {
    #sectionChat {
        right: 35px;
        bottom: 48px;
    }

    .menu-item-help {
        right: 33px;
    }

    .menu-movil__help img {
        width: 64x;
        height: 64px;
        margin-top: 5.2%;
    }

    .menu-help-robot {
        right: 38px;
    }
}

@media (min-width: 500px) {
    .menu-movil__help {
        width: 240px;
        height: 48px;
    }

    .menu-movil__help img {
        width: 36px;
        height: 36px;
    }
}

@media(max-width: 767px){
    #sectionChat{
        width: 100%;
        left: 0;
        bottom: 0;
        margin: 0;
        height: 40px;
    }
    #sectionChat > .menu-help-robot,
    #sectionChat > .menu-help-robot + label{display: none}
    #sectionChat > ul{
        position: absolute;
        left: 0;
        width: 100%;
        display: flex;
        align-items: flex-end;
        margin: 0;
    }
    #sectionChat > ul > li{
        position: relative;
        opacity: 1;
        margin: 0;
        flex: 1 1 0px;
    }
    #sectionChat > ul a {
        transform: none!important;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    .menu-item-help a{
        pointer-events: all !important;
    }
}

@keyframes pulse-blue {
    0% {
        transform: scale(1);
        box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.3);
    }
    25% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(128, 211, 249, 0.6);
    }
    50% {
        transform: scale(1);
        box-shadow: 0 0 0 3px rgba(128, 211, 249, 0.2);
    }
    75% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(128, 211, 249, 0.3);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.3);
    }
}
