header,
nav {
    display: flex
}

.hero,
.info-bar,
header,
hr {
    margin: auto
}

.benefits-section,
.bola,
.etapas-section,
.porque-nos-escolher,
.testimonials-section {
    font-family: sans-serif
}

.bola,
.container-contato::before {
    top: 0
}

.bloco a,
.bloco p,
.botao-claro,
.footer-bottom,
.footer-bottom p a,
.footer-col a,
.pagination a,
.post a,
.redes a,
.services-btn,
.share-btn,
nav a {
    text-decoration: none
}

.coluna h3,
.footer-col h4,
.tag,
.tag-label {
    text-transform: uppercase
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --swiper-theme-color: #000 !important;
    --black: #000;
    --black-2: #0000004d;
    --white: #fff;
    --primary-color: #1f2c3c;
    --secondary-color: #2f445b;
    --text-color: #333;
    --background-color: #f4f4f4;
    --gray: #b0b0b0;
    --gray-2: #ffffff33;
    --overlay: rgba(31, 44, 60, 0.7);
    --dourado: #cfae8c;
    --dourado-2: #9c8267;
    --green: #43c553;
    --red: #ff0000;
    --off-white-card: #FAF9F6
}

body {
    background-color: #f1f2eb;
    font-family: Arial, sans-serif
}

header {
    justify-content: space-between;
    align-items: center;
    width: 90%;
    padding: 20px 0
}

.logo img {
    height: 50px
}

.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer
}

nav {
    gap: 15px
}

@media (max-width:768px) {

    .menu-toggle,
    nav a {
        display: block
    }

    header {
        flex-wrap: wrap
    }

    nav {
        display: none;
        flex-direction: column;
        width: 100%;
        margin-top: 15px
    }

    nav a {
        padding: 10px;
        border: none;
        border-bottom: 1px solid #eee;
        text-align: left
    }

    nav.active {
        display: flex
    }
}

nav a {
    padding: 8px 18px;
    border: 1px solid #ccc;
    border-radius: 20px;
    color: #000;
    font-size: 14px;
    transition: background .3s
}

nav a:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000
}

.info-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    background-color: #e9eae3;
    padding: 15px 40px;
    font-size: 14px
}

.info-bar .dados {
    display: flex;
    gap: 20px;
    color: #000
}

.info-bar .dados span::after {
    content: "—";
    margin-left: 20px;
    color: #999
}

.info-bar .dados span:last-child::after {
    content: ""
}

.info-bar .botao-preto {
    background-color: #000;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block
}

@media (max-width:768px) {
    .info-bar {
        display: none
    }

    .hero-content h1 {
        font-size: 34px !important
    }

    .hero {
        display: grid !important;
        margin: auto;
        width: 90%;
        align-items: center
    }

    .hero-image img {
        margin-top: -100px !important
    }

    .institucional-imagem img {
        width: 90%;
        height: 250px !important;
        object-fit: cover;
        display: block;
        margin: 0 auto
    }
}

.hero {
    display: flex;
    width: 90%;
    align-items: center
}

.hero-content {
    max-width: 100% !important;
    flex: 1
}

.hero h1 {
    font-size: 64px;
    font-weight: 400;
    color: #000;
    line-height: 1.1;
    margin-top: 50px;
    margin-bottom: 40px
}

.testttt h1 {
    margin-top: unset;
}

.hero p {
    font-size: 16px;
    color: #666;
    margin-top: 40px
}

.hero-image,
.hero-image-contato {
    flex: 1;
    z-index: 1;
    display: flex;
    justify-content: flex-end
}

.hero-image img {
    max-width: 100%;
    height: auto;
    opacity: .2
}

.institucional {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px
}

.institucional-imagem img {
    width: 90%;
    height: 600px;
    object-fit: cover;
    display: block;
    margin: 0 auto
}

.institucional-bg {
    width: 90%;
    margin: 0 auto;
    background-color: #0a0a0a;
    background-image: linear-gradient(transparent .9px, rgba(255, 255, 255, .021) 1px), linear-gradient(90deg, transparent .9px, rgba(255, 255, 255, .021) 1px);
    background-size: 40px 40px;
    color: #fff;
    padding: 60px 40px
}

.institucional-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto
}

.coluna,
.image,
.text {
    flex: 1
}

