html {
  scroll-behavior: smooth;
}

.cardapio-sheet-backdrop {
  background: rgba(15, 23, 42, 0.58);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3000;
}

.cardapio-sheet {
  background: #f6f8fb;
  bottom: 0;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
  left: 50%;
  max-width: 760px;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: min(760px, 100vw);
  z-index: 3001;
  -webkit-overflow-scrolling: touch;
}

.cardapio-sheet__header {
  align-items: center;
  background: #111827;
  color: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 54px;
  padding: 12px 16px;
  position: sticky;
  top: 0;
  z-index: 2;
}

.cardapio-sheet__title {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.cardapio-sheet__close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 28px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 36px;
}

.cardapio-sheet__body {
  padding: 12px 10px 92px;
}

body.cardapio-sheet-open {
  overflow: hidden !important;
}

@media (max-width: 575.98px) {
  .cardapio-sheet {
    left: 0;
    max-width: none;
    transform: none;
    width: 100vw;
  }
}

body {
  background-attachment: fixed;
  color: #1f2937;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
  }

  a,
  a:hover {
    text-decoration: none;
  }

  .container {
    max-width: 1120px;
  }

  body > .slim-navbar:first-of-type {
    align-items: center;
    border: 0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.14);
    min-height: 45px;
    position: relative;
    z-index: 5;
  }

  body > .slim-navbar:first-of-type h6 {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
    padding-top: 12px;
  }

  body > .slim-navbar:nth-of-type(2) {
    border: 0;
    min-height: 330px;
    overflow: hidden;
    padding: 38px 0 34px;
    position: relative;
  }

  body > .slim-navbar:nth-of-type(2)::before {
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.50), rgba(17, 24, 39, 0.20) 48%, rgba(245, 247, 251, 0.0));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
  }

  body > .slim-navbar:nth-of-type(2) .container {
    position: relative;
    z-index: 1;
  }

  body > .slim-navbar:nth-of-type(2) img.bd {
    background: #fff;
    border: 4px solid rgba(255, 255, 255, 0.92) !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.26);
    height: 132px;
    object-fit: cover;
    width: 132px;
  }

  body > .slim-navbar:nth-of-type(2) .bd.bd-gray-500 {
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.94) !important;
    border: 1px solid rgba(255, 255, 255, 0.78) !important;
    border-radius: 8px !important;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
    color: #334155;
    display: inline-block;
    max-width: 680px;
    padding: 22px 28px 20px;
    width: 100%;
  }

  body > .slim-navbar:nth-of-type(2) h4 {
    font-size: 28px;
    line-height: 1.1;
    margin: 0 0 10px !important;
  }

  body > .slim-navbar:nth-of-type(2) h4 strong {
    color: #111827 !important;
  }

  body > .slim-navbar:nth-of-type(2) hr {
    border-color: rgba(15, 23, 42, 0.10);
    margin: 14px 0;
  }

  .slim-mainpanel {
    padding-bottom: 88px;
  }

  .slim-mainpanel > .container > .row.mg-t-10 {
    margin-top: -18px;
    position: relative;
    z-index: 2;
  }

  .section-wrapper,
  .card,
  .modal-content,
  .card-people-list {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
  }

  .section-wrapper,
  .card-people-list {
    background: rgba(255, 255, 255, 0.98);
  }

  .card-people-list {
    padding: 18px !important;
  }

  .form-control {
    background: #fff;
    border-color: #d7dee8;
    border-radius: 8px;
    color: #111827;
    min-height: 44px;
  }

  .form-control:focus {
    border-color: #0f9f6e;
    box-shadow: 0 0 0 3px rgba(15, 159, 110, 0.15);
  }

  .input-group .input-group-text,
  .input-group button.input-group-text {
    align-items: center;
    background: #111827;
    border-color: #111827;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    min-height: 44px;
  }

  .accordion-one {
    margin-bottom: 14px;
  }

  .accordion-one .card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
  }

  .accordion-one .card:hover {
    border-color: rgba(15, 159, 110, 0.26);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
    transform: translateY(-1px);
  }

  .accordion-one .card-header {
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    padding: 12px 14px;
  }

  .accordion-one .card-header a {
    align-items: center;
    color: #172033 !important;
    display: flex;
    font-weight: 800;
    min-height: 68px;
  }

  .accordion-one .card-header img {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px !important;
    height: 64px !important;
    margin-right: 12px;
    object-fit: cover;
    width: 64px !important;
  }

  .accordion-one .card-body {
    padding: 10px 12px 4px;
  }

  .card-people-list .media-list hr {
    border-color: rgba(15, 23, 42, 0.08);
    margin: 8px 0;
  }

  .card-people-list .media {
    align-items: center;
    border-radius: 8px;
    gap: 12px;
    padding: 12px;
    transition: background-color 0.16s ease, transform 0.16s ease;
  }

  .card-people-list .media:hover {
    background: #f7fafc;
    transform: translateY(-1px);
  }

  .media img.img-thumbnail {
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 8px;
    height: 74px !important;
    object-fit: cover;
    padding: 0;
    width: 74px !important;
  }

  .media-body {
    min-width: 0;
  }

  .media-body a,
  .media-body a:hover {
    color: #202124;
    text-decoration: none;
  }

  .media-body .tx-16 b {
    color: #111827;
    font-size: 16px;
    line-height: 1.2;
  }

  .media-body .tx-14 {
    color: #64748b;
    display: inline-block;
    line-height: 1.35;
    margin-top: 3px;
  }

  .btn {
    border-radius: 8px;
    font-weight: 800;
    letter-spacing: 0;
    min-height: 42px;
  }

  .btn-sm {
    min-height: 36px;
  }

  .btn-success {
    background-color: #0f9f6e;
    border-color: #0f9f6e;
  }

  .btn-primary {
    background-color: #2563eb;
    border-color: #2563eb;
  }

  .btn-info {
    background-color: #0f766e;
    border-color: #0f766e;
  }

  .btn-warning {
    background-color: #f59e0b;
    border-color: #f59e0b;
    color: #111827;
  }

  .btn-danger {
    background-color: #dc2626;
    border-color: #dc2626;
  }

  .alert {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  }

  .modal-content {
    overflow: hidden;
  }

  .modal.show {
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    padding: 12px;
  }

  .modal.show::before {
    display: none !important;
  }

  .modal.show .modal-dialog {
    margin: 0 auto;
    width: 100%;
  }

