#startup-summit {
    background-color: white;
}

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

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

#startup-summit .summit .title {
    color: #fff;
    font-family: "Akira";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    width: 100%;
    text-align: center;
}

#startup-summit .summit .description {
    color: #fff;
    text-align: center;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    margin-top: 30px;
    text-align: justify;
}

#startup-summit .summit .ver-galeria {
    border-radius: 100px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
