* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;

    background-color: #000000 !important;
}


/*------  NAVEGATION  -----  */

a {
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    color: orangered;
}

.li-1 {
    background-color: #fff;
    padding: 5px 10px;
    margin-top: -5px;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.li-1 {
    background-color: #fff;
    padding: 5px 10px;
    margin-top: -5px;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.logo {
    width: 200px;
}

#header {
    box-sizing: border-box;
    height: 70px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #000000;
    position: sticky;
    top: 0;
    z-index: 999;
    font-weight: 400;
}

#menu {
    display: flex;
    list-style: none;
    gap: 0.5rem;
}

#menu a {
    display: block;
    padding: 0.5rem;
}

#btn-mobile {
    display: none;
}

/* SECTION = 01 */
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    gap: 3rem;
    margin: 3rem 10rem;
}

.header-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-1 {
    width: 550px;
}

.header-1 h1 strong {
    font-size: 45px;
}
h1,
h6 {
    color: white;
    font-size: 35px;
    font-weight:bold;
}

h1,
h2,
h4 {
    line-height: 3rem;
    font-weight:bold;
}

h6 {
    text-align: center;
    font-weight:bold;
}

h2 {
    font-size: 25px;
    color: white;
    font-weight:bold;
}

h4 {
    color: orangered;
    font-size: 25px;
    font-weight:bold;
    
}

h5 {
    margin-top: 0.5rem;
    font-size: 25px;
    font-weight:bold;
}

.right {
    text-align: right;
}

/* SECTION = 02 */
.container-buttom {
    margin-top: 8rem;
    margin-bottom: 4rem;
}



.botao {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 4rem;
}

.botao-1 {
    width: 289px;
    height: 100px;
}

