.elementor-kit-5{--e-global-color-primary:#757261;--e-global-color-secondary:#050505;--e-global-color-text:#2E2A26;--e-global-color-accent:#E9E0D7;--e-global-color-2d2cae2:#F7F5F0;--e-global-color-2fcd62e:#A7A48B;--e-global-color-f079b59:#B4B579;--e-global-color-96fb465:#6263A1;--e-global-color-559c0da:#DE8E7A;--e-global-color-99896fb:#6B9D91;--e-global-color-530cd7e:#A8818D;--e-global-color-87b06d0:#FFFFFF;--e-global-color-c2e9e90:#DBCD4F;--e-global-color-c1a440b:#000000;--e-global-color-efe31ee:#231F20;--e-global-color-a15d66b:#B9B8AF;--e-global-color-2fb67f7:#F2F3EE;--e-global-color-96e208e:#6A0D05;--e-global-color-1e82306:#AA7B4F;--e-global-color-b22b853:#3A3A46;--e-global-color-93d43b5:#6C6C2C;--e-global-color-ef33c58:#C3BBAC;--e-global-color-4c60897:#C0B9AC;--e-global-typography-primary-font-family:"adineue PRO Cyr Bold";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"adineue PRO Cyr Bold";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"adineue PRO Cyr Light";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"adineue PRO Cyr Light";--e-global-typography-accent-font-weight:500;--e-global-typography-1c0d7e3-font-family:"adineue PRO Cyr Light";font-family:"adineue PRO Cyr Light", Sans-serif;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-secondary );color:var( --e-global-color-2d2cae2 );}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ================================
   ASB · HORARIO DINÁMICO
================================ */

.asb-horario-wrapper {
  width: 100%;
  padding-top: 10px;
  overflow-x: auto;
  font-family: inherit !important;
}

/* ================================
   FILTROS SUPERIORES
================================ */

.asb-horario-filtros {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.asb-filter {
  appearance: none;
  -webkit-appearance: none;
  background: transparent !important;
  color: #211D1F !important;
  border: 1.5px solid #C2C2C2;
  border-radius: 999px;
  padding: 14px 28px;
  font-family: inherit !important;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: none !important;
}

.asb-filter:hover {
  transform: translateY(-1px);
}

.asb-filter.active {
  background: transparent !important;
  color: #211D1F !important;
}

/* Bordes de filtros por área */
.asb-filter.area-todas-filter {
  border-color: #C2C2C2 !important;
}

.asb-filter.area-ritmos-latinos-filter {
  border-color: #B4B579 !important;
}

.asb-filter.area-danzas-urbanas-filter {
  border-color: #6263A1 !important;
}

.asb-filter.area-danza-filter {
  border-color: #DE8E7A !important;
}

.asb-filter.area-kids-teens-filter {
  border-color: #6B9D91 !important;
}

.asb-filter.area-cuerpo-y-mente-filter,
.asb-filter.area-cuerpo-salud-filter {
  border-color: #A8818D !important;
}

/* ================================
   GRID GENERAL
================================ */

.asb-horario-grid {
  display: grid;
  grid-template-columns: 72px repeat(5, minmax(170px, 1fr));
  border: 1px solid #D8D6CE;
  min-width: 980px;
  background: #F7F6F1;
}

.asb-horario-corner {
  background: #757261;
  border-right: 1px solid #D8D6CE;
  border-bottom: 1px solid #D8D6CE;
}

.asb-horario-dia {
  background: #000000;
  color: #F7F6F1;
  padding: 20px 8px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  border-right: 1px solid #D8D6CE;
  border-bottom: 1px solid #D8D6CE;
  font-family: inherit !important;
}

.asb-horario-dia:last-of-type {
  border-right: none;
}

.asb-horario-hora {
  border-top: 1px solid #E3E1DA;
  border-right: 1px solid #D8D6CE;
  padding: 18px 8px;
  font-size: 15px;
  color: #757261;
  text-align: center;
  min-height: 112px;
  background: #F7F6F1;
  font-family: inherit !important;
}

.asb-horario-celda {
  border-top: 1px solid #E3E1DA;
  border-right: 1px solid #ECEAE3;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 5px;
  background: #F7F6F1;
}

.asb-horario-celda:nth-child(6n) {
  border-right: none;
}

/* ================================
   TARJETAS DE CLASE
================================ */

.asb-clase-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 96px;
  padding: 10px 8px;
  text-decoration: none !important;
  color: #211D1F !important;
  text-align: center;
  line-height: 1.08;
  transition: all 0.25s ease;
  border-radius: 0;
  box-shadow: none !important;
  font-family: inherit !important;
  background-image: none !important;
}

.asb-clase-card:hover {
  transform: scale(1.015);
  filter: brightness(0.98);
  text-decoration: none !important;
}

.asb-clase-titulo {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #211D1F !important;
}

.asb-clase-edad,
.asb-clase-nivel,
.asb-clase-profesor,
.asb-clase-sala,
.asb-clase-observacion {
  font-size: 14px;
  opacity: 0.78;
  text-transform: uppercase;
  margin-top: 3px;
  font-weight: 400;
  color: #211D1F !important;
}

.asb-clase-estado {
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF !important;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.asb-horario-wrapper .asb-clase-card,
.asb-horario-wrapper .asb-clase-card span {
  color: #211D1F !important;
}

.asb-horario-wrapper .asb-clase-card.asb-hidden {
  display: none !important;
}

/* ================================
   COLORES DE FONDO POR ÁREA
   Nota: el PHP también puede insertar background inline.
   Este bloque queda como respaldo visual.
================================ */

.asb-horario-wrapper .asb-clase-card.asb-area-ritmos-latinos,
.asb-horario-wrapper .asb-clase-card.area-ritmos-latinos {
  background-color: #B4B579 !important;
}

.asb-horario-wrapper .asb-clase-card.asb-area-danzas-urbanas,
.asb-horario-wrapper .asb-clase-card.area-danzas-urbanas {
  background-color: #6263A1 !important;
}

.asb-horario-wrapper .asb-clase-card.asb-area-danza,
.asb-horario-wrapper .asb-clase-card.area-danza {
  background-color: #DE8E7A !important;
}

.asb-horario-wrapper .asb-clase-card.asb-area-kids-teens,
.asb-horario-wrapper .asb-clase-card.area-kids-teens {
  background-color: #6B9D91 !important;
}

.asb-horario-wrapper .asb-clase-card.asb-area-cuerpo-y-mente,
.asb-horario-wrapper .asb-clase-card.asb-area-cuerpo-salud,
.asb-horario-wrapper .asb-clase-card.area-cuerpo-y-mente,
.asb-horario-wrapper .asb-clase-card.area-cuerpo-salud {
  background-color: #A8818D !important;
}

.asb-horario-wrapper .asb-clase-card.asb-area-sin-area,
.asb-horario-wrapper .asb-clase-card.area-sin-area {
  background-color: #EFEDE7 !important;
}

/* ================================
   RESPONSIVE · TABLET
================================ */

@media (max-width: 1024px) {
  .asb-horario-grid {
    min-width: 900px;
    grid-template-columns: 68px repeat(5, minmax(160px, 1fr));
  }

  .asb-horario-dia {
    font-size: 18px;
    padding: 18px 8px;
  }

  .asb-clase-titulo {
    font-size: 12px;
  }

  .asb-clase-edad,
  .asb-clase-nivel,
  .asb-clase-profesor,
  .asb-clase-sala,
  .asb-clase-observacion {
    font-size: 11px;
  }
}

/* ================================
   RESPONSIVE · MOBILE
================================ */

@media (max-width: 767px) {
  .asb-horario-wrapper {
    overflow-x: visible;
  }

  .asb-horario-filtros {
    gap: 8px;
    margin-bottom: 22px;
  }

  .asb-filter {
    font-size: 11px;
    padding: 9px 13px;
  }

  .asb-horario-grid {
    display: block;
    min-width: 0;
    border: none;
    background: transparent;
  }

  .asb-horario-corner,
  .asb-horario-hora {
    display: none;
  }

  .asb-horario-dia {
    display: block;
    margin-top: 22px;
    border: none;
    text-align: left;
    padding: 14px 18px;
    font-size: 22px;
    background: #757261;
    color: #F7F6F1;
  }

  .asb-horario-celda {
    border: none;
    min-height: auto;
    padding: 6px 0;
    background: transparent;
  }

  .asb-clase-card {
    min-height: auto;
    text-align: left;
    margin-bottom: 8px;
    padding: 16px;
  }

  .asb-clase-titulo {
    font-size: 14px;
  }

  .asb-clase-edad,
  .asb-clase-nivel,
  .asb-clase-profesor,
  .asb-clase-sala,
  .asb-clase-observacion {
    font-size: 13px;
  }
}
/* ==================================================
   ASB · VISIBILIDAD DESKTOP / MOBILE
   ================================================== */

/* Por defecto: desktop */
.asb-horario-grid {
  display: grid !important;
}
/* ==================================================
   ASB · AGENDA MOBILE AMIGABLE
   ================================================== */

@media (max-width: 767px) {

  .asb-horario-wrapper {
    overflow-x: hidden !important;
    width: 100%;
    padding-top: 10px;
  }

  /* Filtros en scroll horizontal */
  .asb-horario-filtros {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 8px;
    padding: 0 16px 12px 16px;
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .asb-horario-filtros::-webkit-scrollbar {
    display: none;
  }

  .asb-filter {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 11px !important;
    padding: 10px 14px !important;
    border-radius: 999px;
  }

  /* Grupo por día */
  .asb-mobile-dia-group {
    margin-bottom: 28px;
  }

  .asb-mobile-dia-group.asb-hidden-day {
    display: none !important;
  }

  .asb-mobile-dia-title {
    background: #000000;
    color: #F7F6F1;
    padding: 18px 20px;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-family: inherit !important;
  }

  .asb-mobile-dia-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 0 0 0;
  }

  /* Card mobile */
  .asb-mobile-card {
    display: grid !important;
    grid-template-columns: 64px 1fr;
    column-gap: 16px;
    align-items: flex-start;
    width: 100%;
    min-height: auto !important;
    padding: 18px 20px !important;
    text-align: left !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .asb-mobile-card-time {
    grid-row: 1 / span 8;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #211D1F !important;
    opacity: 0.85;
    padding-top: 2px;
  }

  .asb-mobile-card .asb-clase-titulo {
    font-size: 18px !important;
    line-height: 1.1 !important;
    text-align: left !important;
    font-weight: 700 !important;
  }

  .asb-mobile-card .asb-clase-edad,
  .asb-mobile-card .asb-clase-nivel,
  .asb-mobile-card .asb-clase-profesor,
  .asb-mobile-card .asb-clase-sala,
  .asb-mobile-card .asb-clase-observacion {
    font-size: 15px !important;
    line-height: 1.25 !important;
    text-align: left !important;
    margin-top: 2px !important;
    text-transform: uppercase;
  }

  .asb-mobile-card .asb-clase-estado {
    font-size: 14px !important;
    line-height: 1.2 !important;
    margin-top: 5px !important;
    color: #211D1F !important;
    font-weight: 700 !important;
  }
}
.asb-horario-mobile-agenda {
  display: none !important;
}

/* Mobile: ocultar grid y mostrar agenda */
@media (max-width: 767px) {
  .asb-horario-grid {
    display: none !important;
  }

  .asb-horario-mobile-agenda {
    display: block !important;
  }
}
/* ==================================================
   ASB · FILTROS MOBILE CORREGIDOS
   ================================================== */

@media (max-width: 767px) {

  .asb-horario-filtros {
    width: 100%;
    max-width: 100%;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 8px !important;
    padding: 0 18px 14px 18px !important;
    margin: 0 0 22px 0 !important;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .asb-horario-filtros::-webkit-scrollbar {
    display: none;
  }

  .asb-filter {
    flex: 0 0 auto !important;
    min-width: auto !important;
    white-space: nowrap !important;
    font-size: 11px !important;
    line-height: 1 !important;
    padding: 10px 15px !important;
    border-radius: 999px !important;
    letter-spacing: 0.04em !important;
    scroll-snap-align: start;
  }

  .asb-filter.active {
    background: #F7F6F1 !important;
    color: #211D1F !important;
  }

  .asb-filter:hover {
    transform: none !important;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'adineue PRO Cyr Bold';
	font-display: auto;
	src: url('https://asisebaila.com/wp-content/uploads/2026/06/adineueprocyr_boldweb.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'adineue PRO Cyr Light';
	font-display: auto;
	src: url('https://asisebaila.com/wp-content/uploads/2026/06/adineueprocyr_lightweb.ttf') format('truetype');
}
/* End Custom Fonts CSS */