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

       
    .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: 90px;
        height: 90px;
        grid-area: whats;
        margin-left: 450px;
        top: 100px;
        position: relative;
        transition: all .5s ease;
    }
    
   


   
    .img_ancla {
        margin-left: 50px;
        max-width: 50vw;
    }


    .body {
        margin-top: 0px;

    }

    body {
        

            height: auto;
            margin: 0%;
            margin-top: 10px;
            width: 100vw;
        
    }
    .nav_desc {
        height: auto;
        display: grid;
        align-items: center;
        grid-template-columns: 100px 400px;
    }
    }