.gradient-section {
    background: linear-gradient(135deg, rgba(255, 217, 0, 0.4), rgba(255, 140, 0, 0.46));
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
}

.section-description {
    font-size: 1.3rem;
    font-family: 'Roboto', sans-serif;
    max-width: 800px;
    margin: auto;
    color: rgb(0, 0, 0);
}

/** Para temporizador */
.time-box {
    border: 5px solid #ff0000;
    padding: 20px;
    border-radius: 10px;
    min-width: 70px;
    font-size: 1.5rem;
    text-align: center;
    color: #000000;
}

.time-box .number {
    font-size: 2.5rem;
}

.time-box .label {
    font-size: 1rem;
}