/* Smart-1 Bot Styling */

div#IniciarChat2 {
    position: fixed;
    height: 231.6px;
    width: 231.6px;
    background: transparent;
    z-index: 2147483647;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: none;
    border: none;
}

div#IniciarChat2 img,
div#IniciarChat2 video {
    position: absolute;
    width: 35%;
    height: 35%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    object-fit: cover;
    pointer-events: none;
}

div#IniciarChat2 video::-webkit-media-controls,
div#IniciarChat2 video::-webkit-media-controls-panel,
div#IniciarChat2 video::-webkit-media-controls-overlay-play-button,
div#IniciarChat2 video::-webkit-media-controls-start-playback-button,
div#IniciarChat2 video::-webkit-media-controls-enclosure {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

#NeonCTA {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #000;
    color: #0ff;
    padding: 9px 18px;
    border-radius: 20px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    box-shadow: 0 0 10px #0ff, 0 0 20px #0ff, 0 0 40px #0ff;
    z-index: 2147483646;
    white-space: nowrap;
    animation: neon-pulse 1.5s infinite alternate;
    pointer-events: auto;
    cursor: pointer;
    transform: scale(0.85);
    transform-origin: center bottom;
    transition: transform 0.45s ease, top 0.45s ease, left 0.45s ease, bottom 0.45s ease, right 0.45s ease, opacity 0.25s ease;
}

#NeonCTA.neoncta--above {
    transform: scale(0.65);
}

@keyframes neon-pulse {
    from {
        box-shadow: 0 0 10px #0ff, 0 0 20px #0ff;
        text-shadow: 0 0 5px #0ff;
    }
    to {
        box-shadow: 0 0 20px #0ff, 0 0 30px #0ff;
        text-shadow: 0 0 10px #0ff;
    }
}

div#Chat_iframe {
    position: fixed;
    right: 0;
    bottom: -515px;
    background: #ffffff;
    border-radius: 5px;
    height: 500px;
    width: 380px;
    box-shadow: 0px 0px 5px #000;
    overflow: hidden;
    z-index: 99999999;
}

#cerrar_chat2,
#Maximizar_chat2,
#info_chat2 {
    color: #efefef;
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
    font-weight: 900;
    font-style: normal;
    font-size: 15px;
    background: #0000004d;
    padding: 3px 6px;
    border-radius: 5px;
    z-index: 99;
}

i#Maximizar_chat2 {
    right: 33px;
    font-size: 19px;
    padding: 0.6px 6px;
    line-height: 25px;
}

i#info_chat2 {
    right: 65px;
    font-family: serif;
    font-style: italic;
    padding: 3px 9px;
}

#InfoOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 98;
    display: none;
    color: white;
    padding: 40px 20px 20px 20px;
    box-sizing: border-box;
    overflow-y: auto;
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.info-content p {
    margin-bottom: 10px;
}

.close-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #ccc;
}

.close-overlay:hover {
    color: #fff;
}

#Iframe_smart1 {
    height: 100%;
    width: 100%;
    border: none;
    overflow-clip-margin: unset;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
}

#Chat_iframe[data-max="si"] {
    width: 90vw;
    height: 90vh;
    box-shadow: 0px 0px 14px 6px #000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto !important;
    right: auto !important;
}
