.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.fw-bold {
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

:root {
    --verde-escuro: #19401C;
    --verde-escuro-2: #0E2410;
    --verde: #6F9E2F;
    --verde-claro: #6F9E2F;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: normal !important;
    font-style: normal !important;
    background-color: #799059 !important;
}

/* ============================================================================ */
/* ================================== GERAL =================================== */
/* ============================================================================ */
.fundo {
    background-position: bottom !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.cor-green-dark {
    color: var(--verde-escuro) !important;
}

.cor-green-dark-2 {
    color: var(--verde-escuro-2) !important;
}

.cor-green {
    color: var(--verde) !important;
}

/* ============================================================================ */
/* ============================ SECTION - 1 =================================== */
/* ============================================================================ */
.fundo-1 {
    /* background-image: linear-gradient(180deg, var(--vinho) 0, #000 100%); */
    background-image: url(../img/fundos/fundo-1.webp) !important;
}

@media only screen and (max-width: 768px) {
    .first-text {
        font-size: 34px !important;
    }
}

.fundo-branco {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1;
    box-shadow: none;
    border-radius: 0;
    z-index: 1;
    /* Mantém o texto acima */
}

.fundo-branco::before {
    content: "";
    position: absolute;
    top: 28px;
    /* Ajuste padrão para desktop */
    bottom: -2px;
    left: 0;
    right: 0;
    background: white;
    z-index: -1;
    /* Joga o fundo para trás */
}

/* Ajuste específico para telas menores (celulares) */
@media (max-width: 768px) {
    .fundo-branco::before {
        top: 18px;
        /* Novo valor para telas menores */
        bottom: -5px;
    }
}

.img-botao {
    width: 100%;
    height: auto;
    max-width: 300px;
}

/* Esconde a imagem de fundo em telas md e menores */
@media (min-width: 1024px) {
    .img-botao {
        max-width: 352px;
    }
}

/* ============================================================================ */
/* ============================ SECTION - 2 =================================== */
/* ============================================================================ */
.img-icones {
    width: 100%;
    height: auto;
    max-width: 200px;
}

/* ============================================================================ */
/* ============================ SECTION - 3 =================================== */
/* ============================================================================ */
.bg-green-dark {
    background-color: var(--verde-escuro) !important;
}

.bg-green-light {
    background-color: var(--verde-claro) !important;
}

.img-casas {
    width: 100%;
    height: auto;
    max-width: 600px;
}


/* ============================================================================ */
/* ============================ SECTION - 4 =================================== */
/* ============================================================================ */
.fundo-2 {
    background-position: right !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/geral/mulher.webp) !important;
}

/* Esconde a imagem de fundo em telas md e menores */
@media (max-width: 1024px) {
    .fundo-2 {
        background-image: none !important;
    }
}

/* ============================================================================ */
/* ============================ SECTION - 5 =================================== */
/* ============================================================================ */
.img-homem {
    width: 100%;
    height: auto;
    max-width: 600px;
}

.accordion-item {
    border: 1px solid var(--verde-escuro) !important;
}

.accordion-button {
    color: var(--verde-escuro) !important;
    font-weight: 800;
}

.accordion-button:not(.collapsed) {
    background-color: #b9d98b !important;
}