.coluna h3 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 10px
}

.coluna hr {
    border: none;
    border-top: 1px solid #444;
    margin-bottom: 15px
}

.coluna p {
    color: #ddd
}

.sobre {
    background-color: var(--white);
    padding: 80px 90px;
    text-align: left
}

.benefit-item,
.bola,
.servicos,
.swiper-slide,
.team-section {
    text-align: center
}

.direita,
.esquerda {
    padding-bottom: 70px !important
}

.sobre-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto
}

.sobre-esquerda {
    flex: 1;
    display: flex;
    justify-content: center
}

.esquerda {
    border-right: 1px solid #ccc
}

.bolas-container {
    position: relative;
    width: 150px;
    height: 150px;
    perspective: 800px
}

.bola {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transition: transform .8s
}

.bola .label {
    font-size: 12px;
    opacity: .8
}

.bola .ano {
    font-size: 22px;
    font-weight: 700;
    margin-top: 4px
}

.bola-preta {
    background-color: #000;
    color: #fff;
    z-index: 2;
    transform: rotateY(0)
}

.bola-clara {
    background-color: #f5f5f0;
    color: #777;
    z-index: 1;
    transform: rotateY(-180deg)
}

.rotacionar-preta {
    transform: rotateY(180deg);
    z-index: 1
}

.rotacionar-clara {
    transform: rotateY(0);
    z-index: 2
}

.sobre-direita {
    flex: 2
}

.galeria-escada,
.icone-sobre {
    justify-content: center;
    display: flex
}

.sobre-direita h2 {
    font-size: 24px;
    margin-bottom: 20px
}

.sobre-direita p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 20px
}

.galeria-escada {
    align-items: flex-end;
    gap: 30px;
    margin-top: 60px;
    flex-wrap: wrap
}

.galeria-escada img {
    width: 250px;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1)
}

.img-grande {
    height: 450px
}

.img-media {
    height: 400px
}

.img-pequena {
    height: 350px
}

.servicos {
    background-color: var(--white);
    padding: 80px 90px
}

.servicos-topo .subtitulo {
    font-size: 14px;
    letter-spacing: 3px;
    color: #888;
    margin-bottom: 30px
}

.servicos-topo h2 {
    margin-top: 30px;
    font-size: 32px;
    margin-bottom: 10px
}

.servicos-topo .descricao {
    font-size: 16px;
    color: #555;
    max-width: 800px;
    margin: 0 auto 50px
}

.swiper {
    width: 70%;
    padding: 40px 0
}

.swiper-slide {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    width: 300px;
    padding: 30px 20px;
    transition: .3s
}

.swiper-slide img {
    width: 60px;
    margin: 20px 0
}

.swiper-slide h3 {
    font-size: 18px
}

.feature p,
.swiper-slide p {
    font-size: 14px;
    color: #666
}

.swiper-slide-active {
    background-color: #000;
    color: #fff;
    transform: scale(1.05)
}

.swiper-slide-active h3,
.swiper-slide-active p {
    color: #fff
}

.redes a,
.swiper-button-next,
.swiper-button-prev {
    color: #000
}

.icone-sobre {
    font-size: 50px;
    margin: 50px auto
}

hr {
    justify-content: center;
    width: 60%
}

.content-card,
.title-card {
    padding: 15px 0
}

.footer,
.footer-col a,
.porque-nos-escolher,
.social-icons a {
    color: var(--white)
}

.bg-imagem {
    position: relative;
    background: url('../images/casa.webp') center center/cover no-repeat;
    height: 400px;
    display: flex;
    align-items: flex-end
}

.titulo-sobreposto {
    font-size: 60px;
    margin-left: 10%;
    font-weight: 700;
    color: #fff;
    z-index: 1
}

.caixa-chamada {
    position: absolute;
    right: 0;
    bottom: -42px;
    background-color: #e9ebe3;
    color: #000;
    z-index: 2;
    margin-right: 10%;
    max-width: 400px
}

.caixa-chamada h3 {
    font-size: 20px;
    margin: 100px 100px 20px 20px
}

.botao-claro {
    display: inline-block;
    background-color: #fff;
    color: #000;
    width: 100%;
    padding: 16px 20px;
    font-size: 14px
}

.colunas,
.metricas {
    display: flex;
    gap: 60px
}

