@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&display=swap);

.banner,
.text-absolute-banner {
    display: -webkit-box;
    display: -ms-flexbox
}

.cards-solutions .card:hover .card-body p,
.nav-item:hover .nav-link,
.nav-link,
.title-metricas h2 {
    color: #fff
}

.banner,
.quem-somos,
header {
    position: relative
}

.btn-padrao,
.nav-link,
.txt-blue,
.wpcf7-submit {
    font-weight: 600;
    line-height: 160%
}

.text-absolute-banner h1,
.title h2,
.title h1 {
    font-size: 39px;
    line-height: 140%;
    font-family: 'Poppins', sans-serif
}

.btn-padrao,
.form-check-label,
.link-bim a,
.wpcf7-submit,
a {
    text-decoration: none
}

.card-projeto p,
.nav-link,
.small-txt,
.txt-blue {
    text-transform: uppercase
}

.aboslute-text-servicos h2,
.big-number,
.card-projeto h2,
.cards-socios h3,
.cards-valores .title-card,
.conteudo-interno h3,
.detalhe strong,
.form-contato h2,
.text-absolute-banner h1,
.text-number,
.title h2,
.title h1,
.title h3,
.title-secao h2,
.title-secao h1 {
    font-family: 'Poppins', sans-serif
}

.aboslute-text-servicos,
.coluna-1-sobre,
.coluna-2-sobre,
.coluna-footer,
.detalhe,
.met-1,
.met-2,
.met-3,
.text-absolute-banner,
.topics-servicos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

body {
    font-family: Inter, sans-serif;
    position: relative;
}

header {
    background: rgba(6, 15, 28);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 12px;
}


.nav-link {
    font-size: 12px;
    letter-spacing: 10%;
    text-align: center;
    padding: 15px 20px !important;
}

.nav-item:hover {
    background: #274472;
    border-radius: 4px
}

.navbar-brand {
    margin-right: 42px
}

.nav-item {
    display: flex;
    align-items: center;
}

.social-midia {
    gap: 13px
}

.banner {
    background-image: url("../images/banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 666px;
    width: 100%;
    z-index: 30;
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    animation: backgroundSlide 9s ease-in-out infinite;
}

@keyframes backgroundSlide {
    from {
        background-position: 0 100%;
    }

    to {
        background-position: 0 0;
    }
}


.overlay-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* azul escuro com 60% de opacidade */
    z-index: 1;
}

.banner .container,
.banner .text-absolute-banner {
    position: relative;
    z-index: 2;
}

.text-absolute-banner {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    max-width: 763px
}

.text-absolute-banner h1 {
    font-weight: 400;
    letter-spacing: 0;
    text-align: start;
    color: #fff
}

.text-center,
.text-number,
.title h3 {
    text-align: center
}

.link-bim a:hover,
.title h2,
.title h1 {
    color: #1a2d4c
}

