
.container-notificaciones{
    position: relative;
    width: 96%;
    max-width:700px;
    margin: auto;
}
.container-notificaciones a{
    position: absolute;
    background: var(--blue);
    color: var(--white);
    padding: 2px 12px;
    border-radius: 20px;
    bottom: 18px;
    right: 26px;
}
.asistente-float{
    position: fixed;
    right: 6px;
    top: 50%;
}
.asistente-float img{
    height: 90px;
}
@media (min-width:768px){
    .container-notificaciones a{
        padding: 2px 16px;
        bottom: 30px;
        right: 36px;
        font-size: 1.4rem;
        border-radius: 10px;
    }
}
