@media only screen and (max-width: 300px) {

    button {
        display: block;
        width: 100px;
    }
    .btn_abrir{
        display: flex;
        background-color: #ffffff;
        width: 50px;
       position: absolute;
       left: 200px;
       border-color: #ffffff;
    }
    .nav {
        display: none;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 12px;
    }
    p {
        font-size: 20px;
        line-height: 16px;
        text-decoration: none;
    }
    .menu_body {
        grid-area: menu1;
        margin-top: -50px;
    }
    .whatsapp_img {
        width: 50px;
        height: 50px;
        margin-left: 180px;
        top: 30px;
    }
    #logo img {
        max-width: 50%;
        height: 20%;
    }
    .img_ancla {
        margin-left: 50px;
        max-width: 50vw;

    }



    .body {

        margin-top: 0px;

    }
    }