.nav-content{
  display: block !important;
}
#header-links-desk{
  float: right;
}
@media(max-width: 992px){
  #header-links-desk{
    padding-left: unset;
  }
}
.main-banner {
  background: url(../images/banner/main-alt.png) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.main-banner .banner{
  margin-left: unset !important;
}
#section-text.section-text{
  width: unset !important;
}
.restaurant-image{
  padding-left: 4rem;
  margin-top: 20px;
}
.restaurant-image embed{
  display: block;
  max-width: 100%;
  width: 60%;
}
#main-menu{
  background: url(../images/banner/cardapio-site.jpg) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-top: 100px;
  padding: 200px 0;
}
#main-menu a{
  color: #ffcc5a;
  padding: 1.3rem 6rem 1.3rem 6rem;
  font-size: 20px;
  border: 1px solid #ffcc5a;
  margin: 0 auto;
  display: table;
  text-align: center;
}
#main-menu a:hover{
  color: #fff;
}
.owl-dots{
  text-align: center;
  margin-top: 15px;
}
.carousel-item{
  height: 600px;
}
.carousel-item img{
  position: absolute;
  top: -50%;
}
.card img{
  max-height: unset !important;
}
.atendimento p, .right-footer p{
  margin-bottom: 7px;
}

.owl-carousel .owl-nav{
  height: 47px;
  position: absolute;
  width: 100%;
  cursor: pointer;
  top: 50%;
  left: 0;
}

.owl-carousel .owl-prev{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  background-color: transparent;
  opacity: .6;
  margin-left: 15px;
  width: 50px;
  height: 50px;
  display: table;
  float: left;
  border: none;
}
.owl-carousel .owl-next{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-color: transparent;
  opacity: .6;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: table;
  float: right;
  border: none;
}
.owl-carousel .owl-prev span,
.owl-carousel .owl-next span{
  display: none;
}

.owl-carousel .prev-slide:hover{
  background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
  background-position: -24px -53px;
}

@media (min-width: 1400px){
  .container{
    max-width: 1270px !important;
  }
  .background-black .container{
    max-width: 1140px;
  }
  .section-text{
    margin-left: unset !important;
  }
}
@media (max-width: 1400px){
  .carousel-item img{
    position: unset;
    top: 0;
  }
}
@media(max-width:  1199px){
  .restaurant-image{
    padding-left: 0;
  }
  .restaurant-image embed{
    width: 100%;
  }
  .carousel-item{
    height: 400px;
  }
}
@media(max-width:  1024px){
  #delivery h1{
    margin-top:  30px;
  }
  footer{
    height: unset !important;
    padding:  0 15px;
  }
  .middle-footer .atendimento{
    padding-top: 0 !important;
  }
}
@media(max-width:992px){
  .logo-card-logo > a{
    bottom:  55px !important;
  }
  .card img{
    height: unset !important;
  }
}
@media(max-width:768px){
  .main-banner h1, .main-banner p{
    text-align: center;
  }
  .main-banner p{
    padding: 0 !important;
    margin: 30px 0 45px;
  }
  .main-banner a{
    margin: 0 auto;
    display: table;
  }
  .main-banner .banner{
    padding: 80px 0;
  }
  .restaurant-image{
    margin: 30px auto 0 auto !important;
  }
  #main-menu{
    padding: 120px 0;
  }
  #main-menu a{
    padding: 1.3em 40px;
  }
  #delivery.delivery{
    padding-bottom: 0 ;
  }
  #delivery h1 {
      margin-top: 60px;
  }
  #footer{
    padding: 40px 0 60px 0;
  }
  .atendimento{
    justify-content: center;
  }
  .atendimento p{
    text-align: left !important;
    padding-right: 0 !important;
  }
}
@media(max-width:  603px){
  .carousel-item{
    height: unset;
  }
}