@charset "UTF-8";
.container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: var(--wp--style--root--padding-left, 1rem);
  width: 100%;
}

.container-fluid {
  width: 100%;
  padding-inline: var(--wp--style--root--padding-left, 1rem);
}

.grid {
  display: grid;
  gap: var(--wp--style--block-gap, 1.5rem);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767.98px) {
  .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  --gutter-x: var(--wp--style--block-gap, 1.5rem);
  --gutter-y: 0;
  margin-left: calc(-0.5 * var(--gutter-x));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-top: calc(-1 * var(--gutter-y));
}

[class*=col-] {
  flex: 1 0 0%;
  padding-left: calc(0.5 * var(--gutter-x));
  padding-right: calc(0.5 * var(--gutter-x));
  padding-top: var(--gutter-y);
}

.g-0 {
  --gutter-x: 0;
  --gutter-y: 0;
}

.g-1 {
  --gutter-x: 0.25rem;
  --gutter-y: 0.25rem;
}

.g-2 {
  --gutter-x: 0.5rem;
  --gutter-y: 0.5rem;
}

.g-3 {
  --gutter-x: 1rem;
  --gutter-y: 1rem;
}

.g-4 {
  --gutter-x: 1.5rem;
  --gutter-y: 1.5rem;
}

.g-5 {
  --gutter-x: 3rem;
  --gutter-y: 3rem;
}

.col-1 {
  flex-basis: 8.3333%;
  max-width: 8.3333%;
}

