@font-face {
    font-family: 'AvenirLTStd';
    src: url('/fonts/AvenirLTStd-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url('/fonts/AvenirLTStd-BlackOblique.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url('/fonts/AvenirLTStd-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url('/fonts/AvenirLTStd-BookOblique.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url('/fonts/AvenirLTStd-Heavy.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url('/fonts/AvenirLTStd-HeavyOblique.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url('/fonts/AvenirLTStd-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url('/fonts/AvenirLTStd-LightOblique.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url('/fonts/AvenirLTStd-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url('/fonts/AvenirLTStd-MediumOblique.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url('/fonts/AvenirLTStd-Oblique.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url('/fonts/AvenirLTStd-Roman.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'AvenirLTStd', sans-serif;

}


.hero-height {
    height: 968px;
}

.history-height {
    height: 968px;
}

.years-height {
    height: 448px;
}

.map-height {
    height: 968px;
}

.section-historia {
    height: 884px;
    background-image: url('/assets/images/history.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 1450px auto;
}



.team-height {
    height: 968px;
}

.footer-height {
    height: 840px;
}

.text-autoral {
    position: relative;
    top: 100px;
    margin-bottom: 20px;
}


.name-hero {
    width: 600;
    height: 18;


    font-weight: 900;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1.4px;

}

.section-title-map,
.section-title-map span {
    font-size: 60px;
    line-height: 112%;
    letter-spacing: -4% !important;
    vertical-align: middle;

    font-weight: 700;
}

.section-title-map {
    width: 752px !important;
    max-width: 100% !important;
}

.text-dark {
    color: #272A2A;
    font-weight: 900;
}

.text-green {
    color: #2ECC71;
    font-weight: 900;
}


.title-hero {
    width: 600;
    height: 134;
    font-weight: 800;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #F6F7F7
}

.nav-link-hero {
    width: 104;
    height: 26;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #DCE2E1;
    margin-right: 25px;

}




.btn-custom {
    width: 179px;
    height: 56px;
    border-radius: 100px;
    background-color: #FFFFFF;
    color: #224843;
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 14px 24px;

}

.btn-custom:hover {
    background-color: #f0f0f0;
    transform: scale(1.05);
    color: #224843;
    opacity: 1;
}

.btn-custom-green {
    width: 179px;
    height: 56px;
    border-radius: 100px;
    background-color: #224843;
    color: #FFFFFF;
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 15px 24px;

}

.btn-custom-green:hover {
    background-color: #2e5f57;
    transform: scale(1.05);
    color: #FFFFFF;
    opacity: 1;
}


.btn-custom:active {
    transform: translateY(2px);
}


/* classes section 2 */
.text-history {
    width: 552px;
    height: 256px;
    position: relative;
    top: -49px;
    left: 0px;
    font-weight: 900;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -4%;
    color: #757777;

}

.text-history span {
    font-weight: 900;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -4%;
}

.text-history span.highlight {
    color: #224843;
}

.btn-knowmore {
    width: 142px;
    height: 56px;
    border-radius: 100px;
    padding: 15px 32px;
    background-color: #224843;
    color: #FFFFFF;
    font-weight: 400;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-knowmore:hover {
    background-color: #2e5f57;
    color: #FFFFFF;
    transform: scale(1.05);
    opacity: 1;
}

/* fim section 2 */

/* SECTION 3 */

.section-title-map {
    width: 384px;
    height: 216px;

    font-weight: 700;
    font-size: 6px;
    line-height: 112%;
    letter-spacing: -4%;
    text-align: left;
    color: #272A2A
}

.text-green {
    width: 384px;
    height: 216px;

    font-weight: 900;
    font-size: 60px !important;
    line-height: 112%;
    letter-spacing: -4%;
    text-align: left;
    color: #224843;

}

.card-map {
    width: 284px;
    height: 140px;
    border-radius: 16px;
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #F6F7F7;
    transition: all 0.3s ease-in-out;
}

.section-localizacao-mob {
    position: relative;
    min-height: 100vh;
    padding-top: 300px;
    padding-bottom: 40px;
    overflow: hidden;
    height: 1125px;

}

.mapa-localizacao {
    position: absolute;
    top: -40px;
    left: -20px;
    width: 100%;
    height: 400px;
    background:
        linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%),
        url('/assets/images/map.png') no-repeat top left;
    background-size: cover;
    z-index: 0;
}

.titulo-localizacao {
    font-size: 40px;
    line-height: 112%;
    letter-spacing: -4%;
    font-weight: 700;
    color: #272A2A;
    text-align: left;
    position: relative;
    z-index: 1;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}


.titulo-localizacao span {
    color: #224843;
}

.card-localizacao {
    width: 327px;
    height: 114px;
    padding: 20px;
    border-radius: 16px;
    background-color: #F6F7F7;
    gap: 8px;
    border: 1px solid #DADADA;
    position: relative;
    z-index: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.card-localizacao:active {
    transform: scale(0.97);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (hover: hover) and (pointer: fine) {
    .card-localizacao:hover {
        transform: scale(1.02);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    }
}

.card-map:hover {
    transform: scale(1.05);
    background-color: #e0f7e9;
    cursor: pointer;
}

.card-title-map {

    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -4%;
    color: #56585A;
}

.card-text-map {

    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -4%;
    color: #757777;
}

.icon-card {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 40px;
    height: 40px;
}

.years {
    width: 332;
    height: 144;
    top: 152px;
    left: 156px;

    font-weight: 900;
    font-size: 88px;
    line-height: 112.00000000000001%;
    letter-spacing: -4%;
    vertical-align: middle;
    color: #224843;
}

.text-years {

    font-weight: 900;
    font-size: 48px;
    line-height: 112.00000000000001%;
    letter-spacing: -4%;
    vertical-align: middle;
    color: #224843;
}

.text-mission {
    width: 456;
    height: 110;
    top: 120px;
    left: 828px;

    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -2%;
    color: #757777
}

.section-localizacao {
    height: 920px;
    width: 100%;
    background-image: url('/assets/images/map.png');
    background-repeat: no-repeat;
    background-size: 38%;
    background-position: left center;
}



.custom-card {
    border: none;
    border-radius: 24px;
    padding: 20px 24px;
    margin-bottom: 10px !important;
    height: auto;

}


.text-green {
    font-size: 40px;
    line-height: 112.00000000000001%;
    letter-spacing: -4%;
    vertical-align: middle;

}


.titulo-historia {
    max-width: 669px;
    width: 100%;
    font-size: 56px;
    font-weight: 900 !important;
    line-height: 112%;
    letter-spacing: -0.04em;
    margin: 0 auto;
    /* <-- Centraliza horizontalmente */
    text-align: center;
    /* <-- Centraliza o texto */
}


.titulo-card {
    width: 216px;
    height: 27px;
    font-weight: 700;
    font-size: 24px;
    line-height: 112%;
    letter-spacing: -0.04em;
    color: #272A2A;
}

.text-card {
    width: 256px;
    height: 66px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #757777;
}

.date-card {
    font-weight: 900;
    font-size: 32px;
    line-height: 112%;
    letter-spacing: -0.02em;
    color: #272A2A;
    margin: 0;
    padding: 0px 0;

}

.section-timeline-end {
    background-color: #F6F7F7;
    height: 376px;
}

.timeline-subtitle {
    font-weight: 900;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    color: #224843;
    margin-bottom: 16px;
}

.timeline-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -2%;
    text-align: center;
    color: #272A2A;
}

.career-section {
    background-color: #fff;
    padding: 60px 0;
    display: flex;
    justify-content: center;
}

.career-box {
    width: 1128px;
    height: 492px;
    top: 194px;
    left: 156px;
    border-radius: 40px;
    padding-top: 72px;
    padding-right: 80px;
    padding-bottom: 72px;
    padding-left: 80px;
    background-color: #224843;
}

.career-title {
    font-weight: bold;
    font-size: 2rem;
    width: 459;
    height: 134;

    font-weight: 900;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF
}

.career-text {
    width: 360px;
    height: 110px;

    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.2px;
    color: #E5E5E5;
    text-align: left;
    margin-left: 200px;
}


.career-button {
    width: 179px;
    height: 56px;
    border-radius: 100px;
    background-color: #FFFFFF;
    color: #224843;

    font-weight: 400;
    padding: 14px 24px 15px 24px;
    margin-right: 235px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.career-button:hover {
    background-color: #f0f0f0;
    transform: scale(1.05);
    opacity: 1;
}

.career-button:active {
    transform: translateY(2px);
}


.career-images img {
    width: 200px;
    border-radius: 15px;
    transform: rotate(-5deg);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.career-images img:nth-child(2) {
    transform: rotate(5deg);
    margin-left: -20px;
}

@media (max-width: 768px) {
    .career-box {
        flex-direction: column;
        text-align: center;
    }

    .btn-light {
        width: 174px;
        height: 56px;
        gap: 10px;
        border-radius: 100px;
        padding-top: 25px;
        padding-right: 14px;
        padding-bottom: 15px;
        padding-left: 14px;

    }

    .btn-custom-text {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0;
        color: #224843;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 56px;
        padding: 0 40px;
        border-radius: 100px;
    }

    .career-images {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
    }

    .footer-title {
        font-size: 28px !important;
        line-height: 160%;
        letter-spacing: 0%;
    }

    .logo-mobile {
        margin-top: 35px;
    }
}



.footer {
    position: relative;
    padding: 50px 0;
    height: 692px;
    color: white;
    overflow: hidden;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/images/img-footer.png') no-repeat center center;
    background-size: cover;
    z-index: 0;
    opacity: 1;

}

.footer .container {
    position: relative;
    z-index: 1;
}


.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.social-icons a {
    margin: 0 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.social-icons a:hover {
    background: white;
    color: #003319;
}

.talk-us-title {
    width: 740;
    height: 18;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1.4px;
    text-align: center;
    text-transform: uppercase;
    color: #224843
}

.talk-us-subtitle {
    width: 740;
    height: 189;
    font-weight: 900;
    font-size: 56px;
    line-height: 112.00000000000001%;
    letter-spacing: -4%;
    text-align: center;
    vertical-align: middle;
    color: #224843;
    max-width: 90%;

}

@media (max-width: 475px) {
    .talk-us-subtitle {
        width: 397px !important;
        height: 108px;
        font-size: 32px;
        max-width: 100% !important;
    }

    .talk-us-text {
        width: 327px;
        height: auto;
        font-size: 14px;
        max-width: 100% !important;
    }
}

@media (max-width: 390px) {
    .talk-us-subtitle {
        width: 100%;
        height: auto;
        font-size: 32px;
        line-height: 1.2;
        text-align: center;
        padding: 0 20px;
    }

    .talk-us-text {
        width: 100%;
        height: auto;
        font-size: 14px;
        text-align: center;
        padding: 0 20px;
    }
}

.talk-us-text {
    width: 413;
    height: 44;
    max-width: 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -2%;
    text-align: center;
    color: #272A2A
}

.footer-text {
    width: 190;
    height: 26;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.91)
}

.footer-text-autoral {
    color: #FFFFFFB8;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;

}

.footer-title {
    width: 423;
    height: 102;
    top: 104px;
    left: 861px;
    font-weight: 600;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: right;


}

.footer-number {
    width: 129;
    height: 29;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;

}

.footer-autoral {
    width: 1130;
    height: 26;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFFB8;


}

.career-box {
    width: 1128px;
    border-radius: 40px;
    padding: 72px 80px;
    background-color: #224843;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
}



.career-title {
    text-align: left;
    margin-top: -80px
}

.career-text {

    text-align: left;
    margin-left: 50px;
}

.career-box img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.social-icons a {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}


.timeline {
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 120px;
    left: 50%;
    width: 2px;
    height: calc(100% - 90px);
    background: repeating-linear-gradient(to bottom, #000, #000 5px, transparent 5px, transparent 10px);
    transform: translateX(-50%);
}


.circle1 {
    top: 50px;
    width: 24px;
    height: 24px;
    background-color: #224843;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.custom-card {
    border: none;
    border-radius: 24px;
    padding: 37px 24px;
    gap: 24px;
}

.timeline .circle1:last-of-type::after {
    display: none;
}

.timeline .circle1 {
    width: 24px;
    height: 24px;
    background-color: #224843;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}




.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    padding: 1rem;
    box-sizing: border-box;
}

.modal-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 1rem;
}

.modal-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-bottom: 1rem;
}

.close-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0;
    position: static !important;
}

.close-btn {
    font-size: 1.25rem;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
}


.modal-content {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 10;
}

.modal-title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}


html {
    scroll-behavior: smooth;
}




.contact-form {
    display: flex;
    flex-direction: column;
    margin-top: 40px;

}

.section-talk-us {
    height: 840px;
    background-color: #DCE2E1;
}

.contact-form label {
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 16px;
    width: 51;
    height: 18;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;

}

.contact-form input {
    width: 100%;
    max-width: 512px;
    height: 56px;
    border-radius: 100px;
    border: 1px solid #999D9F;
    box-sizing: border-box;
}

.submit-btn {
    width: 100%;
    max-width: 512px;
    height: 56px;
    border-radius: 100px;
    padding: 15px 32px;
    color: #FFFFFF;
    background-color: #224843;
    box-sizing: border-box;
}


#contactModal .modal-content {
    background-color: white;
    padding: 2rem;
    width: 100%;
    max-width: 600px;
    border-radius: 1rem;
    transform: translateY(100%);
    animation: slideUpToCenter 0.4s ease-out forwards;
    position: relative;
    box-sizing: border-box;
    min-width: 300px;
}




.modal-title {
    margin: 0;
    font-size: 1.5rem;
    word-wrap: break-word;
    flex-grow: 1;
}

.submit-btn:hover {
    background-color: #133f34;
}

.input-custom {
    padding: 0.75rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 1rem;
    font-size: 1rem;

}

.close-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 10;
    padding: 0;
}

@media (max-width: 592px) {
    .modal-content {
        padding: 1.5rem;
        max-width: 100%;
        min-width: 300px;
    }

    .close-btn {
        font-size: 1.25rem;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

    .modal-title {
        font-size: 1.25rem;
        word-wrap: break-word;
    }

    .contact-form input,
    .submit-btn {
        font-size: 1rem;
        padding: 0.65rem;
        width: 100%;
        max-width: 100%;
    }

    .circle1 {
        width: 16px;
        height: 16px;
        background-color: #224843;
        border-radius: 50%;
        position: relative;
    }

    .circle1::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 0.5px;
        height: 200px;
        background-image: linear-gradient(to bottom, #224843 40%, rgba(34, 72, 67, 0) 0%);
        background-position: right;
        background-size: 2px 8px;
        background-repeat: repeat-y;
    }


    .timeline-section .row:last-of-type .circle1::after {
        display: none;
    }

}

@media (max-width: 414px) {


    .close-btn {
        font-size: 1.25rem;
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .modal-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .modal-content {
        padding: 1.5rem;
    }

    .modal-title {
        font-size: 1.25rem;
    }

    .contact-form input,
    .submit-btn {
        font-size: 1rem;
        padding: 0.65rem;
    }

    .close-btn {
        font-size: 1.25rem;
        top: 0.75rem;
        right: 0.75rem;
    }
}


@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}

#contactModal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#contactModal .modal-content {
    background-color: white;
    padding: 2rem;
    width: 100%;
    max-width: 600px;
    border-radius: 1rem;
    transform: translateY(100%);
    animation: slideUpToCenter 0.4s ease-out forwards;
    position: relative;
    box-sizing: border-box;
    min-width: 300px;
}

.modal-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.close-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-title {
    margin: 0;
    font-size: 1.5rem;
    word-wrap: break-word;
    flex-grow: 1;
}

.input-custom {
    padding: 0.75rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 1rem;
    font-size: 1rem;
    width: 100%;
}

.submit-btn {
    padding: 0.75rem;
    font-size: 1rem;
    width: 100%;
}

.submit-btn:hover {
    background-color: #133f34;
}

@media (max-width: 592px) {
    .modal-content {
        padding: 1.5rem;
    }

    .date-card {
        font-weight: bold;
        color: #224843;
        padding-left: 150px;
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .timeline-section {
        overflow-x: hidden;
    }


    .close-btn {
        font-size: 1.25rem;
        width: 30px;
        height: 30px;
        margin-right: 0;
    }

    .modal-title {
        font-size: 1.25rem;
    }

    .submit-btn,
    .input-custom {
        padding: 0.65rem;
        font-size: 1rem;
    }
}


.section-mobile-team {
    height: 588px;
}

.team-box-mobile {
    background-color: #224843;
    min-height: 492px;
    border-radius: 40px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: visible;
}


.team-title-mobile {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
}

.team-text-mobile {
    font-weight: 300;
    font-size: 14px;
    line-height: 15px5863;
    letter-spacing: -0.04em;
}

.close-btn {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 59px;
    left: 500px;
    background-color: #EEF0F0;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.section-light-background {
    height: 448px;
    width: 100%;
    background-color: #DCE2E1;
}

.hero-section {
    background: url('/assets/images/image6.png') no-repeat center center/cover;
    height: 968px;
}
.text-hero {
    font-family: 'AvenirLTStd', sans-serif;
    font-size: 16px;
    line-height: 140%;
    font-weight: 100;
    letter-spacing: -2%;
    color: #F6F7F7;
    font-style: normal;

}

.footer-background {
    background-image: url('/assets/images/img-footer.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.close-btn:hover {
    background-color: #dcdede;
}


@keyframes slideUpToCenter {
    to {
        transform: translateY(0);
    }
}


@media (max-width: 767px) {

    .text-history {
        font-size: 40px !important;
        text-align: left;
        width: 100% !important;
        height: auto;
        top: 0;
    }

    .text-history span {
        font-size: 40px !important;
    }

    .section-historia {
        margin-top: 0 !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        display: block !important;

        height: 728px;
        margin-top: -105px;

    }

    .section-historia .row {
        height: auto !important;
    }

    .timeline-section {
        background-color: #F6F7F7;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .custom-card {
        width: 239px !important;
        border-radius: 24px;
        padding: 20px;
        background-color: white;
        display: flex;
        flex-direction: column;
        gap: 8px;
        height: auto;
        overflow: hidden;
        word-break: break-word;
        height: 169px !important;
        padding: 36px;

    }



    .date-card {
        font-size: 20px;
        line-height: 112%;
        font-weight: 700;
        letter-spacing: -0.04em;
        vertical-align: middle;
        margin: 0;
        margin-right: -115px;
        margin-top: -115px;
        margin-left: 12px;
    }

    .titulo-card {
        font-weight: 800;
        font-size: 16px;

    }

    .text-card {
        font-size: 12px;
        line-height: 1.2;
        margin: 0;
    }

    .circle1 {
        width: 16px !important;
        height: 16px !important;
        background-color: #000;
        border-radius: 50%;
        margin-left: 225px;
        margin-top: -80px;
    }

    .position-relative .circle1 {
        position: absolute;
        top: -8px;
        left: 40px;
    }

    .circle1 {
        width: 16px;
        height: 16px;
        background-color: #224843;
        border-radius: 50%;
        position: relative;
    }

    .circle1::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 0.5px;
        height: 200px;
        background-image: linear-gradient(to bottom, #224843 40%, rgba(34, 72, 67, 0) 0%);
        background-position: right;
        background-size: 2px 8px;
        background-repeat: repeat-y;
    }


    .timeline-section .row:last-of-type .circle1::after {
        display: none;
    }
}

@media (max-width: 600px) {
    .modal-content {
        background-color: white;
        padding: 2rem 1.5rem 1.5rem 1.5rem;
        border-radius: 10px;
        max-width: 500px;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }

    .modal-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .close-btn {
        position: absolute;
        top: 1rem;
        right: 1rem;
        background: none;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        z-index: 10;
    }


    .input-custom {
        font-size: 16px;
        padding: 10px;
    }

    .submit-btn {
        font-size: 16px;
        padding: 10px 20px;
    }
}


@media (max-width: 390px) {
    .date-card {
        margin-left: -30px;

    }

}

@media (max-width: 375px) {
    .custom-card {
        width: 210px !important;
        padding: 28px;
    }

    .circle1 {
        width: 16px;
        height: 16px;
        background-color: #224843;
        border-radius: 50%;
        position: relative;
        margin-left: 200px;
    }


    .circle1::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 0.5px;
        height: 200px;
        background-image: linear-gradient(to bottom, #224843 40%, rgba(34, 72, 67, 0) 0%);
        background-position: right;
        background-size: 2px 8px;
        background-repeat: repeat-y;

    }

    .custom-card {
        width: 210px !important;
        padding: 28px;
        word-wrap: break-word;
        overflow: hidden;
    }


    .timeline-section .row:last-of-type .circle1::after {
        display: none;
    }

    .date-card {
        font-size: 16px;
        margin-left: 10px;
    }


}

@media (max-width: 425px) {
    .seu-card .seu-titulo {
        text-align: center;
    }
}


@media (max-width: 390px) {
    .custom-card {
        width: 210px !important;
        padding: 28px;
    }

    .btn-light {
        width: 174px;
        height: 56px;
        gap: 10px;
        border-radius: 100px;
        padding-top: 25px;
        padding-right: 10px;
        padding-bottom: 15px;
        padding-left: 10px;

    }

    .circle1 {
        width: 16px;
        height: 16px;
        background-color: #224843;
        border-radius: 50%;
        position: relative;
        margin-left: 210px;
    }


    .circle1::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 0.5px;
        height: 200px;
        background-image: linear-gradient(to bottom, #224843 40%, rgba(34, 72, 67, 0) 0%);
        background-position: right;
        background-size: 2px 8px;
        background-repeat: repeat-y;

    }

    .custom-card {
        width: 210px !important;
        padding: 28px;
        word-wrap: break-word;
        overflow: hidden;
    }


    .timeline-section .row:last-of-type .circle1::after {
        display: none;
    }

    .date-card {
        font-size: 16px;
        margin-left: 10px;
    }


}

@media (max-width: 425px) {
    .custom-card {
        width: 229px !important;
        padding: 28px;
        word-wrap: break-word;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: auto;
    }

    .titulo-card {
        text-align: left;
        width: 90%;
        font-size: 1rem;
    }

    .text-card {
        text-align: left;
        word-wrap: break-word;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px !important;
    }
}


@media (max-width: 425px) {
    .custom-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        padding: 28px;
        height: auto;
    }

}

@media (max-width: 768px) {

    .hero-section,
    .hero-section .text-hero {
        font-size: 12px !important;
        text-align: left !important;
        margin-bottom: 20px;

    }

    .name-hero {
        font-size: 14px !important;
        text-align: left !important;
    }

    .hero-section {

        height: 728px;

    }

    .hero-section .col-12 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .hero-section .title-hero {
        font-size: 32px !important;
        text-align: left !important;
    }

    .btn-custom {
        width: 179;
        height: 56;
        gap: 10px;
        border-radius: 100px;
        padding-top: 15px;
        padding-right: 24px;
        padding-bottom: 15px;
        padding-left: 24px;

    }

    .hero-section .nav-link-hero {
        text-align: left !important;
    }

    .text-hero {

        font-size: 12px;
        line-height: 140%;
        letter-spacing: -2%;
        color: #F6F7F7;
    }
}


@media (max-width: 767px) {
    .years {
        font-size: 88px !important;
        text-align: left;
        width: 100%;

    }

    .section-years {

        height: 599px;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .text-years {
        font-size: 35px !important;
        text-align: left;
    }

    .text-mission {
        text-align: left !important;
    }

    .section-light-background {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 767.98px) {
    .section-historia {
        position: relative;
    }

    .video-wrapper {
        width: 387px;
        height: 214px;
        position: absolute;
        top: 290px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 24.22px;
        overflow: hidden;
        z-index: 1;
    }

    .video-wrapper video {
        height: 65%;
        width: 327px;
        object-fit: cover;
        border-radius: 24.22px;
    }
}

.px-mobile-custom {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

@media (max-width: 767px) {
    .section-timeline {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .titulo-historia {
        font-size: 40px !important;
        text-align: left;
    }

    @media (max-width: 767.98px) {
        .timeline .row {
            flex-direction: column;
            align-items: center;
        }

        .timeline-section {
            overflow-x: hidden;
        }

        .timeline .col-md-5,
        .timeline .col-md-2 {
            max-width: 100%;
            flex: 0 0 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .timeline .timeline-circle {
            position: relative;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .timeline .timeline-circle::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            width: 2px;
            height: 100%;
            background-color: #224843;
            transform: translateX(-50%);
            z-index: 0;
        }

        .timeline .circle1 {
            z-index: 1;
            background-color: #224843;
            width: 20px;
            height: 20px;
            border-radius: 50%;
        }

        .timeline .timeline-item {
            margin-bottom: 1rem;
        }

        .timeline .date-card {
            margin-top: 0.5rem;
            font-weight: bold;
        }

        .circle1 {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translate(50%, -50%);
            width: 12px;
            height: 12px;
            background-color: #224843;
            border-radius: 50%;
            z-index: 2;
        }

        .custom-card {
            position: relative;
            width: 229px;
            height: auto;
            gap: 8px;
            border-radius: 24px;
            padding: 20px;
            text-align: left;

        }

        .titulo-card {

            font-weight: 00;
            font-size: 16px;
            line-height: 120%;
            letter-spacing: -0.04em;
            vertical-align: middle;
        }

        .text-card {

            font-weight: 400;
            font-size: 12px;
            line-height: 140%;
            letter-spacing: -0.02em;
        }

        .date-card {
            font-weight: bold;
            color: #224843;
            margin-left: 12px;
            max-width: 100%;
            overflow-wrap: break-word;

        }
    }
}

@media (max-width: 767.98px) {


    .career-box {
        width: 326.9996032714844px;
        height: auto;
        top: 48px;
        left: 24px;
        gap: 45px;
        border-radius: 40px;
        padding-top: 32px;
        padding-right: 24px;
        padding-bottom: 32px;
        padding-left: 24px;

    }

    .career-title {
        font-weight: 900;
        font-size: 32px;
        line-height: 120%;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 0;
    }

    .career-text {

        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: -0.04em;
        text-align: left;
        margin-top: 16px;
        margin-bottom: 0;

    }

    .career-button {
        display: block;
        margin-top: 16px;
        text-align: left;
        align-self: flex-start;
    }

    .career-img {
        margin-top: 24px !important;
        margin-left: 0 !important;
        width: 100%;
        height: auto;
        align-self: flex-start;
    }

    .section-job .col-md-6,
    .section-job .col-md-12 {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .talk-us-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.08em;
        text-align: center;
        text-transform: uppercase;
        margin-top: 8px;
        margin-bottom: 12px;
    }


    .talk-us-subtitle {
        font-size: 32px !important;
        margin-top: 8px;
        margin-bottom: 12px;
        width: 327px;
        max-width: 100%;
        letter-spacing: normal;

    }

}



.talk-us-text {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 12px;
}

.btn-custom-green {
    margin-top: 24px !important;
    width: 211px;
    height: 56px;
    top: 368px;
    left: 82px;
    gap: 10px;
    border-radius: 100px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;

}

.section-talk-us {

    height: 504px;

}

@media (max-width: 767.98px) {
    footer .row {
        flex-direction: column-reverse;
        align-items: flex-start !important;
        text-align: left !important;
    }

    footer .col-md-4.offset-md-4 {
        order: 1;
        align-items: flex-start !important;
        text-align: left !important;
        margin-top: 0 !important;
    }

    footer .col-md-4:first-child {
        order: 2;
        align-items: flex-start !important;
        text-align: left !important;
        margin-top: 32px;
    }

    .footer-section {

        height: 738px;
        background: #224843;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .footer .navbar-brand {
        margin-bottom: 16px;
        align-self: flex-start;
    }

    .footer-title {
        margin-bottom: 16px;
    }

    .footer-text {
        text-align: left !important;
    }

    .social-icons {
        justify-content: flex-start !important;
        margin-top: 8px;
    }

    footer .text-center:last-child {
        text-align: left !important;
        margin-top: 32px;
    }

    footer hr {
        margin-top: 32px;
        margin-bottom: 16px;
    }


}


@media (max-width: 767.98px) {
    .section-historia {
        position: relative;
        height: 728px;
        padding-top: 60px;
        padding-bottom: 60px;

        background-image: none !important;
        background-repeat: initial;
        background-position: initial;
        background-size: initial;
        overflow: hidden;
    }

    .history-bg-mobile {
        position: absolute;
        width: 90vw;
        max-width: 391px;
        height: 102px;
        top: 385px;
        left: 75%;
        transform: translateX(-50%);
        z-index: 0;
        background-image: url('/assets/images/history.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .section-historia .container {
        position: relative;
        z-index: 1;

    }

    .section-historia .video-wrapper {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        height: 100%;
        margin-top: auto;
        margin-bottom: 0;
        padding-bottom: 40px;

    }

    .section-historia .btn-knowmore {
        margin-bottom: 70px;

    }

    .section-historia .video-wrapper video {
        width: 100%;
        max-width: 327px;
        border-radius: 16px;
        height: 214px;
    }

    .section-historia {
        height: 728px;

    }
}


@media (max-width: 767.98px) {
    .bg-mapa-mobile {
        width: 496.59px;
        height: 450px;
        position: relative;
        top: -44px;
        left: -113px;
    }

    .section-title-map-mobile {
        font-size: 40px;
    }

    .card-map-mobile {
        width: 327px;
        height: 114px;
        border-radius: 16px;
        border: 1px solid #ccc;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        background-color: #fff;
    }

    .card-map-mobile img.icon-card {
        width: 24px;
        height: 24px;
    }

    .card-title-map {
        font-weight: bold;
        font-size: 16px;
    }

    .card-text-map {
        font-size: 14px;
        color: #555;
    }
}

@media (max-width: 767.98px) {
    .section-talk-us {
        padding: 40px 20px;
    }

    .section-talk-us .container {
        padding-left: 0;
        padding-right: 0;
    }

    .section-talk-us h6,
    .section-talk-us h2,
    .section-talk-us p {
        font-size: 16px;
    }

    .section-talk-us .col-lg-8,
    .section-talk-us .col-md-10 {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .section-talk-us .btn-custom-green {
        width: 100%;
        margin-top: 20px;
    }
}


@media (min-width: 768px) {

    .section-talk-us .col-lg-8,
    .section-talk-us .col-md-10 {
        padding-left: 0;
        padding-right: 0;
    }

    .section-talk-us .btn-custom-green {
        width: auto;
        margin-top: 30px;
    }
}

.centered-toggle-button-wrapper {
    position: absolute;
    bottom: -35px !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.btn-toggle-history {
    margin-top: 24px !important;
    width: 211px;
    height: 56px;
    gap: 10px;
    border-radius: 100px;
    padding: 15px 30px;
}

.btn-toggle-history {
    margin-top: 24px !important;
    width: 211px;
    height: 56px;
    gap: 10px;
    border-radius: 100px;
    padding: 15px 30px;
}

#historyContent {
    max-height: 600px;
    overflow: hidden;
    transition: max-height 0.7s ease-in-out;
}

#historyContent.expanded {
    max-height: 3000px;
}

/* versão mobile */
#timeline-mob {
    max-height: 600px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    position: relative;
}

#timeline-mob.expanded {
    max-height: 5000px;
}

#timeline-mob::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(246, 247, 247, 0), #f6f7f7);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#timeline-mob.expanded::after {
    opacity: 0;
}