/*.floating-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    animation: bounce 60s infinite;
}*/


/*marcar menú*/
.nav-link--active {
    color: #67e8f9;
    font-weight: 700;
    border-bottom: 2px solid #67e8f9;
}

.modal-content {
    max-height: none;
    overflow-y: visible;
}

#modalDynamicContent iframe {
    border-radius: 0.75rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
    transition: box-shadow 0.3s ease;
}