@font-face {
    font-family: 'EdoSZ';
    src: url('../fonts/EdoSZ.eot');
    src: url('../fonts/EdoSZ.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EdoSZ.woff2') format('woff2'),
        url('../fonts/EdoSZ.woff') format('woff'),
        url('../fonts/EdoSZ.ttf') format('truetype'),
        url('../fonts/EdoSZ.svg#EdoSZ') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('../fonts/Gotham-Font/GothamMedium.ttf');
    /* Define the source for Gotham Medium */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Black';
    src: url('../fonts/Gotham-Font/Gotham-Black.otf');
    /* Define the source for Gotham Black */
    font-weight: bold;
    /* Use font-weight bold for Gotham Black */
    font-style: normal;
    font-display: swap;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    /* list-style: none; */
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    overflow: hidden;
}

.header {
    width: 100%;
    background-color: black;
    padding: 20px 50px 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-text {
    color: #FFD700 !important;
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
}

.header-icons ul {
    display: flex;
    column-gap: 10px;
    list-style: none;
}

.header-icons img {
    width: 30px;
}

.banner {
    background-image: url("../images/banner.png");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}

.forum-div {
    border-radius: 25px;
    background-color: #1C7BF2;
    padding: 3%;
}

.forum-heading {
    font-size: 38px;
    color: white;
    text-align: center;
    font-family: "EdoSZ";
    line-height: 40px;

}

.forum-heading2 {
    font-size: 38px;
    color: black;
    text-align: center;
}

.forum-allInputs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.forum-input {
    width: 100%;
    border: none;
    background: none;
    border-bottom: 2px solid white;
    margin-bottom: 10px;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
}
.forum-input:focus {
    background-color: transparent;
    color: #fff;
}

.forum-input::placeholder {
    color: white;
}

.forum-input:focus {
    outline: none;
}

.submit-btn {
    padding: 10px 20px 10px 20px;
    background-color: #FFD700;
    border-radius: 10px;
    border: none;
    font-weight: 500;
    color: black;
}

.center-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-text-div {
    background-color: #FFD700;
    padding: 10px 15px;
}

.text-wrapper {
    display: flex;
    left: 100%;
    width: 100%;
    white-space: nowrap;
    font-size: 30px;
    font-weight: 600;
    margin-right: 60px;
    margin-bottom: auto;
}

.text-wrapper img {
    padding-right: 10px;
}

#text-wrapper1 {
    animation: animafaixa 4s linear infinite;
}

@keyframes animafaixa {
    from { transform: translateX(0)
    } 
    to { transform: translateX(-100%)
    }
}

.banner-text-alignment {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    justify-content: center;
}

.banner-text-alignment2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.banner-text {
    font-size: 27px;
    margin-right: 20px;
    font-weight: 500;
    margin-bottom: 0;
    font-family: "Gotham Medium";
}

.third-section-heading {
    font-size: 35px;
    margin-left: 10px !important;
    margin: 0;
    font-family: "EdoSZ";
    line-height: 40px;
    margin-bottom: 0;
}

/* .container-left-side {
    padding-left: 80px
} */

.yellow-line {
    width: 7px;
    height: 40px;
    background-color: #FFD700;
}

.align-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
}

.paragraph-text {
    font-size: 17px;
    line-height: 30px;
}

.laptop-img img {
    width: 100%;
}

/* ABF Section Styles */
.abf-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.abf-section-heading {
    font-size: 35px;
    margin-left: 10px !important;
    margin: 0;
    font-family: "EdoSZ";
    line-height: 40px;
    margin-bottom: 0;
    color: #1C7BF2;
}

.abf-content {
    padding-right: 30px;
}

.abf-logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

