* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #F3F3F3;
}

body {
    position: relative;
    min-height: 1260px;
    margin: 0;
    overflow-y: hidden;
    background-color: white;
}

/* Header */
header {
    display: flex;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 101px;
    background-color: #2B403B;
}

header .centro {
    flex-direction: row;
    justify-content: space-between;
}

header nav.menu-desktop a {
    white-space: nowrap;
}

header .logo {
    flex-shrink: 0;
    width: 279px;
    height: 44px;
}

header .logo img {
    display: block;
    width: 100%;
    height: auto;
}

header nav {
    display: flex;
    column-gap: 47px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: normal;
}

header nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

header nav a.selected {
    border-bottom: 2px solid #3AB95B;
}

.header__nav-inicial-bar {
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    width: 95px;
    height: 2px;
    transform: translateX(-50%);
    background-color: #3AB95B;
}

header .cta-button {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 158px;
    height: 53px;
    margin-left: auto;
    border-radius: 51px;
    background-color: #04DA82;
    text-decoration: none;
    cursor: pointer;
    transition: filter 0.2s ease, box-shadow 0.2s ease;
}

header .cta-button:hover {
    box-shadow: 0 6px 12px -2px rgba(0, 0, 0, 0.15);
    filter: brightness(0.92);
}

header .cta-texto {
    color: #2B403B;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
    text-align: center;
}

