#palestrantes {
    padding: 60px 0px;
}

#palestrantes .pre-title {
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "Barlow";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.2px;
}

#palestrantes .palestrantes {
    margin-top: 30px;
}

#palestrantes .palestrantes .palestrante {
    width: 100%;
}

#palestrantes .palestrantes .palestrante:hover {
    opacity: 0.7;
    cursor: pointer;
}

#palestrantes .palestrantes .palestrante .image {
    width: 100%;
    height: 100% !important;
}

#palestrantes .palestrantes .palestrante .image img {
    width: 100%;
    height: 200px !important;
    border-radius: 12px;
    object-fit: cover;
    object-position: top;
}

#palestrantes .palestrantes .palestrante .name {
    color: #fff;
    font-family: Barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.2px;
    margin-top: 4px;
}

#palestrantes .palestrantes .palestrante .empresa {
    color: #fff;
    font-family: Barlow;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.2px;
    margin-bottom: 18px;
}

#palestrantes .base-buttons {
    margin-top: 30px;
    margin-bottom: 60px;
    border-radius: 100px;
    background: #e75524;
    color: white;
    padding: 12px 150px;
}
