﻿/* first section */

.first-section {
    width: 100%;
    height: 850px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.first-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 50px 50px 50px;
    box-sizing: border-box;
    overflow: hidden;
}

.first-title {
    color: #fff;
    font-size: 55px;
    font-weight: 900;
    width: 25%;
    text-align: start;
    line-height: 1;
}

.first-content-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    height: 100%;
    padding-top: 150px;
    overflow: hidden;
}

.box {
    width: 420px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(40px);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    box-sizing: border-box;
    flex: 1;
    height: 100%;
    color: white;
}

.box-container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.box h1 {
    font-size: 25px;
    font-weight: 500;
}

    .box h2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 1;
    }

    .box p {
        font-size: 25px;
        font-weight: 500;
        line-height: 1;
    }

.box-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.box-flex-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
}


.box-flex img {
    width: 45px;
    height: auto;
}

.carousel-container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.carousel-track {
    display: flex;
    width: calc(350px * 10);
    gap: 20px;
    animation: scroll 210s linear infinite;
}

.card {
    min-width: auto;
    background-color: white;
    padding: 5px 20px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    color: black;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
    font-weight: 500;
    font-size: 20px;
}

    .card img {
        width: 45px;
        height: auto;
        object-fit: cover;
    }


.card-carreira {
    min-width: auto;
    background-color: white;
    padding: 12px 25px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    color: black;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
    font-weight: 500;
    font-size: 20px;
}

    .card-carreira img {
        width: 30px;
        height: auto;
        object-fit: cover;
    }

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-1280px); /* 320px * 4 */
    }
}





/* second section */

.second-section {
    width: 100%;
}

.second-overlay {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
}

.second-title {
    color: black;
    font-size: 55px;
    font-weight: 500;
    width: 25%;
    text-align: start;
    line-height: 1;
}

/* third section */


.third-section {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 0 50px;
    margin-top: -50px;
    overflow-y: hidden;
}

.third-card {
    display: flex;
    gap: 10px;
    align-items: center;
}

