p.text-size-two {
    font-size: 20px;
    font-weight: bold;
    color: #272525;
}

.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;
    background: #F8EBFF!important;
}

.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: #bcf5bc;
    color: #006600;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

.countdown-label {
    font-size: 19px;
    color: #272525;
    font-weight: bold;
}

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

.text-anim {
  font-size: 44px !important;
  margin-bottom: 40px !important;
  text-align: center !important;
}

.event-shedule-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf0 100%);
}