#palestrantes {
    background-color: white;
}

#palestrantes .pre-bg {
    width: 100%;
    background-image: url("/images/bgimg2.png");
    background-size: cover;
    background-repeat: no-repeat;
}

#palestrantes .summit {
    padding-top: 120px;
    height: 70vh;
    background: linear-gradient(180deg, rgba(71, 27, 122, 0.8) 0%, #000 100%);
}

#palestrantes .bg {
    border-radius: 20px;
    background: #000;
    padding: 40px 12px;
}

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

@media (max-width: 768px) {
    #palestrantes .summit .title {
        font-size: 25px;
    }
}

#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%;
}

#palestrantes .palestrantes .palestrante .image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    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;
}
