body{
    background-color: #f9fafc;
}

/********* BANNER ********/
.banner{
    max-width: 1408px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 445px;
    margin-top: 60px;
    border-radius: 34px;
}

@media all and (max-width: 1023px) {
    .banner{
        min-height: 300px;
        margin-top: 30px;
    }
}

.content-banner{
    margin-left: 150px;
}

@media all and (max-width: 1023px) {
    .content-banner{
        margin-left: 10px;
    }
}

.content-banner h1{
    font-family: 'Geist', sans-serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 16px;
}

@media all and (max-width: 767px) {
    .content-banner h1{
        text-align: center;
        font-size: 32px;
        line-height: 32px;
    }
}

.content-banner p{
    font-family: 'Geist', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #D4D4D4;
    max-width: 500px;
    margin: 0;
}

@media all and (max-width: 767px) {
    .content-banner p{
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        max-width: 100%;
    }
}

/********* APPS *********/
.apps{
    padding: 100px 20px 50px 20px;
}

.apps h2{
    font-family: 'Geist', sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    color: #0B0B0B;
    margin-bottom: 16px;
}

.apps .subtitulo{
    font-family: 'Geist', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #525252;
    margin: 0;
}

.nav-tabs{
    margin-top: 60px;
    font-family: 'Geist', sans-serif;
}

.nav-tabs li{
    margin: 0 20px;
}

.nav-tabs .nav-item .nav-link{
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    background-color: transparent;
    font-weight: 600;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #B8000E;
    border-bottom: 1px solid #B8000E;
}

.nav-tabs .nav-link{
    color: #525252;
}

.nav-tabs .nav-link:hover{
    color: #B8000E;
    border-bottom: 1px solid #B8000E;
}

.tab-content{
    margin-top: 40px;
}

.thumb-app{
    width: 63px;
    height: 63px;
    border-radius: 12px;
    object-fit: cover;
    object-position: center center;
}

.card-app{
    background-color: #ffffff;
    border: 1px solid #E4E4E4;
    border-radius: 24px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.card-app .card-body{
    padding: 25px;
}

.card-app h3{
    font-family: 'Geist', sans-serif;
    color: #0B0B0B;
    font-size: 20px;
    margin: 0;
    width: 80%;
}

.card-app .rotulo{
    color: #00A63E;
    font-size: 14px;
    margin: 0;
    width: 20%;
    font-weight: 600;
}

.card-app .description-app{
    font-family: 'Geist', sans-serif;
    color: #737373;
    margin: 5px 0 10px 0;
    font-size: 14px;
    line-height: 20px;
}

.card-app .versao-atual{
    font-family: 'Geist', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #00A63E;
    font-weight: 600;
}

.card-app .btn-baixar{
    background-color: #B8000E;
    border: 0;
}

.card-app .btn-baixar:hover{
    background-color: #0B0B0B;
}

.card-app .versao-anterior a{
    color: #B8000E;
    text-decoration: none;
    transition: all 0.3s;
}

.card-app .versao-anterior a:hover{
    color: #0B0B0B;
    text-decoration: underline;
}

/********** HISTÓRICO DE VERSÕES **********/
.historico-versoes{
    padding: 53px 20px 71px 20px;
    background-image: url("../hello-elementor/assets/images/bg-versoes.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.historico-versoes h2{
    font-family: 'Geist', sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    color: #0B0B0B;
    margin-bottom: 16px;
}

.historico-versoes .subtitulo{
    font-family: 'Geist', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #525252;
    margin: 0 0 48px 0;
}

.col-versao{
    margin-bottom: 24px;
}

.col-versao .card{
    border: 0;
    background-color: transparent;
}

.col-versao .card .card-body{
    padding: 32px;
    border: 1px solid #E5E5E5;
    border-radius: 24px;
    background-color: #ffffff;
}

.col-versao .card .card-body .titulo-versao{
    font-family: 'Geist', sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #0B0B0B;
    margin: 0;
}

.col-versao .card .card-body .data-versao{
    font-family: 'Geist', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    margin: 0;
}

.col-versao .card .card-body .lista-melhorias-correcoes{
    margin: 16px 0 0 0;
    padding: 0 0 0 20px;
}

.col-versao .card .card-body .lista-melhorias-correcoes li{
    font-family: 'Geist', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #525252;
    margin-bottom: 14px;
    list-style-type: disc;
}

.col-versao .card .card-body .lista-melhorias-correcoes li::marker{
    color: #B8000E;
}

#cards-historico .card-historico {
    display: none;
}

.btn-ver-mais{
    font-family: 'Geist', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}

.btn-ver-mais:hover{
    color: #000000;
}