.pantalla-3 {
    display: none;
    width: 100%;
    height: 290px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden; 
}

.contenedor-notificaciones {
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    width: 220px;
    height: 140px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #e0e0e0; 
}

.pantalla-3 .notification-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

.pantalla-3 img {
    width: 50px;
    margin-top: 10px;
}

#notifications {
    font-weight: 600;
    font-size: 20px; 
    color: #333; 
    margin: 0;
    padding: 0 10px; 
}