.btns-banner {
    margin-top: 32px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.btn-padrao,
.wpcf7-submit {
    font-size: 16px;
    letter-spacing: 0;
    color: #1a2d4c !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1e4c7), to(#e0c385)) !important;
    background: linear-gradient(180deg, #f1e4c7 0, #e0c385 100%) !important;
    padding: 16px 32px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-box-shadow: 0 0 3px 0 #fff inset !important;
    box-shadow: 0 0 3px 0 #fff inset !important;
    border-radius: 4px;
    border: 1px solid #E0C385;

}

.btn-padrao:hover,
.wpcf7-submit:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f4ec), to(#ebd7ad)) !important;
    background: linear-gradient(180deg, #f8f4ec 0, #ebd7ad 100%) !important
}

.quem-somos {
    z-index: 20
}

.img-sobre-absolute {
    position: absolute;
    top: -66px;
    left: 0;
    z-index: -1;
    max-width: 100%;
    height: auto
}

.parceiros,
footer {
    position: relative
}

.img-sobre {
    position: relative;
    width: 100%;
    max-width: 584px;
    height: 660px;
    overflow: hidden;
}

.img-sobre img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 660px;
    object-fit: cover;
    border-radius: 12px;
    opacity: 0;
    transition: opacity 3s ease-in-out; /* aqui está a suavidade */
}

.img-sobre img.active {
    opacity: 1;
}





.coluna-1-sobre,
.coluna-2-sobre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.txt-blue {
    font-size: 14px;
    letter-spacing: 7%;
    color: #345a98;
    display: block;
    margin-bottom: 12px
}

.title h2,
.title h1 {
    font-weight: 400;
    letter-spacing: 0;
    max-width: 100%
}

.title-sobre {
    max-width: 536px
}

.highlight {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(100%, #ebd7ad), color-stop(45%, transparent));
    background: linear-gradient(to top, #ebd7ad 100%, transparent 45%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 1.4;
    display: inline
}

.big-number,
.desc-container p,
.text-number,
.title h3 {
    line-height: 160%;
    letter-spacing: 0
}

.big-number {
    text-align: center;
}

.box-metricas,
.grid-logos-parceiros {
    display: -webkit-box;
    display: -ms-flexbox
}

.desc-container p {
    font-weight: 400;
    font-size: 16px;
    color: #717a7b
}

.desc-container-1 {
    max-width: 512px;
    margin-top: 20px
}

.parceiros {
    padding-bottom: 50px;
    padding-top: 50px;
    z-index: 30
}

.title h3 {
    font-weight: 500;
    font-size: 25px;
    color: #3c4141
}

.grid-logos-parceiros {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 84px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 64px;
    max-width: 100%
}

.logo-parceiro img {
    max-width: 100%;
    height: 130px;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 130px;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 130px
}

.card-projeto:hover img,
.logo-parceiro img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.metricas {
    background: linear-gradient(92deg, #1a335b -.36%, #274472 45.07%, #274472 78.39%, #274472 100.6%);
    padding-top: 64px;
    padding-bottom: 48px
}

.box-metricas {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 45px
}

.met-1,
.met-2,
.met-3,
.topicos-metricas {
    display: -webkit-box;
    display: -ms-flexbox
}

.topicos-metricas {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: #fff
}

.big-number,
.text-number {
    font-weight: 400;
    font-size: 45px
}

.text-number {
    font-weight: 600;
    font-size: 16px
}

.met-1,
.met-2,
.met-3 {
    width: 249px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.solucoes {
    padding-top: 50px;
    padding-bottom: 80px
}

.cards-solutions {
    margin-top: 40px;
}

.cards-solutions .card {
    border: 1px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

/* Wrapper da imagem */
.cards-solutions .img-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.img-wrapper-2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.img-wrapper-2 img {
    width: 100%;
    height: 100%;
}

/* A imagem dentro do wrapper */
.cards-solutions .img-wrapper .img-card {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    display: block;
}

/* Efeito hover */
.cards-solutions .card:hover .img-wrapper .img-card {
    transform: scale(1.1);
}

.cards-solutions .card .card-body {
    background: #f3f3f4;
    padding: 40px;
    transition: 0.3s ease, color 0.3s ease;
}


.cards-solutions .card .card-body svg g rect {
    transition: fill 0.3s ease;
}

.cards-solutions .card .card-body svg rect {
    transition: stroke 0.3s ease;
}

.cards-solutions .card .servicos-hover {
    transition: color 0.3s ease;
}

.cards-solutions .card:hover .card-body {
    background: #142239;
    color: #fff
}

.cards-solutions .card:hover .card-body svg g rect {
    fill: #fff !important
}

.cards-solutions .card:hover .card-body svg rect {
    stroke: #fff
}

.cards-solutions .card:hover .servicos-hover {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0
}

.cards-solutions .card .icon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.link-bim {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: center;

}

.filter-links a.active {
    background: linear-gradient(180deg, #f8f4ec 0, #ebd7ad 100%) !important;
    /* color: #fff; */
    padding: 10px;
    border-radius: 4px;
}

.cards-solutions .card .card-body h3 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 31px;
    line-height: 150%;
    letter-spacing: 0;
    margin-bottom: 16px
}

.cards-solutions .card .card-body p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0;
    margin-bottom: 40px;
    color: #4e5254
}

.cards-bim .card .card-body h3,
.link-bim a {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 160%
}

.bim,
.newsletter {
    padding-top: 50px;
    padding-bottom: 80px
}

.txt-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cards-bim,
.depoimentos-tvm {
    display: -webkit-box;
    display: -ms-flexbox;
    margin-top: 40px
}

.link-bim a {
    color: #345a98
}

.link-bim a:hover svg rect {
    fill: #1a2d4c
}

.cards-bim {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px
}

.cards-bim .card {
    width: 288px;
    height: 440px;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden
}

.cards-bim .card:hover {
    border: 1px solid #274472
}

.cards-bim .card:hover .img-card {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.cards-bim .card .img-card {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover
}

.cards-bim .card .card-body {
    background: #f3f3f4;
    padding: 24px 12px
}

.cards-bim .card .card-body h3 {
    color: #2a2c2e;
    margin-top: 16px
}

.card-obras h3,
.cards-bim .card-2 .card-body h3,
.cards-bim .card-3 .card-body h3 {
    max-width: 118px
}

.cards-obras .card {
    height: 417px
}

.depoimentos,
.socios {
    padding-top: 50px;
    padding-bottom: 80px
}

.depoimentos-tvm {
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.coluna-footer,
.sociais {
    display: -webkit-box;
    display: -ms-flexbox
}

.card-depoimento {
    background: #274472;
    color: #fff;
    border-radius: 4px;
    padding: 40px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.descricao {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0;
    color: #fff;
    max-width: 300px;
    margin-bottom: 32px
}

.nome {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0
}

.empresa {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0;
    margin-bottom: 0
}

.newsletter .container {
    position: relative;
    background: #1a2d4c;
    padding: 66px 20px;
    border-radius: 8px
}

.newsletter h2 {
    font-weight: 600
}

.newsletter .desc-container {
    text-align: center;
    margin-top: 16px
}

.btn-news {
    margin-top: 43px
}

footer {
    background: #142239;
    padding-top: 50px;
    /* padding-bottom: 80px */
}

.bg-footer {
    position: absolute;
    bottom: 0;
    left: 0
}

/* .row-footer {
    padding-bottom: 78px
} */

.sociais {
    display: flex;
    gap: 8px
}

.title-with-line {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0;
    margin-bottom: 24px
}

.aboslute-text-servicos h2,
.boxes ul li,
.boxes ul li a,
.cards-socios .text-card,
.form-check-label {
    font-weight: 400;
    letter-spacing: 0
}

.img-logo img {
    width: 240px;
    height: 80px
}

.img-logo {
    margin-bottom: 52px
}

.boxes ul {
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

.boxes ul li,
.boxes ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 160%;
    color: #fff
}

.boxes ul li {
    padding: 12px 0
}

.coluna-footer {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.detalhes,
.form-check p,
.rodape {
    display: -webkit-box;
    display: -ms-flexbox
}

.endereco {
    width: 270px !important
}

.box-form {
    border-left: 1px solid rgba(255, 255, 255, .1019607843);
    padding-left: 48px;
    padding-bottom: 24px
}

input,
select,
textarea {
    border: 1px solid rgba(255, 255, 255, .1019607843) !important;
    background: rgba(255, 255, 255, .0509803922) !important;
    width: 100%;
    border-radius: 4px !important;
    color: #adb0b4 !important
}

.form-control,
.wpcf7-response-output,
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #adb0b4 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0
}

/* .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important
} */

.form-check-input:checked {
    background-color: #fff !important;
    border-color: #fff !important;
}

.form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 3px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
}

.form-check-input:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background-color: #112d69; /* Cor do X */
    transform: translate(-50%, -50%) rotate(45deg);
}

.form-check-input:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background-color: #112d69; /* Cor do X */
    transform: translate(-50%, -50%) rotate(-45deg);
}

select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml;utf8,<svg fill='%23adb0b4' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 20px !important;

    padding-right: 2.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: white;
    /* texto branco, se o fundo for escuro */
    cursor: pointer;
}

/* Fallback para IE/Edge antigos */
select.form-control::-ms-expand {
    display: none;
}


input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #adb0b4 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #adb0b4 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0
}

input::-ms-input-placeholder,
select::-ms-input-placeholde,
textarea::-ms-input-placeholder {
    color: #adb0b4 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0
}

input::placeholder,
select::placeholder,
textarea::placeholder {
    color: #adb0b4 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0
}

textarea {
    height: 157px
}

.form-check-input {
    border: 2px solid #fff !important
}

.detalhes,
.form-check p {
    display: flex
}

.form-check-label {
    font-size: 16px;
    line-height: 160%;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #fff
}

.form-check-label a {
    text-decoration: underline;
    color: #fff
}

#cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, .7);
    color: #000;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    width: 300px;
    display: none;
    z-index: 999999999;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.cookie-buttons {
    margin-top: 10px;
    text-align: right
}

.cookie-buttons button {
    background: #142239;
    color: #fff;
    border: none;
    padding: 8px 12px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 4px
}

.cookie-buttons button.reject {
    background: #4e5254
}

.rodape {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 10px;
    font-family: Rajdhani, sans-serif
}

.aboslute-text-servicos,
.cards-socios {
    display: -webkit-box;
    display: -ms-flexbox
}

.banner-servicos {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 83px
}

.img-banner {
    position: relative;
    width: 100%
}

.img-banner img {
    width: 100%;
    height: 400px;
    display: block;
    border-radius: 0 !important
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.aboslute-text-servicos {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.card-projeto,
.card-projeto a {
    position: relative;
    height: 100%
}

.aboslute-text-servicos h2 {
    color: #fff;
    font-size: 39px;
    line-height: 140%;
    margin-top: 12px;
}

.small-txt {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 13%;
    color: #fff;
    margin: 0
}

.aboslute-text-servicos p {
    margin: 0
}

.banner-servicos .container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 2
}

.quem-somos {
    padding-top: 50px;
    padding-bottom: 80px
}

.coluna-2-sobre img {
    border-radius: 12px;
    object-fit: cover;
}

.cards-socios {
    display: flex;
    gap: 24px
}

.cards-socios .card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    min-height: 675px;
    border: transparent;
    border-radius: 8px
}

.cards-socios .card img {
    max-height: 500px;
    object-fit: cover;
}

.cards-socios .card-body {
    padding: 24px;
    background: #f9f7f0
}

.cards-socios .card .subtitle-card {
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0;
    color: #4e5254;
    display: block;
    margin-bottom: 30px
}

.cards-socios h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 160%;
    letter-spacing: 0;
    margin-bottom: 0
}

.cards-socios .text-card {
    font-size: 16px;
    line-height: 160%;
    color: #2a2c2e
}

.valores {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fafafa
}

.cards-valores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-top: 40px
}

.cards-valores .img-card {
    width: 140px;
    height: 140px;
    margin: auto
}

.cards-valores .card-body {
    padding-top: 45px;
    text-align: center
}

.cards-valores .title-card {
    font-weight: 600;
    font-size: 25px;
    line-height: 160%;
    margin-bottom: 24px;
    letter-spacing: 0
}

.cards-valores .text-card,
.title-secao h2, .title-secao h1 {
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0
}

.cards-valores .text-card {
    font-size: 16px;
    text-align: center
}

.cards-valores .card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 800px;
    border-radius: 4px;
    padding: 59px 32px;
    color: #fff;
    background-image: url("../images/bg-card.webp");
    background-repeat: no-repeat;
    background-size: cover
}

