:root {
    --cor-letra-branca: #fff;
    --cor-letra-black: #000;
    --cor-fundo-1: #a65252;

    --BG-1: url('../assets/imgs/BG1.jpg');
    --BG-2: url('../assets/imgs/BG-2.png');
    --BG-3: url('');
    --BG-4: url('../assets/bg4.jpg');
    --BG-5: url('../assets/bg5.jpg');
    --BG-6: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../assets/imgs/BG6.jpg');
    --BG-7: url('../assets/bg7.jpg');
    --BG-8: url('../assets/BG-Bonus.jpg');
    --BG-9: url('../assets/BG-Bonus2.jpg');
}

@font-face {
    font-family: 'bold';
    src: url('../fonts/font-bold.otf') format('opentype');
}

@font-face {
    font-family: 'medium';
    src: url('../fonts/font-medium.otf') format('opentype');
}

@font-face {
    font-family: 'regular';
    src: url('../fonts/font-regular.otf') format('opentype');
}

html {
    display: flex;
    justify-content: center;
    scroll-behavior: smooth;
    background-color: #000000;
}

body {
    color: var(--color-letra);
    max-width: 1800px;
    color: white;
}

img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    max-width: 100%;
    height: auto;
}

.tam-p {
    font-size: 1.2em;
}

/* ====== 1 Feature  ====== */

#feature-1 {
    background-image: var(--BG-1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding: 2em 0;
}

.container1-bg1 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 10rem;
    gap: 1rem;
}

.container1-bg1 img {
    max-width: 20%;
}

.container1-bg1 h2 {
    color: black;
}

.container2-bg1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
}

.container2-bg1 {
    max-width: 25%;
}

.container2-bg1 img {
    margin-top: 20rem;
    max-width: 70%;
}

.p1 {
    background-color: white;
    font-size: larger;
    color: rgb(45, 171, 255);
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 2em;
}

.p2 {
    color: white;
    font-size: 27px;
}

.container3-bg1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-top: 2rem;
    gap: 6rem;
}

.container3-bg1 p {
    padding-top: 2rem;
}

.p3 {
    font-size: 2em;
    font-weight: bold;
    color: black;
}

.p4 {
    font-size: 20px;
    color: black;
}

.p5 {
    font-size: 4rem;
    font-weight: bold;
}

.p6 {
    margin-top: 9rem;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
}

.container-pai {
    display: flex;
}

