/*
Theme Name: ActitudFit
Description: Tema personalizado para la web ActitudFit
Version: 1.0.1
Author: DSS NETWORK
Text Domain: ActitudFit
*/
@keyframes afit-skeleton {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
@keyframes afit-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ------------------------------------
   Sofia Sans Extra Condensed Font Faces (WOFF2 y WOFF)
   ------------------------------------ */
@font-face {
  font-family: "Sofia Sans Extra Condensed";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("assets/fonts/SofiaSansExtraCondensed-Regular.woff2") format("woff2"), url("assets/fonts/SofiaSansExtraCondensed-Regular.woff") format("woff");
}
@font-face {
  font-family: "Sofia Sans Extra Condensed";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("assets/fonts/SofiaSansExtraCondensed-Medium.woff2") format("woff2"), url("assets/fonts/SofiaSansExtraCondensed-Medium.woff") format("woff");
}
@font-face {
  font-family: "Sofia Sans Extra Condensed";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("assets/fonts/SofiaSansExtraCondensed-SemiBold.woff2") format("woff2"), url("assets/fonts/SofiaSansExtraCondensed-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Sofia Sans Extra Condensed";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("assets/fonts/SofiaSansExtraCondensed-Bold.woff2") format("woff2"), url("assets/fonts/SofiaSansExtraCondensed-Bold.woff") format("woff");
}
* {
  font-family: "Sofia Sans Extra Condensed";
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}
.container-fluid {
  max-width: none;
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1216px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1636px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1644px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.row.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.row.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.row.justify-evenly {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
}
.row.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.row.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.row.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.row.align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.row > .col,
.row > [class*=col-] {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
}
.row > .col.align-start,
.row > [class*=col-].align-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.row > .col.align-center,
.row > [class*=col-].align-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.row > .col.align-end,
.row > [class*=col-].align-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.row > .col.order-1,
.row > [class*=col-].order-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}
.row > .col.order-2,
.row > [class*=col-].order-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}
.row > .col.order-3,
.row > [class*=col-].order-3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
}
.row > .col.order-4,
.row > [class*=col-].order-4 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4;
}
.row > .col.order-5,
.row > [class*=col-].order-5 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 5;
  order: 5;
}
.row > .col.order-6,
.row > [class*=col-].order-6 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 6;
  order: 6;
}
.row > .col.order-7,
.row > [class*=col-].order-7 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 7;
  order: 7;
}
.row > .col.order-8,
.row > [class*=col-].order-8 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 8;
  order: 8;
}
.row > .col.order-9,
.row > [class*=col-].order-9 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 9;
  order: 9;
}
.row > .col.order-10,
.row > [class*=col-].order-10 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 10;
  order: 10;
}
.row > .col.order-11,
.row > [class*=col-].order-11 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 11;
  order: 11;
}
.row > .col.order-12,
.row > [class*=col-].order-12 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 12;
  order: 12;
}
.row > .col {
  width: auto;
  max-width: 100vw;
  flex: 0 0 auto;
}
.row > .col-xs-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.row > .col-xs-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.row > .col-xs-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row > .col-xs-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row > .col-xs-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.row > .col-xs-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row > .col-xs-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.row > .col-xs-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.row > .col-xs-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.row > .col-xs-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.row > .col-xs-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.row > .col-xs-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 650px) {
  .row > .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row > .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row > .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row > .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row > .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row > .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row > .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row > .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row > .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row > .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row > .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row > .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .row > .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row > .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row > .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row > .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row > .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row > .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row > .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row > .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row > .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row > .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row > .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row > .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .row > .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row > .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row > .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row > .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row > .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row > .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row > .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row > .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row > .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row > .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row > .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row > .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1700px) {
  .row > .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row > .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row > .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row > .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row > .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row > .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row > .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row > .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row > .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row > .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row > .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row > .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.row > .col,
.row > [class*=col-] {
  padding-right: 16px;
  padding-left: 16px;
}

.hidden {
  display: none;
}

@media (max-width: 650px) {
  .hidden-xs {
    display: none;
  }
}
@media (max-width: 769px) {
  .hidden-sm {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hidden-md {
    display: none;
  }
}
@media (max-width: 1700px) {
  .hidden-lg {
    display: none;
  }
}
section.entrenamientos {
  margin: 24px;
  color: #FFF;
}
section.entrenamientos .entrenamientos-tabs .header {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 32px;
  margin-bottom: 32px;
}
section.entrenamientos .entrenamientos-tabs .header img {
  width: auto;
  height: auto;
  object-fit: contain;
}
section.entrenamientos .entrenamientos-tabs .header > div {
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 28px;
  flex: 0 1 auto;
  min-width: 0;
}
section.entrenamientos .entrenamientos-tabs .header > div h2.display {
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
section.entrenamientos .entrenamientos-tabs .header > div .tabs-nav {
  --tab-gap: 6px;
  --tab-count: 2;
  --tab-color: #FFED00;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
section.entrenamientos .entrenamientos-tabs .header > div .tabs-nav .tabs-track {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: var(--tab-gap);
  padding: 8px;
  border-radius: 99px;
  border: 4px solid var(--tab-color);
  transition: border-color 0.28s cubic-bezier(0.32, 0.72, 0, 1);
}
section.entrenamientos .entrenamientos-tabs .header > div .tabs-nav .tabs-track::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 8px;
  bottom: 8px;
  left: 8px;
  width: calc((100% - 16px - var(--tab-gap) * (var(--tab-count) - 1)) / var(--tab-count));
  border-radius: 99px;
  background: var(--tab-color);
  transform: translateX(calc(var(--tab-i, 0) * (100% + var(--tab-gap))));
  transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1), background-color 0.28s cubic-bezier(0.32, 0.72, 0, 1);
}
section.entrenamientos .entrenamientos-tabs .header > div .tabs-nav .tab-button {
  position: relative;
  z-index: 1;
  width: auto;
  background: transparent;
  border: 0;
  border-radius: 99px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 20px;
  height: 40px;
  color: var(--tab-color);
  transition: color 0.28s cubic-bezier(0.32, 0.72, 0, 1);
  cursor: pointer;
}
section.entrenamientos .entrenamientos-tabs .header > div .tabs-nav .tab-button.active {
  color: #000000;
}
section.entrenamientos .entrenamientos-tabs .header > div .tabs-nav .tab-button:focus-visible {
  outline: 3px solid #FFF;
  outline-offset: 3px;
}
section.entrenamientos .entrenamientos-tabs .header > div .tabs-nav.tabs-nav--carrusel {
  --tabs-ancho-max: 52vw;
  position: relative;
  max-width: 100%;
  min-width: 0;
}
section.entrenamientos .entrenamientos-tabs .header > div .tabs-nav.tabs-nav--carrusel .tabs-track {
  grid-auto-columns: max-content;
  max-width: min(100%, var(--tabs-ancho-max));
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  touch-action: pan-x;
  user-select: none;
  scrollbar-width: none;
  cursor: grab;
}
section.entrenamientos .entrenamientos-tabs .header > div .tabs-nav.tabs-nav--carrusel .tabs-track::-webkit-scrollbar {
  display: none;
}
section.entrenamientos .entrenamientos-tabs .header > div .tabs-nav.tabs-nav--carrusel .tabs-track.is-arrastrando {
  cursor: grabbing;
  scroll-snap-type: none;
}
section.entrenamientos .entrenamientos-tabs .header > div .tabs-nav.tabs-nav--carrusel .tabs-track::before {
  left: 0;
  width: var(--pill-w, 0px);
  transform: translateX(var(--pill-x, 0px));
}
section.entrenamientos .entrenamientos-tabs .header > div .tabs-nav.tabs-nav--carrusel .tab-button {
  scroll-snap-align: center;
  scroll-snap-stop: always;
  white-space: nowrap;
}
section.entrenamientos .entrenamientos-tabs .header > div .legend-trigger {
  margin-left: 12px;
  vertical-align: middle;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}
section.entrenamientos .entrenamientos-tabs .header > div .legend-trigger svg {
  display: block;
}
section.entrenamientos .entrenamientos-tabs .header .header-clock {
  margin-left: auto;
  align-self: stretch;
  position: relative;
  min-width: 340px;
}
section.entrenamientos .entrenamientos-tabs .header .header-clock .clock-time {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 130px;
  font-weight: 600;
  line-height: 1;
  color: #FFED00;
  font-variant-numeric: tabular-nums;
  letter-spacing: 1px;
  white-space: nowrap;
}
section.entrenamientos .entrenamientos-tabs .tab-content {
  display: none;
}
section.entrenamientos .entrenamientos-tabs .tab-content.is-active, section.entrenamientos .entrenamientos-tabs .tab-content.is-leaving, section.entrenamientos .entrenamientos-tabs .tab-content.is-entering {
  display: block;
}
section.entrenamientos .entrenamientos-tabs .tab-content.is-active {
  opacity: 1;
  transform: none;
  transition: opacity 0.26s cubic-bezier(0.32, 0.72, 0, 1), transform 0.32s cubic-bezier(0.32, 0.72, 0, 1);
}
section.entrenamientos .entrenamientos-tabs .tab-content.is-entering {
  opacity: 0;
  transform: translate3d(calc(var(--dir, 1) * 28px), 0, 0);
}
section.entrenamientos .entrenamientos-tabs .tab-content.is-leaving {
  opacity: 0;
  transform: translate3d(calc(var(--dir, 1) * -28px), 0, 0);
  transition: opacity 0.16s cubic-bezier(0.32, 0.72, 0, 1), transform 0.16s cubic-bezier(0.32, 0.72, 0, 1);
}
section.entrenamientos .entrenamientos-tabs .tab-content .entrenamiento-info p span {
  background: var(--panel-color, #FFED00);
}
section.entrenamientos .entrenamientos-tabs .entrenamiento {
  background-color: #393F4B;
  padding: 12px 4px;
  border-radius: 16px;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento + .entrenamiento {
  margin-top: 8px;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 8px 12px 12px 12px;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-info .number {
  display: flex;
  align-items: center;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-info .number span {
  background: var(--panel-color, #FFF);
  font-size: 22px;
  font-weight: 600;
  color: #57626B;
  border-radius: 99px;
  padding: 5px 15px;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-info .number h5 {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-info .entrenamiento-avisos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-info .entrenamiento-avisos .btn-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-info .entrenamiento-avisos .btn-circle.black {
  background-color: #000000;
  color: #FFF;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-info .entrenamiento-avisos .btn-circle.black-red {
  background-color: #000000;
  color: #FF292C;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-info .entrenamiento-avisos .btn-circle.pink {
  background-color: #FF5BB9;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-info div {
  display: flex;
  gap: 12px;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: wrap;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-info div p {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  display: flex;
  align-items: center;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-info div p span {
  margin-left: 4px;
  border-radius: 4px;
  color: #000000;
  font-size: 18px;
  padding: 1px 4px;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-row {
  gap: 8px;
  background-color: #393F4B;
  margin: 0;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block {
  display: flex;
  gap: 4px;
  flex: 1;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #1D2228;
  padding: 10px 8px;
  border-radius: 12px;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block h6 {
  display: block;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  opacity: 0.75;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio {
  width: calc(50% - 4px);
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio:hover {
  cursor: pointer;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio img {
  object-fit: contain;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .ejercicio-thumb.is-loading {
  background-image: linear-gradient(100deg, rgba(0, 0, 0, 0.07) 30%, rgba(0, 0, 0, 0.18) 50%, rgba(0, 0, 0, 0.07) 70%);
  background-size: 200% 100%;
  animation: afit-skeleton 1.4s linear infinite;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .ejercicio-thumb.is-ready {
  animation: afit-fade-in 0.3s ease both;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .ejercicio-thumb.has-error {
  background: rgba(0, 0, 0, 0.05);
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions {
  position: absolute;
  left: 8px;
  top: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 998;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions .actions-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: max-height 0.28s cubic-bezier(0.34, 1.4, 0.64, 1), margin-top 0.28s cubic-bezier(0.34, 1.4, 0.64, 1), opacity 0.18s ease, visibility 0s linear 0.28s;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions .actions-list .btn-circle {
  opacity: 0;
  transform: translateY(-8px) scale(0.5);
  transition: opacity 0.22s ease, transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions.is-open .actions-list {
  max-height: 200px;
  margin-top: 8px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: max-height 0.32s cubic-bezier(0.34, 1.4, 0.64, 1), margin-top 0.32s cubic-bezier(0.34, 1.4, 0.64, 1), opacity 0.18s ease, visibility 0s;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions.is-open .actions-list .btn-circle {
  opacity: 1;
  transform: translateY(0) scale(1);
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions.is-open .actions-list .btn-circle:nth-child(1) {
  transition-delay: 0ms;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions.is-open .actions-list .btn-circle:nth-child(2) {
  transition-delay: 55ms;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions.is-open .actions-list .btn-circle:nth-child(3) {
  transition-delay: 110ms;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions.is-open .actions-list .btn-circle:nth-child(4) {
  transition-delay: 165ms;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions .actions-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions .actions-toggle svg {
  width: 24px;
  height: 24px;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions.is-open .actions-toggle {
  transform: rotate(90deg);
}
@media (prefers-reduced-motion: reduce) {
  section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions .actions-list,
  section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions .actions-list .btn-circle,
  section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions .actions-toggle {
    transition-duration: 0.01ms;
    transition-delay: 0ms;
  }
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions .btn-circle {
  border-radius: 99px;
  padding: 0 2px;
  border-width: 0;
  width: 34px;
  height: 34px;
  font-size: 46px;
  line-height: 0;
  font-weight: 600;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions .btn-circle svg {
  width: 15px;
  height: auto;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions .btn-circle:hover {
  cursor: pointer;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions .btn-circle:not(.black) {
  color: #000000;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions .btn-circle.blue {
  background-color: #2EAEFC;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions .btn-circle.black {
  background-color: #000000;
  color: #FFF;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions .btn-circle.black-red {
  background-color: #000000;
  color: #FF292C;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions .btn-circle.orange {
  background-color: #FF8548;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions .btn-circle.red {
  background-color: #FF292C;
}
section.entrenamientos .entrenamientos-tabs .entrenamiento-block .ejercicio .exercise-actions .btn-circle.pink {
  background-color: #FF5BB9;
}

@media (prefers-reduced-motion: reduce) {
  section.entrenamientos .tabs-nav .tabs-track,
  section.entrenamientos .tabs-nav .tabs-track::before,
  section.entrenamientos .tabs-nav .tab-button,
  section.entrenamientos .tab-content {
    transition: none !important;
  }
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.color-base {
  color: #000000;
}

.h-100 {
  height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

html {
  background: #1D2228;
}

.modal-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}

.image-modal,
.relation-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
  transition: display 0.24s allow-discrete;
}
.image-modal.open,
.relation-modal.open {
  display: block;
}
.image-modal .modal-overlay,
.relation-modal .modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  backdrop-filter: blur(0px);
  transition: opacity 0.24s cubic-bezier(0.4, 0, 0.9, 0.35), backdrop-filter 0.24s cubic-bezier(0.4, 0, 0.9, 0.35);
}
.image-modal.open .modal-overlay,
.relation-modal.open .modal-overlay {
  opacity: 1;
  backdrop-filter: blur(6px);
  transition: opacity 0.38s ease, backdrop-filter 0.38s ease;
}
@starting-style {
  .image-modal.open .modal-overlay,
  .relation-modal.open .modal-overlay {
    opacity: 0;
    backdrop-filter: blur(0px);
  }
}
.image-modal .modal-content,
.relation-modal .modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + 24px)) scale(0.94);
  width: 96vw;
  max-height: 92vh;
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.24s cubic-bezier(0.4, 0, 0.9, 0.35), transform 0.24s cubic-bezier(0.4, 0, 0.9, 0.35);
}
.image-modal .modal-content .modal-close,
.relation-modal .modal-content .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.image-modal .modal-content .modal-close:hover,
.relation-modal .modal-content .modal-close:hover {
  background: rgba(0, 0, 0, 0.06);
}
.image-modal .modal-content img,
.relation-modal .modal-content img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.image-modal.open .modal-content,
.relation-modal.open .modal-content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.38s cubic-bezier(0.16, 1.02, 0.3, 1.12) 0.04s, transform 0.38s cubic-bezier(0.16, 1.02, 0.3, 1.12) 0.04s;
}
@starting-style {
  .image-modal.open .modal-content,
  .relation-modal.open .modal-content {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 24px)) scale(0.94);
  }
}
@media (prefers-reduced-motion: reduce) {
  .image-modal,
  .image-modal .modal-overlay, .image-modal.open .modal-overlay,
  .image-modal .modal-content, .image-modal.open .modal-content,
  .relation-modal,
  .relation-modal .modal-overlay,
  .relation-modal.open .modal-overlay,
  .relation-modal .modal-content,
  .relation-modal.open .modal-content {
    transition-duration: 0.01ms;
  }
  .image-modal .modal-overlay, .image-modal.open .modal-overlay,
  .relation-modal .modal-overlay,
  .relation-modal.open .modal-overlay {
    backdrop-filter: none;
  }
  .image-modal .modal-content, .image-modal.open .modal-content,
  .relation-modal .modal-content,
  .relation-modal.open .modal-content {
    transform: translate(-50%, -50%);
  }
}
.image-modal .modal-content,
.relation-modal .modal-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 92vh;
}

.relation-modal.has-mensaje .modal-content {
  width: min(560px, 92vw);
  max-height: 80vh;
  height: auto;
}
.relation-modal.has-mensaje .modal-grid {
  display: none;
}

.modal-mensaje {
  display: none;
  margin: 0;
  padding: 24px 44px 8px 4px;
  font-size: 26px;
  line-height: 1.35;
  color: #000000;
  overflow-wrap: break-word;
  white-space: pre-line;
}
.has-mensaje .modal-mensaje {
  display: block;
}
.modal-mensaje .mensaje-linea {
  margin: 0;
}
.modal-mensaje .mensaje-linea + .mensaje-linea {
  margin-top: 14px;
}
.modal-mensaje .mensaje-titulo {
  text-transform: uppercase;
  font-weight: 700;
}

.image-modal .modal-content img {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  object-fit: contain;
}

.legend-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
  transition: display 0.24s allow-discrete;
}
.legend-modal.open {
  display: block;
}
.legend-modal .modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  backdrop-filter: blur(0px);
  transition: opacity 0.24s cubic-bezier(0.4, 0, 0.9, 0.35), backdrop-filter 0.24s cubic-bezier(0.4, 0, 0.9, 0.35);
}
.legend-modal.open .modal-overlay {
  opacity: 1;
  backdrop-filter: blur(6px);
  transition: opacity 0.38s ease, backdrop-filter 0.38s ease;
}
@starting-style {
  .legend-modal.open .modal-overlay {
    opacity: 0;
    backdrop-filter: blur(0px);
  }
}
.legend-modal .modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + 24px)) scale(0.94);
  width: min(560px, 92vw);
  max-height: 80vh;
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  padding: 18px 8px 8px 8px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.24s cubic-bezier(0.4, 0, 0.9, 0.35), transform 0.24s cubic-bezier(0.4, 0, 0.9, 0.35);
}
.legend-modal .modal-content .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.legend-modal .modal-content .modal-close:hover {
  background: rgba(0, 0, 0, 0.06);
}
.legend-modal .modal-content img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.legend-modal.open .modal-content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.38s cubic-bezier(0.16, 1.02, 0.3, 1.12) 0.04s, transform 0.38s cubic-bezier(0.16, 1.02, 0.3, 1.12) 0.04s;
}
@starting-style {
  .legend-modal.open .modal-content {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 24px)) scale(0.94);
  }
}
@media (prefers-reduced-motion: reduce) {
  .legend-modal,
  .legend-modal .modal-overlay, .legend-modal.open .modal-overlay,
  .legend-modal .modal-content, .legend-modal.open .modal-content {
    transition-duration: 0.01ms;
  }
  .legend-modal .modal-overlay, .legend-modal.open .modal-overlay {
    backdrop-filter: none;
  }
  .legend-modal .modal-content, .legend-modal.open .modal-content {
    transform: translate(-50%, -50%);
  }
}
.legend-modal .legend-list {
  list-style: none;
  margin: 0;
  padding: 8px 10px 14px;
}
.legend-modal .legend-list .legend-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px 8px;
  border-top: 1px solid #D9D9D9;
}
.legend-modal .legend-list .legend-item:first-child {
  border-top: 0;
}
.legend-modal .legend-list .legend-item .badge {
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  color: #000000;
  background: #eee;
}
.legend-modal .legend-list .legend-item .badge svg {
  width: 15px;
  height: auto;
}
.legend-modal .legend-list .legend-item .badge.black {
  background: #000000;
  color: #FFF;
}
.legend-modal .legend-list .legend-item .badge.black-red {
  background: transparent;
  color: #FF292C;
}
.legend-modal .legend-list .legend-item .badge.orange {
  background: #FF8548;
  color: #000000;
}
.legend-modal .legend-list .legend-item .badge.blue {
  background: #2EAEFC;
  color: #000000;
}
.legend-modal .legend-list .legend-item .badge.red {
  background: #FF292C;
  color: #FFF;
}
.legend-modal .legend-list .legend-item .badge.pink {
  background: #FF5BB9;
  color: #000000;
}
.legend-modal .legend-list .legend-item .legend-text {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.modal-tabs {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0 44px 16px;
}
.modal-tabs:empty {
  display: none;
}
.modal-tabs .modal-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  border: 2px solid transparent;
  background: transparent;
  color: #000000;
  border-radius: 16px;
  padding: 12px 18px;
  min-height: 56px;
  min-width: 120px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.modal-tabs .modal-tab:not(.has-icon) {
  border-color: #000000;
  border-radius: 9999px;
  padding: 14px 26px;
  justify-content: center;
}
.modal-tabs .modal-tab:not(.active):hover {
  background: rgba(0, 0, 0, 0.06);
}
.modal-tabs .modal-tab.active {
  background: #000000;
  border-color: #000000;
  color: #FFF;
}
.modal-tabs .modal-tab-icon {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
  flex: 0 0 auto;
  pointer-events: none;
}
.modal-tabs .modal-tab-label {
  display: block;
}

.modal-direccion {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 44px 16px 0;
  padding: 5px 20px;
  border-radius: 4px;
  background: #000000;
  color: #FFF;
}
.modal-direccion[hidden] {
  display: none;
}
.modal-direccion .direccion-flecha {
  flex: 0 0 auto;
  width: 42px;
  height: auto;
}
.modal-direccion .direccion-badge {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}
.modal-direccion .direccion-texto {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

@keyframes modal-item-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.modal-grid {
  display: grid;
  gap: 16px;
  transition: opacity 0.16s ease;
  flex: 1 1 auto;
  min-height: 0;
  grid-auto-rows: minmax(0, 1fr);
}
.modal-grid.is-leaving {
  opacity: 0;
  pointer-events: none;
}
.modal-grid .modal-item {
  animation: modal-item-in 0.34s cubic-bezier(0.16, 1.02, 0.3, 1.06) both;
  animation-delay: min(var(--i, 0) * 45ms, 360ms);
}
.modal-grid .modal-item--skeleton {
  animation: none;
  opacity: 1;
}
.modal-grid .modal-item--skeleton .skeleton-thumb {
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  aspect-ratio: 3/2;
  border-radius: 8px;
  background-image: linear-gradient(100deg, rgba(0, 0, 0, 0.07) 30%, rgba(0, 0, 0, 0.18) 50%, rgba(0, 0, 0, 0.07) 70%);
  background-size: 200% 100%;
  animation: afit-skeleton 1.4s linear infinite;
}
.modal-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(380px, 100%), 1fr));
  align-items: stretch;
}
.modal-grid .modal-item {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
  position: relative;
  cursor: pointer;
}
.modal-grid .modal-item .modal-thumb {
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  object-fit: contain;
}
.modal-grid .modal-item figcaption {
  flex: 0 0 auto;
  text-align: center;
  font-size: 20px;
  margin-top: 8px;
}
.modal-grid:has(> .modal-item:first-child:last-child) {
  grid-template-columns: min(1100px, 90vw);
  justify-content: center;
  align-items: stretch;
}
.modal-grid:has(> .modal-item:first-child:last-child) .modal-item {
  width: 100%;
  margin: 0 auto;
}
.modal-grid:has(> .modal-item:first-child:last-child) .modal-item .modal-thumb {
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  object-fit: contain;
}
.modal-grid:has(> .modal-item:first-child:last-child) .modal-item figcaption {
  text-align: center;
  font-size: 22px;
  margin-top: 8px;
}

.relation-modal.single-item .modal-grid {
  grid-template-columns: min(1100px, 90vw);
  justify-content: center;
  align-items: stretch;
}
.relation-modal.single-item .modal-grid .modal-item {
  width: 100%;
  margin: 0 auto;
}
.relation-modal.single-item .modal-grid .modal-item .modal-thumb {
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  object-fit: contain;
}
.relation-modal.single-item .modal-grid .modal-item figcaption {
  text-align: center;
  font-size: 22px;
  margin-top: 8px;
}

@media (prefers-reduced-motion: reduce) {
  .modal-grid {
    transition-duration: 0.01ms;
  }
  .modal-grid .modal-item {
    animation: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .modal-grid .modal-item--skeleton .skeleton-thumb,
  .ejercicio .ejercicio-thumb.is-loading,
  .ejercicio .ejercicio-thumb.is-ready {
    animation: none;
  }
}
.image-modal {
  z-index: 10009;
}

.zoom-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.45);
  color: #FFF;
  pointer-events: none;
  z-index: 2;
}
.zoom-hint svg {
  width: 22px;
  height: 22px;
  display: block;
  margin-left: 3px;
}

.modal-grid .zoom-hint {
  will-change: transform;
  animation: zoom-hint-pulse 2.4s ease-in-out infinite;
}
.modal-grid .zoom-hint::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  opacity: 0;
  z-index: -1;
  will-change: transform, opacity;
  animation: zoom-hint-ring 2.4s ease-in-out infinite;
}

@keyframes zoom-hint-pulse {
  0%, 70%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  35% {
    transform: translate(-50%, -50%) scale(1.14);
  }
}
@keyframes zoom-hint-ring {
  0%, 70%, 100% {
    opacity: 0;
    transform: scale(0.9);
  }
  35% {
    opacity: 1;
    transform: scale(1);
  }
}
.modal-grid .modal-item--skeleton {
  cursor: default;
}

@media (prefers-reduced-motion: reduce) {
  .modal-grid .zoom-hint,
  .modal-grid .zoom-hint::after {
    animation: none;
  }
}

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