.secao-banner {
    padding-top: 50px;
    padding-bottom: 80px
}

.title-secao {
    text-align: center;
    max-width: 828px;
    margin: auto
}

.title-secao h2,
.title-secao h1 {
    font-size: 20px;
    text-align: center;
    color: #1a2d4c;
    margin-bottom: 40px
}

.servicos {
    padding-bottom: 40px
}

.cards-servicos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 64px
}

#filtro-projetos,
.box-single-top,
.topics-servicos {
    display: -webkit-box;
    display: -ms-flexbox
}

.bloco-projeto {
    border: 1px solid #e6e7e8;
    background: #fafafa;
    border-radius: 8px;
    position: relative;
    padding-bottom: 100px;
}

.bloco-projeto .imagem-topo img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.conteudo-interno {
    padding: 32px 24px
}

.icone-svg img {
    width: 40px;
    height: 40px
}

.icone-svg {
    margin-bottom: 20px
}

.conteudo-interno h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 160%;
    letter-spacing: 0;
    max-width: 450px
}

.conteudo-interno .descricao-servicos,
.topics-servicos {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0;
    color: #2a2c2e;
    max-width: 100%;
    width: 100%
}

.categoria,
.tag-categoria {
    font-weight: 600;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 4%;
    background: #142239
}