/* ====== Media Queries - Tablet 839px ====== */
@media screen and (max-width: 839px) {
    html {
        overflow-x: hidden;
    }

    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .container-pai {
        flex-direction: column;
        align-items: center;
    }

    .container1-bg1 {
        padding-left: 3rem;
        padding-right: 3rem;
        width: 100%;
        max-width: 100%;
    }

    .container1-bg1 h2 {
        max-width: 100%;
        font-size: 2.2rem;
    }

    .p3 {
        max-width: 100%;
        font-size: 1.6rem;
    }

    .p4 {
        max-width: 100%;
        font-size: 1.1rem;
    }

    .container2-bg1 {
        max-width: 55%;
        margin-top: 2rem;
    }

    .container2-bg1 img {
        margin-top: 0rem;
        max-width: 100%;
    }

    .container3-bg1 {
        max-width: 100%;
        flex-direction: column;
        gap: 2.5rem;
        padding: 1.5rem;
    }

    .container3-bg1 img {
        max-width: 220px;
    }

    /* Feature 2 - Tablet 839px */
    .container-bg2 {
        flex-wrap: wrap;
        gap: 2rem;
        padding: 1rem;
    }

    .assets1-bg2 {
        width: calc(50% - 1rem);
        min-width: 220px;
    }

    /* Feature 3 - Tablet 839px */
    .container-bg3 {
        flex-wrap: wrap;
        gap: 2rem;
        padding: 1.5rem;
    }

    .assets1-bg3 {
        width: calc(50% - 1rem);
        min-width: 220px;
    }

    .p-title {
        font-size: 1.3rem;
    }

    .p-sub {
        font-size: 1.1rem;
    }

    /* Feature 4 - Tablet 839px */
    .container-bg4 {
        padding: 1.5rem;
    }

    .container-bg4 img {
        max-width: 85%;
    }

    .container-bg4 p {
        padding: 0 1.5rem;
        font-size: 1rem;
    }

    /* Feature 5 - Tablet 839px */
    #feature-5 {
        height: auto;
        min-height: 55vh;
    }

    .container-bg5 h4 {
        font-size: 2.2rem;
    }

    .container-bg5 h2 {
        font-size: 2.8rem;
    }

    .container-bg5 p {
        font-size: 1.1rem;
        padding: 0 2.5rem;
        text-align: center;
    }

    /* Feature 6 - Tablet 839px */
    .container-bg6 {
        padding: 1.5rem;
        flex-direction: column;
    }

    .assets1-bg6 {
        padding: 1.5rem;
    }

    .assets1-bg6 h4 {
        font-size: 1.6rem;
    }

    .assets1-bg6 h2 {
        font-size: 2.2rem;
    }

    .assets1-bg6 p {
        font-size: 1.2rem;
        padding: 0 1.5rem;
    }

    .assets2-bg6 p {
        text-align: center;
    }

    .assets2-bg6 h2,
    h4 {
        text-align: center;
    }

    /* Feature 7 - Tablet 839px */
    .container-bg7 {
        flex-direction: column;
        gap: 2.5rem;
        padding: 1rem;
    }

    .assets1-bg7,
    .assets2-bg7 {
        width: 100%;
        max-width: 85%;
    }

    .assets1-bg7 img,
    .assets2-bg7 img {
        max-width: 100%;
    }

    .assets1-bg7 p,
    .assets2-bg7 p {
        max-width: 85%;
        font-size: 1.2rem;
    }

    .title-7 {
        font-size: 2.2rem;
    }

    .container-pai3 h4,
    .container-pai3 h3 {
        font-size: 1.9rem;
        padding: 0 1.5rem;
    }

    .h3-pai {
        font-size: 1.9rem;
        padding: 0 1.5rem;
    }

    .container-pai4 h3 {
        font-size: 1.9rem;
        padding: 0 1.5rem;
    }

    /* Ajustes gerais para tablet 839px */
    section {
        width: 100%;
        overflow-x: hidden;
    }

    #feature-1 {
        background-size: cover;
        background-position: center;
    }

    #feature-5 {
        background-size: cover;
        background-position: center;
    }

    #feature-6 {
        background-size: cover;
        background-position: center;
    }

    .container-pai2 {
        padding: 0 2.5rem;
    }

    .container-pai3 {
        padding: 0 2.5rem;
    }

    .container-pai4 {
        padding: 0 2.5rem;
    }

    .container-pai5 {
        padding: 0 2.5rem;
    }

    .container-pai6 {
        padding: 0 2.5rem;
    }
}

/* ====== Media Queries - Tablet 768px ====== */
@media screen and (max-width: 768px) {
    .container1-bg1 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .container1-bg1 h2 {
        font-size: 2rem;
    }

    .p3 {
        font-size: 1.5rem;
    }

    .p4 {
        font-size: 1rem;
    }

    .container2-bg1 {
        max-width: 50%;
    }

    .container3-bg1 {
        gap: 2rem;
        padding: 1rem;
    }

    .container3-bg1 img {
        max-width: 200px;
    }

    /* Feature 2 - Tablet 768px */
    .container-bg2 {
        gap: 1.5rem;
        padding: 1rem;
    }

    .assets1-bg2 {
        width: calc(50% - 1rem);
        min-width: 200px;
    }

    /* Feature 3 - Tablet 768px */
    .container-bg3 {
        gap: 1.5rem;
        padding: 1rem;
    }

    .assets1-bg3 {
        width: calc(50% - 1rem);
        min-width: 200px;
    }

    .p-title {
        font-size: 1.2rem;
    }

    .p-sub {
        font-size: 1rem;
    }

    /* Feature 4 - Tablet 768px */
    .container-bg4 {
        padding: 1rem;
    }

    .container-bg4 img {
        max-width: 90%;
    }

    .container-bg4 p {
        padding: 0 1rem;
        font-size: 0.95rem;
    }

    /* Feature 5 - Tablet 768px */
    #feature-5 {
        min-height: 50vh;
    }

    .container-bg5 h4 {
        font-size: 2rem;
    }

    .container-bg5 h2 {
        font-size: 2.5rem;
    }

    .container-bg5 p {
        font-size: 1rem;
        padding: 0 2rem;
    }

    /* Feature 6 - Tablet 768px */
    .container-bg6 {
        padding: 1rem;
        flex-direction: column;
    }

    .assets1-bg6 {
        padding: 1rem;
    }

    .assets1-bg6 h4 {
        font-size: 1.5rem;
    }

    .assets1-bg6 h2 {
        font-size: 2rem;
    }

    .assets1-bg6 p {
        font-size: 1rem;
        padding: 0 1rem;
    }

    /* Feature 7 - Tablet 768px */
    .container-bg7 {
        gap: 2rem;
        padding: 1rem;
    }

    .assets1-bg7,
    .assets2-bg7 {
        max-width: 90%;
    }

    .assets1-bg7 p,
    .assets2-bg7 p {
        max-width: 90%;
        font-size: 0.95rem;
    }

    .title-7 {
        font-size: 2rem;
    }

    .container-pai3 h4,
    .container-pai3 h3 {
        font-size: 1.8rem;
        padding: 0 1rem;
    }

    .h3-pai {
        font-size: 1.8rem;
        padding: 0 1rem;
    }

    .container-pai4 h3 {
        font-size: 1.8rem;
        padding: 0 1rem;
    }

    .container-pai2 {
        padding: 0 2rem;
    }

    .container-pai3 {
        padding: 0 2rem;
    }

    .container-pai4 {
        padding: 0 2rem;
    }

    .container-pai5 {
        padding: 0 2rem;
    }

    .container-pai6 {
        padding: 0 2rem;
    }
}

