body {
    background-color: #F5F7FA;
    margin: 0 auto;
}


.menu_index {
    
    max-width: 808.58px;
}
.menu {
    width: 100%;
    max-width: 808.58px;
    height: 55px;
    bottom: 0;
    position: absolute;
}

div.block {
    margin: 0 auto;
    background-size: cover;
    height: calc(100% - 55px - 264.76px);
    
    box-sizing: border-box; /* Agrega esta línea */
}


@media (max-width: 720px) {


    .container {
        width: 100%!important;
        height: 264.76px;
    }

}  


@media (min-width: 808.58px) {
    
    .container {
        width: 808.58px!important;
        height: 264.76px;
    }

    div.block {
        margin: 0 auto;
        background-size: cover;
    }
}

@media (min-width: 400px) {
    .block_reservation {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

}

.block_reservation {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.line-block {
    grid-template-rows: repeat(1);
    display: grid;
}

@media (max-width: 290px) {

    .div-label {
        width: 210px;
    }

}

.img_footer {
    margin-right: 5px;
}

.child_footer {
    height: fit-content; 
    padding: 10px;
    background-color:rgb(255, 255, 255); 
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    justify-content: space-around;

    max-width: 808.58px;
}

button img, .child_footer img {
    width: 25px;
}


.footer {
    width: 100%!important;
    
}

@media (max-width: 897px)  {
    .footer {
        bottom: 0;
    }
}

.footer {
    display: flex;
    margin: 0 auto;
    bottom: 0;

    /**/
    justify-content: center;
    
}

@media (max-height: 876px) {

    .footer {

        bottom: 0px;
    }
}

@media (min-height: 877px)   {
    .footer {
        bottom: 0;
    }
}




.menu_index {
    background-image: url('../img/360px.png')
}
@media (min-width: 808.58px)   {
    .menu_index {
        background-image: url('../img/808-58px.png')
    }
}

@media (min-width: 640.58px)   {
    .menu_index {
        background-image: url('../img/640px.png')
    }
}





.header_anteriad {
    background-image: url('../img/809.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


@media (max-width: 807px)   {
    .header_anteriad {
        background-image: url('../img/640px.jpg')
    }
}



@media (max-width: 639px)   {
    .header_anteriad {
        background-image: url('../img/360px.png')
    }
}
