/* Base limpia para pantallas migradas desde styles.css.
   Mantener aqui solo reglas comunes que las vistas actualizadas aun usan. */

:root {
  --profile-bg: #ff2a3f;
  --profile-text: #ddd;
  --profile-shadow: #e93647;
  --cuadrado-grad1: #ff0000;
  --cuadrado-grad2: #972929;
  --cuadrado-border: #ca4c4c;
  --cuadrado-shadow: rgba(0, 0, 0, 0.25);
  --cuadrado-hover: #e77878;
  --ui-radius-xs: 0.45rem;
  --ui-radius-sm: 0.65rem;
  --ui-radius-md: 0.9rem;
  --ui-radius-lg: 1.2rem;
  --ui-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
}

html {
  min-height: 100%;
  position: relative;
}

body {
  padding-top: 3.2rem;
  margin: 0;
  margin-bottom: 5rem;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

.container,
.container-fluid {
  padding-inline: clamp(0.75rem, 2vw, 1.25rem);
}

.pointer {
  cursor: pointer !important;
}

.pointer-none {
  cursor: default;
}

.d-none {
  display: none !important;
}

.belts-content-panel {
  background: #ffffff;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 18px;
  padding: 24px;
  margin-top: 20px;
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.07);
}

.primary-btn,
.secondary-btn,
.tertiary-btn,
.dark-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0 1.15rem;
  border-radius: 14px;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.primary-btn {
  border: 1px solid #ff1a1a !important;
  background: #ff1a1a !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(255, 26, 26, 0.22) !important;
}

.primary-btn:hover,
.primary-btn:focus {
  border-color: #d71920 !important;
  background: #d71920 !important;
  color: #ffffff !important;
  box-shadow: 0 12px 26px rgba(255, 26, 26, 0.28) !important;
}

.secondary-btn {
  border: 1px solid #d0d5dd !important;
  background: #ffffff !important;
  color: #101828 !important;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.08) !important;
}

.secondary-btn:hover,
.secondary-btn:focus {
  border-color: #98a2b3 !important;
  background: #f8fafc !important;
  color: #101828 !important;
  box-shadow: 0 10px 22px rgba(16, 24, 40, 0.12) !important;
}

.tertiary-btn {
  border: 1px solid rgba(255, 26, 26, 0.28) !important;
  background: #fff1f1 !important;
  color: #c9161d !important;
  box-shadow: 0 8px 18px rgba(255, 26, 26, 0.10) !important;
}

.tertiary-btn:hover,
.tertiary-btn:focus {
  border-color: rgba(255, 26, 26, 0.46) !important;
  background: #ffe3e3 !important;
  color: #a81218 !important;
  box-shadow: 0 10px 22px rgba(255, 26, 26, 0.16) !important;
}

.dark-btn {
  border: 1px solid #111827 !important;
  background: #111827 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.18) !important;
}

.dark-btn:hover,
.dark-btn:focus {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22) !important;
}

.primary-btn:hover,
.primary-btn:focus,
.secondary-btn:hover,
.secondary-btn:focus,
.tertiary-btn:hover,
.tertiary-btn:focus,
.dark-btn:hover,
.dark-btn:focus {
  text-decoration: none !important;
  transform: translateY(-1px);
}

.primary-btn:focus-visible,
.secondary-btn:focus-visible,
.tertiary-btn:focus-visible,
.dark-btn:focus-visible {
  outline: 2px solid rgba(17, 24, 39, 0.24);
  outline-offset: 3px;
}

.primary-btn:active,
.secondary-btn:active,
.tertiary-btn:active,
.dark-btn:active {
  transform: translateY(0);
}

.primary-btn i,
.primary-btn span,
.secondary-btn i,
.secondary-btn span,
.tertiary-btn i,
.tertiary-btn span,
.dark-btn i,
.dark-btn span {
  min-width: 0;
  color: inherit;
  line-height: 1;
  text-decoration: none !important;
}

.primary-btn:disabled,
.secondary-btn:disabled,
.tertiary-btn:disabled,
.dark-btn:disabled {
  opacity: 0.62;
  cursor: not-allowed;
  box-shadow: none !important;
  transform: none;
}

.toolbar-btn {
  height: 58px !important;
  min-height: 58px !important;
  padding-block: 0 !important;
  font-size: 0.9rem;
}

.belts-uppercase-title {
  text-transform: uppercase !important;
}

.tab.is-disabled {
  opacity: 0.52;
  cursor: not-allowed;
}

.tab.is-disabled:hover,
.tab.is-disabled:focus {
  transform: none;
}

.belts-system-layout {
  align-items: start;
}