.conteudo-interno .descricao-servicos {
    margin-bottom: 28px
}

.topics-servicos {
    display: flex;
    gap: 8px;
    -ms-flex-direction: column;
    flex-direction: column
}

.btns-servicos {
    position: absolute;
    bottom: 40px;
}

.projetos {
    padding-top: 50px;
    padding-bottom: 80px
}

.singles {
    padding-top: 150px;
    padding-bottom: 80px
}

#filtro-projetos {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    width: 100%;
    justify-content: center;
}

.filter-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}

#filtro-projetos select {
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #E6E7E8 !important;
    font-family: inherit;
    background: transparent !important;
}

#filtro-projetos label {
    font-weight: 600;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 3%;
    width: 30%;
}

.lista-projetos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 30px
}

.card-projeto {
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    width: 100%
}

.card-projeto a {
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

.card-projeto img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}


.card-projeto:hover img {
    transform: translateY(-10px);
}


.card-projeto::after {
    content: "";
    pointer-events: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    z-index: 1
}

.card-projeto h2 {
    position: absolute;
    bottom: 20px;
    left: 24px;
    right: 45px;
    color: #fff;
    margin: 0;
    z-index: 2;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0
}

.card-projeto p,
.tag-categoria {
    left: 15px;
    position: absolute;
    color: #fff
}

