@font-face {
    font-family: 'GT America Condensed';
    src: url('../../assets/fonts/GTAmerica-CondensedRegular.woff2') format('woff2'),
        url('../../assets/fonts/GTAmerica-CondensedRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America';
    src: url('../../assets/fonts/GTAmerica-Regular.woff2') format('woff2'),
        url('../../assets/fonts/GTAmerica-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America';
    src: url('../../assets/fonts/GTAmerica-Bold.woff2') format('woff2'),
        url('../../assets/fonts/GTAmerica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America Compressed Regular';
    src: url('../../assets/fonts/GTAmerica-CompressedRegular.otf') format('opentype'),
    url('../../assets/fonts/GTAmerica-CompressedRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America Compressed Medium';
    src: url('../../assets/fonts/GTAmerica-CompressedMedium.otf') format('opentype'),
    url('../../assets/fonts/GTAmerica-CompressedMedium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America Compressed';
    src: url('../../assets/fonts/GTAmerica-CompressedBold.woff2') format('woff2'),
        url('../../assets/fonts/GTAmerica-CompressedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'GT America';
    font-weight: normal;
    font-size: 16px;
}

b, strong {
    font-family: 'GT America';
    font-weight: bold;
}


h1, h2, h3, h4 {
    font-family: 'GT America Compressed', Arial;
    text-transform: uppercase;
}

header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 92px;
    display: flex;
    align-items: center;
    z-index: 10;
}
header .grid-container {
    width: 100%;
}
.header {
    display: flex;
    justify-content: space-between;
}

nav {
    display: flex;
    gap: 30px;
    align-items: center;
}
nav ul.menu li a {
    font-family: 'GT America Compressed', Arial;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    padding: 4px 0;
    outline: none;
    border-bottom: 1px solid transparent;
}


nav ul.nav-lang li a.active,
nav ul.menu li a:hover {
    border-bottom-color: white;
}
nav ul.menu {
    gap: 25px;
}

nav ul.nav-lang {
    align-items: center;
    gap: 6px;
}
nav ul.nav-lang li a {
    padding: 4px 0;
}
nav ul.nav-lang li:last-child {
    margin-left: 2px;
    margin-top: 2px;
}

p {
    font-size: 16px;
    line-height: 30px;
}



.container-video{position: relative;width: 100%;overflow: hidden;display: flex;align-items: end;justify-content: center; max-width: 1631px; margin: 0 auto;}

video {position: absolute; top: 0; left: 0; width: 100%; height: 100%;object-fit: cover;z-index: -1;}
.hero-content { padding-bottom: 113px; position: relative; z-index: 1; color: white; text-align: center; width: 100%; max-width: 1440px; }
.main_logo { width: 100%; max-width: 395px; max-height: 133px;}

.container-video {
    aspect-ratio: 16 / 9; /* Sets a 16:9 aspect ratio */
    width: 100%; /* Or any desired width */
}

.container-video iframe,
.container-video video {
    width: 100%;
    height: 100%;
}

#scroll {
    position: absolute;
    right: 20px;
    bottom: 60px;
}


.section {
    padding: 100px 0;
}

.headline {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 70px;
}

.title {
    font-size: 59px;
    line-height: 58px;
    text-transform: uppercase;
    color: black;
    margin-bottom: 0;
}
.subtitle {
    font-size: 36px;
    display: block;
    line-height: 36px;
    text-transform: uppercase;
    color: #00843D;
    font-family: "GT America Compressed";
}


.four-columns {
    display: flex;
    gap: 20px;
}
.four-columns.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 60px;
}
.four-columns.grid.three {
    grid-template-columns: 1fr 1fr 1fr;
}




.four-item img {
    border-radius: 7px;
    width: 100%;
}
.four-item {
    flex: 1;
}
.four-item h3 {
    font-size: 26px;
    line-height: 27px;
    text-transform: none;
    font-family: "GT America Compressed Medium";
    margin-bottom: 0;
    margin-top: 15px;
}

.four-columns.simple .four-item h3 {
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "GT America Compressed";
    font-weight: 700;
}
.four-columns.custom .four-item h3 {
    color: #00843D;
    font-family: "GT America Compressed medium";
    font-weight: normal;
    margin-top: 20px;
}
.four-columns.simple .four-item p {
    margin-bottom: 0;
}
.four-columns.simple .four-item {
    padding-right: 30px;
}
.four-columns.custom .four-item {
    padding-right: 0;
}


.big-plane {
    padding: 30px 0;
}

.pt-0 {
    padding-top: 0;
}
.pb-0 {
    padding-bottom: 0;
}


.numbers {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
}
.numbers-item b {
    font-family: "GT America Compressed";
    font-weight: 700;
    font-size: 66px;
    line-height: 100%;
    letter-spacing: 0;
    color: #00843D;
}
.numbers-item p {
        font-family: "GT America Compressed";
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: uppercase;
}
.numbers-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}


#s7 {
    background: url('../../assets/images/big-bg.png') no-repeat center top;
}
#s7 .headline {
    padding-top: 800px;
}


.fix-padding {
    padding-left: 100px;
    padding-right: 100px;
}


