﻿.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);
}