.botao-claro span {
    margin-left: 10px
}

.conteudo-preto {
    background-color: #0a0a0a;
    padding: 60px 130px;
    margin: auto;
    align-items: center;
    justify-content: center
}

.colunas {
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ccc
}

.coluna {
    flex: 1;
    min-width: 280px
}

.coluna p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px
}

.coluna ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 30px
}

.metricas,
.social-icons {
    margin-top: 20px
}

.benefit-item p,
.footer-col a,
.metricas div {
    font-size: 14px
}

.metricas strong {
    font-size: 32px;
    display: block;
    margin-bottom: 5px
}

.title {
    font-size: 80px
}

.benefits-banner img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    display: block
}

.benefits-grid {
    background-color: #fff !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.benefit-item {
    padding: 40px 20px;
    border-left: 1px solid #ddd
}

.benefit-item:first-child {
    border-left: none
}

.icon-box {
    background: #000;
    color: var(--white);
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px
}

.benefit-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000
}

.benefit-item p,
.textos p {
    color: #555;
    line-height: 1.6
}

@media (max-width:992px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .benefit-item {
        border-left: none;
        border-top: 1px solid #ddd
    }

    .benefit-item:first-child,
    .benefit-item:nth-child(2) {
        border-top: none
    }
}

@media (max-width:576px) {
    .benefits-grid {
        grid-template-columns: 1fr
    }

    .benefit-item {
        border-top: 1px solid #ddd
    }

    .benefit-item:first-child {
        border-top: none
    }
}

.etapas-section {
    background: #f5f5ef;
    padding: 60px 20px
}

.etapas-topo {
    max-width: 1100px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px
}

.etapas-topo h2 {
    font-size: 80px;
    font-weight: 700;
    flex: 1
}

.etapas-topo p {
    flex: 1;
    max-width: 500px;
    font-size: 16px;
    line-height: 1.6
}

.etapas-nav {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin: 30px auto;
    max-width: 1100px
}

.step-btn {
    padding: 15px 30px;
    background: #ecece6;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: .3s
}

.step-btn.active {
    background: #fff;
    border-bottom: 3px solid #000
}

.etapas-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    gap: 40px;
    flex-wrap: wrap
}

.etapas-imagem {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden
}

.step-image,
.team-photo img {
    width: 100%;
    object-fit: cover
}

.step-image {
    position: absolute;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.05) rotate(0);
    transition: .8s
}

.step-image.active {
    opacity: 1;
    transform: scale(1) rotate(360deg)
}

.etapas-texto {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 1;
    max-width: 600px
}

.icon-round {
    background: #000;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    flex-shrink: 0
}

.textos h3 {
    font-size: 22px;
    margin-bottom: 10px
}

.textos p {
    font-size: 15px
}

.team-section {
    background-color: #0a0a0a;
    background-image: linear-gradient(transparent .9px, rgba(255, 255, 255, .021) 1px), linear-gradient(90deg, transparent .9px, rgba(255, 255, 255, .021) 1px);
    background-size: 40px 40px;
    color: var(--white);
    padding-bottom: 80px
}

.team-header h2,
.team-members {
    max-width: 1100px;
    text-align: left
}

.team-header {
    padding: 60px 5px 0
}

.team-header h2 {
    font-size: 90px;
    font-weight: 700;
    color: #f1f1e9;
    margin: 0 auto
}

.team-photo {
    max-width: 1100px;
    margin: 0 auto
}

.team-photo img {
    height: 450px;
    display: block
}

.team-members {
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    padding: 0 20px
}

.bloco,
.member {
    flex: 1;
    min-width: 250px
}

.member strong {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    color: var(--white)
}

.member p {
    color: #ccc;
    font-size: 14px
}

.testimonials-section {
    text-align: center;
    padding: 80px 20px;
    background-color: var(--white);
    color: #000
}

.testimonials-section h2 {
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 60px
}

.testimonial-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    max-width: 900px;
    margin: auto;
    position: relative
}

.testimonial-content {
    max-width: 600px
}

.testimonial-content .photo {
    position: relative;
    display: inline-block;
    margin-bottom: 20px
}

.testimonial-content img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover
}

.quote-icon {
    position: absolute;
    right: -10px;
    height: 30px;
    width: 30px;
    border: 2px solid #fff;
    bottom: -5px;
    background: #000;
    color: var(--white);
    font-size: 20px;
    padding: 3px;
    border-radius: 50%;
    font-weight: 700
}

