.imgs {
    width: 100%;
    position: relative;
    bottom: 24vh;
    z-index: 0;
}

.info {
    background-color: rgb(53, 53, 53);
    font-size: 25px;
    position: relative;
    bottom: 27vh;
    color: white;
    display: flex;
    justify-content: center;
    height: 5vh;
}

.info p {
    width: 90%;
    margin-top: 2vh;
}

.baixar {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white;
    font-size: 30px;
}

.baixarTexto {
    width: 70%;
    text-align: center;
    margin-bottom: 5vh;
}

.btn_baixar {
    width: 100%;
    height: 10vh;
    border-radius: 20px;
    font-size: 25px;
}

.btn_baixar1 {
    width: 70%;
    height: 10vh;
    border-radius: 20px;
    font-size: 20px;
    margin-bottom: 10vh;
}

.versão {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white;
    font-size: 30px;
    text-align: center;
    margin-top: 2vh;
    margin-bottom: 5vh;
}

.versão p {
    width: 90%;
}

.versão img {
    width: 80%;
}

.footer {
    font-size: 25px;
    color: white;
    background-color: rgb(29, 29, 29);
    display: flex;
    flex-direction: row;
}

.secLogo {
    margin: 5% 0 5% 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 10%;
}

.secLogo img {
    width: 40%;
}

.sec1 {
    margin: 5%;
}

@media(max-width: 1024px) {

    .info {
        font-size: 19px;
        bottom: 14vh;
    }

    .baixar {
        font-size: 22px;
    }

    .versão {
        font-size: 22px;
    }

    .btn_baixar {
        height: 7vh;
        font-size: 20px;
    }

    .baixarTexto {
        margin-bottom: 2vh;
    }

    .btn_baixar1 {
        margin-bottom: 7vh;
    }

    .imgs {
        bottom: 10vh;
    }

}

@media(max-width: 820px) {

    .info {
        font-size: 19px;
        bottom: 15vh;
    }

    .baixar {
        font-size: 22px;
        margin-top: 8vh;
    }

    .versão {
        font-size: 22px;
    }

    .btn_baixar {
        height: 7vh;
        font-size: 20px;
    }

    .baixarTexto {
        margin-bottom: 2vh;
    }

    .btn_baixar1 {
        margin-bottom: 7vh;
    }

    .imgs {
        bottom: 10vh;
    }

}

@media(max-width: 670px) {

    .info {
        font-size: 15px;
        bottom: 12vh;
    }

    .baixar {
        font-size: 15px;
        margin-top: 7vh;
    }

    .versão {
        font-size: 22px;
    }

    .btn_baixar {
        height: 7vh;
        font-size: 16px;
    }

    .baixarTexto {
        margin-bottom: 2vh;
    }

    .btn_baixar1 {
        margin-bottom: 4vh;
    }

    .imgs {
        bottom: 10vh;
    }

}

@media(max-width: 472px) {

    .info {
        font-size: 12px;
        bottom: 10vh;
    }

    .baixar {
        font-size: 12px;
        margin-top: 12vh;
    }

    .versão {
        font-size: 17px;
    }

    .btn_baixar {
        height: 7vh;
        font-size: 14px;
    }

    .baixarTexto {
        margin-bottom: 2vh;
    }

    .btn_baixar1 {
        margin-bottom: 4vh;
    }

    .imgs {
        bottom: 6vh;
    }

}

@media(max-width: 379px) {

    .info {
        font-size: 9px;
        bottom: 7vh;
    }

    .baixar {
        font-size: 10px;
        margin-top: 12vh;
    }

    .versão {
        font-size: 14px;
    }

    .btn_baixar {
        height: 7vh;
        font-size: 11px;
    }

    .baixarTexto {
        margin-bottom: 2vh;
    }

    .btn_baixar1 {
        margin-bottom: 4vh;
    }

    .imgs {
        bottom: 6vh;
    }

}

@media(max-width: 255px) {

    .info {
        font-size: 7px;
        bottom: 7vh;
    }

    .baixar {
        font-size: 6px;
        margin-top: 9vh;
    }

    .versão {
        font-size: 12px;
    }

    .btn_baixar {
        height: 7vh;
        font-size: 9px;
    }

    .baixarTexto {
        margin-bottom: 1vh;
    }

    .btn_baixar1 {
        margin-bottom: 4vh;
    }

    .imgs {
        bottom: 6vh;
    }

}