body {
  font-family: 'Poppins';
  color: #5a5a5a;
}

@media (min-width: 768px) {
  .banner-home {
    background-size: 100%;
  }
}

@media (min-width: 1400px) {
  .banner-home {
    background: url("../../assets/img/slide-xxl-bg.jpg") top center no-repeat;
    background-size: auto;
  }
}

.papap-container {
  width: 85%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .papap-container {
    width: 45%;
    margin: 0 auto;
    margin-top: -140px;
  }
}

@media (min-width: 992px) {
  .papap-container {
    width: 45%;
    margin: 0 auto;
    margin-top: -200px;
  }
}

@media (min-width: 1400px) {
  .papap-container {
    width: 45%;
    margin: 0 auto;
    max-width: 1000px;
  }
}

.ticket {
  background: white;
  min-width: 320px;
  /*max-width: 100px;*/
  min-height: 200px;
  margin: 0 auto;
  position: relative;
  padding: 10px 5px;
  text-align: center;
}

.ticket:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  right: 0;
  top: -25px;
  left: 0;
  background: linear-gradient(135deg, transparent 70%, white 80% ), linear-gradient( -135deg, transparent 70%, white 75% );
  background-repeat: repeat-x;
  background-size: 25px 20px, 25px 20px;
  background-position: center;
}

.accordion-button[aria-expanded=true] {
  background-color: #f9f9f9;
  color: #000;
}

.bg-form {
  background-image: url("../../assets/img/pattern-form.png");
  background-position: bottom center;
  min-height: 50vh;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.card-avatar {
  max-width: 100px;
  margin-top: -50px;
}

.card-vip-icon {
  position: absolute;
  padding: 5px;
  background-color: var(--bs-danger);
  color: #ffffff;
  line-height: 0;
  border-radius: 50%;
  font-size: 0.8rem;
}

.card-title {
  margin-bottom: 1rem;
}

.card-title h3 {
  margin-bottom: 3px;
  font-weight: 600;
  color: #222222;
}

@media (min-width: 576px) {
  .card-vip-icon {
    position: absolute;
    /*padding: 0.5rem 0.6rem;*/
    background-color: var(--bs-danger);
    color: #ffffff;
    line-height: 0;
    border-radius: 50%;
    font-size: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.card-vip, .card-default {
  background-color: #ffffff;
  border-radius: 1rem;
}

.btn {
  border-radius: 2rem!important;
  padding: 0.6rem 2rem;
}

.card, .card-img {
  border-radius: 1rem;
}

@media (min-width: 576px) {
  .card-avatar {
    max-width: 120px;
    margin-top: -60px;
  }
}

@media (min-width: 768px) {
  .card-avatar {
    max-width: 160px;
    margin-top: -80px;
  }
}

@media (min-width: 768px) {
  .card-avatar {
    max-width: 160px;
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .carousel-title span {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .carousel-item {
    min-height: 460px;
  }
}

@media (min-width: 1200px) {
  .carousel-title {
    font-size: 3.5vw;
  }
}

@media (min-width: 1600px) {
  .carousel-title {
    font-size: 2.5vw;
  }
}

.cardapio-online {
  border-radius: 5rem;
}

footer {
  background-color: #ffffff;
}

footer a {
  text-decoration: none;
  color: #4b4c4d;
}

.menu-mobile {
  padding: 0.5rem;
  border-radius: 0.5rem;
}

a {
  color: #404040;
}

.page-link {
  color: #909090;
}

.lead > strong {
  font-weight: 900;
}

