.countdown-container {
    margin: 0 auto;
    border-top: 2px solid #0099cc;
    border-bottom: 2px solid #0099cc;
    padding: 20px 0;
}

h1 {
    color: #333;
}

.cuenta-regresiva-section {
    text-align: center;
}

.countdown {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.botonprograma {
    background-color: #2196F3;
    color: white !important;
    border-radius: 50px;
    padding: 8px 20px !important;
    margin-left: 10px;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.countdown-item {
    margin: 0 10px;
    text-align: center;
}

.countdown-number {
    background-color: #e8f7e8;
    color: #006600;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 5px;
}

.countdown-label {
    font-size: 12px;
    color: #666;
}

.event-description {
    font-style: italic;
    color: #333;
    margin: 20px 0;
}