@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;display=swap");
#TeatroMusical .btn-Aplicar,
#chatbot i.close{
    display: none;
}
#chatbot{
    width: 90px;
    height: 240px;
    right: 0px;
    position: fixed;
    padding: 15px 30px;
    bottom: 70px;
    float: right;
    z-index: 1003;
}
#chatbot .botonF1{
    width: 85px;
    height: 85px;
    right: 0;
    bottom: 0px;
    position: absolute;
    margin-right: 16px;
    margin-bottom: 0px;
    outline: none;
    box-shadow: 0 3px 8px rgb(65 60 60 / 46%), 0 3px 8px rgb(55 54 54 / 40%);
    transition: 0.3s;
    background: -webkit-linear-gradient(87deg, #e31a52 0%, #3d0247 100%);
    background: -o-linear-gradient(87deg, #e31a52 0%, #3d0247 100%);
    background: -moz-linear-gradient(87deg, #e31a52 0%, #3d0247 100%);
    background: linear-gradient(87deg, #e31a52 0%, #3d0247 100%);
    border: 3px solid #e5e5ff;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.2em;
    cursor: pointer;
}
#chatbot.animacionClose .botonF1{
    width: 300px;
    height: 260px;
    background: -webkit-linear-gradient(114deg, #e2205696 0%, #4a0656 90%);
    background: -o-linear-gradient(114deg, #e2205696 0%, #4a0656 90%);
    background: -moz-linear-gradient(114deg, #e2205696 0%, #4a0656 90%);
    background: linear-gradient(114deg, #e2205696 0%, #4a0656 90%);
    border-radius: 40% 0px 0px 40%;
    border: 1px solid #4a0656;
    margin-right: 0px;
    box-shadow: inherit;
}
#chatbot i.close{
    bottom: 15px;
    position: absolute;
    right: 29px;
    cursor: pointer;
}
#chatbot i.close:hover{
    opacity: 1;
}
#chatbot.animacionClose .botonF1 img{
    visibility: hidden;
}
#chatbot i.close img{
    max-width: 28px;
}
#chatbot span{
    transition: 0.5s;
    width: 37px;
    height: 40px;
    border-radius: 100%;
    background: #823994;
    padding: 5px 5px;
    margin-right: 5px;
}
#chatbot .botonF1:hover span{
    transform: rotate(360deg);
}
#chatbot .botonF1:active{
    transform: scale(1.1);
}
#chatbot .boton_bot {
    border: none;
    color: #e5e5e5;
    font-size: 0.9em;
    outline: none;
    position: absolute;
    top: 0;
    transform: scale(0);
    cursor: pointer;
    font-family: 'Nunito';
    width: 266px;
    display: flex;
    justify-content: inherit;
    align-items: center;
    align-content: center;
    font-weight: 800;
    text-transform: initial;
    letter-spacing: 0px;
}
#chatbot a.boton_bot:hover{
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
    background: -webkit-linear-gradient(80deg, #562d7d 0%, #09082100 100%);
    background: -o-linear-gradient(80deg, #562d7d 0%, #09082100 100%);
    background: -moz-linear-gradient(80deg, #562d7d 0%, #09082100 100%);
    background: linear-gradient(80deg, #562d7d 0%, #09082100 100%);
}
#chatbot .botonF2 {
    top: 15px;
    transition: 0.5s;
    right: 0px;
}
#chatbot .botonF3 {
    top: 60px;
    transition: 0.7s;
    right: 20px;
}
#chatbot .botonF4 {
    top: 110px;
    transition: 0.9s;
    right: 13px;
}
#chatbot .botonF5 {
    top: 150px;
    transition: 0.99s;
    right: -10px;
}
#chatbot .animacionVer{
    transform: scale(1);
}
#chatbot .botonF1{
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
    animation: pulse-blue 2s infinite;
}
#chatbot.animacionClose .botonF1{
    animation: inherit;
}
#AgentAppContainer{
    display: none !important;
}
#chatbot img{
    width: 100%;
}
@keyframes pulse-blue{
    0%{
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
    }
    70%{
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
    }
    100%{
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
    }
}
@media (max-width: 767px){
    #chatbox .boton_bot{
        font-size: 0.9em;
    }    #chatbot .boton_bot{
        justify-content: center;
    }
    #chatbot.animacionClose .botonF1{
        width: 280px;
    }
    #chatbot .botonF1{
        border: 5px solid #ffffff;
    }    #chatbot a.boton_bot:hover{
        background: inherit;
        color: #b58eff;
    }
    #chatbot i.close img{
        max-width: 23px;
   
    }
    #chatbot .botonF3 {
        right: 49px;
    }
}