/* SECTION = 03 */
.main-1 {
    margin-top: 12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-2,
.banner-3 {
    width: 500px;
    height: 800px;
}

.banner-4,
.banner-5 {
    width: 367px;
    height: 688px;
}

.banner-7 {
    width: 715px;
    height: 600px;
}

.banner-8 {
    width: 780px;
    height: 680px;
}

p {
    margin-top: 5rem;
    font-size: 35px;
    color: white;
    line-height: 4rem;
    font-weight: 300;
}

/*-- SECTION = 04-- */
.aside-1 {
    margin-top: 8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*-- SECTION -- 05 */
.conteudo {
    margin-top: 8rem;
}

h3 {
    font-size: 60px;
    color: white;
    font-weight: 400;
}

/*-- SECTION -- 06 */


.section-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*-- SECTION -- ultimos */
.ultima-pag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8rem;
}

span {
    font-size: 30px;
}

.video {
    margin: 8rem 0rem 4rem 0rem;
    display: flex;
    justify-content: center;
}

iframe {
    width: 800px;
    height: 500px;
}

/*COOKEIS */

.cookies-primario {
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
        Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position: fixed;
    width: 100%;
    bottom: 2rem;
    z-index: 1000;
}

.cookies-segundario {
    background: rgb(0, 0, 0);
    border-radius: 5px;
    padding: 1rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: slideUp 0.5s forwards;
}

@keyframes slideUp {
    to {
        transform: initial;
        opacity: initial;
    }
}

.cookies-pref label {
    margin-right: 1rem;
}

.cookies-save {
    width: 150px;
    height: 50px;
    grid-column: 2;
    grid-row: 1/3;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
        Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: orangered;
    color: white;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    padding: 0.8rem 1rem;
    font-size: 0.8rem;
    margin-top: 1rem;
}

.cookies-p{
    font-size: 18px;
}

.cooki {
    color: orangered;
}

.cooki:hover {
    color: orangered;
}


/* MARGEM NÓS PRINCIPAIS */
.main,
.aside,
.section,
.conteudo-1 {
    margin: 10rem;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(29, 28, 28);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 80px;
    height: 80px;
}

.loader::after {
    content: " ";
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff;
    margin: 8px;
    animation: spin 3s ease infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* FOOTER */

.global-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 2rem;
    margin-top: 10rem;
}

.list-card {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin-top: 2rem;
}

.logo-1 {
    width: 300px;
}

.card {
    width: 40px;
}

.card-1 {
    width: 50px;
}

.text-footer {
    margin: 2rem 0rem 5rem;
    font-size: 16px;
}

@media screen and (max-width: 1500px) {

    .header-1 h1 strong {
        font-size: 30px;
    }

    h1,
    h6 {
        font-size: 25px;
    }

    h1 {
        line-height: 3rem;
    }

    h3 {
        font-size: 2rem;
    }

    h2 {
        margin-top: 1rem;
        line-height: 1.5rem;
        font-size: 25px;
    }

    h4 {
        font-size: 22px;
        margin-bottom: 1rem;
    }

    h5 {
        font-size: 18px;
    }

    p {
        font-size: 35px;
        line-height: 3rem;
    }

    .header,
    .main,
    .aside,
    .section,
    .conteudo-1 {
        margin: 3rem;
    }

    .section {
        margin-top: 10rem;
    }

    .ultima-pag {
        margin-bottom: 12rem;
    }

}

@media screen and (max-width: 1200px) {
    .header-1 h1 strong {
        font-size: 35px;
    }

    p {
        font-size: 30px;
        line-height: 2.5rem;
    }

    span {
        font-size: 25px;
    }

    .banner-2,
    .banner-3 {
        width: 491px;
        height: 725px;
    }

    .banner-4,
    .banner-5 {
        width: 337px;
        height: 680px;
    }

    .banner-7 {
        width: 500px;
        height: 470px;
    }

    .banner-8 {
        width: 680px;
        height: 580px;
    }

    .banner-1 {
        width: 500px;
    }


}

@media screen and (max-width: 1100px) {

    .header-1 h1 strong {
        font-size: 2rem;
    }

    h1,
    h6 {
        font-size: 2rem;
    }

    h1 {
        line-height: 2rem;
    }

    h3 {
        font-size: 35px;
    }

    h2 {
        margin-top: 1rem;
        line-height: 2rem;
        font-size: 25px;
    }

    h4 {
        font-size: 18px;
        margin-bottom: 1rem;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 30px;
        line-height: 2.5rem;
    }

    span {
        font-size: 25px;
    }

    p {
        font-size: 28px;
        line-height: 2.5rem;
        margin-top: 3rem;
    }

    span {
        font-size: 22px;
    }

    .banner-1 {
        width: 416px;
        height: 424px;
    }

    .banner-2,
    .banner-3 {
        width: 411px;
        height: 548px;
    }

    .banner-4,
    .banner-5 {
        width: 261px;
        height: 549px;
    }

    .banner-7 {
        width: 400px;
        height: 370px;
    }

    .banner-8 {
        width: 580px;
        height: 480px;
    }

}

@media screen and (max-width: 1000px) {

    iframe {
        width: 700px;
        height: 500px;
    }

    h1 {
        line-height: 2rem;
    }

    h3 {
        font-size: 35px;
    }

    h2 {
        margin-top: 1rem;
        line-height: 1.5rem;
        font-size: 1.5rem;
    }

    h4 {
        margin-bottom: 1rem;
    }


    p {
        font-size: 25px;
        line-height: 2.5rem;
        margin-top: 3rem;
    }

    span {
        font-size: 20px;
    }

    .main-1 {
        margin-top: 7rem;
    }

    .botao-1 {
        width: 219px;
        height: 72px;
    }

    .banner-1 {
        width: 370px;
        height: 385px;
    }

    .banner-2,
    .banner-3 {
        width: 387px;
        height: 427px;
    }

    .banner-4,
    .banner-5 {
        width: 225px;
        height: 430px;
    }

    .banner-7 {
        width: 380px;
        height: 350px;
    }

    .banner-8 {
        width: 450px;
        height: 330px;
    }

    .li {
        font-size: 12px;
    }

}


@media screen and (max-width: 900px) {

    iframe {
        width: 700px;
        height: 500px;
    }

    .header-1 h1 strong {
        font-size: 25px;
    }

    h1,
    h6 {
        font-size: 25px;
    }

    h1 {
        line-height: 2rem;
    }

    h3 {
        font-size: 30px;
    }

    h2 {
        margin-top: 1rem;
        line-height: 1.8rem;
        font-size: 25px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 16px;
    }

    .banner-1 {
        width: 322px;
        height: 282px;
    }

    p {
        font-size: 30px;
        line-height: 2.5rem;
    }

    span {
        font-size: 25px;
    }

    p {
        font-size: 20px;
        line-height: 2.1rem;
        margin-top: 2rem;
    }

    span {
        font-size: 18px;
    }

    .main-1 {
        margin-top: 6rem;
    }

}


@media screen and (max-width: 850px) {

    .header-1 h1 strong {
        font-size: 22px;
    }

    h1,
    h6 {
        font-size: 22px;
    }

    h1 {
        line-height: 1.8rem;
    }

    h3 {
        font-size: 25px;
    }

    h2 {
        margin-top: 1rem;
        line-height: 1.5rem;
        font-size: 22px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 14px;
    }


    .banner-4,
    .banner-5 {
        width: 208px;
        height: 409px;
    }

    .banner-7 {
        width: 320px;
        height: 270px;
    }

    .banner-8 {
        width: 350px;
        height: 280px;
    }

    iframe {
        width: 600px;
        height: 400px;
    }

    .main-1 {
        margin-top: 5rem;
    }

    .ultima-pag {
        margin-bottom: 8rem;
    }

    .li {
        font-size: 10px;
    }

}

@media screen and (max-width: 800px) {

    .main {
        margin-top: 8rem;
    }

    .header-1 h1 strong {
        font-size: 25px;

    }

    h1,
    h6 {
        font-size: 25px;
    }

    h1 {
        line-height: 1.8rem;
    }

    h3 {
        font-size: 25px;
    }

    h2 {
        margin-top: 1rem;
        line-height: 1.8rem;
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
        margin-bottom: 1rem;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 18px;
        line-height: 1.8rem;
        margin-top: 1.8rem;
    }

    span {
        font-size: 16px;
    }

    .main-1 {
        margin-top: 4rem;
    }

}


@media screen and (max-width: 750px) {

    #menu {
        display: block;
        position: absolute;
        width: 100%;
        top: 70px;
        right: 0px;
        background-color: #000000;
        transition: 0.6s;
        z-index: 1000;
        height: 0px;
        visibility: hidden;
        overflow-y: hidden;
    }

    #nav.active #menu {
        height: calc(100vh - 70px);
        visibility: visible;
        overflow-y: auto;
    }

    #menu a {
        padding: 1rem 0;
        margin: 0 1rem;
        border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    }

    #btn-mobile {
        display: flex;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;
        gap: 0.5rem;
        color: white;
    }

    #hamburger {
        border-top: 2px solid;
        width: 20px;
        color: white;
    }

    #hamburger::after,
    #hamburger::before {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background: currentColor;
        margin-top: 5px;
        transition: 0.3s;
        position: relative;
    }

    #nav.active #hamburger {
        border-top-color: transparent;
    }

    #nav.active #hamburger::before {
        transform: rotate(135deg);

    }

    #nav.active #hamburger::after {
        transform: rotate(-135deg);
        top: -7px;
    }

    #modelo_img {
        width: 380px;
    }

    .cookies-pref {
        display: flex;
        flex-direction: column;
    }

    .cookies-save {
        width: 100px;
        height: 50px;
    }



    .header {
        gap: 3rem;
    }

    .ultima-pag {
        margin-top: 2rem;
    }

    .main-1,
    .aside-1,
    .section-1,
    .ultima-pag {
        display: flex;
        justify-content: center;
    }

    .container-buttom {
        margin-top: 4rem;
    }

    .botao-1 {
        width: 168px;
        height: 53px;
    }

    .li-1 {
        width: 70px;
    }

    .header-1 h1 strong {
        font-size: 20px;

    }

    h1,
    h6 {
        font-size: 20px;
    }

    h3 {
        font-size: 20px;
    }

    h2 {
        margin-top: 1rem;
        line-height: 1.3rem;
        font-size: 14px;
    }

    h4 {
        font-size: 14px;
        margin-bottom: 1rem;
    }

    h5 {
        font-size: 12px;
    }

    .banner-1 {
        width: 250px;
        height: 230px;
    }

    p {
        font-size: 16px;
        line-height: 1.5rem;
        margin-top: 1.5rem;
    }

    span {
        font-size: 14px;
    }

    .video,
    .conteudo,
    .botao {
        margin-top: 3rem;
    }

    .botao {
        gap: 1rem;
    }

    iframe {
        width: 500px;
        height: 300px;
    }

    .main-1,
    .aside-1 {
        margin-top: 8rem;
    }


}

