html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.calendario-slot {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.50);
}
.calendario-slot:hover {
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.85);
}

.calendario-slot .card-header{
    text-align:center;
    font-size: larger;
    font-weight: bold;
}

.menu-row{
    margin-top:30px;
}

.menu-row .card-body{
    height:150px;
    overflow:hidden;
}