.belts-page-layout {
  align-items: start;
}

.belts-main-stack {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.belts-page-layout .belts-content-panel,
.belts-main-stack>.belts-content-panel {
  margin-top: 0;
}

.belts-system-side,
.belts-page-side {
  position: sticky;
  top: 5.25rem;
}

.belts-side-info-list {
  display: grid;
  gap: 0.65rem;
}

.belts-side-info-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  padding: 0.72rem 0.78rem;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #f8fafc;
}

.belts-side-info-item i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: rgba(255, 26, 26, 0.09);
  color: #ff1a1a;
  flex: 0 0 auto;
}

.belts-side-info-item strong,
.belts-side-info-item span {
  display: block;
}

.belts-side-info-item strong {
  min-width: 0;
  color: #101828;
  font-size: 0.9rem;
  font-weight: 950;
  line-height: 1.2;
}

.belts-side-info-item span {
  margin-top: 0.16rem;
  color: #667085;
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1.25;
}

.belts-page-side .belts-clean-quote-card p {
  font-size: 1rem;
}

.belts-system-progress-line {
  min-height: 56px;
}

.belts-system-progress-line.is-summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  align-items: stretch;
  margin-bottom: 1rem;
}

.belts-system-progress-line.is-summary::before {
  display: none;
}

.belts-system-progress-belt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #101828;
  font-size: 0.72rem;
  font-weight: 950;
}

.belts-system-progress-belt.is-active {
  box-shadow: 0 0 0 4px rgba(255, 26, 26, 0.16), 0 10px 22px rgba(16, 24, 40, 0.14);
  transform: translateY(-2px);
}