/* ====== Media Queries - Mobile (479px) ====== */
@media screen and (max-width: 479px) {
    html {
        overflow-x: hidden;
    }

    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    /* Feature 1 - Mobile */
    .container-pai {
        flex-direction: column;
        align-items: center;
    }

    .container1-bg1 {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
    }

    .container1-bg1 h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .p3 {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .p4 {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .container2-bg1 {
        max-width: 80%;
        margin-top: 1.5rem;
    }

    .container3-bg1 {
        gap: 1.5rem;
        padding: 1rem;
    }

    .container3-bg1 img {
        max-width: 150px;
    }

    /* Feature 2 - Mobile */
    .h3-pai {
        font-size: 1.5rem;
        padding: 0 1rem;
        margin-bottom: 1rem;
    }

    .container-bg2 {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1rem;
    }

    .assets1-bg2 {
        width: 100%;
        max-width: 280px;
    }

    .assets1-bg2 img {
        max-width: 100%;
    }

    .assets1-bg2 p {
        font-size: 1rem;
        margin: 0.5rem 0;
    }

    .assets1-bg2 button {
        width: 120px;
        height: 45px;
        font-size: 0.9rem;
    }

    /* Feature 3 - Mobile */
    .container-pai3 h4,
    .container-pai3 h3 {
        font-size: 1.4rem;
        padding: 0 1rem;
        line-height: 1.3;
    }

    .container-bg3 {
        flex-direction: column;
        gap: 2rem;
        padding: 1rem;
        transform: translateX(2rem);
    }

    .assets1-bg3 {
        width: 100%;
        max-width: 280px;
    }

    .assets1-bg3 img {
        max-width: 80px;
    }

    .p-title {
        font-size: 1rem;
        padding-top: 0.5rem;
    }

    .p-sub {
        font-size: 0.85rem;
        padding-top: 0.5rem;
    }

    /* Feature 4 - Mobile */
    .container-pai4 h3 {
        font-size: 1.4rem;
        padding: 0 1rem;
        text-align: center;
        line-height: 1.3;
    }

    .container-bg4 {
        padding: 1rem;
        gap: 1.5rem;
    }

    .container-bg4 img {
        max-width: 100%;
    }

    .container-bg4 p {
        font-size: 0.85rem;
        line-height: 1.5;
        text-align: center;
        padding: 0 0.5rem;
    }

    /* Feature 5 - Mobile */
    #feature-5 {
        height: auto;
        min-height: 40vh;
        padding: 2rem 1rem;
    }

    .container-bg5 {
        padding: 1rem;
    }

    .container-bg5 h4 {
        font-size: 1.5rem;
        text-align: center;
    }

    .container-bg5 h2 {
        font-size: 1.8rem;
        text-align: center;
        margin: 0.5rem 0;
    }

    .container-bg5 p {
        font-size: 0.85rem;
        padding: 0 1rem;
        text-align: center;
        line-height: 1.5;
    }

    /* Feature 6 - Mobile */
    #feature-6 {
        padding: 2rem 1rem;
    }

    .container-bg6 {
        padding: 1rem;
        margin-top: -5rem;
        flex-direction: column;
    }

    .assets1-bg6 {
        padding: 1rem;
        margin-top: 2rem;
        align-items: start;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .assets1-bg6 h4 {
        font-size: 1.3rem;
    }

    .assets1-bg6 h2 {
        font-size: 1.6rem;
    }

    .assets1-bg6 p {
        font-size: 1.2rem;
        line-height: 1.6;
        padding: 0 0.5rem;
    }

    /* Feature 7 - Mobile */
    #feature-7 {
        padding: 2rem 1rem;
    }

    .title-7 {
        font-size: 1.5rem;
        padding: 0 1rem;
        margin-bottom: 1.5rem;
    }

    .container-bg7 {
        flex-direction: column;
        gap: 2rem;
        padding: 0;
    }

    .assets1-bg7,
    .assets2-bg7 {
        width: 100%;
        max-width: 100%;
        padding: 1.5rem 1rem;
    }

    .assets1-bg7 img,
    .assets2-bg7 img {
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .assets1-bg7 h4,
    .assets2-bg7 h4 {
        font-size: 1.2rem;
        text-align: center;
        margin: 0.5rem 0;
        line-height: 1.3;
    }

    .assets1-bg7 p,
    .assets2-bg7 p {
        max-width: 100%;
        font-size: 1.1rem;
        line-height: 1.6;
        text-align: center;
    }

    /* Ajustes gerais para mobile */
    section {
        width: 100%;
        overflow-x: hidden;
    }

    #feature-1 {
        background-size: cover;
        background-position: center;
        padding: 1.5rem 0;
    }

    #feature-2 {
        padding: 2rem 0;
    }

    #feature-3 {
        padding: 2rem 0;
    }

    #feature-4 {
        padding: 2rem 0;
    }

    #feature-5 {
        background-size: cover;
        background-position: center;
        padding: 2rem 1rem;
    }

    #feature-6 {
        background-size: cover;
        background-position: center;
        padding: 2rem 1rem;
    }

    #feature-7 {
        padding: 2rem 0;
    }

    .container-pai2 {
        padding: 0 1rem;
    }

    .container-pai3 {
        padding: 0 1rem;
    }

    .container-pai4 {
        padding: 0 1rem;
    }

    .container-pai5 {
        padding: 0 1rem;
    }

    .container-pai6 {
        padding: 0 1rem;
    }
}

