:root {
  --rojo: #FF4B44;
  --gris: #e6e6e6;
  --texto: #212529;
}

:target {
  scroll-margin-top: 10rem;
}

@font-face {
  font-family: "Laliga-head";
  src: url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/laliga/fonts/LALIGAHeadlineVF-Regular.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Laliga-light";
  src: url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/laliga/fonts/LALIGAText-Light.woff2")
    format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Laliga-regular";
  src: url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/laliga/fonts/LALIGAText-Regular.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Laliga-bold";
  src: url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/laliga/fonts/LALIGAText-Bold.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.c-header__user__nav {
  display: none;
}
.c-detail__top,
.c-detail__data {
  display: none !important;
}

.c-header__custom__text {
  font-family: "Laliga-head" !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  color: #fff !important;
}

.c-detail__embed__code > * {
  width: 100%;
}

.c-paragraph {
  padding: 0 2rem !important;
  font-family: "Laliga-light" !important;
  font-size: 1.8rem !important;
  line-height: 3.2rem !important;
  color: var(--texto) !important;
  font-weight: 400 !important;
}
.c-paragraph b {
  font-family: "Laliga-regular" !important;
  font-weight: 500 !important;
}

p a {
  font-family: "Laliga-regular" !important;
  font-size: 1.8rem !important;
  line-height: 3.2rem !important;
  color: var(--texto) !important;
  font-weight: 500 !important;
}
p a:hover {
  color: var(--rojo) !important;
}

* {
  box-sizing: border-box;
}

footer {
  display: none !important;
}

.pie {
  width: 100%;
  background: #fff;
  color: var(--texto);
  margin: 0 auto -5rem;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pie span {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 800;
  color: #000;
  font-family: "Laliga-Bold";
}
.pie p {
  width: 80%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
  font-family: "Laliga-regular";
}
.pie p strong {
  font-family: "Laliga-bold";
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
}
.pie img {
  width: 23rem !important;
  margin-top: 2rem;
  filter: invert(1);
}


.apertura-laliga {
  max-width: 128rem;
  margin: 0 auto 2rem;
  text-align: center;
}
.logo-club {
  max-width: 32rem;
}
.title-laliga {
  margin-bottom: 2rem;
  padding: 0 2rem;
  font-family: "Laliga-head";
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--texto);
  letter-spacing: .04rem;
}
.subtitle-laliga {
  padding: 0 2rem;
  margin-bottom: 2rem;
  font-family: "Laliga-light";
  font-size: 1.8rem;
  line-height: 3.2rem !important;
  font-weight: 300;
  color: var(--texto);
}
.subtitle-laliga strong {
  font-family: "Laliga-regular";
  font-weight: 500;
}
.selector-provincias {
  padding: 2rem 0 1rem;
  margin-bottom: 3rem;
  background-color: var(--gris);
  text-align: center;
}
.selector-provincias h3 {
  font-family: "Laliga-head";
  font-size: 2.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--rojo);
  letter-spacing: .05rem;
}
.selector-provincias h4 {
  margin-bottom: 2rem;
  font-family: "Laliga-head";
  font-size: 2.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: var(--texto);
  letter-spacing: .05rem;
}
.mapa-equipos {
  margin: 0 auto 4rem;
  padding: 0 1rem;
  max-width: 100%;
}
select {
  width: 25rem;
  margin-bottom: 2rem;
  padding: .5rem;
  font-size: 1.6rem !important;
  border-radius: 1.5rem;
  background-color: #fff !important;
  color: var(--texto);
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.capa {
  display: none;
}
.equipos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem 1rem;
  list-style: none;
  padding: 0 1rem;
  margin: 0;
}
.equipos li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: .5rem;
  flex: 1;
  padding: 0;
  max-width: 10rem;
  min-width: 8rem;
  height: 8rem;
  text-align: center;
}
.equipos li:first-child {
  border-left: none;
}
.equipos li img {
  max-width: 100%;
  max-height: 5rem;
  object-fit: contain;
}
.equipos li span {
  font-family: "Laliga-regular";
  font-size: 1.2rem;
  color: var(--texto);
  font-weight: 400;
}
.imagenes-laliga {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}

.despiece {
  margin: 0 auto 2rem;
  padding: 0 0 2rem;
  background-color: var(--gris);
  text-align: center;
}
.apertura-despiece {
  margin-bottom: 2rem;
  height: 120vw;
  position: relative;
  background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/laliga/img/laliga_baresclub_mobile.jpg) no-repeat top center;
  background-size: 100%;
}
.txt-despiece {
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
}
.txt-despiece h3 {
  font-family: "Laliga-head";
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--rojo);
  letter-spacing: .04rem;
}
.txt-despiece h4 {
  margin-bottom: 3rem;
  font-family: "Laliga-head";
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  letter-spacing: .03rem;
}
.txt-despiece a {
  display: flex;
  width: 21rem;
  height: 5.2rem;
  padding: 1.5rem 4rem;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: var(--Blanco, #FFF);
  text-align: center;
  font-family: "Laliga-head";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: .06rem;
  text-transform: uppercase;
  background-color: var(--rojo);
  border-radius: 4.8rem;
}
.despiece p {
  padding: 0 1rem;
  max-width: 65rem;
  margin: 0 auto 2rem;
  text-align: left;
}
.banner-laliga {
  text-align: center;
}
.banner-laliga img {
  width: auto;
  margin: 0 auto 2rem;
}
.encuesta-laliga {
  padding: 5rem 2rem;
  text-align: center;
  background-color: var(--texto);
}
.encuesta-laliga h3 {
  font-family: "Laliga-head";
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--rojo);
  letter-spacing: .04rem;
}
.encuesta-laliga span {
  display: inline-block;
  margin-bottom: 3rem;
  font-family: "Laliga-regular";
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}

@media only screen and (min-width: 450px) {
  .apertura-despiece {
    height: 100vw;
  }
}

@media only screen and (min-width: 768px) {
  .logo-club {
    max-width: 50rem;
  }
  .imagenes-laliga {
    flex-direction: row;
  }
  .apertura-despiece {
    height: 35rem;
    background: url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/laliga/img/laliga_baresclub_desktop.jpg) no-repeat top left;
    background-size: 100%;
  }
  .txt-despiece {
    top: 30%;
    bottom: unset;
    left: unset;
    right: 5rem;
  }
}

@media only screen and (min-width: 900px) {
  .logo-club {
    max-width: 70rem;
  }
  .selector-provincias {
    display: none;
  }
  .apertura-despiece {
    height: 40rem;
  }
}

@media only screen and (min-width: 1024px) {
  .apertura-despiece {
    height: 45rem;
  }
  .txt-despiece {
    top: 35%;
    right: 8rem;
  }
}

@media only screen and (min-width: 1280px) {
  .apertura-despiece {
    height: 55rem;
  }
}

@media only screen and (min-width: 1460px) {
  .apertura-despiece {
    height: 65rem;
  }
  .txt-despiece {
    top: 40%;
    right: 10rem;
  }
  .txt-despiece h3 {
    font-size: 5rem;
    line-height: 4.4rem;
  }
  .txt-despiece h4 {
    font-size: 4rem;
    line-height: 4.2rem;
  }
  .txt-despiece a {
    width: 25rem;
    font-size: 2.4rem;
  }
  .encuesta-laliga h3 {
    font-size: 4.4rem;
  }
  .encuesta-laliga span {
    font-size: 3.2rem;
  }
}

@media only screen and (min-width: 1920px) {
  .apertura-despiece {
    height: 85rem;
  }
  .txt-despiece {
    right: 20rem;
  }
}