.belts-system-progress-belt span {
  position: relative;
  z-index: 2;
  padding: 0 0.2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.belts-system-progress-belt small {
  position: absolute;
  left: 50%;
  top: calc(100% + 0.45rem);
  width: max-content;
  max-width: 72px;
  transform: translateX(-50%);
  color: #667085;
  font-size: 0.62rem;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
}

.belts-system-route-card .belts-clean-progress-line:not(.is-summary),
.belts-team-route-card .belts-clean-progress-line:not(.is-summary) {
  overflow-x: auto;
  margin-bottom: 2.2rem;
  padding-bottom: 0.25rem;
}

.belts-system-table .app-table-row[data-belt-system-belt-id] {
  cursor: pointer;
}

.belts-system-table .app-table-row.is-selected {
  border-color: rgba(255, 26, 26, 0.34);
  background: #fff8f8;
  box-shadow: inset 4px 0 0 #ff1a1a;
}

.belts-system-modality-route-item,
.belts-system-info-item,
.belts-system-side-metric {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  padding: 0.72rem 0.78rem;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #f8fafc;
}

.belts-system-modality-route-item strong,
.belts-system-info-item strong {
  min-width: 0;
  flex: 1 1 auto;
  color: #101828;
  font-size: 0.85rem;
  font-weight: 950;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.belts-system-modality-route-item small,
.belts-system-info-item span {
  flex: 0 0 auto;
  color: #667085;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.belts-system-side-metrics,
.belts-system-info-list {
  display: grid;
  gap: 0.65rem;
}

.belts-system-side-metric i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: rgba(255, 26, 26, 0.09);
  color: #ff1a1a;
  flex: 0 0 auto;
}

.belts-system-side-metric strong,
.belts-system-side-metric span {
  display: block;
}

.belts-system-side-metric strong {
  color: #101828;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.1;
}

.belts-system-side-metric span {
  margin-top: 0.16rem;
  color: #667085;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.belts-team-assign-panel {
  margin: 1rem 0 1.25rem;
  padding: 1.1rem;
  border: 1px solid #e6e9ef;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.08);
}

.belts-team-assign-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.belts-team-assign-header h3 {
  margin: 0.18rem 0 0.35rem;
  color: #101828;
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.2;
}

.belts-team-assign-header p {
  margin: 0;
  max-width: 52rem;
  color: #667085;
  font-size: 0.88rem;
  line-height: 1.45;
}

.belts-team-assign-list {
  display: grid;
  gap: 0.8rem;
}

.belts-team-assign-item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
  padding: 0.85rem;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #f8fafc;
}

.belts-team-assign-icon {
  width: 64px;
  height: 46px;
}

.belts-team-assign-content {
  min-width: 0;
  display: grid;
  gap: 0.25rem;
}

.belt-name-stack {
  min-width: 0;
  display: grid;
  gap: 0.18rem;
}

.belt-name-stack span {
  min-width: 0;
  color: #667085;
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-belt-detail-summary {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.team-belt-detail-icon {
  width: 190px;
  min-width: 190px;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.85rem;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
}

.team-belt-detail-icon .requirements-belt-preview {
  width: 154px;
  height: auto;
  aspect-ratio: 2 / 1;
  margin: 0;
}

.team-belt-detail-copy {
  min-width: 0;
}

.team-belt-detail-copy h3 {
  margin: 0.25rem 0 0.55rem;
  color: #101828;
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  font-weight: 950;
  line-height: 1.12;
}

.team-belt-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.team-belt-detail-tags span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.55rem;
  border: 1px solid #edf0f4;
  border-radius: 999px;
  background: #f8fafc;
  color: #344054;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.15;
  text-transform: uppercase;
}

.team-belt-detail-tags strong {
  color: #667085;
  font: inherit;
}

.team-belt-detail-tags em {
  color: #101828;
  font-style: normal;
}

.team-belt-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.team-belt-detail-grid .requirements-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 0;
}

.team-belt-detail-grid .requirement-card,
.team-belt-detail-grid .requirement-card>div:last-child {
  min-width: 0;
}

.team-belt-detail-grid .requirement-card span,
.team-belt-detail-grid .requirement-card strong {
  overflow-wrap: anywhere;
}

.team-belt-detail-grades {
  display: grid;
  gap: 12px;
}

.belts-team-assign-content strong {
  color: #101828;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1.2;
}

.belts-team-assign-content span,
.belts-team-assign-meta span {
  color: #667085;
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.belts-team-assign-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 0.45rem;
  margin-top: 0.5rem;
}

.belts-team-assign-detail {
  min-width: 0;
  padding: 0.48rem 0.55rem;
  border: 1px solid #edf0f4;
  border-radius: 10px;
  background: #ffffff;
}

.belts-team-assign-detail small {
  display: block;
  margin-bottom: 0.12rem;
  color: #667085;
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.belts-team-assign-detail strong {
  display: block;
  min-width: 0;
  color: #101828;
  font-size: 0.8rem;
  font-weight: 950;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: anywhere;
}

.belts-team-assign-detail strong span {
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-transform: inherit;
}

.team-belt-assign-section .requirements-belts-header p {
  margin: 0.25rem 0 0;
  color: #667085;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.45;
}

.team-belt-assign-save-action {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 18px;
}

.team-belt-assign-adopt-action {
  min-width: 250px;
}

.team-belt-assign-next-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  background: #f8fafc;
}

.team-belt-assign-next-card strong,
.team-belt-assign-next-card span {
  display: block;
}

.team-belt-assign-next-card strong {
  margin-bottom: 0.18rem;
  color: #101828;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.2;
}

.team-belt-assign-next-card span {
  color: #667085;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.35;
}

.team-belt-assign-next-actions {
  margin-top: 1rem;
}

.team-belt-assign-prices-form {
  margin-top: 1rem;
}

.team-belt-assign-config-section .requirements-belts-header {
  align-items: flex-start;
}

.team-belt-config-switches {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.team-belt-config-card {
  display: grid;
  gap: 1.25rem;
}

.team-belt-config-summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  margin-left: auto;
}

.team-belt-config-icon-shell {
  width: 190px;
  min-width: 190px;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.75rem;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
}

.team-belt-config-summary .requirements-belt-preview {
  width: 154px;
  height: 72px;
  margin: 0;
}

.team-belt-config-note {
  margin: 0;
  color: #667085;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.belts-team-assign-meta {
  display: grid;
  gap: 0.2rem;
}

.belts-team-assign-meta strong {
  color: #101828;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.2;
}

@media (max-width: 1100px) {
  .team-belt-detail-grid .requirements-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .team-belt-assign-section .requirements-belts-header {
    align-items: stretch;
    flex-direction: column;
  }

  .team-belt-assign-config-section .requirements-belts-header {
    align-items: stretch;
    flex-direction: column;
  }

  .team-belt-config-switches {
    grid-template-columns: 1fr;
  }

  .team-belt-assign-save-action {
    width: 100%;
  }

  .team-belt-assign-adopt-action {
    width: 100%;
    min-width: 0;
  }

  .team-belt-assign-next-card {
    align-items: flex-start;
  }

  .belts-system-side,
  .belts-page-side {
    position: static;
  }

  .belts-system-progress-line:not(.is-summary) {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 1.9rem;
  }

  .belts-system-progress-line:not(.is-summary)::before {
    left: 18px;
    right: auto;
    width: max(100%, 220px);
  }

  .belts-system-progress-belt {
    flex: 0 0 36px;
  }

  .team-belt-detail-summary {
    display: grid;
    justify-items: stretch;
  }

  .team-belt-detail-icon {
    width: min(190px, 100%);
    min-width: 0;
    justify-self: end;
  }

  .team-belt-detail-grid {
    grid-template-columns: 1fr;
  }

  .team-belt-detail-grid .requirements-grid {
    grid-template-columns: 1fr;
  }

  .belts-team-assign-header,
  .belts-team-assign-item {
    grid-template-columns: 1fr;
  }

  .belts-team-assign-header {
    display: grid;
  }

  .belts-team-assign-item {
    justify-items: stretch;
  }

  .belts-team-assign-icon {
    width: 86px;
  }

  .team-belt-config-summary {
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
  }

  .team-belt-config-icon-shell {
    width: min(190px, 100%);
    min-width: 0;
    min-height: 76px;
  }

  .team-belt-config-summary .requirements-belt-preview {
    width: min(154px, 82%);
    height: auto;
    aspect-ratio: 2 / 1;
  }
}

.belts-color-control {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  width: 100%;
}

.belts-color-control #belt_color {
  flex: 0 0 74px;
  width: 74px !important;
  min-width: 74px;
  cursor: pointer;
}