/* Menu Mobile */
.bt_menu_mobile {
    display: none;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.bt_menu_mobile img {
    display: block;
    width: 100%;
    height: auto;
}

.menu-mobile-sombra {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.menu-mobile-sombra.aberto {
    opacity: 1;
    pointer-events: all;
}

.menu-mobile {
    display: flex;
    z-index: 999;
    position: fixed;
    top: 0;
    left: -320px;
    flex-direction: column;
    width: 300px;
    height: 100%;
    padding: 30px;
    background-color: #2B403B;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    transition: left 0.3s ease;
}

.menu-mobile.aberto {
    left: 0;
}

.bt_fechar_mobile {
    display: flex;
    align-self: flex-end;
    width: 32px;
    height: 32px;
    margin-bottom: 32px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.bt_fechar_mobile img {
    display: block;
    width: 100%;
    height: auto;
}

.nav-mobile {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nav-mobile .nav-link {
    display: flex;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    transition: color 0.2s ease;
}

.nav-mobile .nav-link:hover {
    color: #04DA82;
}

.nav-mobile .nav-link.bt_contato {
    justify-content: center;
    margin-top: 16px;
    padding: 14px 24px;
    border: none;
    border-radius: 9999px;
    background-color: #04DA82;
    color: #2B403B;
    font-weight: 600;
}

/* Banner Inicial*/
.banner {
    z-index: 1;
    height: 650px;
    margin-top: 100px;
    overflow: hidden;
    background: linear-gradient(117.69deg, rgba(0, 87, 79, 0.1) 0%, rgba(0, 87, 79, 0.08) 50%, rgba(0, 87, 79, 0) 80%), #ffffff;
}

.centro {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(calc(100% - 80px), 1240px);
    margin: 0 auto;
}

.banner .centro {
    position: relative;
    align-items: flex-start;
    height: 100%;
}

/* imagens de fundo */
.imagem-background {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.imagem-background .pessoa {
    z-index: 2;
    position: absolute;
    right: -54px;
    bottom: -1px;
    width: 821px;
    height: 699px;
    object-fit: contain;
}

.imagem-background .logo-maior {
    z-index: 1;
    position: absolute;
    top: -50px;
    right: -370px;
    width: 1070px;
    height: 701px;
}

/* conteudo */
.banner .texto {
    display: flex;
    z-index: 2;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: fit-content;
    height: 100%;
    padding-bottom: 100px;
    gap: 40px;
    font-family: 'Inter', sans-serif;
}

.banner h2 {
    max-width: 490px;
    color: #2B403B;
    font-weight: 800;
    font-size: 55px;
    line-height: 1.1;
    letter-spacing: 0;
}

.banner .destaque {
    color: #04DA82;
}

.banner p {
    max-width: 550px;
    color: #374151;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
}

/* Botão "Fale com um acessor" que é usado 3 vezes no site */
.cta-button {
    display: flex;
    z-index: 1;
    align-items: center;
    /* width: 340px; */
    height: 52px;
    padding: 0 32px;
    border-radius: 9999px;
    background-color: #04DA82;
    box-shadow:
        0 4px 6px -4px rgba(0, 0, 0, 0.1),
        0 10px 15px -3px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    cursor: pointer;
    transition: filter 0.2s ease, box-shadow 0.2s ease;
}

.cta-button:hover {
    box-shadow: 0 6px 16px -2px rgba(0, 0, 0, 0.2);
    filter: brightness(0.92);
}

.cta-button img {
    width: 17px;
    height: 18px;
    margin-right: 14px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.cta-button p {
    color: #2B403B;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
}

/* cards abaixo do banner */
.banner-inferior .cards-banner {
    display: flex;
    z-index: 5;
    position: relative;
    justify-content: center;
    width: 100%;
    max-width: 1400px;
    margin: -80px auto 0;
    gap: 27px;
}

.banner-inferior .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 292px;
    height: 124px;
    /* ZERAMOS AS MARGENS ANTIGAS */
    margin: 0 !important;
    border-top: 4px solid #E5E7EB;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.banner-inferior .cards-banner img {
    height: 32px;
    margin-bottom: 12px;
    object-fit: contain;
}

.banner-inferior .cards-banner p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #3C3C3C;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
    text-align: center;
}


.banner-inferior {
    position: relative;
    width: 100%;
    min-height: 313px;
    margin-top: -44px;
    padding-bottom: 40px;
    background-color: #00574F;
}

.banner-inferior .background-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-inferior .logo {
    position: absolute;
    top: -175px;
    left: -85px;
    flex-shrink: 0;
    width: 973px;
    margin: 0;
    object-fit: cover;
}

.banner-inferior .centro {
    position: relative;
}

.banner-inferior .conteudo {
    display: flex;
    z-index: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: calc(100% - 384px);
    max-width: 1536px;
    margin-top: 50px;
    gap: 20px;
    font-family: 'Inter', sans-serif;
}

.banner-inferior .titulo {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}

.banner-inferior .subtitulo {
    margin-bottom: 5px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.banner-inferior .cta {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 339.75px;
    height: 52px;
    margin-top: 27px;
    padding-left: 32px;
    border-radius: 9999px;
    background-color: #04DA82;
    box-shadow:
        0 4px 6px -4px rgba(0, 0, 0, 0.1),
        0 10px 15px -3px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    cursor: pointer;
    transition: filter 0.2s ease, box-shadow 0.2s ease;
}

.banner-inferior .cta:hover {
    box-shadow: 0 6px 16px -2px rgba(0, 0, 0, 0.2);
    filter: brightness(0.92);
}

.banner-inferior .cta-icone {
    width: 16.13px;
    height: 18px;
    margin-right: 14px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.banner-inferior .cta-texto {
    margin: 0;
    color: #2B403B;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
}


/* Quem Somos */
.quem-somos {
    margin-top: 61px;
}

.quem-somos .centro {
    flex-direction: row;
    justify-content: space-between;
}

.quem-somos .esquerda {
    flex: 1;
}

.quem-somos .titulo {
    width: 234px;
    height: 46px;
    margin-bottom: 81px;
    border-bottom: 2px solid #3AB95B;
    color: #3D3D3D;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
    text-align: center;
}

.quem-somos .texto {
    display: flex;
    align-items: center;
    max-width: 698px;
    min-height: 77px;
    margin-bottom: 28px;
    color: #374151;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
}

.blocos-info {
    display: flex;
    column-gap: 24px;
    margin-bottom: 32px;
}

.bloco {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 226px;
    height: 120px;
    padding: 16px 20px;
    border-left: 4px solid #3AB95B;
    border-radius: 8px;
}

.bloco h3 {
    color: #00574F;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
}

.bloco p {
    color: #4B5563;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
}

.diferenciais__titulo {
    margin-bottom: 10px;
    color: #00574F;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Inter', sans-serif;
}

.lista-diferenciais {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lista-diferenciais li {
    display: flex;
    align-items: center;
    min-height: 32px;
}

.lista-diferenciais img {
    flex-shrink: 0;
    align-self: center;
    width: 21px;
    height: 16px;
    object-fit: contain;
}

.lista-diferenciais p {
    margin-left: 12px;
    color: #374151;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
}

.lista-diferenciais p strong {
    color: #00574F;
}

.frase-destaque {
    width: fit-content;
    margin-top: 32px;
    padding-top: 18px;
    border-top: 1px solid #E5E7EB;
}

.frase-destaque h2 {
    margin-bottom: 124px;
    color: #00574F;
    font-style: italic;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Inter', sans-serif;
}

.quem-somos .mask-img {
    width: 436px;
    height: 457px;
    overflow: hidden;
}

.quem-somos .mask-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}




/* Serviços */
.servicos {
    font-family: 'Inter', sans-serif;
}

.servicos .titulo {
    margin-bottom: 16px;
    color: #3D3D3D;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
}

.servicos .subtitulo {
    margin-bottom: 48px;
    color: #4B5563;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.servicos .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 132px;
    gap: 48px;
}

.servicos .card {
    box-sizing: border-box;
    display: flex;
    z-index: 5;
    flex-direction: column;
    width: 100%;
    min-height: 248px;
    margin: 0;
    padding: 28px 24px 24px;
    border-top: 4px solid #00574F;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow:
        0 8px 10px -6px rgba(0, 0, 0, 0.1),
        0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* Standardized icon sizes */
.servicos .icone {
    width: 48px;
    height: 48px;
    margin-bottom: 36px;
    object-fit: contain;
}

.servicos .card .titulo {
    margin: 0 0 18px;
    color: #00574F;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
}

.servicos .texto {
    flex: 1;
    margin: 0 0 24px;
    color: #374151;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
}

.servicos .link {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.servicos .link:hover {
    opacity: 0.85;
}

.servicos .link:hover .link-texto {
    text-decoration: underline;
}

.servicos .link-texto {
    margin: 0;
    color: #3AB95B;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
}

.servicos .seta {
    width: 14.36px;
    height: 16px;
    object-fit: contain;
}



/* Como Funciona */
.como-funciona .centro .titulo {
    margin-bottom: 16px;
    color: #3D3D3D;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.como-funciona .centro .subtitulo {
    margin-bottom: 40px;
    color: #4B5563;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.como-funciona .conteudo {
    display: flex;
    position: relative;
    row-gap: 80px;
    flex-direction: column;
    width: 100%;
    margin-bottom: 120px;
}

.como-funciona .passo {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 40px 1fr;
    column-gap: 40px;
    align-items: center;
    width: 100%;
}

.como-funciona .circulo {
    display: flex;
    z-index: 5;
    position: relative;
    grid-row: 1;
    grid-column: 2;
    align-items: center;
    align-self: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background-color: #3AB95B;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.5);
}

.como-funciona .passo:nth-child(even) .circulo {
    background-color: #00574F;
}

.como-funciona .numero {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Inter', sans-serif;

}

.como-funciona .passo::before {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: -80px;
    left: 50%;
    width: 4px;
    transform: translateX(-50%);
    background-color: #3AB95B;
    content: '';
}

.como-funciona .passo:first-child::before {
    top: 50% !important;
}

.como-funciona .passo:last-child::before {
    bottom: 50% !important;
}

.como-funciona .caixa {
    display: flex;
    z-index: 3;
    position: relative;
    flex-direction: column;
    min-height: 136px;
    padding: 24px;
    gap: 18px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.002);
    box-shadow:
        0 4px 6px -4px rgba(0, 0, 0, 0.1),
        0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.como-funciona .caixa h3 {
    color: #00574F;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Inter', sans-serif;
}

.como-funciona .caixa .texto {
    color: #374151;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
}

.como-funciona .passo:nth-child(even) .caixa {
    grid-row: 1;
    grid-column: 3;
    justify-self: start;
    width: 100%;
    max-width: 613px;
}

.como-funciona .passo:nth-child(odd) .caixa {
    grid-row: 1;
    grid-column: 1;
    justify-self: end;
    width: 100%;
    max-width: 613px;
}




/* Parceria Jurídica Especializada */
.parceria-juridica {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    min-height: 582px;
    margin-bottom: 76px;
    background-color: #00574F;
    font-family: 'Inter', sans-serif;
}

.parceria-juridica-fundo-logo {
    z-index: 1;
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 1070px;
    height: 582px;
    object-fit: contain;
    object-position: bottom right;
    opacity: 0.75;
}

.parceria-juridica-fundo-pessoa {
    z-index: 2;
    position: absolute;
    right: -234px;
    bottom: 0;
    width: 917px;
    height: 727px;
    object-fit: contain;
}

.parceria-juridica .centro {
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    height: stretch;
}

.parceria-juridica .conteudo {
    display: flex;
    z-index: 6;
    flex-direction: column;
}

.parceria-juridica .titulo {
    margin-bottom: 26px;
    color: #04DA82;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
}

.parceria-juridica .texto {
    max-width: 729px;
    margin-bottom: 47px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.parceria-juridica .texto strong {
    font-weight: 700;
}

.parceria-juridica .cards {
    display: flex;
    flex-direction: row;
    margin-bottom: 21px;
    gap: 48px;
}

.parceria-juridica .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 491px;
    min-height: 144px;
    padding: 28px 27px;
    gap: 22px;
    border-top: 4px solid #3AB95B;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow:
        0 4px 6px -4px rgba(0, 0, 0, 0.1),
        0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.parceria-juridica .card-titulo {
    color: #00574F;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.parceria-juridica .card-texto {
    color: #374151;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.parceria-juridica .rodape {
    max-width: 540px;
    margin-top: auto;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}



/* Blog */
.blog-dicas {
    margin-bottom: 74px;
}

.blog-dicas .centro {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-dicas .titulo {
    margin-bottom: 55px;
    color: #3D3D3D;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.blog-dicas .subtitulo {
    margin-bottom: 48px;
    color: #4B5563;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.blog-dicas .cards {
    display: flex;
    gap: 27px;
}

.blog-dicas .card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-width: 395px;
    min-height: 392px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #fff;
    box-shadow:
        0 4px 6px -4px rgba(0, 0, 0, 0.1),
        0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.blog-dicas .top {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 192px;
    padding: 20px;
    border-radius: 12px 12px 0 0;
    background-color: #00574F;
}

.blog-dicas .card:nth-child(even) .top {
    background-color: #3AB95B;
}

.blog-dicas .card-cabecalho {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 10px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
}

.blog-dicas .bottom {
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.blog-dicas .card-titulo {
    color: #00574F;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
}

.blog-dicas .card-texto {
    margin-top: 16px;
    color: #374151;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
}

.blog-dicas .card-cta {
    margin-top: 24px;
    color: #3AB95B;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
    text-decoration: none;
}



/* Mapa */
.localizacao {
    display: block;
    z-index: 0;
    position: relative;
    width: 100%;
    height: 497px;
    overflow: hidden;
}

.localizacao .mapa {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 58%;
}

.localizacao .pin {
    z-index: 1;
    position: absolute;
    top: 38%;
    left: 48%;
    pointer-events: none;
}

.localizacao .icone {
    width: 86px;
    height: 86px;
}


.localizacao .logo {
    z-index: 2;
    position: absolute;
    top: 24%;
    left: 38%;
    width: 20px;
    height: 15px;
    pointer-events: none;
}

/* Newsletter */
.newsletter {
    display: flex;
    align-items: center;
    width: 100%;
    height: 91px;
    background-color: #3AB95B;
}

.newsletter .centro {
    flex-direction: row;
}

.newsletter .textos {
    display: flex;
    gap: 74px;
}

.newsletter .label {
    min-width: 130px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.newsletter .chamada {
    max-width: 402px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.newsletter .formularios {
    display: flex;
    align-items: center;
    margin-left: 73px;
    gap: 12px;
}

.newsletter .campo {
    flex: 1 1 auto;
    width: 139px;
    height: 34px;
    padding: 9px 18px;
    border: none;
    border-radius: 51px;
    outline: none;
    background-color: #008377;
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.newsletter .campo.email {
    flex-grow: 1;
    width: 100%;
    max-width: 280px;
}

.newsletter .campo::placeholder {
    color: #FFFFFF;
}

.newsletter .btn-enviar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 139px;
    height: 34px;
    padding: 0 5px;
    border: none;
    border-radius: 51px;
    background-color: #00574F;
    cursor: pointer;
    transition: filter 0.2s ease
}

.newsletter .btn-enviar:hover {
    filter: brightness(1.12);
}

.newsletter .label-enviar {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

/* Footer */
.footer {
    display: flex;
    position: relative;
    width: 100%;
    height: 365px;
    overflow: hidden;
    background-color: #2B403B;
}

.footer .centro {
    flex-direction: row;
    height: 100%;
}

.footer .conteudo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1000px;
    height: 100%;
}

.footer .coluna-1,
.footer .coluna-2,
.footer .coluna-3 {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
}

.footer .coluna-2 {
    margin: 0 20px;
}

.footer .logo {
    width: 274px;
    height: 44px;
    margin-bottom: 45px;
    object-fit: contain;
}

.footer .titulo {
    min-height: 54px;
    margin-bottom: 32px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
}

.footer .titulo .destaque {
    color: #0BBC74;
}

.footer .subtitulo {
    margin-bottom: 16px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.footer .lista {
    padding-left: 1.2em;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    font-family: 'Montserrat', sans-serif;
    list-style-type: disc;
}

.footer .lista a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer .texto {
    max-width: 359px;
    margin-bottom: 56px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    font-family: 'Montserrat', sans-serif;
}

.footer .copyright {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.footer .logo-fundo {
    z-index: 0;
    position: absolute;
    right: 70px;
    bottom: 0;
    height: 367px;
    object-fit: contain;
}