<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.full-heigth {
    height: -moz-calc(100vh - 56px);
    height: -webkit-calc(100vh - 56px);
    height: calc(100vh - 56px);
}

.full-heigth-cardapio-2 {
    height: -moz-calc(100vh - 145px);
    height: -webkit-calc(100vh - 145px);
    height: calc(100vh - 145px);
}
.full-heigth-cardapio-3 {
    height: -moz-calc(100vh - 113px);
    height: -webkit-calc(100vh - 113px);
    height: calc(100vh - 113px);
}

</pre></body></html>