body {
    margin: 0 !important;
}

header, .fbx-count, .foobox::before {
    display: none !important;
}

footer {
    padding-bottom: 15px !important;
}

#banner-kit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--primaria);
    padding: 40px 5%;
}

#banner-kit img {
    width: 135px;
    max-width: 100%;
    margin-bottom: 28px;
}

#banner-kit h1 {
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 44px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    background: var(--secundaria);
    padding: 10px 40px !important;
    letter-spacing: 1px;
}

#banner-kit .sub {
    font-size: 22px;
    color: var(--secundaria);
    margin-bottom: 10px;
    text-align: center;
    padding: 0px;
    font-weight: 600;
    line-height: normal;
}

#banner-kit .texto {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px;
}

.release {
    width: 100%;
    position: relative;
}

.release .faixa {
    width: 100%;
    background-color: var(--secundaria);
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 20px 5%;
    margin-bottom: 50px;

}

.release .topo {
    width: 1300px;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
    border-bottom: 1px solid #d3d3d3;
}

.release .topo .baixe {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    color: var(--primaria);
    text-align: center;
    margin-bottom: 10px;
}

.release .topo .sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0px;
}

.footer-fixo {
    display: none !important;
}

.release .topo .botoes {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 1%;
    row-gap: 15px;
    justify-content: center;
    padding-bottom: 25px;
}

.release .topo .botoes a {
    text-align: center;
    box-sizing: border-box;
    background: var(--primaria);
    border-radius: 45px;
    padding: 10px 20px;
    font-weight: bold;
    color: #fff;
    transition: .2s ease all;
    text-decoration: none;
}

.release .topo .botoes a:hover {
    filter: brightness(1.1);
}

.release .bottom .material {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    color: var(--primaria);
    text-align: center;
    margin-bottom: 10px;
}

.release .bottom .texto {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 50px;
    text-align: center;
    padding: 0px;
}


.release .bottom .box-imagens {
    width: 1300px;
    max-width: 90%;
    margin: 0 auto;
    column-gap: 1.5%;
    display: flex;
    row-gap: 20px;
    flex-wrap: wrap;
}

.release .bottom .box-imagens .imagem {
    width: 23.87%;
    max-height: 310px;
    height: 17.645vw;
    position: relative;
}

.release .bottom .box-imagens .imagem img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.release .bottom {
    padding-bottom: 40px;
}


@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {
    #banner-kit h1 {
        font-size: 26px;
        margin-bottom: 23px;
    }
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1080px) {}

@media screen and (max-width: 1024px) {
    .release .bottom .box-imagens .imagem {
        width: 32.3%;
        height: 29vw;
    }
    #banner-kit .sub {
        font-size: 18px;
    }
    #banner-kit .texto {
        font-size: 16px;
    }
    .release .topo .baixe, .release .bottom .material {
        font-size: 20px;
    }
}

@media screen and (max-width: 996px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {
    .release .bottom .box-imagens .imagem {
        width: 49.2%;
        height: 44vw;
    }
    .release .faixa {
        font-size: 20px;
    }
}

@media screen and (max-width: 490px) {}

@media screen and (max-width: 460px) {}

@media screen and (max-width: 430px) {}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 330px) {}

@media screen and (max-width: 280px) {}