.bold {
    font-weight: 700;
}

.moderador {
    color: var(--secundary-color);
    margin-right: 0.5rem!important;
}

.timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: 7px solid var(--secundary-color);
    position: relative;
}

.timeline-item {
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: -2px;
}


.timeline-item::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 0 7px var(--secundary-color);
}


.timeline-time {
    font-size: clamp(16px, 1vw + 1rem, 1.1rem) !important;
    color: var(--primary-color);
    margin-top: -5px;
}

.timeline-time span {
    color: var(--primary-color);
    font-size: clamp(16px, 1vw + 1rem, 1.1rem) !important;
    margin: 0 1rem;
}

.timeline-topic h4 {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(14px, 1vw + 1rem, 0.9rem) !important;
}

.timeline-palestrantes {
    margin-top: 0.5rem;
    width: 100% !important;
}


.timeline-palestrantes p, .timeline-palestrantes span {
        margin: 0;
        font-size: clamp(14px, 1vw + 1rem, 0.9rem) !important;
    }

.timeline-item.pausa h4 {
    color: #666;
}
.moderador.bold{
    font-weight: 500!important;
}