* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    /* Inclui padding e border no cálculo de width e height */
}

body {
    display: flex;
    flex-direction: column;
    color: #eaeaea;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #020d1e;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.parte-1 {
    height: 100%;
    width: 100%;
}

.back-image1 {
    position: relative;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.text-h1 {
    position: absolute;
    top: 80%;
    width: 100%;
    max-width: 1280px;
    transform: translate(-50%, -50%);
    left: 50%;
    display: flex;
    padding-left: 5%;
    font-size: 30px;
    color: #eaeaea;
    line-height: 1.2;
}

.text-h1-hamburguer {
    display: none;
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #eaeaea;
    top: 0;
    z-index: 1000;
    position: absolute;
    top: 15px;
    max-width: 1280px;
    transform: translateX(-50%);
    left: 50%;
    padding: 10px 20px;
}


header .logo:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.logo-desktop {
    margin: 20px 100px;
    /* Espaçamento ao redor da logo */
    width: 80px;
}

.logo img {
    max-width: 100px;
    /* Tamanho máximo da logo */
    width: 70px;
    height: 70px;
    /* Mantém a proporção */
    display: block;
    position: relative;
    /* Certifique-se que não colida com o menu */
    z-index: 10;
    /* Garante que a logo fique visível acima de outros elementos */
}

.logo-hamburguer img {
    display: none;
    /* Esconde a logo na versão desktop */
}

.menu-hamburguer {
    display: none;
    /* Esconde o menu hamburguer no desktop */
}

.menu-hamburguer,
.menu-lista {
    display: none;
}

.menu-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.menu a:hover {
    border-radius: 2px;
}

.menu ul {
    display: flex;
    justify-content: space-between;
    /* Espaçamento uniforme entre os itens */
    list-style-type: none;
    /* Remove os marcadores de lista (bolinhas) */
    padding-left: 0;
    margin: 0;
}

.menu ul li {
    padding: 1vw 0.1vw;
    margin-right: 20px;
    /* Adiciona espaço entre os itens */
}

.menu ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #eaeaea;
    transition: border-color 0.3s;
}

.menu ul li a:hover {
    border-bottom: 3px solid #c65334;
}

/* Classe que ativa o menu */
.menu-ativo {
    display: flex;
}

.buttonwpp a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0.2vw 0.6vw;
    background-color: transparent;
    color: #c65334;
    border-radius: 20px;
    transition: background-color 0.3s, border-color 0.3s;
    font-size: 0.9em;
    text-transform: uppercase;
    border: 2px solid #c65334;
    background-repeat: no-repeat;
    background-position: 1vw center;
    background-size: 1vw;
    cursor: pointer;
    white-space: nowrap;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.buttonwpp a:hover {
    color: #eaeaea;
    border-radius: 20px;
}

.icon-wpp {
    width: 24px;
    /* Largura desejada do ícone */
    height: 24px;
    /* Altura desejada do ícone */
    vertical-align: middle;
    /* Alinha o ícone ao texto */
    margin-right: 8px;
    /* Espaço entre o ícone e o texto */
}

/* Estiliza a seção de Quem somos */
.parte-2 {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #eaeaea;
    font-size: 1em;
    line-height: 1.2;
}

.back-image2 {
    position: relative;
    width: 100%;
    height: 100%;
    bottom: 15vw;
}

.titulo-2 {
    position: relative;
    z-index: 2;
    color: #eaeaea;
    font-size: 3em;
    text-align: center;
    padding-top: 3vw;
    padding-bottom: 2vw;
    text-transform: uppercase;
}

.titulo-2 .cor3 {
    color: #c65334;
}

.negrito {
    font-weight: 700;
}

.texto-principal1 {
    position: relative;
    z-index: 2;
    color: #eaeaea;
    font-size: 1em;
    line-height: 1.5;
    width: 100%;
    justify-content: center;
    text-align: justify;
    padding: 0 32vw;
    margin-bottom: 15px;
}

/* Estiliza a seção de Nossos serviços */
.parte-3 {
    position: relative;
    /* Estabelece contexto de empilhamento */
    width: 100%;
    height: 100%;
    text-align: center;
    color: #eaeaea;
    font-size: 1em;
    line-height: 1.2;
    z-index: 1;
}

.back-image3 {
    position: relative;
    top: -30vw;
    width: 100%;
    height: 100%;
    opacity: 50%;
}