.belts-color-belt-preview {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d0d5dd;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.belts-color-belt-preview svg {
  width: min(138px, 100%);
  height: 56px;
  display: block;
  filter: drop-shadow(0 8px 12px rgba(16, 24, 40, 0.14));
}

.belts-form-grades-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.belts-form-grades-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.belts-form-grades-toggle span {
  min-width: 0;
}

.belts-form-grades-toggle i {
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  border: 1px solid #d0d5dd;
  border-radius: 999px;
  background: #ffffff;
  color: #101828;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.belts-form-grades-toggle:hover i,
.belts-form-grades-toggle:focus i {
  border-color: #101828;
  background: #f2f4f7;
}

.belts-form-grades-toggle:focus-visible {
  outline: 2px solid rgba(16, 24, 40, 0.24);
  outline-offset: 4px;
  border-radius: 0.5rem;
}

.belts-form-grades-editor.is-collapsed .belts-form-grades-toggle i {
  transform: rotate(-90deg);
}

.belts-form-grades-editor.is-collapsed .belts-form-grades-header {
  margin-bottom: 0;
}

.belts-form-grades-editor.is-collapsed .belts-form-grades-list {
  display: none;
}

.requirements-grade-create {
  height: 46px;
  min-height: 46px;
  min-width: 118px;
  padding: 0 18px;
  font-size: 0.92rem;
  font-weight: 900;
}

/* Loader usado por las pantallas de belts mientras inicializan menu/API. */
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  background: rgba(16, 24, 40, 0.32);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 2500;
}

.loader-background {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2010;
  display: block;
  overflow: visible;
  will-change: transform;
}

.loader-background::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.28);
  border-top-color: #ff1a1a;
  animation: loaderSpin 0.85s linear infinite;
}

.loader-background::after {
  content: none;
}

.loader-text {
  position: fixed;
  left: 50%;
  top: calc(50% + 46px);
  transform: translateX(-50%);
  z-index: 2010;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 1px 2px rgba(16, 24, 40, 0.32);
}

@keyframes loaderSpin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Footer fijo de la app mobile. */
footer {
  bottom: 0;
  width: 100%;
  height: auto;
  color: rgba(255, 255, 255, 0.8);
  line-height: 17px;
  position: fixed;
  z-index: 1000;
}

footer a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

footer a:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.footer-container,
.menu-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.footer-container::-webkit-scrollbar,
.menu-container::-webkit-scrollbar {
  display: none;
}

.footer-button,
.menu-button {
  border: 1px solid #d62127;
  border-radius: 0.85rem;
  background: #ffffff;
  color: #d62127 !important;
}

.footer-button span,
.menu-button span {
  color: #d62127 !important;
}

.footer-button svg,
.menu-button svg {
  filter: brightness(0) saturate(100%) invert(16%) sepia(88%) saturate(3650%) hue-rotate(345deg) brightness(91%) contrast(101%);
}

.footer-button:hover,
.menu-button:hover {
  box-shadow: 0 8px 16px rgba(214, 33, 39, 0.2);
  transform: translateY(-1px);
  background-color: #ffffff;
  border-color: #d62127;
  color: #d62127 !important;
}

.footer-button:hover span,
.menu-button:hover span {
  text-decoration: none;
}

footer#footer {
  background: #ffffff !important;
  border-top: 1px solid #d62127;
  box-shadow: none;
  padding: 0 calc(0rem + env(safe-area-inset-right, 0px)) calc(0rem + env(safe-area-inset-bottom, 0px)) calc(0rem + env(safe-area-inset-left, 0px));
}

