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

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

    .nav {
        display: none;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 14px;
    }
    p {
        font-size: 24px;
        line-height: 18px;
        text-decoration: none;
    }
    .menu_body {
        grid-area: menu1;
        margin-top: -50px;
    }
    .whatsapp_img {
        width: 70px;
        height: 70px;
        
    }
    #logo img {
        max-width: 50%;
    }
    .img_ancla {
        margin-left: 50px;
        max-width: 50vw;

    }



    .body {

        margin-top: 0px;

    }
    .desc {
        margin: 0 20px 0 20px;
    }
    
    .desc1 {
        margin: 0 20px 0 20px;
    }
    
    .desc2 {
        margin: 0 20px 0 20px;
    }
    
    .desc3 {
        margin: 0 20px 0 20px;
    }
    h3 {
        font-size: 16px;
        line-height: 2;
    }
    h5 {
        font-size: 16px;
    }
    .list1 {
        font-size: 12px;
        line-height: 1.5;
    }
    .dlgv1 {
        font-size: 18px;
    }
    #titulo {
        font-size: 24px;
        margin-top: 20px;
        margin: 0 20px 0 20px;
    }
    .subtitulo {
        font-size: 16px;
    }
    }