.infos {
    display: flex;
    gap: 40px;
    padding: 0 100px;
}
.infos-item {
    display: flex;
    gap: 15px;
    flex: 1;
}
.infos-item div:nth-child(2) {
    flex: 1;
}
.infos-item div img {
    width: 58px;
    height: 58px;
}

.infos-item h3 {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 8px;
}
.infos-item p {
    font-size: 10px;
    line-height: 13px;
}




.fast {
    display: flex;
    gap: 70px;
    align-items: center;
    padding: 0 100px;
}
.fast img {
    width: 217px;
    height: auto;
}
.fast-info {
    display: flex;
    align-items: center;
    gap: 50px;
    flex: 1;
}
.fast-info div {
    flex: 1;
}
.fast-line .fast-line-item {
    display: flex;
    padding-bottom: 0px;
    justify-content: space-between;
    border-bottom: 1px solid #BFC5C9;
    text-transform: uppercase;
}
.fast-line .fast-line-item span {
    font-family: 'GT America Condensed', Arial;
}

.fast-text b,
.fast-line .fast-line-item b {
    font-family: 'GT America Condensed', Arial;
    color: #00843D;
    text-transform: uppercase;
}
.fast-line .fast-line-item:last-child {
    border-bottom: none;
}
.fast-line {
    display: flex;
    gap: 0px;
    flex-direction: column;
}


.subheadline h4 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #00843D;
    font-family: 'GT America Compressed Medium', Arial;
}

.gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.gallery-group {
    display: flex;
    gap: 20px;
}
.gallery-group.three {
  justify-content: center;
}


.ctas {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 80px;
}
.ctas a {
    border: 2px solid #00843D;
    border-radius: 6px;
    padding: 15px 25px;
    text-transform: uppercase;
    color: black;
    font-style: italic;
    font-weight: bold;
    display: flex;
    gap: 9px;
    align-items: center;
}
.ctas a:hover {
    color: #00843D;
}


.flags {
    display: flex;
    gap: 45px;
}
.flags-primary {
    flex: 1;
}
.flags-img {
    display: flex;
    gap: 45px;
    justify-content: space-between;
}
.flags-img div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    position: relative;
}
.flags-img div img {
    width: 50px;
}
.flags-img div span {
    font-family: 'GT America Compressed Regular', Arial;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    margin-top: 9px;
}

.flags-title {
    font-family: 'GT America Compressed Regular', Arial;
    border-bottom: 1px solid #BFC5C9;
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.qrcodes {
    display: flex;
    justify-content: center;
    gap: 60px;
}
.qrcode {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.qrcode img {
    width: 140px;
}
.qrcode span {
    font-family: 'GT America Compressed Regular', Arial;
    font-size: 17px;
    line-height: 19px;
}


#s9-top {
    background-color: #E7F2FF;
}

#s9 {
    background: #E7F2FF url('../../assets/images/bg-biggg.png') no-repeat center bottom;
    background-size: contain;
    padding-bottom: 340px;
}



.lists {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.lists .list h3 {
    text-transform: uppercase;
    font-family: 'GT America Compressed Regular', Arial;
    color: #00843D;
    font-size: 26px;
    margin-bottom: 10px;

}
.lists .list ul {
    margin-bottom: 0;
}


.embraer {
    border: 2px solid #100690;
    border-radius: 15px;
    position: relative;
}
.embraer-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0 18px;
    top: -27px;
}
.embraer-info {
    padding: 80px;
}

.embraer-info .ctas {
    margin-top: 50px;
}
.embraer-info .ctas a {
    border-color: #100690;
}

.embraer-info .ctas a:hover {
    color: #100690;
}

.embraer-info p:last-child {
    margin-bottom: 0;
}

.selo {
    position: relative;
}
.selo img {
    position: absolute;
    right: 0;
    top: -85px;
}



footer {
    display: flex;
    flex-direction: column;
    z-index: 0;
}


.content-footer {
    background: url('../../assets/images/bg-footer.png') no-repeat center top;
    background-size: cover;
    height: auto;
    width: 100%;
    max-width: 1621px;
    display: flex;
    flex-direction: column;
    padding: 0 50px;
    padding-top: 600px;
    z-index: 0;
    margin: 0 auto;
}




.social {
    justify-content: end;
    display: flex;
    gap: 40px;
    align-items: center;
    padding-bottom: 65px;
}
.footer_copy {
    width: 100%;
    padding-bottom: 50px;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}


.footer_copy .container {
    display: flex;
    justify-content: space-between;
}

.flex-align-center {
    display: flex;
    align-items: center;
}
.footer_copy .main_logo_footer {
    max-width: 157px;
}
.footer_copy p {
    font-family: 'GT America';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: white;
    margin-bottom: 0;
}

nav ul.mobi {
    display: none;
}
nav ul.mobi li button {
    color: white;
    display: flex;
    align-items: center;
}
.header {
    align-items: center;
}
nav ul.mobi li button svg {
    width: 35px;
    height: auto;
}