footer#footer .text-white {
  width: 100%;
}

footer#footer .footer-container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
}

footer#footer .footer-button {
  flex: 0 0 94px;
  min-width: 94px;
  max-width: 106px;
  border: 1px solid rgba(214, 33, 39, 0.16);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.08);
  scroll-snap-align: start;
  transition: background-color 0.12s ease, border-color 0.12s ease, box-shadow 0.12s ease;
}

footer#footer .footer-button:last-child {
  border-right: 1px solid rgba(214, 33, 39, 0.16);
}

footer#footer .footer-button>div {
  min-height: 3.55rem;
  padding: 0.35rem 0.25rem !important;
  gap: 0.22rem;
}

footer#footer .footer-button svg {
  width: 19px !important;
  height: 19px !important;
  margin-bottom: 0 !important;
  filter: brightness(0) saturate(100%) invert(16%) sepia(88%) saturate(3650%) hue-rotate(345deg) brightness(91%) contrast(101%);
}

footer#footer .footer-button span {
  display: block;
  width: 100%;
  font-size: 0.64rem !important;
  line-height: 1.12;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
  text-align: center;
  text-justify: inter-word;
  color: #d62127 !important;
  text-decoration: none !important;
}

footer#footer .footer-button:hover {
  transform: none;
  box-shadow: 0 10px 22px rgba(214, 33, 39, 0.12);
  background-color: rgba(214, 33, 39, 0.04);
  border-color: rgba(214, 33, 39, 0.32);
  filter: none;
}

footer#footer .footer-button:hover span {
  text-decoration: none !important;
}

footer#footer .footer-button:active {
  transform: translateY(0);
}

.menu-container .menu-button {
  min-width: 84px;
  border: 1px solid #d62127;
  background: #ffffff;
  box-shadow: 0 7px 14px rgba(214, 33, 39, 0.18);
}

.menu-container .menu-button svg {
  width: 19px !important;
  height: 19px !important;
  margin-bottom: 0 !important;
  filter: brightness(0) saturate(100%) invert(16%) sepia(88%) saturate(3650%) hue-rotate(345deg) brightness(91%) contrast(101%);
}

.menu-container .menu-button span {
  display: block;
  width: 100%;
  white-space: normal !important;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
  text-align: center;
  color: #d62127 !important;
  text-decoration: none !important;
}

/* Helpers visuales usados por menu.js. */
.logo_scorizer_bar {
  height: 1.9em !important;
}

.logos_bar {
  height: 37px !important;
  width: 37px !important;
}

.relative {
  position: relative;
}

.photo_container_small {
  width: 43px;
  height: 43px;
  background-color: white;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  overflow: hidden;
  box-shadow: 0px 5px 15px #888;
  position: relative;
}

.photo_container_extra_small {
  width: 25px !important;
  height: 25px !important;
  background-color: white;
  border-radius: 50% !important;
  overflow: hidden;
  display: inline-block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

img.photo_container_extra_small,
img.photo_container_small {
  border-radius: 50% !important;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  display: block;
}

.team-shield-circle {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cfd4dc;
}

.team-shield-circle>img.photo_container_extra_small,
.team-shield-circle>img.photo_container_small {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  border: 0 !important;
}

.son-photo-shadow {
  top: 0px;
  left: 0px;
  border: none;
  padding: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.border-grey-light-1 {
  border-style: solid;
  border-color: #ccc;
  border-width: 1px;
}

#menu_photo_team {
  width: 43px !important;
  height: 43px !important;
  border-radius: 50%;
  overflow: hidden;
}

#menu_photo_team img {
  width: 43px !important;
  height: 43px !important;
  object-fit: cover;
  border: 1px solid #ccc !important;
  padding: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50% !important;
  display: block;
}

.container-icon {
  position: relative;
}

.count-bell {
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-card {
  display: block;
  width: 90%;
  padding: 1rem;
  margin: 10px auto;
  cursor: pointer;
}

#shopping_car {
  z-index: 1;
}

.container-cart-products {
  position: absolute;
  top: 50px;
  right: 1rem;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.20);
  border-radius: 5px;
  width: 85%;
  max-height: 40rem;
}

.cart-product {
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
  font-size: 0.7rem;
}

.info-cart-product {
  display: flex;
  justify-content: space-between;
}

.titulo-producto-carrito:first-child {
  width: 100%;
}

.cantidad-producto-carrito {
  width: 10%;
}

.cart-total {
  padding: 10px 0;
}

.hidden {
  display: block;
}

.row-product {
  max-height: 20rem;
  overflow-y: auto;
}