/* ====== 2 Feature ====== */

#feature-2 {
    background-color: black;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding: 2em 0;
}

.container-bg2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 1rem;
}

.h3-pai {
    text-align: center;
}

.assets1-bg2 {
    padding: 2rem;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.assets1-bg2 p {
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
}

.assets1-bg2 button {
    width: 150px;
    height: 50px;
    background-color: #76b900;
    border-color: transparent;
}

.assets1-bg2 button a {
    text-decoration: none;
    color: black;
    font-size: 1.2rem;
    font-weight: bold;
}

/* ====== 3 Feature ====== */

#feature-3 {
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding: 2em 0;
}

.container-pai3 h4,
h3 {
    text-align: center;
}

.container-bg3 {
    margin-top: 4rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding: 2rem;
}

.container-bg3 img {
    align-items: center;
    justify-content: center;
}

.assets1-bg3 {
    align-items: center;
    text-align: center;
}

.assets1-bg3 p {
    padding-top: 1rem;
}

.p-title {
    font-size: 1.4rem;
}

.p-sub {
    font-size: 1.2rem;
}

/*  ====== 4 Feature ====== */

#feature-4 {
    background-color: #000000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding: 2em 0;
}

.container-bg4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}

.container-bg4 p {
    color: #666666;
}

/* ====== 5 Feature ====== */

#feature-5 {
    background-color: black;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding: 2em 0;
}

.container-pai5 {
    margin-top: 4rem;
}

.container-bg5 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -8.5rem;
}

.container-bg5 p {
    font-size: 1rem;
    text-align: center;
}

.assets1-bg5 {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.assets1-bg5 img {
    max-width: 100%;
}

/* ====== 6 Feature ====== */

#feature-6 {
    background-color: black;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding: 2em 0;
}

.container-bg6 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.assets1-bg6 {
    margin-top: 2rem;
    max-width: 30%;
    align-items: start;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.assets1-bg6-2 {
    margin-top: 2rem;
    max-width: 100%;
    align-items: start;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.assets2-bg6 {
    margin-top: 2rem;
}



/* ====== 7 Feature ====== */

#feature-7 {
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding: 2em 0;
}

.container-bg7 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.assets1-bg7 {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
}

.assets3-bg7 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    padding: 2rem;
}

.assets3-bg7 p {
    text-align: center;
}

.assets1-bg7 p {
    max-width: 60%;
}

.assets2-bg7 {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
}

.assets2-bg7 p {
    max-width: 60%;
}

.title-7 {
    text-align: center;
}

.h4-mobile {
    text-align: center;
}