/* Ajustes específicos para resolução 400px */
@media screen and (max-width: 400px) {
    .containermenu .descricao2 img,
    .containermenu .descricao3 img {
        width: 28px;
        height: 28px;
        max-width: 28px;
        max-height: 28px;
        object-fit: contain;
    }
    /* Ajusta apenas SVGs de localização e redes sociais dentro de .containermenu */
    .containermenu svg:not(.logocompleta),
    .containermenu .svg-localizacao,
    .containermenu .svg-social {
        width: 28px !important;
        height: 28px !important;
        max-width: 28px !important;
        max-height: 28px !important;
        /* Não altera margin/gap */
    }

    .containermenu img,
    .menu img {
        width: 200px;
        max-width: 200px;
        height: auto;
        margin: 0 4px;
        object-fit: contain;
    }

    .containermenu {
        width: 98vw;
        max-width: 390px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        gap: 4px;
    }

    html {
        width: 100vw;
        min-width: 0;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    body {
        margin: 0;
        padding: 0;
        background-color: #F7BDC5;
        font-family: 'Calibri';
        font-size: 16px;
        min-width: 0;
        width: 100vw;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    header {
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: visible;
        padding: 0;
        margin: 0 auto;
    }
    .logo {
        display: block;
        width: 90vw;
        max-width: 90vw;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        object-fit: contain;
        overflow: visible;
    }
    .logotipo, .titulo-principal, .amabilis-texto {
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
        text-align: center;
        overflow-wrap: break-word;
        word-break: break-word;
    }
    main {
        width: 100vw;
        max-width: 400px;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .servicos h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .cardserv {
        width: 100vw;
        max-width: 400px;
        margin-bottom: 15px;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    }
    .sobre {
        width: 100vw;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        background: #D9A48F;
        padding: 10px 0;
    }
    .btn-contratar {
        width: 90px;
        height: 40px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .btn-contratar a {
        font-size: 20px;
    }
    .imagem, .imagemsalsicha, .imagemmeio {
        display: none;
    }
    .feedback1 {
        display: flex;
        flex-direction: column;
    }
    .menu {
        display: flex;
        gap: 10px;
        align-items: center;
        width: 100vw;
        max-width: 400px;
        justify-content: center;
        box-sizing: border-box;
    }
    .botaomenu {
        width: 110px;
    }
    .sobre h1 {
        font-size: 70px;
        width: auto;
    }
    .sobre h2 {
        font-size: 80px;
    }
}
@media screen and (max-width: 999px) {
    body {
        margin: 0;
        padding: 0;
        background-color: #F7BDC5;
        font-family: 'Calibri';
        font-size: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 0;
    }
    header {
        overflow: visible;
        width: 100vw;
        box-sizing: border-box;
        padding-left: 0;
        justify-content: center;
        align-items: center;
    }

header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0 10px 20px;
}

.servicos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cardserv {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 50%;
}


.servicos h1 {
    color: #5D2816;
    font-size: 40px;
    margin-bottom: 60px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.btn-contratar {
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 100px;
    height: 20px;
}

.btn-contratar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 50px;
    background-color: #5d2816ab;
    border: 2px solid #be6e5379;
    border-radius: 40px;
    margin: 0 0 50px 0;
    transform: scale(1.0);
    transition: transform 0.3s;
}

.btn-contratar:hover {
    background-color: #5D2816;
    cursor: pointer;
    transform: scale(1.05);
    transition: transform 0.3s;
}

.btn-contratar a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 30px;
    border-radius: 10px;
}




.logo {
    display: none;

}

.menu {
    display: none;

}

.imagem {
    display: none;
}

.imagemsalsicha {
    display: none;
}

.imagemmeio {
    display: none;
}

.feedback1 {
    display: flex;
    flex-direction: column;
}

.topo {
    display: none;
}

} /* <-- Fechando o @media (max-width: 999px) */


/* Estilos para dispositivos móveis  maiores */

@media screen and (min-width: 1000px) and (max-width: 1200px) {

body {
    margin: 0;
    padding: 0;
    background-color: #F7BDC5;
    font-family: 'Calibri';
}

.topo {
    display: none;
}
.cardserv {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    width: 70%;
}
}