@media screen and (max-width:650px) {

    .header,
    .main,
    .aside,
    .section,
    .conteudo-1 {
        gap: 1rem;
        margin: 2rem;
    }

    .header-1 h1 strong {
        font-size: 20px;
    }

    h1,
    h6 {
        font-size: 20px;
    }

    h3 {
        font-size: 20px;
    }

    h2 {
        margin-top: 0.8rem;
        line-height: 1.2rem;
        font-size: 16px;
    }

    h4 {
        font-size: 14px;
        margin-bottom: 0.8rem;
    }

    h5 {
        font-size: 12px;
    }

    p {
        font-size: 14px;
        line-height: 1rem;
        margin-top: 1rem;
    }

    span {
        font-size: 12px;
    }

    .banner-2,
    .banner-3 {
        width: 214px;
        height: 321px;
    }

    .banner-4,
    .banner-5 {
        width: 165px;
        height: 304px;
    }


    .banner-7 {
        width: 290px;
        height: 240px;
    }

    .banner-8 {
        width: 250px;
        height: 200px;
    }


    .botao-1 {
        width: 140px;
        height: 43px;
    }

    iframe {
        width: 400px;
        height: 200px;
    }

    .main-1,
    .aside-1 {
        margin-top: 3rem;
    }

    .main-1,
    .section-1 {
        margin-top: 6rem;
    }

    .ultima-pag {
        margin-bottom: 6rem;
    }

}