.abf-logo {
    max-width: 280px;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.abf-logo-text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

@media (max-width: 768px) {
    .abf-content {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .abf-logo-container {
        margin: 10px;
    }
    
    .abf-logo {
        max-width: 220px;
    }
}

.black-side {
    background-color: black;
    padding: 7% 4% !important;
}

.yellow-side {
    background-color: #FFD700;
    padding: 7% 4% 7% 6%!important;
    position: relative;
}

.black-side-white-text {
    font-size: 64px;
    font-family: "EdoSZ";
    text-align: left;
    color: white;
    line-height: 64px;
}

.black-side-yellow-text {
    font-family: "EdoSZ";
    text-align: left;
    color: #FFD700;
}

.black-side-blue-text {
    font-family: "EdoSZ";
    text-align: left;
    color: #1C7BF2;
}

.align-image-text {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.mission {
    color: white;
    font-size: 28px;
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 700;
}

.movimento {
    color: white;
    font-size: 28px;
    padding-left: 30px;
}

.black-text {
    font-size: 28px;
    text-align: right;
}

.black-text-bold {
    font-weight: 700;
    text-align: right;
}

.setting-image {
    display: flex;
    justify-content: center;
    padding-left: 40%;
}

.studio-div {
    position: relative;
    width: 100%;
    margin-top: 10px;
    z-index: 2;
}

.men-div {
    position: absolute;
    bottom: 10px;
    left: -140px;
    z-index: 1;
}

.men-div img {
    width: 85%;
    object-fit: contain;
}

.blue-background {
    background-color: #1C7BF2;
    padding-top: 50px;
    padding-bottom: 50px;
}

.fifth-section-heading {
    font-size: 50px;
    line-height: 40px;
    margin-left: 10px !important;
    margin: 0;
    font-family: "EdoSZ";
    color: white;
}

.white-list {
    background-color: white;
    border-radius: 20px;
    padding: 4% !important;
}

.three-men-div img {
    width: 100%;
    margin-left: 7%;
}

.align-text2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.white-list-heading {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    line-height: 24px;
    font-family: "Gotham Black";
}

.ul-styling {
    padding-left: 15px;
    margin-top: 10px;
}

.list-text {
    font-size: 24px;
    font-family: "Gotham Medium";

}

.black-background {
    background-color: black;
    padding-top: 30px;
    padding-bottom: 120px;
}

.modelos {
    font-size: 64px;
    font-family: "EdoSZ";
    text-align: center;
    color: white;
}

.sixth-section-blue-side {
    background-color: #1C7BF2;
    border-radius: 29px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding: 7% 4%;
}

.sixth-section-yellow-side {
    background-color: #FFDE38;
    border-radius: 29px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding: 7% 4%;
}

.medelos-ui {
    margin-top: 10%;
    padding-left: 35px;
}

.area-li {
    font-size: 22px;
    text-align: left;
    color: white;
    font-family: "Montserrat", sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}

.area-li-yellow-side {
    font-size: 22px;
    text-align: left;
    color: black;
    font-family: "Montserrat", sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}

.area-li-yellow-side-bold {
    font-size: 22px;
    text-align: left;
    color: black;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.area-li-bold {
    font-size: 22px;
    text-align: left;
    color: white;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.six-section-row {
    /* gap: 30px;
    flex-wrap: nowrap !important; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 7%;
}

.seventh-section-blue-background {
    background-color: #1C7BF2;
    position: relative;
}

.jump-img-div {
    position: absolute;
    top: -120px;
    display: flex;
    align-items: center;
}

.jump-img-div img {
    width: 100%;
}

.invista-text {
    width: 70%;
    font-size: 80px;
    font-family: "EdoSZ";
    color: white;
    line-height: 80px;
    margin-left: -3%;
    margin-top: 5%;

}

.invista-text-black {
    font-family: "EdoSZ";
    color: black;
}

.yellow-arrow-div {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.jump-height {
    height: 300px;
}

.box-div {
    padding: 7% 1%;
    border: 2px solid white;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 280px;
}

.box-heading {
    color: #FFDE38;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

.box-heading2 {
    font-size: 20px;
    color: white;
    text-align: center;
}

.box-heading2-bold {
    font-size: 20px;
    color: white;
    font-weight: 700;
}

.quero-btn {
    padding: 1% 3%;
    background-color: #FFD700;
    color: black;
    border-radius: 10px;
    border: none;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;

}

.seventh-section-row {
    /* gap: 20px;
    flex-wrap: nowrap !important; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 7%;
}

.align-btn {
    display: flex;
    justify-content: center;
}

.rotate-text {
    font-size: 20px;
    font-weight: 500;
    color: white;
    transform: rotate(270deg);
    position: absolute;
    top: 50%;
    left: -130px;
}

.reading-man {
    background-image: url("../images/reading man.png");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.transform {
    width: 80%;
    font-size: 96px;
    font-family: "EdoSZ";
    line-height: 96px;
    color: #1C7BF2;
    text-transform: uppercase;
    padding-bottom: 60px;
}

.transform-black {
    font-family: "EdoSZ";
    color: black;
    text-transform: uppercase;
}

.investimento {
    font-size: 36px;
    font-family: "Gotham Black";
}

.yellow-text-div {
    width: 50%;
    background-color: #F3CC0B;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
}

.taxa {
    font-size: 48px;
    color: black;
    opacity: 0.72;
    padding: 20px 20px;
    line-height: 48px;
    font-family: "Gotham Black";
}

.reading-man-list {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.reading-man-list-bold {
    font-size: 24px;
    font-weight: 500;

}

.set-down-arrow {
    position: absolute;
    right: 40%;
}

.eight-section-yellow-div {
    background-color: #FFDE38;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .black-men {
    position: absolute;
    left: 0;
} */

/* .black-men img {
    width: 100%;
} */

.vantagens {
    /* position: absolute;
    right: 5px;
    top: 50%; */
    font-size: 64px;
    font-family: "EdoSZ";
    line-height: 75px;
    text-align: left;
    margin-right: 7%;
}

.blue {
    background-color: #1C7BF2;
    color: white;
    padding: 2%;
}

.eight-section-white-div {
    padding: 10% 4% !important;
}

.accordion-item {
    border: none !important;
}

.accordion-button {
    background: #1C7BF2 !important;
    color: white !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    padding-left: 60px !important;
}

.accordion-body {
    background: #FFDE38 !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border: none !important;
    margin-top: -10px;

}

.accordion-item {
    margin-top: 20px;
}

.black-box {
    width: 50px;
    height: 100%;
    background-color: black;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.tick {
    color: white;
}

.nineth-div {
    background-color: black;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.suporte {
    font-size: 76px;
    font-family: "EdoSZ";
    color: white;
    line-height: 76px;
    text-align: left;
}

.yellow-horizontal {
    width: 30%;
    height: 10px;

    background-color: #F3CC0B;
}

.right-border {
    width: 2px;
    height: 70px;
    background-color: #F3CC0B;
    margin-left: 10px;
    margin-right: 10px;
}

.call-center {
    font-size: 20px;
    line-height: 20px;
    color: white;
}

.call-center-bold {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: white;
}

.three-items {
    display: flex;
    align-items: center;

}

.nine-col {
    display: flex;
    justify-content: center;

    flex-direction: column;
}

.arrange-div {
    display: flex;
    position: relative;
}

.fly-image {
    width: 100%;
    position: absolute;
    right: 140px;
    top: -60px;
}

/* .fly-image img {
    width: 100%;
} */
.arrange-fly {
    position: relative;
}

.invista-heading {
    font-size: 64px;
    line-height: 64px;
    font-family: "EdoSZ";

}

.arrange-line {
    position: relative;
}

.line-img {
    position: absolute;
    right: 0;
    top: -100px;
}

.line-img img {
    width: 100%;
}

.forum-input2 {
    width: 90%;
    border: none;
    background: none;
    border-bottom: 2px solid black;
    margin-bottom: 10px;
    border-radius: 0;
}

.forum-input2::placeholder {
    color: black;
}

.forum-input2:focus {
    outline: none;
}

.ul-spacing {
    padding-left: 20px;
}

@media screen and (min-width: 1920px) {
    .men-div img {
        width: 100%;
        object-fit: contain;
    }
}
@media screen and (max-width: 1400px) {
    .rotate-text {
        left: -173px;
    }
    .transform  {
        font-size: 70px;
        line-height: 77px;
    }
    .vantagens {
        font-size: 44px;
        line-height: 60px;
    }   
}   

@media screen and (max-width: 1280px) {
    .banner-text {
        font-size: 29px;
    }

    .vantagens {
        font-size: 45px;
        line-height: 55px;
    }
    .movimento {
        font-size: 18px;
    }
    .black-text {
        font-size: 18px;
    }
    .list-text {
        font-size: 18px;
    }
    .white-list-heading {
        font-size: 20px;
        line-height: 22px;
    }
    .fly-image {
        right: 13rem;
    }
}

@media screen and (max-width: 1024px) {
    .banner-text {
        font-size: 20px;
    }

    .black-men {
        width: 50%;
    }

    .men-div {
        display: none;
    }

    .rotate-text {
        top: 39%;
        left: -169px;
        margin: 0;
    }

    .set-down-arrow {
        right: 33%;
    }

    .transform {
        font-size: 60px;
    }

    .sixth-section-blue-side img {
        width: 80%;
    }

    .sixth-section-yellow-side img {
        width: 80%;
    }

    .fly-image {
        right: 160px;
        top: -70px;
    }
    .area-li {
        font-size: 18px;
    }
    .area-li-yellow-side-bold {
        font-size: 18px;
    }
}
@media screen and (max-width: 992px) {
    .rotate-text {
        top: 32%;
        left: 36px;
        margin: 0;
        transform: rotate(0deg);
    }
    .yellow-text-div {
        width: 100%;
    }
    .arrange-div {
        margin: 0 0 40px;
    }
    .forum-input2 {
        width: 100%;
    }
    .line-img {
        position: relative;
        top: 0;
    }
}

@media screen and (max-width: 912px) {
    .three-men-div img {
        margin-left: 0;
        margin-top: 20px;
    }

    .invista-text {
        font-size: 55px;
        line-height: 55px;
    }

    .eight-section-yellow-div {
        flex-direction: column-reverse;
        align-items: unset;
        padding-top: 20%;
    }

    .vantagens {
        font-size: 37px;
        text-align: center;
        padding-top: 20%;
    }

    .set-down-arrow {
        right: 10%;
    }

    .fly-image {
        display: none;
    }

    .noShow {
        display: none;
    }
}



@media screen and (max-width: 768px) {
    .black-side-white-text {
        font-size: 30px;
        line-height: 38px;
        text-align: center;
    }

    .mission {
        font-size: 24px;
    }

    .movimento {
        font-size: 24px;
    }

    .black-text {
        font-size: 18px;
    }

    .three-men-div img {
        margin-left: 0;
        margin-top: 30px;
    }

    .fifth-section-heading {
        font-size: 40px;
        line-height: 40px;
    }

    .sixth-section-blue-side img {
        width: 80%;
    }

    .sixth-section-yellow-side img {
        width: 80%;
    }

    .invista-text {
        width: 100%;
        font-size: 50px;
        line-height: 54px;
        margin-left: 10px;
        margin-top: 20px;
        text-align: center;
    }

    .investimento {
        font-size: 25px;
    }

    .rotate-text {
        display: none;
    }

    .set-down-arrow {
        display: none;
    }

    .taxa {
        font-size: 38px;
    }

    .eight-section-yellow-div {
        flex-direction: column-reverse;
        align-items: unset;
        padding-top: 20%;
    }

    .fly-image {
        display: none;
    }

    .noShow {
        display: none;
    }

    .line-img {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .header-icons img {
        width: 30px;
    }

    .main-logo img {
        width: 70%;
    }

    .header-text {
        font-size: 14px;
        margin-bottom: 0;
    }

    .black-text {
        text-align: left;
    }

    .banner-text-alignment2 {
        justify-content: unset;
    }

    .jump-height {
        height: 430px;
    }
    .reading-man-list,.reading-man-list-bold {
        font-size: 18px;
    }
}

/* @media screen and (max-width: 1024px) {
    .six-section-row {
        flex-wrap: wrap !important;
    }

} */

@media screen and (max-width: 520px) {
    .transform {
        width: 100%;
        font-size: 45px;
        line-height: 46px;;
        padding-bottom: 10px;
        text-align: center;
    }

    .quero-btn {
        padding: 3% 5%;
    }

    .vantagens {
        font-size: 37px;
        text-align: center;
        padding-top: 20px;
        margin: 2%;
    }

    .seventh-section-row {
        padding-top: 20px;
    }

    .black-men {
        display: none;
    }

    .header {
        padding: 20px 10px 20px 10px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .line-img {
        display: none;
    }

    .text-wrapper {
        flex-wrap: nowrap;
        font-size: 14px;
        margin-right: 20px;
        margin-bottom: auto;
    }

    .text-wrapper img {
        width: 90px;
        padding-right: 10px;
    }

    .invista-heading {
        font-size: 48px;
        line-height: 48px;
    }

    .fly-image {
        display: none;
    }

    .nine-col {
        margin-bottom: 20px;
    }

    .suporte {
        font-size: 48px;
        line-height: 48px;
    }

    .jump-img-div {
        display: unset;
        right: 10px;
    }

    .yellow-arrow-div {
        display: none;
    }

    .jump-height {
        height: 430px;
    }

    .yellow-text-div {
        width: 100%;
    }

    .banner-text {
        font-size: 20px;
    }

    .six-section-row {
        /* gap: 30px;
        flex-wrap: nowrap !important; */
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        margin-top: 7%;
    }
    .align-image-text {
        display: block;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
    }
    .mission {
        padding: 0;
    }
    .movimento {
        padding: 0;
        width: 100%;
        font-size: 18px;
    }
    .modelos {
        font-size: 50px;
        line-height: 52px;
    }
    .header-icons ul {
        column-gap: 5px;
    }
    .header-icons {
        width: 33.33%;
    }
    .main-logo {
        text-align: center;
        width: 33.33%;
    }
    .header-text {
        display: flex;
        font-size: 13px;
        margin-bottom: 0;
        width: 33.33%;
        justify-content: end;
    }
    .paragraph-text {
        font-size: 16px;
        line-height: 25px;
    }
}