.backgroundPage {
  background-color: #e5792f;
}

@media (min-width: 992px) {
  .opacity {
    background-color: rgba(255, 255, 255, 0);
  }
}
.backgroundPrimary {
  background-color: #e5792f;
}

.colorPrimary {
  color: #e5792f;
}

.backgroundCardapio {
  background-color: #F2F2F2;
}

.textColorHeadCardapio {
  color: #000000;
}

/* Style the navigation bar */
.menu-navigation-bottom {
  width: 100%;
  background-color: #FFFFFF;
  overflow: auto;
}
.menu-navigation-bottom .active {
  color: #e5792f;
}

/* Navbar links */
.menu-navigation-bottom a {
  float: left;
  width: 25%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: black;
  text-decoration: none;
  font-size: 17px;
}

/* Navbar links on mouse-over */
.menu-navigation-bottom a:hover {
  background-color: #D1D1D1;
  color: #e5792f;
}

.banner {
  width: 100%;
  background-image: url("../img/fundo.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (max-width: 767px) {
  .banner {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .banner {
    height: 100px;
  }
}
.swal2-confirm {
  background-color: #e5792f !important;
  border-left-color: #e5792f !important;
  border-right-color: #e5792f !important;
}