@media screen and (max-width:550px) {

    .banner-1 {
        width: 210px;
        height: 193px;
    }

    .header-1 h1 strong {
        font-size: 16px;

    }

    h1,
    h6 {
        font-size: 16px;
    }

    h3 {
        font-size: 16px;
    }

    h2 {
        margin-top: 0.5rem;
        line-height: 1rem;
        font-size: 12px;
    }

    h4 {
        font-size: 10px;
    }

    h5 {
        font-size: 8px;
    }

    p {
        font-size: 12px;
        line-height: 1rem;
        margin-top: 1rem;
    }

    span {
        font-size: 10px;
    }

    iframe {
        width: 350px;
        height: 180px;
    }

    .cookies-p{
        font-size: 12px;
    }
}

@media screen and (max-width:500px) {

    .header-1 h1 strong {
        font-size: 14px;

    }

    h1,
    h6 {
        font-size: 14px;
    }

    h3 {
        font-size: 14px;
    }

    h2 {
        margin-top: 0.5rem;
        line-height: 1rem;
        font-size: 12px;
    }

    h4 {
        font-size: 8px;
        line-height: 0;
    }

    h5 {
        font-size: 8px;
    }

    .banner-2,
    .banner-3 {
        width: 209px;
        height: 247px;
    }

    .banner-4,
    .banner-5 {
        width: 118px;
        height: 228px;
    }

    .banner-7 {
        width: 250px;
        height: 190px;
    }

    .banner-8 {
        width: 230px;
        height: 210px;
    }

}


@media screen and (max-width:450px) {

    .header-1 h1 strong {
        font-size: 13px;

    }

    h1,
    h6 {
        font-size: 13px;
    }

    h3 {
        font-size: 14px;
    }

    h2 {
        margin-top: 0.5rem;
        line-height: 1rem;
        font-size: 11px;
    }

    h4 {
        font-size: 9px;
    }

}

@media screen and (max-width:430px) {
    .banner-1 {
        width: 150px;
    }
}


@media screen and (max-width:410px) {

    .header-1 h1 strong {
        font-size: 12px;

    }

    h1,
    h6 {
        font-size: 12px;
    }

    h3 {
        font-size: 13px;
    }

    h2 {
        margin-top: 0.5rem;
        line-height: 0.5rem;
        font-size: 10px;
    }

    h4 {
        font-size: 8px;
    }

    .banner-1 {
        width: 120px;
        height: 150px;
    }

    .banner-2,
    .banner-3 {
        width: 143px;
        height: 203px;
    }

    .banner-4,
    .banner-5 {
        width: 78px;
        height: 163px;
    }

    .banner-7 {
        width: 230px;
        height: 180px;
    }

    .banner-8 {
        width: 185px;
        height: 157px;
    }

    iframe {
        width: 300px;
        height: 150px;
    }
}

@media screen and (max-width: 380px) {

    .header,
    .main,
    .aside,
    .section,
    .conteudo-1 {
        gap: 1rem;
        margin: 1rem;
    }

    .header,
    .main,
    .aside,
    .section,
    .conteudo-1 {
        margin-top: 4rem;
    }

    .conteudo {
        margin-top: 7rem;
    }


    .botao-1 {
        width: 100px;
        height: 33px;
    }

    .banner-2,
    .banner-3 {
        width: 105px;
        height: 179px;
    }

    .banner-4,
    .banner-5 {
        width: 88px;
        height: 173px;
    }


    .botao {
        margin-top: 1rem;
    }
}