.third-card div{
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.third-title-back {
    color: white;
    background-color: #E40E18;
    border-radius: 50px;
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
    width: 120px;
    text-align: center;
}

.third-paragraph {
    color: black;
    font-size: 20px;
    font-weight: 400;
    text-align: start;
    line-height: 1;
}

.counter {
    color: black;
    font-size: 11em;
    font-weight: 500;
    width: 100%;
    text-align: start;
    line-height: 1;
}

.third-title:last-child {
    padding-right: 50px;
}

/* fourth section */

.fourth-section {
    width: 100%;
}

.fourth-overlay {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    gap: 450px;
}

.fourth-content-left {
    display: flex;
    gap: 40px;
    flex-direction: column;
}

    .fourth-content-left div:first-child {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .fourth-content-left div:last-child {
        width: 50%;
    }

.fourth-content-right {
    display: flex;
}

.fourth-title {
    color: black;
    font-size: 55px;
    font-weight: 500;
    width: 100%;
    text-align: start;
    line-height: 1;
}

.fourth-paragraph {
    color: black;
    font-size: 37px;
    font-weight: 400;
    width: 109%;
    text-align: start;
    line-height: 1;
}

/* central section */

.image-overlay-section {
    position: relative;
    overflow: hidden; 
}

.central-image-container {
    position: absolute;
    top: 31%; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; 
    width: 100%;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.central-image {
    max-width: 100%;
    height: auto;
    max-height: 600px;
}



/* fifth section */

.fifth-section {
    width: 100%;
}

.fifth-overlay {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}

.fifth-content-left-site {
    display: flex;
    gap: 20px;
}

.fifth-card {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

    .fifth-card div {
        display: flex;
        gap: 20px;
        align-items: center;
        background-color: #F4F4F4;
        padding: 5px 15px;
        border-radius: 15px;
        white-space: nowrap;
        font-weight: 500;
    }

    .fifth-card img {
        width: 40px;
        height: 40px;
    }


.fifth-content-right {
    width: 30%;
}

.fifth-content-right img {
    display: none;
    border-radius: 5px;
}

.fifth-paragraph {
    color: black;
    font-size: 37px;
    font-weight: 400;
    width: 100%;
    text-align: end;
    line-height: 1;
}


/* sixth section */

.sixth-section {
    display: none;
}


/* seventh section */


.seventh-section {
    width: 100%;
}

.seventh-overlay {
    display: flex;
    flex-direction: column;
    padding: 50px 50px;
    gap: 40px;
}

.seventh-content-left {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 500;
    font-size: 30px;
}

.seventh-content-right {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    max-height: 300px;
}

.seventh-content-right-img {
    max-height: 350px;
}

.seventh-content-right-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    background-color: #F4F4F4;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    height: 350px;
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    justify-content: center;
}

.seventh-content-right-link {
    max-width: 450px;
}

.seventh-content-right-section {
    display: flex;
    gap: 40px;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
}

.seventh-content-right-section div{
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
}


    .seventh-content-right-section div img {
        width: 40px;
        height: auto;
    }



/* octave section */


.octave-section {
    width: 100%;
}

.octave-overlay {
    display: flex;
    flex-direction: column;
    padding: 0 50px;
    gap: 30px;
}

.octave-content-left {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 500;
    font-size: 30px;
}

.octave-title {
    color: black;
    font-size: 55px;
    font-weight: 500;
    width: 100%;
    text-align: start;
    line-height: 1;
}

.octave-content-right {
    display: flex;
    gap: 20px;
}

.octave-content-right-card {
    background-color: black;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    gap: 20px;
    min-width: 800px;
    max-width: 800px;
}

.octave-content-right-card2 {
    background-color: #F4F4F4;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    min-width: 800px;
    max-width: 800px;
}

.octave-content-right-star img {
    filter: invert(100%);
}

.octave-content-right-company {
    display: flex;
    gap: 20px;
    align-items: center;
}

.octave-content-right-company div {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 18px;
}

    .octave-content-right-company img {
        width: 60px;
        height: auto;
        background-color: white;
        border-radius: 20px;
        padding: 10px;
    }


/* carrossel de parceiros */
.partners-carousel {
    overflow: hidden;
    position: relative;
    padding: 50px;
}

.carousel-track {
    display: flex;
    animation: scroll 40s linear infinite;
    will-change: transform;
}

.carousel-item {
    flex: 0 0 auto;
    margin-right: 35px;
}

.partner-logo {
    height: 65px;
    width: auto;
    object-fit: contain;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}






@media only screen and (min-width: 1000px) and (max-width: 1600px) {
    /* first section */

    .first-title {
            font-size: 40px;
        }

        /* second section */

        .second-title {
            width: 50%;
        }

        /* fourth section */

        .fourth-section {
            width: 100%;
        }

        .fourth-overlay {
            gap: 100px;
        }

        .fourth-content-left {
            min-width: 60%;
        }

            .fourth-content-left div:first-child {
                display: flex;
                gap: 30px;
                flex-direction: column;
            }

            .fourth-content-left div:last-child {
                width: 100%;
            }

        .fourth-content-right {
            display: flex;
        }

        .fourth-title {
            color: black;
            font-size: 55px;
            font-weight: 500;
            width: 100%;
            text-align: start;
            line-height: 1;
        }

        .fourth-paragraph {
            color: black;
            font-size: 37px;
            font-weight: 400;
            width: 100%;
            text-align: start;
            line-height: 1;
        }

        /* central section */

        .central-image-container {
            display: none;
        }

        /* fifth section */

    .fifth-overlay {
        padding: 0 50px 50px 50px;
    }

    .fifth-content-right {
        width: 50%;
    }

    /* seventh section */

    .seventh-overlay {
        display: flex;
        flex-direction: column;
        padding: 50px;
        gap: 80px;
    }

    .seventh-content-right-img {
        min-height: 400px;
    }

    .seventh-content-right-text {
        height: 400px;
        font-size: 30px;
    }


    .octave-overlay {
        margin-top: 40px;
    }




    }

    @media only screen and (min-width: 768px) and (max-width: 1000px) {

        /* first section */

        .first-overlay {
            flex-direction: column-reverse;
            padding: 20px;
            gap: 30px;
        }

        .first-title {
            width: 100%;
            font-size: 40px;
            text-align: center;
            margin-bottom: 20px;
        }

        .first-content-right {
            padding-top: 85px;
            width: 100%;
        }

        .box {
            width: 100%;
        }

        /* second section */

        .second-title {
            width: 50%;
            font-size: 45px;
        }

        /* third section */

        .third-section {
            overflow-x: auto;
            overflow-y: hidden;
        }

        /* fourth section */

        .fourth-section {
            width: 100%;
        }

        .fourth-overlay {
            width: 100%;
            padding: 50px 20px;
            width: 100%;
        }

        .fourth-content-left {
            display: flex;
            gap: 40px;
            flex-direction: column;
        }

            .fourth-content-left div:last-child {
                width: 100%;
            }

        .fourth-content-right {
            display: none;
        }

        .fourth-title {
            font-size: 40px;
            text-align: center;
        }

        .fourth-paragraph {
            font-size: 22px;
            text-align: center;
        }

        /* central section */

        .central-image-container {
            display: none;
        }


        /* fifth section */


        .fifth-overlay {
            padding: 0 20px;
            flex-direction: row;
        }

        .fifth-content-left-site {
            display: flex;
            gap: 10px;
            flex-direction: column;
        }

        .fifth-card {
            gap: 10px;
        }


        .fifth-content-right {
            width: 40%;
        }

            .fifth-content-right img {
                display: block;
                width: auto;
                height: 250px;
                object-fit: cover;
            }

        .fifth-paragraph {
            display: none;
        }


        /* seventh section */



        .seventh-overlay {
            padding: 20px;
        }

        .seventh-overlay {
            gap: 10px;
            margin-top: 60px;
        }

        .seventh-content-right {
            max-height: 100%;
        }

        .seventh-content-right-img {
            display: none;
        }

        .seventh-content-right-text {
            font-size: 22px;
            height: 100%;
        }

        .seventh-content-right-section {
            flex-direction: column;
            font-size: 25px;
            width: 70%;
            justify-content: center;
            gap: 10px;
        }

            .seventh-content-right-section div {
                align-items: center;
                justify-content: center;
            }

        /* octave section */

        .octave-overlay {
            padding: 20px;
        }

        .octave-title {
            font-size: 40px;
        }

        .octave-content-right-card {
            min-width: 600px;
            max-width: 600px;
        }

        .octave-content-right-card2 {
            min-width: 600px;
            max-width: 600px;
        }


       

    }

    @media (max-width: 768px) {

        /* first section */

        .first-section {
            height: 950px;
        }

        .first-overlay {
            flex-direction: column-reverse;
            padding: 20px;
            gap: 30px;
        }

        .first-title {
            width: 100%;
            font-size: 40px;
            text-align: center;
            margin-bottom: 20px;
        }

        .first-content-right {
            padding-top: 85px;
            width: 100%;
        }

        .box {
            width: 100%;
        }

        /* second section */
        .second-section {
            margin-bottom: 0px;
        }

        .second-overlay {
            flex-direction: column;
            gap: 25px;
            padding: 20px;
        }

            .second-overlay div {
                width: 100%;
            }

        .second-title {
            width: 100%;
            font-size: 40px;
            padding-right: 20px;
        }

        /* third section */

        .third-section {
            overflow-x: auto;
            overflow-y: hidden;
            margin-bottom: -30px;
        }

        .third-overlay {
            padding: 0 20px;
            margin-top: 20px;
        }


        .third-title-back {
            padding: 12px;
            font-size: 12px;
            width: 100px;
        }

        .third-paragraph {
            font-size: 17px;
        }

        .third-title {
            font-size: 12em;
        }

        /* fourth section */

        .fourth-section {
            width: 100%;
        }

        .fourth-overlay {
            width: 100%;
            padding: 50px 20px;
            width: 100%;
        }

        .fourth-content-left {
            display: flex;
            gap: 40px;
            flex-direction: column;
        }

            .fourth-content-left div:last-child {
                width: 100%;
            }

        .fourth-content-right {
            display: none;
        }


        .fourth-title {
            font-size: 40px;
        }

        .fourth-paragraph {
            font-size: 22px;
        }

        /* central section */

        .central-image-container {
            display: none;
        }

        /* fifth section */

        .fifth-section {
            width: 100%;
            margin-top: -20px;
        }

        .fifth-overlay {
            padding: 0 20px;
            flex-direction: row;
            z-index: 1;
        }

        .fifth-content-left-site {
            display: flex;
            gap: 10px;
            flex-direction: column;
        }

        .fifth-card {
            gap: 10px;
        }


        .fifth-content-right {
            width: 40%;
        }

            .fifth-content-right img {
                display: block;
                width: auto;
                height: 250px;
                object-fit: cover;
            }

        .fifth-paragraph {
            display: none;

        }

        /* sixth section */

        .sixth-section {
            display: block;
            position: relative;
        }

        .sixth-overlay {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
            z-index: 2;
        }

        .sixth-content-left {            
            position: absolute;
            top: -40px;
            left: -21%;
            transform: translateX(0%);
            z-index: 10;
            width: 100%;
            display: flex;
            justify-content: center;
            pointer-events: none;            
        }

        .sixth-central-image {
            max-width: 100%;
            height: auto;
            max-height: 300px;
            z-index: 1001;
        }

        .sixth-content-right {
            display: flex;
            width: 40%;
            align-items: flex-end;
            justify-content: flex-end;
            text-align: right;
            margin-left: auto;
        }

        .sixth-paragraph {
            color: black;
            font-size: 22px;
            font-weight: 400;
            width: 100%;
            text-align: right; 
            line-height: 1;
        }


        /* seventh section */



        .seventh-overlay {
            padding: 20px;
        }

        .seventh-overlay {
            gap: 10px;
            margin-top: 60px;
        }

        .seventh-content-right {
            max-height: 100%;
        }

            .seventh-content-right-img {
                display: none;
            }

        .seventh-content-right-text {
            font-size: 22px;
            height: 100%;
        }

        .seventh-content-right-section {
            flex-direction: column;
            font-size: 25px;
            width: 70%;
            justify-content:center;
            gap: 10px;
        }

        .seventh-content-right-section div {
            align-items: center;
            justify-content: center;
        }


        /* octave section */

        .octave-overlay {
            padding: 20px;
            margin-bottom: -20px;
        }

        .octave-title {
            font-size: 40px;
        }

        .octave-content-right-card {
            min-width: 360px;
            max-width: 360px;
        }

        .octave-content-right-card2 {
            min-width: 360px;
            max-width: 360px;
        }




    }