.sec-home {
    width: 100%;
    position: relative;
    padding: 0;
    /* background: #2E3461; */
    /* background-image: url('../img/bg.svg'); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.sec-home video {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.sec-home .content {
    width: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100vh;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(0deg, #00000000, #00000075); */
    /* background: linear-gradient(0deg, rgb(8 63 136 / 50%), rgb(28 173 228 / 60%)), linear-gradient(0deg, #00000000, #00000075); */
    background: linear-gradient(0deg, rgba(26, 49, 83, 0.5), rgba(0, 72, 119, 0.6)), linear-gradient(0deg, #00000000, #00000075);
    /* background: #2E3461; */
}

.sec-video {
    height: 100vh;
}

.sec-video video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    
}

.box_imagem_evento {
    margin-right: -16px;
    border-right: 2px solid #FFF;
    padding-right: 32px;
}

.box_data_evento .content_info {
    display: flex;
    justify-content: space-evenly;
    color: #FFF;
    align-items: flex-end;
}

.box_data_evento .content_info .data_max {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
}

.box_data_evento .content_info .data_min {
    font-size: 36px;
    line-height: 60px;
    font-weight: 900;
}

.box_data_evento .content_info .data_aux {
    font-size: 27px;
    font-weight: 600;
}


@media (max-width: 768px) {
    .box_data_evento .content_info .data_max {
        font-size: 56px;
        line-height: 56px;
    }

    .box_imagem_evento {
        margin-right: 0;
        border-right: 0;
        border-bottom: 2px solid #FFF;
        padding-right: 0;
        padding-bottom: 32px;
        margin-bottom: 20px;
    }

    .box_imagem_evento img {
        display: block;
        margin: 0 auto;
        max-width: 220px;
    }

    .box_data_evento .content_info .data_max {
        font-size: 56px;
        line-height: 56px;
    }
}

#cronometro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#cronometro .item {
    width: 25%;
    padding: 5px;
    font-size: 30px;
    font-weight: 900;
    color: #FFF;
}

#cronometro .item .sub_item {
    font-size: 14px;
    font-weight: 400;
}

.patrocinadores_titulo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.patrocinadores_titulo img {
    margin-right: 10px;
}

.patrocinadores_imagem img {
    width: 100%;
    border: 1px solid #DDD;
}

.patro_diamante {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.patro_diamante .patrocinadores_imagem {
    width: 300px;
    margin: 10px;
}

.patro_ouro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.patro_ouro .patrocinadores_imagem {
    width: 250px;
    margin: 10px;
}

.patro_prata {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.patro_prata .patrocinadores_imagem {
    width: 220px;
    margin: 10px;
}

.patro_bronze {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.patro_bronze .patrocinadores_imagem {
    width: 190px;
    margin: 10px;
}

.patro_startups {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.patro_startups .patrocinadores_imagem {
    width: 160px;
    margin: 10px;
}

.patro_apoio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.patro_apoio .patrocinadores_imagem {
    width: 120px;
    margin: 10px;
}

@media (max-width: 768px) {
    .patrocinadores_titulo {
        font-size: 22px;
    }

    .patrocinadores_titulo img {
        margin-right: 5px;
    }
}