.title-options-cars {
  padding: 0.4rem;
  background-color: var(--bs-gray-700) !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.nav-card {
  justify-content: space-between;
  margin: 2px;
  border-bottom: solid thin #e1e1e1;
  font-size: 0.6rem;
}

.nav-card li {
  list-style: none;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 0.8rem;
}

#shopping_car:hover .nav-card {
  font-size: 0.6rem;
  display: flex;
  justify-content: space-between;
  margin: 2px;
  border-bottom: solid thin #e1e1e1;
}

/* Navegacion superior generada por menu.js. */
@keyframes menuDropdownIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#navbarCollapse .menu-dropdown {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: min(68vh, 24rem);
  overflow-y: auto;
  padding: 0.35rem;
  border-radius: var(--ui-radius-md);
  animation: menuDropdownIn 0.18s ease;
}

#navbarCollapse li.nav-item[dropdown],
#navbarCollapse li.nav-item.dropdown {
  width: 100%;
  position: relative;
}

#navbarCollapse .menu-dropdown-search {
  position: sticky;
  top: -0.35rem;
  z-index: 4;
  padding: 0.25rem 0.1rem 0.4rem;
  background: #f9fafb;
}

#navbarCollapse .dropdown-search-input {
  min-height: 2.2rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  font-size: 0.92rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

#navbarCollapse .team-group-header {
  margin-top: 0.3rem;
}

#navbarCollapse .team-option-row {
  border-radius: var(--ui-radius-sm);
  transition: transform 0.14s ease, filter 0.14s ease;
}

#navbarCollapse .team-option-row:hover {
  transform: translateX(2px);
  filter: brightness(0.98);
}

#navbarCollapse #dropdown_language .translate .dropdown-item,
#navbarCollapse #dropdown_team .dropdown-item {
  border-radius: var(--ui-radius-sm);
  transition: background-color 0.14s ease, padding-left 0.14s ease;
}

#navbarCollapse #dropdown_language .translate .dropdown-item:hover,
#navbarCollapse #dropdown_team .dropdown-item:hover {
  padding-left: 1rem;
}

#navbarCollapse .dropdown-empty-message {
  pointer-events: none;
  text-align: center;
  opacity: 0.8;
}

#menu_nav .div_profile_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  margin: 0.42rem calc(50% - 50vw) 0.15rem;
  padding: 0.24rem 0.7rem 0.24rem 0.45rem;
  background: #fff4f4;
  border-top: 1px solid rgba(214, 33, 39, 0.08);
  border-bottom: 1px solid rgba(214, 33, 39, 0.1);
  box-shadow: none;
  width: 100vw !important;
  max-width: 100vw !important;
  border-radius: 0 !important;
}

#menu_nav .div_profile_menu>.col {
  padding-left: 0;
  padding-right: 0;
}

#menu_nav .div_profile_menu .float_left,
#menu_nav .div_profile_menu .float_right {
  float: none;
}

#menu_nav .div_profile_menu .float_left {
  flex: 1 1 auto;
  min-width: 0;
}

#menu_nav .div_profile_menu .float_right {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

#menu_nav .div_profile_menu .text-white {
  color: #d62127 !important;
}

#menu_nav .div_profile_menu .float_right .text-white {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  min-width: 0;
}

#menu_nav .div_profile_menu .text-menu-name {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#menu_nav .div_profile_menu .text-menu-name .logos_bar {
  width: auto !important;
  height: auto !important;
  display: inline-block;
  max-width: 100%;
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.01em;
}

#menu_nav .div_profile_menu #menu_type_team {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.25rem;
  max-width: 45vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.14rem 0.42rem;
  border-radius: 999px;
  border: 1px solid #212529;
  background: #212529;
  color: #ffffff !important;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
  text-shadow: none;
}

#menu_nav .div_profile_menu #menu_type_team * {
  color: #ffffff !important;
}

#menu_nav .menu-sysadmin-toggle {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
  min-height: 1.55rem;
  max-width: min(38vw, 9rem);
  padding: 0.18rem 0.58rem !important;
  border: 1px solid rgba(214, 33, 39, 0.28) !important;
  border-radius: 999px !important;
  background: #fff5f5 !important;
  color: #c9161d !important;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 4px 10px rgba(214, 33, 39, 0.08) !important;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

#menu_nav .menu-sysadmin-toggle svg {
  flex: 0 0 auto;
  width: 0.78rem;
  height: 0.78rem;
}

#menu_nav .menu-sysadmin-toggle span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

#menu_nav .menu-sysadmin-toggle.is-active {
  background: #d62127 !important;
  border-color: #d62127 !important;
  color: #ffffff !important;
  box-shadow: 0 5px 14px rgba(214, 33, 39, 0.22) !important;
}

