@media (min-width: 1000px) {
    .menu-area {
        display: none;
    }

    .header {
        padding: 50px 30px;
        justify-content: space-around;
    }

    .menu-principal {
        display: flex;
        flex-direction: row;
        position: static;
        transform: none;
        height: 10vh;
        gap: 50px;
    }

    .menu-principal a {
        padding: 10px 20px;
        font-size: 1em;
        text-align: left;
    }

    .header-logo img {
        height: 100px;
        max-width: 100%;
    }


    /* Botão para WhatsApp */
    header .botao-container {
        display: flex;
        justify-content: center;
    }
    .botao-container {
        display: flex;
        justify-content: center;
    }


    .apresentacao {
        background-image: url('../imagens/tentativa2.png');
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 50%;
        background-attachment: fixed;
        transition: background-image 2.3s;
        height: 100vh;
    }

    .apresentacao_conteudo {
        align-items: flex-start;
        padding-left: 3%;
        height: 100vh;

    }

    .apresentacao_texto {
        font-size: 4.0em;
    }

    .servicos {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .servicos-header {
        width: 50%;
    }

    .servicos_card {
        flex-direction: row;
        /* Alinha os elementos em linha */
        align-items: center;
        gap: 50px;
        /* Espaçamento entre os elementos */

    }
    .servicos_descricao {
        width: 50%;
        /* Reduz largura para elementos maiores */
        margin: 0 20px;
        /* Espaçamento interno ajustado */
        text-align: left;
        /* Texto alinhado à esquerda */
    }

    .servicos_conteudo {
        gap: 100px;
    }

    /* Ajuste da imagem no header */
    .servicos-header img {
        width: 60px;
        /* Aumenta o tamanho da imagem */
        height: auto;
        /* Mantém proporção */
    }

    /* Ajuste do botão */
    .servicos-btn {
        margin-left: auto;
        /* Alinha o botão à direita */
        width: 20%;
        /* Botão proporcional em telas maiores */
    }

    .motivos-section {
        height: 100vh;
        padding: 60px 0px;

    }
    .motivos-texto{
        width: 70%;
    }

}
@media (min-width: 1364px) {
    .apresentacao{
        background: none;
    }
    .ilustracao {
        display: block;
    }

    .ilustracao img {
        position: absolute;
        top:9%;
        left: 59.5%;
        width: 40%;
    }
    .contatos{
        padding: 100px 20px;
    }

}

@media (min-width: 1500px) {
    .apresentacao_conteudo {
        padding-left: 3%;

    }

    .apresentacao_texto {
        font-size: 5.0em;

    }
    .apresentacao {
        background-size: 45%  
    }


}

@media (min-width: 1600px) {
   
    .ilustracao img {
        top: 13%;
        left: 59%;
        width: 40%;
    }

}@media (min-width: 1900px) {
    .ilustracao img {
        top: 13.5%;
        left: 56.6%;
        width: 43%;
    }

}