@media only screen and (max-width: 1000px) {
    
    .body {
        display: block;
        text-align: center;
        padding: 0%;
        margin: 0 20px 0 20px;
    }
    
    .menu_body {
        grid-area: ;
        margin-top: 50px;
    }
    .img_body {
        grid-area:  ;
        display: block;
        justify-content: center;
        text-align: center;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    
    .whatsapp_img {
        width: 100px;
        height: 100px;
        grid-area: whats;
        margin-left: 600px;
        top: 100px;
        position: relative;
        transition: all .5s ease;
    }
    .nav_desc {
        height: auto;
        display: grid;
        align-items: center;
        grid-template-columns: 100px 700px;
    }
   
}