.col-2 {
  flex-basis: 16.6666%;
  max-width: 16.6666%;
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-4 {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}

.col-5 {
  flex-basis: 41.6666%;
  max-width: 41.6666%;
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-7 {
  flex-basis: 58.3333%;
  max-width: 58.3333%;
}

.col-8 {
  flex-basis: 66.6666%;
  max-width: 66.6666%;
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-10 {
  flex-basis: 83.3333%;
  max-width: 83.3333%;
}

.col-11 {
  flex-basis: 91.6666%;
  max-width: 91.6666%;
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.d-flex {
  display: flex !important;
}

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

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

.d-xs-block {
  display: block !important;
}

.d-xs-flex {
  display: flex !important;
}

.d-xs-grid {
  display: grid !important;
}

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

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.justify-center {
  justify-content: center !important;
}

.align-center {
  align-items: center !important;
}

.m-auto {
  margin: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mt-1 {
  margin-top: var(--wp--preset--spacing--20, 0.5rem) !important;
}

.mb-1 {
  margin-bottom: var(--wp--preset--spacing--20, 0.5rem) !important;
}

.pt-1 {
  padding-top: var(--wp--preset--spacing--20, 0.5rem) !important;
}

.pb-1 {
  padding-bottom: var(--wp--preset--spacing--20, 0.5rem) !important;
}

.mt-2 {
  margin-top: var(--wp--preset--spacing--40, 1rem) !important;
}

.mb-2 {
  margin-bottom: var(--wp--preset--spacing--40, 1rem) !important;
}

.pt-2 {
  padding-top: var(--wp--preset--spacing--40, 1rem) !important;
}

.pb-2 {
  padding-bottom: var(--wp--preset--spacing--40, 1rem) !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-layout-container,
.is-layout-container-sm,
.is-layout-container-md,
.is-layout-container-lg,
.is-layout-container-xl,
.is-layout-container-xxl,
.is-layout-container-fluid {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;
  box-sizing: border-box;
}

@media (min-width: 576px) {
  .is-layout-container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .is-layout-container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .is-layout-container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .is-layout-container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .is-layout-container-xxl {
    max-width: 1320px;
  }
}
.is-layout-container {
  max-width: 960px;
}

.is-layout-container-fluid {
  max-width: 100%;
}

:root {
  --chmb-z: 999;
  --chmb-panel-w: 360px;
}

.chmb {
  position: relative;
  z-index: var(--chmb-z);
  background: var(--chmb-bg, #000);
  margin: 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 100%;
}

.chmb__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 56px;
  padding: 8px 12px;
}

/* LOGOS */
.chmb-logos__list {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 80px;
}
.chmb-logos__list .chmb-logos__item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5em;
}
.chmb-logos__list .chmb-logos__item:has(.chmb-logos__link:hover), .chmb-logos__list .chmb-logos__item:has(.chmb-logos__link:focus-visible) {
  background-color: #010205;
}
.chmb-logos__list .chmb-logos__item .chmb-logos__link {
  display: flex;
  padding: 0 0.5em;
  text-decoration: none;
  text-decoration-thickness: auto;
  color: #fff;
  height: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.chmb-logos__list .chmb-logos__item .chmb-logos__link:hover, .chmb-logos__list .chmb-logos__item .chmb-logos__link:focus-visible {
  border-bottom: solid 2px #F43151;
  font-weight: 900;
}
.chmb-logos__list .chmb-logos__item .chmb-logos__link .chmb-logos__img {
  display: block;
  height: auto;
  max-height: 60px;
  width: auto;
}

/* Variantes simples inspiradas en tus imágenes */
.chmb--center-logo .chmb__inner {
  grid-template-columns: 1fr 1fr;
}

.chmb--center-logo .chmb-logos__list {
  justify-content: center;
}

.chmb--split .chmb-logos__list {
  position: relative;
}

.chmb--split .chmb-logos__list::after {
  content: "";
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.25);
  margin-left: 8px;
}

.chmb--right-bar .chmb-logos__list {
  justify-content: flex-end;
}

/* BURGER */
.chmb-burger {
  border: 0;
  background: transparent;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.chmb-burger__bars, .chmb-burger__bars::before, .chmb-burger__bars::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  transition: 0.2s ease;
  position: relative;
}

.chmb-burger__bars::before {
  position: absolute;
  transform: translateY(-6px);
}

.chmb-burger__bars::after {
  position: absolute;
  transform: translateY(6px);
}

.chmb-burger[aria-expanded=true] .chmb-burger__bars {
  background: transparent;
}

.chmb-burger[aria-expanded=true] .chmb-burger__bars::before {
  transform: rotate(45deg);
}

.chmb-burger[aria-expanded=true] .chmb-burger__bars::after {
  transform: rotate(-45deg);
}

/* PANEL */
.chmb-panel[hidden] {
  display: none;
}

.chmb-panel {
  position: fixed;
  inset: 0;
  z-index: calc(var(--chmb-z) + 1);
}

.chmb-panel__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
}

.chmb-panel__sheet {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(var(--chmb-panel-w), 100%);
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.25s ease-out;
}
.chmb-panel__sheet .chmb-search {
  padding: 0 0.2em;
}
.chmb-panel__sheet .chmb-search .search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  max-width: 480px;
  margin: 1rem auto;
  transition: background 0.3s ease;
}
.chmb-panel__sheet .chmb-search .search-form:hover, .chmb-panel__sheet .chmb-search .search-form:focus-within {
  background: rgba(255, 255, 255, 0.12);
}
.chmb-panel__sheet .chmb-search .search-form .search-field {
  flex: 1;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 1rem;
  padding: 0.4rem 0.2rem;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.chmb-panel__sheet .chmb-search .search-form .search-field::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.chmb-panel__sheet .chmb-search .search-form .search-field:focus {
  outline: none;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.05);
}
.chmb-panel__sheet .chmb-search .search-form .search-submit {
  background: #fff;
  color: #000;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 0.4rem 0.9rem;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, transform 0.15s ease;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1;
}
.chmb-panel__sheet .chmb-search .search-form .search-submit:hover, .chmb-panel__sheet .chmb-search .search-form .search-submit:focus {
  background: #DC3751;
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}
.chmb-panel__sheet .chmb-search .search-form .search-submit:active {
  transform: translateY(0);
}

.chmb-panel.is-open .chmb-panel__sheet {
  transform: translateX(0);
}

.chmb-panel__header {
  display: flex;
  justify-content: flex-end;
  padding: 12px;
}

.chmb-close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.chmb-menu {
  padding: 4px 16px 24px;
  overflow: auto;
}

.chmb-group {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 16px;
  margin-top: 16px;
}

.chmb-group:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 8px;
}

.chmb-group__title {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 8px;
}

.chmb-group__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 4px;
}

.chmb-item__link {
  display: grid;
  gap: 2px;
  padding: 10px 8px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
}

.chmb-item__link:hover, .chmb-item__link:focus-visible {
  background: rgba(255, 255, 255, 0.07);
  outline: none;
}

.chmb-item__label {
  font-size: 16px;
  font-weight: 600;
}

.chmb-item__desc {
  font-size: 12px;
  opacity: 0.85;
}

/* Editor helpers */
.block-editor-block-list__block .chmb {
  outline: 1px dashed rgba(255, 255, 255, 0.15);
}

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.chmb-panel.is-disabled {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