.card-projeto p {
    bottom: 45px;
    font-size: 12px;
    background-color: #1d1d1d;
    padding: 3px 8px;
    border-radius: 3px;
    z-index: 2;
    letter-spacing: .5px;
    font-weight: 500
}

.ver-mais {
    display: none;
    position: absolute;
    bottom: 24px;
    z-index: 2;
    color: #fff;
    left: 24px;
    transition: transform 0.4s ease;
}

.card-projeto:hover .ver-mais {
    display: block;
}

.card-projeto:hover .tag-categoria {
    bottom: 160px;
}

.card-projeto:hover .card-info {
    bottom: 36px;
}


.tag-categoria {
    bottom: 112px;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 3;
    transition: transform 0.4s ease;
}

.card-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    z-index: 2;
    transition: transform 0.4s ease;
}

.categoria {
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 3;
    margin-bottom: 24px;
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.descricao-projeto,
.detalhe span,
.detalhe strong,
.title-projeto h2 {
    line-height: 160%;
    letter-spacing: 0
}

.infos-projeto,
.top-single {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.infos-projeto {
    max-width: 435px;
    padding-left: 40px;
    border-left: 1px solid #e6e7e8
}

.descricao-projeto {
    color: #4e5254;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 91px
}

.box-single-top {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px
}

.detalhe,
.galeria-projeto div {
    display: -webkit-box;
    display: -ms-flexbox
}

.title-projeto h2 {
    font-weight: 400;
    font-size: 49px;
    color: #1a2d4c
}

.detalhe strong {
    font-weight: 500;
    font-size: 25px;
    color: #345a98
}

.detalhe span {
    color: #4e5254;
    font-weight: 400;
    font-size: 16px
}

.detalhe {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.detalhe-1 {
    padding-right: 32px;
    border-right: 1px solid #f3f3f4
}

.detalhe-2 {
    padding-left: 32px
}

.projeto-arquivos ul {
    column-count: 3;
    column-gap: 15px;
    padding: 0;
    list-style: none;
}

.projeto-arquivos li {
    break-inside: avoid;
    margin-bottom: 15px;
    cursor: pointer;
}

.thumbnail {
    width: 100%;
    height: auto;
    transition: transform 0.3s;
    display: block;
}


.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox.active {
    display: flex;
}

.lightbox-image {
    max-width: 90%;
    max-height: 90%;
}

.lightbox .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}


.contato {
    padding-top: 50px;
    padding-bottom: 80px
}

.contato .row {
    border-radius: 8px
}

.col-1-contato {
    background: #142239;
    padding: 40px 64px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.col-2-contato {
    background: #f3f3f4;
    padding: 40px 64px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    position: relative
}

.form-contato h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 160%;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 40px
}

.box-info-contato h3,
.box-info-contato p,
.box-info-contato p a {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0
}

.btn-cont {
    margin-top: 64px;
    display: block
}

.box-info-contato h3 {
    font-weight: 500;
    color: #2a2c2e
}

.box-endereco {
    border-bottom: 1px solid #E6E7E8;
    margin-bottom: 24px;
}

.box-info-contato p,
.box-info-contato p a {
    font-weight: 400;
    margin-bottom: 20px;
    color: #4e5254
}

.absolute-contato {
    position: absolute;
    bottom: 40px
}

.maps iframe {
    width: 100%;
    height: 350px;
    display: block
}





/* Chat flutuante */
.whatsapp-chat {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 300px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    font-family: sans-serif;
    display: none;
    z-index: 9999;
}

.chat-header {
    background: #075E54;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chat-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.chat-body {
    background-color: rgb(230, 221, 212);
    padding: 15px;
    position: relative;
}

.chat-body::before {

    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url('../images/whatsapp.png');

}

.chat-bubble {
    max-width: 62%;
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.chat-bubble p {
    margin: 5px 0;
}

.chat-bubble small {
    font-size: 11px;
    color: #666;
}

.chat-button {
    display: block;
    background: #25d366;
    color: white;
    text-align: center;
    padding: 12px;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    border-top: 1px solid #ccc;
}

.open-chat-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: transparent;
    border: none;
    border-radius: 50%;
    padding: 12px;
    cursor: pointer;

    z-index: 9999;
}

.close-chat {
    background: transparent;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}


.pulse-arrow {
    animation: floatArrow 2s ease-in-out infinite;
    transform-origin: center;
}

@keyframes floatArrow {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
        /* ou +10px se quiser descendo */
    }
}

@media(min-width:1400px) {
    .navbar-nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 80%;
        margin-left: 40px;
        margin-right: 100px
    }
}