.off-canvas.is-transition-overlap {
    z-index: 999;
    background-color: #fff;
}
.js-off-canvas-overlay {
    z-index: 998;
    background: rgba(0, 0, 0, 0.5);
}
.off-canvas ul {
    list-style: none;
    margin:20px 0;
    padding: 0;
}
.off-canvas ul li span {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 15px;
    color: rgba(165, 171, 176, 1);
}
.off-canvas ul li a {
    font-family: "GT America Compressed", Helvetica;
    color: black;
    text-transform: uppercase;
    padding: 6px 25px;
    outline: none;
    display: block;
    font-size: 19px;
}
.off-canvas ul li a.active {
    color: #00843D;
}

.map {
    position: relative;
}
.map .content-map {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 30px
}
.map .content-top {
    font-family: "GT America Condensed", Helvetica;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.map .content-top div {
    position: relative;
    line-height: 15px;
}

.map .content-top div:before {
    content: '';
    width: 35px;
    height: 4px;
    top: -10px;
    left: 0;
    position: absolute;
}
.map .content-top div:nth-child(1):before {
    background-color: #FF5400;
}
.map .content-top div:nth-child(2):before {
    background-color: #D41040;
}
.map .content-top div:nth-child(3):before {
    background-color: #00A600;
}
.map .content-top div:nth-child(4):before {
    background-color: #0963FF;
}
.map .content-top div:nth-child(5):before {
    background-color: #FFBA00;
}

.map .content-bottom {
    font-size: 10px;
}


@media (max-width: 768px) {

    .map .content-map {
        position: relative;
        margin-bottom: 40px;
        font-size: 14px;
    }
    .map .content-top {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }
    .map .content-top div {
        line-height: 18px;
    }

.selo {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.selo img {
    position: relative;
    right: 0;
    top: inherit;
    width: 50%;
}


    .container-video {
        margin-top: 68px;
    }
    .hero-content {
        padding-bottom: 20px;
    }
    .main_logo {
        max-width: inherit;
        width: 45%;
    }
    #scroll {
        display: none;
    }
    header {
        height: 68px;
        background-color: #0a1a5c;
        padding: 0 10px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    nav ul.menu {
        display: none;
    }
    nav ul.mobi {
        display: flex;
    }
    header .logo img {
        width: 155px;
    }
    .section {
        padding: 50px 10px;
    }
    .text-center {
        text-align: left !important;
    }
    .four-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 35px;
    }
    p{
        line-height: 27px;
    }
    .title {
        font-size: 35px;
        line-height: 35px;
    }
    .headline {
        margin-bottom: 30px;
    }
    .four-item h3 {
        font-size: 20px;
        line-height: 23px;
    }
    .subtitle {
        font-size: 23px;
        line-height: 26px;
    }
    .numbers {
        flex-direction: column;
        gap: 0;
    }
    #s3 {
        padding-bottom: 30px;
    }
    #s4 {
        padding-top: 0;
    }

    .fast-info,
    .fast,
    .infos {
        padding: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .infos-item div:nth-child(2) p {
        margin-bottom: 0;
    }
    .infos-item {
        align-items: center;
    }
    .infos-item br {
        display: none;
    }
    .infos-item div img {
        width: 75px;
        height: auto;
    }
    .infos-item p {
        font-size: 12px;
        line-height: 15px;
    }
    .big-plane {
        padding: 50px 0;
    }
    .fast-img {
        text-align: center;
    }
    .fast {gap: 30px;}
    .subheadline h4 {
        font-size: 23px;
    }
    .gallery-group {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .four-columns.grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 40px;
    }
    #s6 {
        padding-bottom: 0;
    }
    #s7 {
        background-size: 900px;
    }
    #s7 .headline {
        padding-top: 250px;
    }
    .fix-padding {
        padding: 0;
    }
    .four-columns.grid.three {
        grid-template-columns: 1fr;
    }
    .four-columns.simple .four-item h3 br {
        display: none;
    }
    .ctas {
        flex-direction: column;
        gap: 20px;
        margin-top: 70px;
    }
    .ctas a {
        justify-content: space-between;
    }
    .flags {
        flex-direction: column;
        gap: 70px;
    }
    .flags-img {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 55px;
    }
    .qrcodes {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        row-gap: 45px;
    }
    .qrcode img {
        width: 100%;
    }
    #s9 {
        background-image: none;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #s9 .grid-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .embraer-logo svg {
        width: 175px;
    }
    .embraer-info {
        padding: 30px;
    }
    #s9 img {
        margin-top: 50px;
    }
    .embraer-info .ctas {
        margin-top: 35px;
    }
    .content-footer {
        background-image: none;
        background-color: #0a1a5c;
                padding-top: 35px;
        padding-bottom: 35px;
    }
    .social {
        padding-bottom: 25px;
        justify-content: center;
    }
    #s9 .subtitle br {
        display: none;
    }
    .footer_copy {
        padding-bottom: 0;
    }
    .footer_copy .container {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: 12px;
    }
    .footer_copy p {
        font-size: 11px;
        margin-bottom: 0;
    }
    .footer_copy .main_logo_footer {
        max-width: 135px;
    }
}