#menu_nav .menu-sysadmin-toggle:hover,
#menu_nav .menu-sysadmin-toggle:focus {
  transform: translateY(-1px);
  border-color: rgba(214, 33, 39, 0.45) !important;
  box-shadow: 0 6px 16px rgba(214, 33, 39, 0.16) !important;
}

#menu_nav .language-top-dropdown,
#menu_nav .team-top-dropdown {
  position: relative;
}

#menu_nav>.container-fluid {
  padding-left: 0.45rem;
  padding-right: 0.45rem;
}

#menu_nav .menu-top-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0.35rem;
  width: 100%;
}

#menu_nav .menu-top-left {
  flex: 0 1 auto;
  min-width: 0;
}

#menu_nav .menu-top-left .logo_scorizer_bar {
  display: block;
  width: auto !important;
  height: clamp(1.7rem, 2.6vw, 2.15rem) !important;
  max-width: min(33vw, 10.5rem);
}

#menu_nav .menu-top-right {
  flex: 0 0 auto;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  margin-left: auto;
}

#menu_nav .menu-top-left .navbar-brand,
#menu_nav .menu-top-right .navbar-brand {
  margin-right: 0;
}

#menu_nav .team-logo-toggle {
  min-height: 37px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: none;
  transition: none !important;
  animation: none !important;
  transform: none !important;
  filter: none !important;
}

#menu_nav .team-logo-toggle:hover,
#menu_nav .team-logo-toggle:focus {
  color: #fff;
  background: transparent;
  border-color: transparent;
  transition: none !important;
  transform: none !important;
  filter: none !important;
  box-shadow: none !important;
}

#menu_nav .team-logo-toggle:active {
  transform: none !important;
  filter: none !important;
  box-shadow: none !important;
}

#menu_nav .team-logo-toggle::after {
  display: none;
}

#menu_nav .help-top-btn {
  min-height: 37px;
  min-width: 37px;
  padding: 0.28rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

#menu_nav .help-top-btn:hover,
#menu_nav .help-top-btn:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.28);
}

#menu_nav .help-top-btn svg {
  width: 20px;
  height: 20px;
}

#menu_nav .team-logo-toggle .team-logo-caret,
#menu_nav #btn_navbarCollapse .avatar-menu-caret {
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 18px;
  height: 18px;
  pointer-events: none;
}

#menu_nav .language-iso-toggle {
  min-height: 37px;
  padding: 0.1rem 0.45rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0.55rem;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  box-shadow: none;
}

#menu_nav .language-iso-toggle:hover,
#menu_nav .language-iso-toggle:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.28);
}

#menu_nav .language-iso-toggle::after {
  display: none;
}

#menu_nav .language-iso-text {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

#menu_nav .language-iso-caret {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 25%);
  border-radius: 50%;
}

#menu_nav #btn_navbarCollapse {
  position: relative;
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent;
  min-width: 43px;
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#menu_nav #btn_navbarCollapse:hover,
#menu_nav #btn_navbarCollapse:focus {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  outline: 0;
}

#menu_nav .team-logo-caret svg,
#menu_nav .avatar-menu-caret svg {
  width: 12px !important;
  height: 12px !important;
}

#navbarCollapse #navbarDropdownLanguageUser::after {
  margin-left: auto;
}

#navbarCollapse #current_language_iso_menu {
  letter-spacing: 0.04em;
}

#menu_nav .language-top-dropdown #dropdown_language,
#menu_nav .team-top-dropdown #dropdown_team {
  right: 0;
  left: auto;
  min-width: min(92vw, 22rem);
  max-width: min(92vw, 22rem);
  max-height: min(68vh, 24rem);
  overflow-y: auto;
  padding: 0.35rem;
  border-radius: var(--ui-radius-md);
  animation: menuDropdownIn 0.18s ease;
}

#menu_nav .language-top-dropdown #dropdown_language {
  min-width: min(92vw, 21rem);
  max-width: min(92vw, 21rem);
}

#menu_nav .language-top-dropdown .menu-dropdown-search,
#menu_nav .team-top-dropdown .menu-dropdown-search {
  position: sticky;
  top: -0.35rem;
  z-index: 4;
  padding: 0.25rem 0.1rem 0.4rem;
  background: #f9fafb;
}

#menu_nav .language-top-dropdown .dropdown-search-input,
#menu_nav .team-top-dropdown .dropdown-search-input {
  min-height: 2.2rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  font-size: 0.92rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