.titulo-3 {
    text-align: center;
    color: #eaeaea;
    font-size: 3em;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    top: -150vw;
}

.titulo-3 .cor3 {
    color: #c65334;
}

.paragrafo-nossos-serviços {
    margin: -148vw 35vw 1vw 35vw;
    font-size: 1em;
    margin-bottom: 5vw;
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    /* Espaçamento entre os boxes */
    width: 100%;
    padding: 0 9vw;
}

.service-box {
    flex: 1;
    /* Permite que cada box ocupe espaço igualmente */
    transition: transform 0.5s ease-in-out;
    padding: 20px;
    margin: 1vw;
    line-height: 1.5;
    cursor: pointer;
    border: 2.5px solid #c65334;
    border-radius: 2vw;
    box-shadow: 0 4px 25px rgba(2, 13, 30, 0.97);
    background-image: linear-gradient(to right, #020d1ed5, #020d1ef8 70%, #020d1ed5);
    color: #eaeaea;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.service-box ul li {
    padding: 0.4vw;
    position: relative;
    padding-left: 35px;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.service-box ul li .arrow {
    color: #c65334;
    margin-right: 10px;
    transition: transform 0.3s ease, font-size 0.3s ease;
    font-size: 1.2em;
}

.service-box ul li:hover .arrow {
    transform: scale(1.2);
}

.service-box ul li::before {
    content: ">";
    color: #c65334;
    margin-right: 10px;
    transition: transform 0.3s ease, font-size 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.6em;
    transform: scale(1);
}

.service-box ul li:hover::before {
    transform: scale(1.2);
}

.subtitulo1,
.subtitulo2,
.subtitulo3,
.subtitulo4 {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 1vw;
    margin-top: 1vw;
    font-size: 1.5em;
}

.service-box:hover {
    transform: translateY(-20px);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
    background-color: rgba(2, 13, 30, 0.1);
    background-image: linear-gradient(to right, #020d1e 50%, #020d1e 50%, #020d1e 50%);
}

.arrow {
    color: #eaeaea;
    font-size: 3rem;
    font-weight: 600;
    padding: 10px 20px;
    border: none;
    background: none;
    cursor: pointer;
    transition: color 0.3s ease, font-size 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

/* Estiliza a seção de benefícios */
.parte-4 {
    position: relative;
    /* Estabelece contexto de empilhamento */
    text-align: center;
    color: #eaeaea;
    line-height: 1.2;
    height: 40vw;
    /* Ajuste a altura conforme necessário */
    margin-top: 5vw;
    margin-bottom: 80px;
    overflow: hidden;
    /* Recortar o conteúdo dentro de .parte-4 */
    z-index: 2;
    /* Coloque acima do conteúdo .parte-3 */
}

.titulo-4 {
    text-align: center;
    margin-bottom: 2vw;
    /* Reduza margin-bottom para um posicionamento mais alto */
    color: #eaeaea;
    font-size: 3em;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 2vw 35vw 0 35vw;
    /* Ajuste as margens conforme necessário */
}

.titulo-4 .cor3 {
    color: #c65334;
}

.beneficios-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    gap: 3vw;
    justify-content: center;
    align-items: start;
    margin: 0vw 25vw 5vw 25vw;
    padding-top: 20px;
}

.beneficios1,
.beneficios2,
.beneficios3,

.beneficios4,
.beneficios5,
.beneficios6 {
    padding-bottom: 2vw;
    text-align: right;
    position: relative;
}

.circle {
    background: #020d1e;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    position: absolute;
    top: -35px;
    right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle2 {
    right: unset;
    left: -10px;
}

.little-circle {
    width: 10px;
    height: 10px;
    display: block;
    background: #c65334;
    border-radius: 50%;
}

.paragrafo01,
.paragrafo02,
.paragrafo03 {
    text-align: right;
    padding-right: 1vw;
    font-weight: 300;
    font-size: 1em;
    transition: font-size 0.3s ease;
    position: relative;
}

.paragrafo04,
.paragrafo05,
.paragrafo06 {
    text-align: left;
    padding-right: 1vw;
    font-weight: 300;
    font-size: 1em;
    transition: font-size 0.3s ease;
    position: relative;
}

.linha-reta1 {
    height: 1px;
    background-color: #eaeaea;
    width: 74%;
    margin: 2vw 0 0 0;
}

.beneficios1,
.beneficios2,
.beneficios3 {
    margin-bottom: 0;
}

.line-two {
    display: flex;
    justify-content: flex-end;
}

.linha-reta2 {
    height: 1px;
    background-color: #eaeaea;
    width: 74%;
    margin: 1px 0 0 0;
}

.beneficios4,
.beneficios5,
.beneficios6 {
    padding-bottom: 2vw;
    margin-top: 0;
}

/* Estiliza section 5 o que nossos clientes dizem de nós*/
.parte-5 {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #eaeaea;
    line-height: 1.2;
    margin-bottom: 180px;
}

/* Estiliza o título da seção */
.titulo-5 {
    color: #eaeaea;
    font-size: 3em;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 5vw;
    /* Espaçamento abaixo do título */
}

/* Cor para parte do título */
.titulo-5 .cor3 {
    color: #c65334;
}

.back-image5 {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    /* Place behind content */
    bottom: 180px;
}

/* Contêiner para as avaliações */
.box-avaliacao {
    position: relative;
    z-index: 2;
    display: flex;
    overflow: hidden;
    max-width: 800px;
    margin: auto;
    justify-content: center;
    align-items: center;
}

/* Estiliza cada perfil individual */
.perfil-1,
.perfil-2 {
    position: relative;
    top: 1vw;
    /* Posicione a partir de baixo */
    flex: 50% 50%;
    /* Ajusta a largura dos perfis para que todos caibam na tela */
    display: block;
    /* Exibe inicialmente */
}

/* Estiliza a imagem do perfil */
.perfil-1 img,
.perfil-2 img {
    width: 100%;
    height: 100%;
    background: #020d1ec4;
}

/* Estiliza os controles do carrossel */
.controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 90%;
    transform: none;
    z-index: 3;
}

/* Estiliza os botões de seta do carrossel */
.controls .arrow {
    background: none;
    border: none;
    color: #eaeaea;
    cursor: pointer;
    font-size: 1.5rem;
    position: absolute;
    top: 90%;
    transform: none;
}

/* Posiciona a seta esquerda no lado esquerdo da página */
.controls .left {
    left: 20vw;
    /* Ajuste a posição conforme necessário */
}

/* Posiciona a seta direita no lado direito da página */
.controls .right {
    right: 20vw;
    /* Ajuste a posição conforme necessário */
}

/* Cor da seta ao passar o mouse */
.controls .arrow:hover {
    color: #c65334;
}

/* Estiliza o texto "Nossos clientes" */
.nossos-clientes {
    font-size: 1.2em;
    position: relative;
    z-index: 2;
    top: 19vw;
}

/* Estiliza os contêineres de formulário 6 */
.parte-6 {
    position: relative;
    width: 100%;
    height: 200%;
    color: #eaeaea;
    line-height: 1.2;
    z-index: 2;
    top: 5vw;
    margin-bottom: 55px;
}

.back-image6 {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 50%;
    object-fit: cover;
    z-index: -1;
    /* Place behind content */
}

.titulo-6 {
    text-align: center;
    margin: 10vw 2vw 0 2vw;
    color: #eaeaea;
    font-size: 3em;
    line-height: 1;
    text-transform: uppercase;
}

.titulo-6 .cor3 {
    color: #c65334;
}

.texto-principal2 p {
    text-align: center;
    font-weight: 200;
    text-align: justify;
    font-size: 1em;
    padding: 0 300px;
}

.texto-principal .cor4 {
    color: #c65334;
}

.contact-form {
    display: flex;
    flex-direction: column;
}

.field {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.label-form {
    width: 28%;
    margin: 0 auto;
}

.inputs-form {
    width: 26%;
    padding: 10px;
    margin: 0.4vw 36vw;
    border-radius: 20px;
    border: 0.1vw solid #eaeaea;
    background: transparent;
    color: #fff;
}

.button-send {
    background: #c65334;
    cursor: pointer;
    width: 7%;
    text-transform: uppercase;
    padding: 7px 5px;
    margin: -5vw 45vw 8vw 45vw;
    border-radius: 20px;
    border: 2px solid #c65334;
    background: transparent;
    color: #c65334;
    margin: 15px auto 0;
}

.contact-form input::placeholder {
    color: #bbb;
}

.texto-paragrafo {
    margin-bottom: 20px;
    text-align: center;
}

/* Estiliza os contêineres de 7 FAQ */
.parte-7 {
    position: relative;
    height: 100%;
    width: 100%;
    color: #eaeaea;
    line-height: 1.2;
    z-index: 1;
    padding-bottom: 150px;
}

.back-image7 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.faq-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10vw;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.faq-questions {
    width: 50%;
    padding: 10vw 15vw 3vw 0vw;
    margin-left: 15vw;
    margin-right: -5vw;
}

.faq-info {
    width: 50%;
    padding: 10vw 0 3vw 10vw;
    margin-right: 15vw;
    margin-left: -8vw;
}

.faq-questions ul {
    font-weight: 300;
    list-style: none;
    margin-top: 2vw;
    width: 100%;
}

.styled-list-item {
    font-size: 1em;
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 0;
    position: relative;
    margin-bottom: 5px;
}

.faq-questions button {
    background-image: linear-gradient(to right, #020d1ed5, #020d1ef8 70%, #020d1ed5);
    border: none;
    color: #eaeaea;
    text-align: left;
    padding: 0.5vw 1vw;
    padding-left: 2.5rem;
    /* Add padding to move text to the right */
    margin: 6px 0;
    width: 100%;
    cursor: pointer;
    border-radius: 2vw;
    box-shadow: 0 4px 25px rgba(2, 13, 30, 0.97);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.faq-questions button .arrow {
    color: #c65334;
    margin-right: 10px;
    margin-left: -2.5rem;
    /* Move arrow further to the left */
    transition: transform 0.3s ease, font-size 0.3s ease;
    font-size: 1.2em;
}

.faq-questions button:hover .arrow::before {
    transform: rotate(90deg);
}

.faq-questions button .arrow::before {
    display: inline-block;
    transition: transform 0.3s ease, font-size 0.3s ease;
}

.faq {
    font-size: 5em;
    text-align: center;
    margin-bottom: -1vw;
    background: linear-gradient(to bottom, rgba(198, 84, 52, 0.384) 0%, rgba(198, 83, 52, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.titulo-paragrafo {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 0.5vw;
}

.titulo-paragrafo .cor1 {
    color: #eaeaea;
}

.titulo-paragrafo .cor2 {
    color: #c65334;
}

.paragrafo {
    text-align: center;
    font-weight: 200;
    text-align: justify;
    font-size: 1em;
    max-width: 392px;
    margin: 0 auto;
}

.whatsapp-button2 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.whatsapp-button {
    background-color: transparent;
    color: #c65334;
    text-decoration: none;
    padding: 3px 20px;
    border: 2px solid #c65334;
    border-radius: 3vw;
    transition: background-color 0.3s, border-color 0.3s;
    font-size: 0.9em;
    text-transform: uppercase;
    background-image: url('img/whatsapp-icon.svg');
    background-repeat: no-repeat;
    background-position: 1vw center;
    padding-left: 2.8vw;
    background-size: 1vw;
}

.whatsapp-button:hover {
    color: #eaeaea;
    border-color: #c65334;
}


.rodape {
    display: flex;
    width: 100%;
    height: 2vw;
    background-color: #c65334;
    justify-content: center;
    padding: 7px 0 2px 0;
    z-index: 1000;
}

.rodape p {
    display: flex;
    color: #eaeaea;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    font-weight: 200;
}

/* Acessibilidade */

/* Foco nos elementos interativos */
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 2px solid #c65334;
    /* Use uma cor de destaque */
    outline-offset: 2px;
}

/* Adicionando foco visível em todos os elementos interativos */
.menu a:focus,
.buttonwpp a:focus,
.whatsapp-button:focus,
.controls .arrow:focus {
    outline: 2px solid #c65334;
    outline-offset: 2px;
}

/* Estilo de foco para links */
a:focus {
    outline: 2px dashed #c65334;
    outline-offset: 2px;
}

/* Acessibilidade */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Media queries para responsividade */
@media (max-width: 768px) {

    /* Ícone do menu hambúrguer */
    .menu-hamburguer {
        cursor: pointer;
        width: 25px;
        height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        top: 2px;
        left: 35px;
    }

    .menu-container {
        display: none;
    }

    .menu-hamburguer span {
        width: 100%;
        height: 4px;
        background-color: #c65334;
        border-radius: 5px;
    }

    .menu-lista {
        display: none;
        position: fixed;
        width: 90vw;
        height: 40vh;
        top: -5px;
        left: 15px;
        background: #020d1e;
        z-index: 30;
        border: 2px solid #c65334;
        border-radius: 20px;
    }

    .menu-lista-posição {
        margin: 20px 0 0 35px;
    }

    .menu-lista.open {
        display: flex;
        transition: all 0.5s ease;
    }

    .menu-lista-close {
        background-color: #020d1e00;
        width: 30px;
        height: 5px;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
        font-size: 30px;
        transition: all 0.5s ease;
    }

    .titulo-2,
    .titulo-3,
    .titulo-4,
    .titulo-5,
    .titulo-6,
    .titulo-7 {
        font-size: 2em;
    }

    .menu-ativo {
        display: block;
        /* Mostra o menu quando ativado */
    }

    .menu ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 0;
        list-style-type: none;
        /* Remove as bolinhas */
    }

    .li-style a {
        color: #eaeaea;
    }

    .menu ul li {
        padding: 15px 0;
        text-align: center;
        list-style-type: none;
        /* Remove as bolinhas */
    }

    /* Exibe o menu hambúrguer em telas menores */
    .menu-hamburguer {
        display: flex;
        cursor: pointer;
        width: 25px;
        height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        top: 5px;
        left: 30px;
        z-index: 20;
        /* Garante que o menu esteja acima de outros elementos */
    }

    .menu-hamburguer span {
        width: 100%;
        height: 4px;
        background-color: white;
        border-radius: 5px;
    }

    .logo-desktop {
        display: none;
    }

    .logo-hamburguer {
        max-width: 80px;
        /* Ajusta o tamanho da logo para mobile */
        height: 55px;
        width: 55px;
        display: block;
        visibility: visible;
        /* Garante que a imagem esteja visível */
        margin: 0 auto;
        /* Centraliza a logo */
        position: absolute;
        top: -15px;
        /* Posiciona a logo no topo */
        left: 45%;
        transform: translateX(-50%);
        /* Garante a centralização */
        z-index: 10;
    }

    .buttonwpp a {
        height: 35px;
        font-size: 0;
        /* Aumenta o tamanho da fonte para ser mais legível em telas menores */
        margin-left: 80vw;
        background-position: 2vw center;
        /* Move o ícone para se alinhar melhor */
        border-radius: 6px;
        /* Reduz o border-radius para adequação em telas menores */
        margin-top: -10px;
        margin-right: 30px;
        border: 0;
    }

    .buttonwpp img {
        width: 20px;
        height: 20px;
        /* Reduza o tamanho do ícone para telas menores */
    }

    .parte-1 {
        height: 100%;
        margin-bottom: 200px;
    }

    .back-image1 {
        height: 100%;
        top: 50px;
    }

    .text-h1 {
        display: none;
    }

    .text-h1-hamburguer {
        display: flex;
        height: 100%;
        width: 100%;
        font-size: 16px;
        position: absolute;
        margin: 15px 0 10px 20px;
        text-align: left;
        justify-content: center;
        align-items: center;
        z-index: 30;
    }


    .parte-2 .texto-principal1 {
        padding: 0 10vw;
    }

    .titulo-6,
    .titulo-4,
    .titulo-5 {
        padding: 0 5vw;
    }

    .contact-form .inputs-form,
    .contact-form .button-send {
        width: 80%;
        margin: 0 auto;
    }

    .parte-3 {
        height: 100%;
        width: 100%;
        top: 0;
    }

    .back-image3 {
        display: none;
    }

    .titulo-3 {
        text-align: center;
        color: #eaeaea;
        font-size: 2em;
        line-height: 1.2;
        text-transform: uppercase;
        position: relative;
        z-index: 2;
        top: 20px;
    }

    .paragrafo-nossos-serviços {
        text-align: justify;
        margin: 30px 40px 50px 40px;
    }

    .parte-4 {
        height: 100%;
        top: 0px;
    }

    .parte-4 .beneficios-container {
        margin: 0 10vw;
    }

    .titulo-6,
    .titulo-4,
    .titulo-5 {
        margin: 0 20px;
    }

    .linha-reta1,
    .line-two {
        display: none;
    }

    .circle {
        display: none;
    }


    .paragrafo01,
    .paragrafo02,
    .paragrafo03,
    .paragrafo04,
    .paragrafo05,
    .paragrafo06 {
        text-align: justify;
    }

    .parte-5 {
        top: 1px;
        width: 100%;
        height: 100%;
        /* Ajusta a altura ao conteúdo */
        position: relative;
        /* Ajusta o posicionamento de forma relativa ao conteúdo */
        overflow: hidden;
        /* Impede que o conteúdo ultrapasse os limites da seção */
        margin-bottom: 0;
        /* Remove a margem inferior na versão mobile */
    }

    .back-image5 {
        display: none;
        margin-bottom: 0;
    }

    .perfil-1,
    .perfil-2 {
        left: 14px;
        width: 100%;
    }

    .perfil-1 img,
    .perfil-2 img {
        top: 20px;
        background: #020d1eb2;
    }

    .controls .arrow {
        display: none;
    }

    .services-container {
        flex-direction: column;
        align-items: center;
    }

    .service-box {
        width: 100%;
        margin-bottom: 20px;
    }


    .beneficios-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .box-avaliacao {
        flex-direction: column;
    }

    .avaliacao-box {
        max-width: 100%;
    }

    .parte-6 {
        margin-top: 5px;
        width: 100%;
        height: auto;
        /* Ajusta a altura ao conteúdo */
        position: relative;
        /* Ajusta o posicionamento de forma relativa ao conteúdo */
    }

    .titulo-6 {
        top: 30px;
        bottom: 5px;
    }

    .back-image6 {
        display: none;
    }

    .texto-principal2 p {
        width: 100%;
        padding: 10px 36px;
    }

    .label-form {
        width: 100%;
        margin: 3px 0 0 40px;
    }

    .contact-form .inputs-form,
    .contact-form .button-send {
        width: 80%;
        margin: 0 auto;
    }

    .formulario-contato {
        flex-direction: column;
    }

    .perguntas-frequentes {
        flex-direction: column;
    }

    .pergunta-frequente {
        width: 100%;
    }

    .faq-container {
        flex-direction: column;
        padding: 0 2vw;
        align-items: center;
    }

    .faq-questions {
        padding: 30px;
        margin: -10px auto 0;
    }

    .faq-questions ul {
        margin: 0;
        width: 100%;
        padding: 0;
    }

    .faq-questions,
    .faq-info {
        width: 100%;
    }

    .faq-info {
        font-size: 12px;
        margin-top: 10px;
    }

    .faq {
        font-size: 58px;
        /* Reduz o tamanho da fonte em telas menores */
        margin-left: 50px;
    }

    .titulo-paragrafo,
    .paragrafo {
        width: 100%;
        font-size: 16px;
        /* Reduz o tamanho da fonte em telas menores */
        text-align: center;
        margin-left: 30px;
        margin-bottom: 10px;
    }

    .paragrafo {
        text-align: justify;
        margin-left: 30px;
    }

    .whatsapp-button {
        padding-left: 2vw;
        padding-right: 2vw;
        background-size: 0.8vw;
        margin-top: 20px;
        color: #eaeaea;
        margin-left: 50px;
        margin-bottom: -40px;
    }

    .back-image7 {
        opacity: 0.3;
    }

    .rodape {
        height: auto;
        padding: 7px 0 2px 0;
    }

    .rodape p {
        padding: 0px 0 5px 0;
    }






    /* lindios que fez */
    header {
        padding-top: 0;
    }

    .menu-hamburguer {
        position: initial;
    }

    .logo-hamburguer {
        position: initial;
        margin: 0;
        padding: 0;
        width: 70px;
        transform: unset;
    }

    .logo-hamburguer img {
        display: block;
    }

    .menu-hamburguer span {
        width: 25px;
    }

    .buttonwpp a {
        margin: 0;
    }

    .text-h1 {
        display: block;
        position: unset;
        transform: unset;
        max-width: 100%;
        padding: 10px;
        font-size: 18px;
        margin-top: 40px;
    }

    .parte-1 {
        margin: 0;
    }

    .label-form {
        display: block;
        margin: 0;
        padding: 0;

        padding-bottom: 10px;
    }

    .contact-form .inputs-form,
    .contact-form .button-send {
        margin: 0;
        width: 100%;
    }

    .contact-form {
        padding: 0 40px;
    }
}