body {
    padding: 0; margin: 0; background-color: white;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

/* Remove o espaço que a barra deixa no topo */
body {
    top: 0 !important;
}

h2 {
    margin: 0; padding: 0;
}

img {
    max-width: 100%; height: auto; display: block;
}

.container {
    width: 90%; max-width: 1300px; margin: 0 auto;
}

.container-fluid {
    width: 90%; max-width: 1700px; margin: 0 auto;
}

.container .row {
    display: flex; justify-content: space-between; align-items: center;
}

.container .row .col-esq {
    width: 48%;
}

.container .row .col-dir {
    width: 100%;
}

.row {
    margin: 50px 0;
}

#VIpgJd-ZVi9od-ORHb { display: none !important; }
.skiptranslate { display: none; }
/* Esconde a barra do Google Translate */
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon,
#goog-gt-tt,
.goog-tooltip,
.goog-te-balloon-frame,
div#goog-gt-tt {
    display: none !important;
}
.translate-wrapper {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 9999;
    font-family: Arial, sans-serif;
}

.flag-select {
    display: flex;
    gap: 10px;
}

#flag-dropdown-toggle {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

#flag-dropdown-menu {
    display:none; position:absolute; top:110%; right:0; background:#fff; border:1px solid #ddd; border-radius:8px; box-shadow:0 2px 6px rgba(0,0,0,0.1); z-index:10000; min-width: 130px;
}

.flag-option {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;      
    transition: 0.2s;
    font-size: 14px;
    width: 120px;
}
.flag-option:hover {
    background: #f5f5f5;
}

.flag-option img {
    width: 20px;
    height: 14px;
    border: 1px solid #ccc;
}

.flag-option #selected-lang {
    width: 80px;
}

#header {
    width: 100%; height: 100vh; background: url('../images/bg-header.png') no-repeat center;
    background-size: cover; display: flex; align-items: flex-start;
    position: relative;
}

#header .container {
    padding-top: 80px;
}

#header .container .row .col-esq h1 {
    font-size: 44px; line-height: 1.2; color: #fff; margin-bottom: 20px; font-weight: 400;
}

#header .container .row .col-esq h1 b {
    font-weight: 700;
}

#header .container .row .col-esq p {
    font-size: 22px; line-height: 1.5; color: #fff; margin-bottom: 30px; font-weight: 300;
}

#header .container .row .col-esq p b {
    font-weight: 500;
}

#header .container .row .col-esq .btn {
    display: inline-block; padding: 15px 20px; background-color: #f7c050; color: #131a45;
    font-size: 22px; text-decoration: none; border-radius: 10px; font-weight: 800;
    transition: background-color 0.3s ease; text-transform: uppercase;
}

#header .container .row .col-esq .btn:hover {
    background-color: #fff;
}

#header .container .row .col-esq .btn i {
    margin-right: 5px; font-size: 24px; vertical-align: middle;
    background: url('../images/icon-airplane.png') no-repeat center;
    background-size: contain; width: 24px; height: 24px; display: inline-block;
    margin-top: -2px;
}

#header .images-header {
    position: relative;
}

#header .images-header .cloud {
    position: absolute;
}

#header .images-header .cloud01 {
    top: 159px;
    left: -84px;
    animation: cloudFloatY 8s ease-in-out infinite alternate;
}

#header .images-header .cloud02 {
    bottom: 109px;
    right: 0px;
    animation: cloudFloatY 12s ease-out infinite alternate;
}

#header .logo {
    max-width: 250px;
    margin-left: -25px;
}

@keyframes cloudFloatY {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(30px);
    }
}