#menu_nav .language-top-dropdown #dropdown_language .translate .dropdown-item,
#menu_nav .team-top-dropdown #dropdown_team .dropdown-item {
  border-radius: var(--ui-radius-sm);
  transition: background-color 0.14s ease, padding-left 0.14s ease;
}

#menu_nav .team-top-dropdown .team-group-header {
  margin-top: 0.3rem;
}

#menu_nav .team-top-dropdown .team-option-row {
  border-radius: var(--ui-radius-sm);
  transition: transform 0.14s ease, filter 0.14s ease;
}

#menu_nav .team-top-dropdown .team-option-row:hover {
  transform: translateX(2px);
  filter: brightness(0.98);
}

#menu_nav .team-top-dropdown #dropdown_team .dropdown-item:hover,
#menu_nav .language-top-dropdown #dropdown_language .translate .dropdown-item:hover {
  padding-left: 1rem;
}

#menu_nav .language-top-dropdown .dropdown-empty-message,
#menu_nav .team-top-dropdown .dropdown-empty-message {
  pointer-events: none;
  text-align: center;
  opacity: 0.8;
}

@media (max-width: 576px) {
  footer {
    padding: 0.3rem 0.1rem 0.2rem 0.1rem;
  }

  body {
    margin-bottom: 100px;
  }

  .team-shield-circle {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
  }

  .text-precio {
    padding-right: 20% !important;
  }

  #menu_nav>.container-fluid {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  #menu_nav .menu-top-row {
    gap: 0.2rem;
  }

  #menu_nav .menu-top-left .logo_scorizer_bar {
    width: auto !important;
    height: clamp(1.45rem, 5.3vw, 1.8rem) !important;
    max-width: min(38vw, 8.2rem);
  }

  #menu_nav .menu-top-right #bell,
  #menu_nav .menu-top-right #shopping_car,
  #menu_nav .menu-top-right .team-top-dropdown,
  #menu_nav .menu-top-right .help-top-btn {
    margin-top: 0 !important;
  }

  #menu_nav .menu-top-right #shopping_car {
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
  }

  #menu_nav .language-top-dropdown #dropdown_language,
  #menu_nav .team-top-dropdown #dropdown_team {
    position: fixed !important;
    top: calc(env(safe-area-inset-top, 0px) + 5.6rem) !important;
    bottom: auto !important;
    right: 0.5rem !important;
    left: 0.5rem !important;
    width: auto !important;
    min-width: calc(100vw - 1rem) !important;
    max-width: calc(100vw - 1rem) !important;
    max-height: min(58vh, 22rem) !important;
    transform: none !important;
    z-index: 1065;
  }
}

@media (min-width: 320px) {
  .logo_scorizer_bar {
    height: 1.4em !important;
  }

  .logos_bar {
    height: 30px !important;
    width: 30px !important;
  }
}

@media (min-width: 360px) {
  .logo_scorizer_bar {
    height: 1.8em !important;
  }

  .logos_bar {
    height: 32px !important;
    width: 32px !important;
  }
}

@media (min-width: 480px) {

  .footer-button,
  .menu-button {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-button svg,
  .menu-button svg {
    margin-bottom: 2px;
  }
}

@media (min-width: 768px) {
  footer {
    min-height: 40px;
    padding: 0.2rem 0.1rem 0.2rem 0.1rem;
  }

  .text-precio {
    padding-right: 25% !important;
  }

  .footer-container,
  .menu-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 0px 0;
  }

  .footer-button,
  .menu-button {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-button svg,
  .menu-button svg {
    margin-bottom: 5px;
  }

  #menu_nav .div_profile_menu .text-menu-name .logos_bar {
    font-size: 0.88rem;
  }

  #menu_nav .div_profile_menu #menu_type_team {
    max-width: 26vw;
    font-size: 0.7rem;
  }

  footer#footer .footer-container {
    justify-content: stretch;
    gap: 10px;
    padding-left: 14px;
    padding-right: 14px;
  }

  footer#footer .footer-button {
    flex: 1 0 108px;
    min-width: 108px;
    max-width: none;
  }

  footer#footer .footer-button>div {
    min-height: 3.65rem;
  }

  footer#footer .footer-button svg {
    width: 21px !important;
    height: 21px !important;
  }

  footer#footer .footer-button span {
    font-size: 0.7rem !important;
    letter-spacing: 0.025em;
  }
}

@media (min-width: 992px) {
  .container-cart-products {
    width: 35%;
  }

  footer {
    min-height: 35px;
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  footer {
    min-height: 40px;
  }

  body {
    min-height: 50rem;
    padding-top: 3.65rem;
    margin: 0;
    margin-bottom: 5rem;
  }
}
