/* Desktop (col-lg) 992px+ */
@media (min-width: 992px) {
}

/* Desktop e Tablets (col-md) 768px a 991px */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Tablets (col-sm) 576px a 767px */
@media (min-width: 576px) and (max-width: 767px) {
}

/* Tablets e Celulares (col) 0px a 767px */
@media (max-width: 767px) {
  .no-mobile {
    display: none !important;
  }

  .col-one {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .navbar-toggler-icon {
    padding-top: 5px;
  }

  .navbar-collapse {
    background-color: var(--color-secondary);
    padding: 20px;
    text-align: center;
    border-radius: 40px;
  }

  .navbar-collapse .btn-white {
    margin-top: 20px;
  }

  .navbar-collapse .btn-icon {
    padding-right: 20px;
  }

  .navbar-collapse .btn-icon span.icon {
    display: none;
  }

  .banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-banner h1 {
    font-size: 36px;
  }

  .text-banner p {
    font-size: 18px;
  }

  .btn-yellow,
  .btn-white {
    padding: 13px 23px;
    font-size: 18px;
  }

  .cta-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .cta-buttons {
    width: 100%;
    gap: 12px;
  }

  .cta-social {
    gap: 10px;
  }

  .btn-icon-left span.icon-left {
    width: 43px;
    height: 43px;
    margin-left: -56px;
  }

  .btn-icon-left {
    padding-left: 63px !important;
  }

  .title {
    font-size: 30px;
  }

  .servicos {
    padding-bottom: 50px;
  }

  .cardapio {
    padding-bottom: 50px;
  }

  .container-menu {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    padding-bottom: 15px;
  }

  /* .img-produto {
    position: absolute;
    left: 15px;
    top: 15px;
  } */

  /* .card-item {
    min-height: 110px;
    padding-left: 110px;
    justify-content: center;
    align-items: flex-start;
  } */

  /* .card-item .img-produto img {
    width: 80px;
  } */

  /* .title-produto {
    margin-top: 0px !important;
    min-height: 30px !important;
    width: 100%;
    text-align: left !important;
    line-height: 1.3;
    white-space: normal;
  } */

  /* .card-item .description-produto {
    text-align: left !important;
  } */

  /* .price-produto {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    font-size: 22px !important;
    width: 100%;
    text-align: left !important;
  } */

  /* .card-item .add-carrinho {
    margin-top: 5px;
    display: flex; */
  /* } */

  #itensCardapio {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }

  #itensCardapio > div {
    flex: 0 0 80%;
    max-width: 80%;
    scroll-snap-align: start;
  }

  #itensCardapio .mb-5 {
    margin-bottom: 15px !important;
  }

  #btnVerMais {
    display: none;
  }

  .depoimentos {
    padding-bottom: 50px;
  }

  .reserva {
    padding-bottom: 50px;
  }

  .card-secondary {
    padding: 45px;
    border-radius: 50px;
  }

  .container-logo-footer {
    justify-content: center;
  }

  .container-texto-footer p {
    text-align: center;
  }

  .container-redes-footer {
    margin-top: 40px;
    margin-bottom: 50px;
    justify-content: center;
  }

  .modal-full {
    padding: 40px;
  }

  .modal-full .item-carrinho {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-full .img-produto {
    position: relative;
    left: 0;
  }

  .modal-full .img-produto img {
    width: 50px;
  }

  .modal-full .dados-produto {
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .modal-full .title-produto,
  .modal-full .price-produto {
    font-size: 16px !important;
  }

  .modal-full .add-numero-itens {
    padding: 2px 10px;
  }

  .modal-full .form-control {
    font-size: 16px;
  }
}