.section-letreiro {
    padding: 40px 0;
    background-color: #52555bc4;
    text-align: center;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.section-letreiro .carousel-track {
    display: flex;
    width: max-content;
    transition: transform 0.1s linear;
    will-change: transform;
}

.section-letreiro .box-item {
    font-size: 22px; color: #fff; margin-bottom: 20px; font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    white-space: nowrap;
}

.section-letreiro .box-item i {
    margin-right: 15px; font-size: 24px; vertical-align: middle;
    background: url('../images/icon-airplane.png') no-repeat center;
    background-size: contain; width: 24px; height: 24px; display: inline-block;
    margin-top: -2px;
    filter: brightness(100);
    transform: rotate(-45deg);
}

.content {
    position: relative;
}

.content .section-bg-white .container .row .col-esq {
    width: 40%;
    max-width: 520px;
}

.content .section-bg-white {
    background-color: #f0f0f0; padding: 60px 0;
}

.content .section-bg-white h2 {
    font-size: 44px; color: #00183c; margin-bottom: 20px; font-weight: 400;
}

.content .section-bg-white h2 b {
    font-weight: 700;
}

.content .section-bg-white p {
    font-size: 22px; color: #00183c; margin-bottom: 30px; font-weight: 500; text-align: justify;
}

.content .section-bg-white p b {
    font-weight: 600; 
}

.content .section-bg-blue {
    padding: 60px 0;
    padding-bottom: 0px;
    background: url('../images/bg-blue.jpg') repeat center;
}

.content .section-bg-blue .btn {
    display: inline-block; padding: 15px 20px; background-color: #f7c050; color: #131a45;
    font-size: 22px; text-decoration: none; border-radius: 10px; font-weight: 800;
    transition: background-color 0.3s ease; text-transform: uppercase;
}

.content .section-bg-blue .btn:hover {
    background-color: #fff;
}

.content .section-bg-blue i {
    margin-right: 5px; font-size: 24px; vertical-align: middle;
    background: url('../images/icon-airplane.png') no-repeat center;
    background-size: contain; width: 24px; height: 24px; display: inline-block;
    margin-top: -2px;
}

.content .section-bg-blue h2 {
    font-size: 44px; color: #fff; margin-bottom: 20px; font-weight: 400;
}

.content .section-bg-blue h2 b {
    font-weight: 700;
}

.content .img-postal {
    position: absolute;
    right: 9vw;
    top: 0;
    width: 48%;
    margin-top: -5px;
    max-width: 800px;
    top:200px; transition:top 1s;
}

.box-images {
    padding: 60px 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.box-images .carousel-track-images {
    display: flex;
    width: max-content;
    transition: transform 0.1s linear;
    will-change: transform;
}


    .carousel-track-images {
        display: flex;
        transition: transform 0.5s cubic-bezier(.4,0,.2,1);
        will-change: transform;
    }
    .carousel-prev, .carousel-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        z-index: 2;
        padding: 0 6px;
        opacity: 0.8;
        border-radius: 50%;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        width: 42px;
        height: 42px;
    }
    .carousel-prev { left: 20px; }
    .carousel-next { right: 20px; }
    .box-images {
        position: relative;
        overflow: hidden;
    }

.box-images .box-item {
    font-size: 18px; color: #00183c; margin-bottom: 20px; font-weight: 600;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    /* white-space: nowrap; */
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.box-images .box-item img {
    max-width: 96%;
}

.box-images .box-item .bg {
    background-color: #f7c050;
    position: absolute;
    width: 95.5%;
    overflow: hidden;
    margin-left: 1px;
    border-radius: 0px 0px 15px 15px;
}

.section-services {
    margin: 60px 0;
    position: relative;
}

.section-services .container .row {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    gap: 15px;
}

.section-services .bg {
        background: url(../images/bg-blue.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 5vw;
    padding-bottom: 0;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 50px;
    box-shadow: 5px 10px 30px 10px rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(20px);
    position: relative;
}

.section-services .bg .col-esq,
.section-services .bg .col-dir {
    width: 47%;
    border-radius: 50px;
    background-color: #fff;
    padding: 50px 30px;
    box-sizing: border-box;
    position: relative;
    min-height: 250px;
}

.section-services .bg .icon {
        position: absolute;
    right: 50%;
    margin-top: -115px;
    width: 100px;
    margin-right: -54px;
}

.section-services h2 {
    font-size: 18px; color: #00183c; text-transform: uppercase; font-weight: 800;
}

.section-services p {
    font-size: 18px; color: #00183c; font-weight: 600;
    width: 100%;
    margin-top: 5px;
}

.section-services .box-quadrado {
    width: 20px; height: 190px; background-color: #fff; position: absolute;
}

.section-services .box-quadrado.esq {
    bottom: 50px;
    left: -.8vw;
    transition:bottom 2.5s;
}

.section-services .box-quadrado.dir {
    top: 50px; right: -.8vw;
    transition:top 2.5s;
}

.service-modal-trigger {
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.section-services .bg .col-esq:hover, .section-services .bg .col-dir:hover {
    background-color: #f7c050;
}
.service-modal {
    position: fixed;
    z-index: 9999;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.service-modal-content {
    background: #fff;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    padding: 32px 24px 24px 24px;
    position: relative;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    animation: fadeInModal .2s;
}
.service-modal-content p {
    width: 100%;
}
@keyframes fadeInModal {
    from { transform: scale(0.95); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.service-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
    line-height: 1;
}

.section-social {
    padding-bottom: 60px;
}

.section-social h2 {
    font-size: 44px; color: #00183c; margin-bottom: 20px; font-weight: 700; text-align: center;
}

.section-social p {
    font-size: 22px; color: #00183c; margin-bottom: 20px; font-weight: 700; text-align: center;
}

.section-social .box-social {
    display: flex; justify-content: center; align-items: center; gap: 10px; margin-bottom: 30px;
}

.section-social .box-social a {
    border-radius: 100%;
    overflow: hidden;
    transition: background-color 0.6s ease;
}

.section-social .box-social a:hover {
    filter: brightness(0.8);
    background-color: #f7c050;
}

.section-social .btn {
    display: table; padding: 15px 20px; background-color: #f7c050; color: #131a45;
    font-size: 22px; text-decoration: none; border-radius: 10px; font-weight: 800;
    transition: background-color 0.3s ease; text-transform: uppercase;
    margin: 0 auto;
}

.section-social .btn:hover {
    background-color: #fff;
}

.section-social .btn i {
    margin-right: 5px; font-size: 24px; vertical-align: middle;
    background: url('../images/icon-airplane.png') no-repeat center;
    background-size: contain; width: 24px; height: 24px; display: inline-block;
    margin-top: -2px;
}

#footer p {
    text-align: center;
    padding: 30px 0;
    color: #131a45;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .section-services .container .row {
        flex-direction: row;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .section-services .bg .col-esq, .section-services .bg .col-dir {
        width: 45%;
        margin-bottom: 0px;
    }
    .section-services .bg .col-esq:last-child, .section-services .bg .col-dir:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .container .row {
        flex-direction: column;
        margin: 0;
        gap: 30px;
    }
    .container .row .col-esq {
        width: 90%;
    }
    /* .section-services .container .row {
        flex-direction: column;
        gap: 30px;
        padding-top: 100px;
    }
     */
    #header {
        height: auto;
        padding-bottom: 200px;
    }
    #header .container {
        padding-top: 20px;
    }
    .content .section-bg-white .container .row .col-esq {
        width: 90%;
    }
    .section-services .bg .col-esq, .section-services .bg .col-dir {
        width: 45%;
        margin-bottom: 35px;
        min-height: 230px;
        border-radius: 26px;
    }
    .section-services .bg .col-esq:last-child, .section-services .bg .col-dir:last-child {
        margin-bottom: 0px;
    }
    .section-services .bg .icon {
        margin-top: -96px;
        width: 64px;
        margin-right: -33px;
    }
    /* .section-services .bg {
        padding: 20px 40px;
    }
    .section-services .bg .row {
        margin-bottom: 30px;
    }
    .section-services .bg .col-esq, .section-services .bg .col-dir {
        width: 100%;
    } */
    /* .section-services .bg .icon {
        max-width: 150px;
        width: 32%;
    } */
    /*  .service-modal {
        align-items: flex-start;
     } */
    .content .section-bg-white {
        padding-top: 450px;
    }
    .content .img-postal {
        right: 14vw;
        width: 400px;
    }
}

@media (max-width: 550px) {
    h1, h2 {
        font-size: 26px !important;
    }
    p {
        font-size: 16px !important;
    }
    .btn {
        font-size: 14px !important;
    }
    .section-letreiro .box-item {
        font-size: 14px !important;
    }
    .section-services h2 {
        font-size: 16px !important;
    }
    .section-services p {
        font-size: 14px !important;
    }
    .section-services .bg .col-esq, .section-services .bg .col-dir {
        padding: 45px 10px;
    }
    .content .section-bg-white {
        padding-top: 110vw;
    }
    .content .img-postal {
        right: 50%;
        margin-right: -207px;
                right: 50%;
        margin-right: -48%;
        width: 93%;
    }
    .section-social .box-social img {
        width: 40px;
    }
    .section-services p {
        font-size: 14px;
        width: 100%;
        margin-top: 5px;
    }
    .section-services .box-quadrado {
        width: 10px; height: 100px;
    }
}

@media (max-width: 430px) {

    .box-images .box-item {
        font-size: 12px !important;
        justify-content: flex-start;
        max-width: 250px;
    }
    .box-images .box-item .bg {
        border-radius: 0px 0px 12px 12px;
    }
    .carousel-next {
        right: 5px;
    }
    .carousel-prev {
        left: 5px;
    }

}

@media (max-width: 393px) {
    .section-services .bg .col-esq, .section-services .bg .col-dir {
        width: 100%;
        min-height: auto;
        border-radius: 20px;
        padding: 18px 10px;
    }
    .section-services .bg .icon {
        margin-top: -65px;
    }
    .section-services .bg {
        padding-bottom: 20px;
    }
}

@media (max-height: 800px) {
    #header .container {
        padding-top: 0px;
    }
}

@media (max-height: 690px) {
    #header .container .row {
        margin-top: 10px !important;
    }
}