.testimonial-content h4 {
    margin: 0;
    font-size: 18px
}

.testimonial-content .subtitle {
    color: #888;
    font-size: 14px;
    margin-bottom: 25px
}

.testimonial-content .text {
    font-size: 18px;
    line-height: 1.6;
    color: #000
}

.nav-arrow {
    background: 0 0;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #000;
    transition: transform .2s
}

.nav-arrow:hover {
    transform: scale(1.2)
}

.testimonial-footer {
    margin-top: 30px;
    font-size: 14px;
    color: #444
}

.section-vamos-conversar {
    background-color: var(--white);
    padding: 80px 20px;
    font-family: sans-serif
}

.container-contato {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
    position: relative;
    padding: 30px
}

.info-contato {
    flex: 1;
    min-width: 300px
}

.info-contato h2 {
    font-size: 90px;
    font-weight: 700;
    margin: 0 0 10px
}

.bloco h4,
.footer-col ul li {
    margin-bottom: 8px
}

.descricao {
    font-size: 18px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.detalhes-contato {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.bloco h4 {
    font-size: 14px;
    font-weight: 700
}

.bloco a,
.bloco p {
    font-size: 14px;
    color: #333
}

.redes {
    display: flex;
    gap: 20px;
    font-size: 14px;
    margin-top: 10px
}

.imagem-contato {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center
}

.imagem-contato img {
    width: 300px;
    height: 500px;
    justify-content: center;
    object-fit: cover
}

.container-contato::after,
.container-contato::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 102%;
    background-color: #ccc;
    left: -1%
}

.container-contato::after {
    bottom: 0
}

.container-contato .linha-vertical-direita-grey,
.container-contato .linha-vertical-esquerda-grey {
    position: absolute;
    width: 1px;
    height: 104%;
    background-color: #ccc;
    top: -2%
}

.container-contato .linha-vertical-esquerda-grey {
    left: 0
}

.container-contato .linha-vertical-direita-grey {
    right: 0
}

@media (max-width:768px) {

    .conteudo-preto,
    .sobre {
        padding: 80px 20px
    }

    .colunas,
    .esquerda {
        border: none
    }

    .title {
        font-size: 40px
    }

    .sobre {
        background-color: var(--white);
        text-align: left
    }

    .sobre-container {
        display: block
    }

    .bg-imagem {
        display: flex;
        justify-content: center
    }

    .titulo-sobreposto {
        margin: auto !important;
        font-size: 60px;
        position: absolute;
        top: 20px;
        display: flex;
        text-align: center;
        z-index: 1
    }

    .servicos {
        padding: 30px 20px
    }

    .direita,
    .esquerda {
        padding: 0 !important
    }

    .galeria-escada img {
        width: 315px !important
    }

    .caixa-chamada {
        right: auto;
        margin-right: 0
    }

    :root {
        --swiper-theme-color: #fff !important
    }

    .container-contato,
    .etapas-content,
    .etapas-topo {
        flex-direction: column
    }

    .etapas-content {
        align-items: center
    }

    .etapas-texto,
    .team-members {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .etapas-nav {
        display: grid;
        justify-content: center;
        gap: 10px;
        margin: 30px auto;
        max-width: 1100px
    }

    .etapas-topo h2,
    .testimonials-section h2 {
        font-size: 48px
    }

    .team-header h2 {
        font-size: 48px;
        text-align: center
    }

    .member {
        margin-bottom: 30px
    }

    .info-contato h2 {
        font-size: 42px
    }

    .descricao {
        font-size: 16px
    }

    .detalhes-contato {
        flex-direction: column;
        gap: 20px
    }
}

.circle,
.footer-bottom {
    text-align: center;
    font-size: 13px
}

.footer {
    background-color: #000;
    padding: 60px 40px 20px
}

.footer-bottom,
.footer-bottom p a {
    color: #ccc !important
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: auto
}

.footer-col {
    flex: 1;
    min-width: 220px
}

.logo-col img.footer-logo {
    max-width: 250px;
    margin-bottom: 20px
}

.footer-col h4 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-col a:hover {
    text-decoration: underline
}

.social-icons a {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    justify-content: center;
    margin-right: 12px;
    font-size: 18px
}

.approach-wrapper,
.pagination {
    justify-content: center;
    font-family: sans-serif
}

.social-icons a:hover {
    border: 1px solid #fff;
    background-color: var(--white);
    color: #000
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 30px
}

.approach-wrapper {
    background: var(--white);
    display: grid;
    padding: 80px
}

.circle,
.services-btn {
    background: #000;
    color: #fff
}

.approach-grid {
    max-width: 1220px;
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
    gap: 40px;
    align-items: start
}

.image-block,
.side-image,
.stack-container {
    position: relative
}

.circles,
.services-btn {
    position: absolute;
    left: 20px
}

.image-block img {
    width: 100%;
    height: auto;
    display: block
}

.circles {
    bottom: -40px;
    display: flex;
    gap: 20px
}

.circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    padding: 28px 10px
}

.circle strong {
    display: block;
    font-size: 22px;
    margin-top: 10px
}

.text-block h2 {
    font-size: 22px;
    margin-bottom: 30px
}

.text-block p {
    color: #555
}

.side-image img {
    width: 100%;
    display: block
}

.services-btn {
    top: 20px;
    padding: 12px 25px;
    font-size: 14px
}

.approach-features {
    margin-top: 120px;
    border-top: 1px solid #ccc;
    padding-top: 40px
}

.alert .contact__msg,
.alert-danger,
.alert-success {
    padding: 20px;
    margin-bottom: 20px
}

.approach-features h3 {
    font-size: 20px;
    margin-bottom: 30px
}

.feature {
    display: flex;
    gap: 20px;
    margin-bottom: 30px
}

.feature .icon {
    width: 40px;
    height: 40px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.pagination .active,
.pagination a:hover {
    background: var(--black);
    color: var(--white)
}

.feature h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px
}

.more-insights,
.pagination .active,
.pagination .arrow,
.post-title,
.share-btn {
    font-weight: 700
}

.hero-image-contato img {
    max-width: 70%;
    height: auto;
    opacity: .2
}

.formulario-contato {
    flex: 1.5;
    min-width: 300px;
    padding: 20px
}

.formulario-contato h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px
}