@media(max-width:768px) {
    .cards-servicos {
        grid-template-columns: 1fr
    }
}

@media(min-width:992px) {
    .navbar-nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /* width: 80%; */
        /* margin-left: 40px; */
        /* margin-right: 100px */
    }

    .title-metricas h2 {
        color: #fff;
        max-width: 367px
    }

    .topicos-metricas {
        width: 60%
    }

    .met-2 {
        border-left: 1px solid rgba(255, 255, 255, .1019607843);
        border-right: 1px solid rgba(255, 255, 255, .1019607843)
    }
}

@media(max-width:992px) {

    .filter-name {
        border-bottom: 1px solid gray;
        width: 100%;
        padding-bottom: 5px;
    }

    #filtro-projetos {
        border: 1px solid gray;
        background: #f1f1f1;
        padding: 20px;
        border-radius: 8px;
    }

    .filter-links {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .projeto-arquivos ul {
        display: flex;
        flex-direction: column;
    }

    .absolute-contato {
        position: inherit;
    }

    #filtro-projetos label {
        width: 100%;
    }

    .link-bim {
        margin-top: 30px;
    }

    .aboslute-text-servicos h2 {
        font-size: 30px;
        padding: 0 20px;
    }

    .aboslute-text-servicos {
        text-align: center;
    }

    .banner-servicos,
    .img-banner img {
        height: 400px;
        object-fit: cover;
    }

    footer {
        padding-bottom: 0;
        padding-top: 0;
    }

    .cards-bim .card {
        height: auto;
    }

    .cards-solutions .card {
        margin-bottom: 24px;
    }

    .col-2-contato {
        padding: 20px;
    }

    .box-info-contato h3,
    .box-info-contato p,
    .box-info-contato p a {
        font-size: 17px;
    }

    .solucoes,
    .bim,
    .newsletter,
    .parceiros,
    .quem-somos,
    .row-footer,
    .projetos,
    .singles {
        padding-top: 100px;
        /* padding-bottom: 50px; */
    }

    .box-metricas .title-metricas h2 {
        color: #fff !important;
    }

    .navbar-nav {
        align-items: start;
    }

    .navbar-collapse {
        background-color: #142239;
        padding-top: 20px;
    }

    .txt-title {
        align-items: start;
    }

    #filtro-projetos {
        flex-direction: column;
        align-items: start;
    }

    .btns-banner {
        margin-bottom: 20px;
    }

    .social-midia {
        justify-content: start;
        padding: 20px;
    }

    .box-form,
    .infos-projeto {
        padding-left: 0;
        border-left: none
    }

    .bg-footer {
        display: none
    }

    .box-metricas,
    .cards-bim,
    .cards-socios,
    .cards-valores,
    .depoimentos-tvm,
    .topicos-metricas,
    .txt-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .lista-projetos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .galeria-projeto div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .box-single-top {
        flex-direction: column;
    }

    .infos-projeto {
        max-width: 100%
    }

    .boxes {
        padding: 20px
    }
}

@media(max-width:769px) {
    .cards-obras .card {
        height: auto
    }

    .cards-bim .card {
        width: 100%
    }

    .text-absolute-banner h1,
    .title h1,
    .title h2 {
        font-size: 28px;
    }
}