#visulUsuarioModal,
#visulUsuarioModalx,
#visulPedidoModal {
  bottom: 0 !important;
  height: 100vh;
  left: 0 !important;
  overflow-y: auto !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 1060;
  -webkit-overflow-scrolling: touch;
}

#visulUsuarioModal .modal-dialog,
#visulUsuarioModalx .modal-dialog,
#visulPedidoModal .modal-dialog {
    display: block !important;
    transform: none !important;
    vertical-align: top !important;
  }

  .modal-header {
    background: #111827;
    border: 0;
    color: #fff;
  }

  .modal-header .close {
    color: #fff;
    opacity: 0.9;
  }

  .fixed-bottom.slim-navbar {
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 -14px 34px rgba(15, 23, 42, 0.13);
    min-height: 64px;
  }

  .fixed-bottom.slim-navbar .container {
    margin-top: 0 !important;
  }

  .fixed-bottom.slim-navbar .nav {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .fixed-bottom.slim-navbar .nav-item {
    text-align: center;
  }

  .fixed-bottom.slim-navbar a {
    color: #111827 !important;
    display: block;
    font-size: 12px;
    font-weight: 800;
    padding: 8px 4px;
  }

  .fixed-bottom.slim-navbar i {
    color: #0f9f6e;
    font-size: 19px;
  }

  img.img-fluid {
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.10);
  }

  .bg-dance {
    border-radius: 8px;
    overflow: hidden;
  }

  @media (max-width: 767.98px) {
    body > .slim-navbar:nth-of-type(2) {
      min-height: 310px;
      padding: 26px 0 28px;
    }

    body > .slim-navbar:nth-of-type(2) img.bd {
      height: 104px;
      width: 104px;
    }

    body > .slim-navbar:nth-of-type(2) .bd.bd-gray-500 {
      padding: 16px 14px;
    }

    body > .slim-navbar:nth-of-type(2) h4 {
      font-size: 22px;
    }

    .container {
      padding-left: 12px;
      padding-right: 12px;
    }

    .section-wrapper,
    .card-people-list {
      padding: 12px !important;
    }

    .accordion-one .card-header a {
      line-height: 1.25;
    }

    .card-people-list .media {
      padding: 10px 0;
    }

    .media img.img-thumbnail {
      height: 68px !important;
      width: 68px !important;
    }

    .media .btn {
      aspect-ratio: 1;
      min-height: 42px;
      min-width: 42px;
      padding: 0;
    }
  }

  /* Customer ordering flow */
  .sticky-top.slim-navbar {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    min-height: 54px;
  }

  .sticky-top.slim-navbar .nav {
    align-items: center;
    justify-content: center;
    min-height: 54px;
  }

  .sticky-top.slim-navbar a,
  .sticky-top.slim-navbar .nav-link {
    color: #111827 !important;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    padding: 14px 4px;
  }

  .slim-card-title {
    align-items: center;
    color: #111827;
    display: flex;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
    letter-spacing: 0;
    margin-bottom: 12px;
    text-transform: none;
  }

  .slim-card-title i {
    background: #e7f8f1;
    border-radius: 8px;
    color: #0f9f6e;
    display: inline-grid;
    height: 28px;
    place-items: center;
    width: 28px;
  }

  .slim-mainpanel .col-md-6 > a > .btn-outline-secondary {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    color: #111827;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  }

  .slim-mainpanel .col-md-6 > a > .btn-outline-secondary:hover {
    background: #eef7f3;
    border-color: rgba(15, 159, 110, 0.28);
    color: #0f766e;
  }

  .card.card-people-list .form-control,
  .card.card-people-list select.form-control {
    height: 46px !important;
    min-height: 46px;
  }

  .card.card-people-list textarea.form-control {
    height: auto !important;
    min-height: 96px;
  }

  .form-control-label,
  label {
    color: #334155;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 6px;
  }

  .select2-container .select2-selection--single {
    border: 1px solid #d7dee8;
    border-radius: 8px;
    height: 46px;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #111827;
    line-height: 46px;
    padding-left: 14px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
  }

  .card.card-people-list[style*="corcarrinho"],
  .card.card-people-list[style*="background-color"] {
    background: #111827 !important;
    color: #fff;
  }

  .card.card-people-list[style*="background-color"] .slim-card-title,
  .card.card-people-list[style*="background-color"] strong,
  .card.card-people-list[style*="background-color"] .row,
  .card.card-people-list[style*="background-color"] .tx-14 {
    color: #fff;
  }

  .card.card-people-list[style*="background-color"] hr {
    border-color: rgba(255, 255, 255, 0.18);
  }

  .card.card-people-list[style*="background-color"] .btn-success {
    background: #22c55e;
    border-color: #22c55e;
    color: #052e16;
    font-size: 15px;
    min-height: 50px;
  }

  .modal-dialog {
    max-width: 760px;
  }

  .modal-dialog {
    max-height: calc(100vh - 24px);
  }

  .modal-content {
    max-height: calc(100vh - 24px);
  }

  .modal-body {
    background: #f6f8fb;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 18px;
    -webkit-overflow-scrolling: touch;
  }

  #visul_usuario > .row:first-child {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    margin: 0 0 14px;
    overflow: hidden;
    padding: 12px;
  }

  #visul_usuario img.img-thumbnail {
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    height: 220px;
    object-fit: cover;
    padding: 0;
    width: 100% !important;
  }

  #visul_usuario strong.tx-20 {
    color: #111827;
    display: block;
    font-size: 24px;
    line-height: 1.15;
    margin-top: 10px;
  }

  #visul_usuario form {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    padding: 16px;
  }

  .number-spinner .btn-default {
    background: #111827;
    border-color: #111827;
    color: #fff;
    min-width: 44px;
  }

  .number-spinner input {
    border-left: 0;
    border-right: 0;
    font-weight: 900;
  }

  #btn-incluir-pedido {
    background: #0f9f6e;
    border-color: #0f9f6e;
    color: #fff;
    min-height: 48px;
  }

  #visul_pedido .btn,
  #visul_pedido button {
    min-height: 46px;
  }

  #visul_pedido .card-people-list {
    background: #fff !important;
    color: #111827 !important;
  }

  #visul_pedido .card-people-list strong,
  #visul_pedido .card-people-list .row {
    color: #111827 !important;
  }

  #visul_pedido .accordion-one {
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    padding: 10px;
  }