.formulario-contato form {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.form-linha {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.form-linha input,
.form-linha select {
    flex: 1;
    padding: 10px;
    font-size: 14px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #ccc
}

.formulario-contato textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 14px;
    background: 0 0;
    border: 1px solid #ccc;
    resize: none
}

.form-submit {
    display: flex;
    justify-content: flex-end
}

.form-submit button {
    width: 40px;
    height: 40px;
    background-color: #111;
    color: var(--white);
    border: none;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer
}

.pagination a {
    font-size: 16px;
    color: var(--text-color)
}

.alert-success {
    border: solid 1px var(--green);
    color: var(--green)
}

.alert-danger {
    border: solid 1px var(--red);
    color: var(--red)
}

@media (max-width: 600px) {
    .blog-grid {
        display: grid;
        margin: 0 auto;
        column-count: 1;
        max-width: 90% !important;
    }

    .tr{
        margin: unset;
    }

}

.blog-section {
    align-items: center;
    display: grid;
    justify-content: center;
    background: var(--white);
    margin: 0 auto;
    padding: 60px 20px
}

.blog-grid {
    max-width: 1220px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px
}

.post {
    overflow: hidden;
    transition: transform .3s
}

.post:hover {
    transform: translateY(-5px)
}

.share-btn::after,
.share-btn::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .3s
}

.post img {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.post-content {
    padding: 20px
}

.post-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px
}

.post-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #111
}

.post-excerpt {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px
}

.tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.tag {
    background: #111;
    color: var(--white);
    font-size: 12px;
    padding: 4px 8px
}

.pagination {
    width: 90%;
    max-width: 90%;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px auto
}

.pagination a {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    transition: background .3s, color .3s
}

.pagination .arrow {
    color: var(--black)
}

.content-section {
    max-width: 100%;
    margin: 60px auto;
    padding: 0 20px
}


.section-detalhesTrabalhos {
    align-items: center;
    display: grid;
    justify-content: center;
    background: var(--white);
    margin: 0 auto;
    padding: 0 0 60px 0;
}


