* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    max-width: 100vw;
}

body {
    background-color: #F9F7F6;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}

html {
    scroll-padding-top: 150px;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}

footer {
    background-color: #989C83;
    color: white;
    text-align: center;
    padding: 20px 10px;
    font-size: 0.8rem;
    line-height: 1.6;
    width: 100%;
}

footer p {
    margin: 0;
}

.content-22 {
    position: relative;
    width: 100%;
    height: 100vh; /* ou ajuste conforme necessário */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.logo-2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4; /* transparência da imagem */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}

.banner-texto-logo {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #000; /* ou branco (#fff), dependendo da imagem */
    max-width: 600px;
    padding: 20px;
}

.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    flex-wrap: wrap-reverse;
    padding-top: 30px;
    box-sizing: border-box;
}

.banner-img img {
    margin-top: 70px;
    width: 75vw;
    max-width: 500px;
    min-width: 300px;
    background-size: cover;
}

.titulo-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.titulo-banner a {
    text-decoration: none;
}

.titulo-banner h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 5vh;
    color: #989C83;
    margin-bottom: 20px;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.titulo-banner p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 3vh;
    text-align: left;
    color: #535353;
}

.titulo-banner2 {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.titulo-banner2 a {
    text-decoration: none;
}

.titulo-banner2 h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 5vh;
    text-align: center;
    color: #989C83;
    line-height: 35px;
    margin-bottom: 20px;
    white-space: normal;
    max-width: 500px;
    width: 100%;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.titulo-banner2 p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-align: left;
    color: #535353;
    white-space: normal;
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.t-top-faxa2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.t-top-faxa {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ECDFD9;
    width: 80%;
    max-width: 1000px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 5px;
    gap: 40px;
    flex-wrap: wrap;
}

.t-top-faxa h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1em;
    text-align: center;
    margin-top: 10px;
}

.t-top-faxa>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 200px;
    color: #535353;
}

.t-top-faxa svg {
    display: block;
    height: 2.5em;
    position: relative;
    width: 2.5em;
    fill: #535353;
}

.logo-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.logo-footer img {
    width: 40vw;
    max-width: 400px;
    min-width: 300px;
}

.div-bio {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    padding: 50px;
    gap: 50px;
    flex-wrap: wrap-reverse;
}

.div-bio-geral {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    width: 500px;
}

.div-bio h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    color: #3B3B3B;
}

.div-bio p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    color: #535353;
    white-space: normal;
    max-width: 500px;
    width: 100%;
}

.div-bio img {
    width: 80vw;
    max-width: 300px;
    border-radius: 20px;
}

.container {
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
    margin: 0 auto;
    text-align: center;
    background-color: #989C83;
}

.container h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #F7F2EF;
}

.container p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 50px;
    color: #F7F2EF;
}

.subtitulo {
    font-size: 1rem;
    color: #e0e0e0;
    margin-bottom: 40px;
}

.cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.card {
    background-color: #fff;
    color: #333;
    border-radius: 10px;
    padding: 20px 20px;
    width: 90%;
    max-width: 420px;
    height: 250px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: scale(1.03);
}

.elementor-icon svg {
    display: block;
    height: 2.5em;
    position: relative;
    width: 2.5em;

}

.card h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
}

.card p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    color: #555;
}

.etapas2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 100px;
    flex-wrap: wrap;
}

.etapas2 img {
    width: 80vw;
    max-width: 420px;
    border-radius: 20px;
}

.etapas2 h1 {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    max-width: 400px;
}

.etapas2 p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #333;
    max-width: 330px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: auto;
}

.etapas {
    margin-top: 20px;
}

.etapa {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 10px;
    width: 90%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.etapa:hover {
    transform: scale(1.03);
}

.etapa-conteudo {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
}

.etapa .elementor-icon {
    display: block;
    height: 0.5em;
    position: relative;
    width: 0.5em;
    fill: #626A41;
    margin-right: 50px;
    margin-bottom: 30px;
}

.numero {
    font-size: 28px;
    font-weight: bold;
    color: #7AC270;
}

.titulo {
    flex: 1;
    min-width: 0;
}

.titulo h3 {
    font-weight: 600;
    font-size: 15px;
    margin: 0 0 5px;
    font-family: "Montserrat", sans-serif;
}

.titulo p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
}

.container2 {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 70px;
}

.container3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
    max-width: 600px;
    background-color: #ECDFD9;
    padding: 30px;
    border-radius: 10px;
}

.container3 h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #333;
}

.container3 p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #333;
    font-size: 15px;
}

.cards-container-2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.card-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 60vw;
    max-width: 270px;
    min-width: 200px;
}

.card-2-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 54.3vw;
    max-width: 550px;
}

.card-2 svg {
    display: block;
    height: 2.5em;
    position: relative;
    width: 2.5em;
    fill: #989C83;
    margin-bottom: 10px;
}

.card-2-1 svg {
    display: block;
    height: 2.5em;
    position: relative;
    width: 2.5em;
    fill: #989C83;
}


.card-2 h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 0;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.card-2 p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    font-size: 14px;
    color: #666;
}

.card-2-1 h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 0;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.card-2-1 p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    font-size: 14px;
    color: #666;
}

.acompanhamento-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 10px;
    padding: 30px;
    max-width: 400px;
}

.acompanhamento-container h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.acompanhamento-container p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.perfil {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.perfil img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.perfil-info {
    text-align: left;
}

.perfil-info strong {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: block;
    color: #626A41;
    font-size: 16px;
}

.perfil-info span {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #888;
    font-size: 14px;
}


.depoimento-header-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.depoimento-header-text h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #444444;
    font-size: 27px;
    text-align: center;
}

.depoimento-header-text p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #888;
    text-align: center;
}

.depoimento-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    width: 320px;
    height: 220px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex: 0 0 300px;
    /* Largura fixa para cada card */
    scroll-snap-align: start;

}

.depoimento-header {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    justify-content: space-between;
}

.depoimento-perfil {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;

}

.depoimento-perfil img {
    width: 60px;
    height: auto;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.user-details {
    display: flex;
    flex-direction: column;
    margin: 0px;
    gap: 0px;
}

.user-details strong {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #000000;
}

.user-details span {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    color: #000000;
}

.google-icon {
    width: 20px;
}

.avaliacao {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0px;
    margin-bottom: 10px;
}

.avaliacao img {
    width: 18px;
}

.avaliacao .verificado {
    width: 16px;
}

.comentario {
    display: flex;
    overflow-y: auto;
    max-height: 150px;
    padding-right: 10px;
}

.comentario p {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
    text-align: left;
}

.total-depoiment-cards {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
    scroll-snap-type: x mandatory;
    min-width: 300px;
    max-width: 620px;
}

.total-depoiment-cards::-webkit-scrollbar {
    display: none;
}

.total-depoiment-cards2 {
    display: none;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    scroll-snap-type: x mandatory;
    width: 90%;

}

.total-depoiment-cards2::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 1170px) {
    .titulo-banner {
        display: none;
    }

    .titulo-banner2 {
        display: flex;
    }

}

@media screen and (max-width: 1000px) {
    .total-depoiment-cards {
        display: none;
    }

    .total-depoiment-cards2 {
        display: flex;
    }
}

@media screen and (max-width: 768px){
    .card {
        height: 90%;
    }
}