.logo-top {
  width: 8em;
}

body {
  font-family: Montserrat, sans-serif;
  background: #020001;
}

.logo-menu-suspenso {
  width: 5em;
  margin-bottom: 32px;
}

.div-links-menu-suspenso a {
  text-decoration: none;
  color: #6A6969;
}

.div-links-menu-suspenso a:hover {
  color: rgba(255,255,255,0.5);
}

.bg-menu-collapse {
  background: #100F0F;
  border-left: 1px solid #981E21;
  position: absolute;
  right: 0%;
  z-index: 888;
  top: 0%;
  width: 300px;
}

.bg-navbar {
  position: fixed;
  background: transparent;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  width: 100%;
  z-index: 881;
  top: 0%;
}

.bg-hero {
  background: url("../../assets/img/Bg-old-bar.jpg") bottom / cover no-repeat;
}

.subtitulo-oldbar {
  text-align: center;
  color: #FFAA00;
  font-size: 26.4px;
  font-family: 'Bad Script', serif;
  line-height: 33.5px;
}

.titulo-hero {
  text-align: center;
  font-size: 57.4px;
  font-family: Anton, sans-serif;
}

.bg-btn-red {
  background: #981E21;
  border: none;
}

.bg-btn-red:hover {
  background: #ffaa00;
  color: #000000;
}

.bg-btn-white {
  background: #ffffff;
  color: rgb(152,30,33);
  border: none;
}

.bg-btn-white:hover {
  background: #ffaa00;
  color: #000000;
}

.div-mouse {
  position: absolute;
  bottom: 5%;
}

.div-mouse a {
  text-decoration: none;
  color: #ffffff;
}

.div-options {
  border: 2px solid #981E21;
  border-radius: 6px;
  height: 150px;
}

.div-options > .icon-options {
  font-size: 31px;
  margin-bottom: 12px;
}

.div-options p {
  color: #707070;
  font-size: 13px;
  text-align: center;
}

.subtitulo-conteudo {
  color: #FFAA00;
  font-size: 26.4px;
  font-family: 'Bad Script', serif;
  line-height: 33.5px;
}

.titulo-conteudo {
  font-size: 43.4px;
  font-family: Anton, sans-serif;
}

.p-conteudo {
  color: #B2A8A8;
  font-size: 16px;
}

.icon-star {
  color: #FFB914;
  font-size: 17px;
  margin-right: 5px;
}

.bg-card-pratos {
  background: #1D1B1B;
}

.card {
  border: none;
}

.p-cards {
  font-size: 11px;
  color: #B2A8A8;
}

.title-card {
  font-size: 16px;
}

.titulo-pratos {
  text-align: center;
  font-size: 36.4px;
  font-family: Anton, sans-serif;
}

@media (min-width: 992px) {
  .card {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .card {
    height: 380px;
  }
}

.card-footer {
  border: none;
  background: #1D1B1B;
}

.p-center-content {
  color: #B2A8A8;
  font-size: 16px;
  text-align: center;
}

.marg-35px {
  margin-bottom: 35px;
}

.titulo-depo {
  font-weight: bold;
  font-size: 25.5px;
}

.owl-carousel.owl-theme.carousel-depo .active.center {
  opacity: 100%;
}

.owl-carousel.owl-theme.carousel-depo .active {
  opacity: 25%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #981e21 !important;
}

.owl-carousel {
  position: relative;
}

.owl-nav {
  position: absolute;
  top: 13%;
  width: 100%;
}

.owl-theme .owl-prev {
  left: 5px;
  position: absolute;
}

.owl-theme .owl-next {
  right: 5px;
  position: absolute;
}

.owl-theme .owl-next span {
  color: #ed920a;
  font-size: 53px;
}

.owl-theme .owl-prev span {
  color: #ed920a;
  font-size: 53px;
}

.bg-hospedagem {
  background: linear-gradient(-2deg, #240E0E, rgba(0,0,0,0));
}

.bg-contato {
  background: #141212;
  border-radius: 17px;
  border: 2px solid rgb(152,30,33);
}

@media (min-width: 992px) {
  .pad-conato {
    padding-left: 33px;
  }
}

.bg-contato-degrade {
  background: linear-gradient(177deg, #240E0E, rgba(0,0,0,0));
}

.col-link-rodape a {
  text-decoration: none;
  color: #817E7E;
}

.col-link-rodape a:hover {
  color: #ffffff;
}

.icon-seta-top {
  color: rgba(152,30,33,0.56);
  font-size: 42px;
}

.icon-seta-top:hover {
  color: #981e21;
}

#scrollToTopButton {
  position: fixed;
  bottom: 5%;
  z-index: 999;
  right: 3%;
  display: none;
}

@media (min-width: 576px) {
  .bg-btn-white {
    margin-right: 30px;
  }
}