.text-block blockquote {
    width: 60% !important;
    font-style: italic !important;
    font-size: 15px !important;
    margin: 20px auto !important;
    padding-left: 15px !important;
    border-left: 3px solid var(--black-2);
    color: var(--black)
}

.text-block blockquote strong {
    font-style: normal;
    display: block;
    margin-bottom: 5px
}

.divider {
    margin: 60px auto;
    width: 90%;
    border-top: 1px solid var(--gray);
    position: relative;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.more-insights {
    color: var(--black-2);
    font-size: 14px
}

.tag-label {
    border: 1px solid var(--gray);
    font-size: 11px;
    padding: 6px 10px;
    border-radius: 20px;
    color: var(--text-color)
}

.image-container {
    border-radius: 7em;
    margin: 20px auto;
    justify-content: center;
    display: flex
}

.image-container img {
    width: 400px;
    height: 400px;
    /*border-radius: 12px;*/
    object-fit: cover
}

.share-btn {
    margin-left: 85%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--black);
    color: var(--white);
    padding: 15px 40px;
    font-size: 16px;
    border: none;
    transition: background .3s;
    position: relative;
    overflow: visible
}

.share-btn::after {
    content: "Copiado!";
    top: 47px;
    background: var(--green);
    color: var(--white);
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
    white-space: nowrap;
    pointer-events: none;
    z-index: 100
}

.share-btn::before {
    content: "";
    top: 35px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent var(--green) transparent;
    z-index: 99
}

.share-btn.copied::after,
.share-btn.copied::before {
    opacity: 1
}

.stack-section {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: #fff;
    border-bottom: 1px solid #eee;
    will-change: transform
}

.content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.text h2 {
    font-size: 32px;
    margin-bottom: 16px
}

.text p {
    font-size: 15px;
    color: #333;
    line-height: 1.6
}

.image img {
    width: 100%;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

@media (max-width:600px) {
    .share-btn {
        margin: auto
    }

    .hero-image-contato {
        display: none !important
    }

    .content {
        width: 100%;
        display: grid;
        align-items: center;
        justify-content: space-between;
        gap: 40px
    }
}


.text-block-pv h1 {
    width: 90%;
    justify-content: center;
    margin: 20px auto 20px;
}

.text-block-pv p {
    justify-content: center;
    width: 90%;
    font-size: 16px;
    line-height: 1.6;
    margin: 20px auto 20px;
    color: var(--text-color);
}

.text-block-pv ul,
ol {
    width: 90%;
    font-style: italic;
    font-size: 15px;
    margin: 20px auto;
    padding-left: 50px;
    border-left: 3px solid var(--black-2);
    color: var(--black);
}



.text-block ul,
ol strong {
    font-style: normal;
    display: block;
    margin-bottom: 5px;
}


.text-block p,
h2 {
    justify-content: center;
    width: 90%;
    font-size: 16px;
    line-height: 1.6;
    margin: 20px auto 20px;
    color: var(--text-color);
}


@media (max-width: 1024px) {

    .text-block-pv h1 {
        width: 90%;
    }

    .text-block-pv p {
        width: 90%;
    }

    .text-block-pv ul,
    ol {
        width: 90%;
    }

}



.carousel {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.carousel img {
    width: 100%;
    height: 600px;
    flex-shrink: 0;
    cursor: pointer;
    object-fit: cover;
}

.carousel button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.lightbox.close {
    cursor: pointer;
}


.testttt {
    width: 70% !important;
    height: 270px !important;
}


@media (max-width: 600px) {
    .testttt {
        width: 70% !important;
        height: 150px !important;
    }


    .approach-wrapper {
        background: var(--white);
        display: grid;
        padding: 60px 20px;
    }

    .circle,
    .services-btn {
        background: #000;
        color: #fff
    }

    .approach-grid {
        display: block;
    }

    .image-block,
    .side-image {
        display: none;
    }

    .circles,
    .services-btn {
        position: absolute;
        left: 20px
    }

    .image-block img {
        width: 100%;
        height: auto;
        display: block
    }

    .circles {
        display: none;
        bottom: -40px;
        /* display: flex; */
        gap: 20px
    }

    .circle {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        padding: 28px 10px
    }

    .circle strong {
        display: block;
        font-size: 22px;
        margin-top: 10px
    }


    .swiper {
        width: 90% !important;
    }

}


.text h2 {
    width: 100%;
}