@media (max-width: 575.98px) {
    .modal {
      bottom: 0;
      height: 100dvh;
      left: 0;
      position: fixed !important;
      right: 0;
      top: 0;
    }

    .modal.show {
      align-items: flex-start;
      padding: max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom));
    }

  #visulUsuarioModal,
  #visulUsuarioModalx,
  #visulPedidoModal {
    height: 100dvh;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 0 !important;
    text-align: left !important;
  }

  #visulUsuarioModal.show,
  #visulUsuarioModalx.show,
  #visulPedidoModal.show {
    display: block !important;
  }

  #visulUsuarioModal::before,
  #visulUsuarioModalx::before,
  #visulPedidoModal::before {
    display: none !important;
  }

  .modal-dialog {
    margin: 0;
    max-height: calc(100dvh - 20px);
    width: 100%;
  }

  #visulUsuarioModal .modal-dialog,
  #visulUsuarioModalx .modal-dialog,
  #visulPedidoModal .modal-dialog {
    display: block !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    min-height: 100dvh;
    padding: 0 !important;
    width: 100% !important;
  }

  .modal-content {
    border-radius: 8px;
    max-height: calc(100dvh - 20px);
  }

  #visulUsuarioModal .modal-content,
  #visulUsuarioModalx .modal-content,
  #visulPedidoModal .modal-content {
    border-radius: 0;
    max-height: none !important;
    min-height: 100dvh;
  }

  .modal-header {
    align-items: center;
    flex: 0 0 auto;
      min-height: 52px;
      padding: 12px 16px;
    }

    .modal-header .modal-title {
      color: #fff;
      font-size: 18px;
      line-height: 1.2;
    }

    .modal-header .close {
      min-height: auto;
      padding: 8px;
    }

  .modal-body {
    max-height: calc(100dvh - 72px);
    padding: 12px;
  }

  #visulUsuarioModal .modal-body,
  #visulUsuarioModalx .modal-body,
  #visulPedidoModal .modal-body {
    max-height: none !important;
    min-height: calc(100dvh - 52px);
    overflow: visible !important;
    padding: 12px 10px 96px;
  }

  #visul_usuario > .row:first-child,
  #visul_catalogo > .row:first-child {
    margin-bottom: 12px;
  }

  #visul_usuario form > .row.mg-t-10:last-child {
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(15, 23, 42, 0.10);
    bottom: 0;
    box-shadow: 0 -10px 24px rgba(15, 23, 42, 0.10);
    left: 0;
    margin: 0 !important;
    padding: 10px;
    position: sticky;
    right: 0;
    z-index: 10;
  }

    #visul_usuario img.img-thumbnail {
      height: 180px;
    }

    #visul_usuario strong.tx-20 {
      font-size: 21px;
    }

    #visul_usuario form {
      padding: 12px;
    }

    .card.card-people-list[style*="background-color"] .col-4,
    .card.card-people-list[style*="background-color"] .col-5,
    .card.card-people-list[style*="background-color"] .col-6 {
      text-align: right;
    }
  }

  /* Polished menu home */
  body {
    background: #f7f8ec !important;
  }

  body > .slim-navbar:first-of-type {
    background: #111827 !important;
  }

  body > .slim-navbar:first-of-type h6 {
    color: #fff;
  }

  body > .slim-navbar:nth-of-type(2) {
    min-height: 350px;
    padding-top: 34px;
  }

  body > .slim-navbar:nth-of-type(2)::before {
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.48), rgba(17, 24, 39, 0.10));
  }

  body > .slim-navbar:nth-of-type(2) .bd.bd-gray-500 {
    max-width: 860px;
  }

  .slim-mainpanel > .container > .row.mg-t-10 > .col-md-6 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .slim-mainpanel > .container > .row.mg-t-10 > .col-md-3 {
    flex: 0 0 20.833333%;
    max-width: 20.833333%;
  }

  .slim-mainpanel form[action="buscar"] {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    margin-bottom: 12px;
    padding: 10px;
  }

  .slim-mainpanel form[action="buscar"] .col-12 {
    margin-bottom: 0 !important;
  }

  .slim-mainpanel form[action="buscar"] .form-control {
    border: 0;
    box-shadow: none;
  }

  .slim-mainpanel form[action="buscar"] button {
    border-radius: 8px !important;
  }

  .bg-dance {
    background: #111827 !important;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.10);
    min-height: 74px;
  }

  .bg-dance .nav {
    align-items: center;
    justify-content: center;
    min-height: 74px;
  }

  .bg-dance .nav-item {
    color: #fff !important;
    font-weight: 800;
    text-shadow: none !important;
  }

  .bg-dance .tx-24 {
    color: #facc15;
    font-size: 30px;
  }

  .accordion-one .card-header {
    background: #f8fafc;
  }

  .accordion-one .card-header a::after {
    color: #64748b;
    content: "\f107";
    font-family: FontAwesome;
    margin-left: auto;
  }

  .accordion-one .card-header a[aria-expanded="true"]::after {
    content: "\f106";
  }

  .accordion-one .card-header .tx-12 {
    background: #e7f8f1;
    border-radius: 999px;
    color: #0f766e;
    font-weight: 900;
    margin-left: 12px !important;
    padding: 4px 9px;
  }

  .accordion-one .card-header .tx-16 {
    font-size: 18px;
    font-weight: 900;
  }

  .accordion-one .card-header a {
    gap: 8px;
  }

  .accordion-one .card-header a > span.tx-12 + span,
  .accordion-one .card-header a > span.tx-16 {
    display: inline-flex;
  }

  .card-people-list .media-list {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .card-people-list .media-list > hr {
    display: none;
  }

  .card-people-list .media {
    padding: 14px;
  }

  .media-body .tx-16[style*="color"] {
    color: #0f766e !important;
    font-weight: 900;
  }

  .media-body .tx-16[style*="color"]:last-child,
  .media-body a > span.tx-16:last-child {
    color: #0f766e !important;
  }

  .media .btn-success.view_data,
  .media .btn-success.view_catalogo {
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(15, 159, 110, 0.22);
  }

  @media (max-width: 991.98px) {
    .slim-mainpanel > .container > .row.mg-t-10 > .col-md-6 {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .slim-mainpanel > .container > .row.mg-t-10 > .col-md-3 {
      display: none;
    }
  }

  @media (min-width: 992px) {
    .slim-mainpanel > .container > .row.mg-t-10 > .col-md-6 {
      padding-left: 8px;
      padding-right: 8px;
    }
  }

  @media (max-width: 767.98px) {
    body {
      background: #f7f8ec !important;
    }

    body > .slim-navbar:first-of-type {
      min-height: 40px;
    }

    body > .slim-navbar:first-of-type h6 {
      font-size: 12px;
      padding-top: 10px;
    }

    body > .slim-navbar:nth-of-type(2) {
      background-position: center !important;
      min-height: 285px;
      padding: 20px 0 24px;
    }

    body > .slim-navbar:nth-of-type(2) img.bd {
      border-radius: 18px !important;
      height: 94px !important;
      width: 94px !important;
    }

    body > .slim-navbar:nth-of-type(2) .bd.bd-gray-500 {
      border-radius: 8px !important;
      margin: 12px auto 0;
      max-width: calc(100vw - 24px);
      padding: 14px 12px 42px;
    }

    body > .slim-navbar:nth-of-type(2) h4 {
      font-size: 21px;
      margin-bottom: 8px !important;
    }

    body > .slim-navbar:nth-of-type(2) .tx-12,
    body > .slim-navbar:nth-of-type(2) .tx-14 {
      font-size: 11px;
      line-height: 1.35;
    }

    body > .slim-navbar:nth-of-type(2) .btn {
      bottom: 12px;
      left: 50%;
      min-height: 36px;
      padding: 7px 13px;
      position: absolute;
      transform: translateX(-50%);
      white-space: nowrap;
    }

    .slim-mainpanel {
      padding-bottom: 78px;
    }

    .slim-mainpanel > .container > .row.mg-t-10 {
      margin-left: 0;
      margin-right: 0;
      margin-top: -12px;
    }

    .slim-mainpanel > .container > .row.mg-t-10 > .col-md-6 {
      padding-left: 0;
      padding-right: 0;
    }

    .slim-mainpanel form[action="buscar"] {
      margin: 0 0 10px;
      padding: 7px;
    }

    .slim-mainpanel form[action="buscar"] .row {
      margin-left: 0;
      margin-right: 0;
    }

    .slim-mainpanel form[action="buscar"] .col-12 {
      padding-left: 0;
      padding-right: 0;
    }

    .input-group .form-control {
      font-size: 13px;
      min-height: 42px;
    }

    .input-group .input-group-text,
    .input-group button.input-group-text {
      font-size: 0;
      min-height: 42px;
      min-width: 48px;
      padding-left: 0;
      padding-right: 0;
      place-content: center;
    }

    .input-group .input-group-text i,
    .input-group button.input-group-text i {
      font-size: 15px;
      margin: 0 !important;
    }

    img.img-fluid {
      border-radius: 8px;
      max-height: 150px;
      object-fit: cover;
      width: 100%;
    }

    .bg-dance {
      min-height: 62px;
    }

    .bg-dance .nav {
      min-height: 62px;
      padding: 0 10px;
    }

    .bg-dance .nav-item {
      font-size: 13px;
      line-height: 1.3;
    }

    .bg-dance .tx-24 {
      font-size: 24px;
    }

    .accordion-one .card {
      margin-bottom: 10px;
    }

    .accordion-one .card-header {
      padding: 10px;
    }

    .accordion-one .card-header a {
      min-height: 58px;
    }

    .accordion-one .card-header img {
      height: 54px !important;
      width: 54px !important;
    }

    .accordion-one .card-header .tx-16 {
      font-size: 15px;
    }

    .accordion-one .card-header .tx-12 {
      margin-left: 6px !important;
      padding: 3px 7px;
    }

    .card-people-list {
      padding: 10px !important;
    }

    .card-people-list .media {
      align-items: flex-start;
      gap: 10px;
      padding: 12px;
    }

    .media img.img-thumbnail {
      flex: 0 0 64px;
      height: 64px !important;
      width: 64px !important;
    }

    .media-body .tx-16 b {
      font-size: 15px;
    }

    .media-body .tx-14 {
      font-size: 12px;
    }

    .media .btn-success.view_data,
    .media .btn-success.view_catalogo {
      align-items: center;
      display: inline-flex;
      justify-content: center;
      min-height: 40px;
      min-width: 40px;
    }

    .fixed-bottom.slim-navbar {
      min-height: 58px;
    }

    .fixed-bottom.slim-navbar a {
      font-size: 11px;
      padding: 7px 2px;
    }
  }
