#notificadorCentral .confetti {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
}


@keyframes popIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

#notificadorCentral .image-glow {
    border-radius: 50%;
    border: 6px solid #ffd700;
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.7);
    width: 160px;
    height: 160px;
    object-fit: cover;
    margin-bottom: 1.5rem;
}

#notificadorCentral h1 {
    font-family: 'Pacifico', cursive;
    font-size: 2.5rem;
    background: linear-gradient(90deg, #ff9800, #ff5722);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

#notificadorCentral p {
    font-size: 1.15rem;
    color: #444;
    margin-bottom: 1rem;
}

#notificadorCentral strong.highlight {
    color: #d35400;
    font-weight: bold;
}

/* Colores personalizados */
#notificadorCentral .color-fuera {
    color: #e91e63;
}

#notificadorCentral .color-visionario {
    color: #3f51b5;
}

#notificadorCentral .color-transformador {
    color: #4caf50;
}

#notificadorCentral .color-voz {
    color: #ff9800;
}

#notificadorCentral .color-luz {
    color: #00bcd4;
}

#notificadorCentral .color-alma {
    color: #9c27b0;
}

#notificadorCentral .color-faro {
    color: #f44336;
}

#notificadorCentral .music-button {
    position: fixed;
    top: 20px;
    right: 20px;
    background: white;
    border: none;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 3;
}

@media (max-width: 600px) {
    #notificadorCentral h1 {
        font-size: 1.8rem;
    }

    #notificadorCentral p {
        font-size: 1rem;
    }

    #notificadorCentral .card {
        padding: 1.5rem;
    }
}

#notificadorCentral .modal-header {
    justify-content: unset !important;
    border: none !important;
    box-shadow: none !important;
}

div#notificadorbody {
    display: flex;
    flex-direction: column;
    align-items: center;
}










#tuNOCumples {
    background: #fff;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

#tuNOCumples h1 {
    font-size: 2rem;
    color: #ff4081;
}

#tuNOCumples p {
    font-size: 1.2rem;
    color: #444;
    margin: 1rem 0;
}

#tuNOCumples .highlight {
    color: #e91e63;
    font-weight: bold;
}

#tuNOCumples .emoji {
    font-size: 2rem;
    margin-bottom: 10px;
}