body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
main {
  background-color: #fff;
  color: #000;
}
.barra {
  height: 0.5rem;
  background: #ccc;
  position: fixed;
  top: 6.5rem;
  left: 0;
  width: 100%;
  z-index: 3;
}
.progress {
  height: 0.5rem;
  background: #c6458c;
  position: fixed;
  top: 6.5rem;
  left: 0;
  width: 100%;
  transform-origin: 0 50%;
  animation: scaleProgress auto linear;
  animation-timeline: scroll(root);
}
@font-face {
  font-family: "Space-Mono-Regular";
  src: url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/santander/fonts/SpaceMono-Regular.woff2")
      format("woff2"),
    url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/santander/fonts/SpaceMono-Regular.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space-Mono-Bold";
  src: url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/santander/fonts/SpaceMono-Bold.woff2")
      format("woff2"),
    url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/santander/fonts/SpaceMono-Bold.woff")
      format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.mainmedia-hidden .special .article-content .content-modules {
  display: block;
}
.special .article-content .content-modules .paragraph {
  max-width: 80vw !important;
  margin: 0 auto 5vw !important;
  font-size: 1.5vw !important;
  line-height: 1.5 !important;
  text-align: center !important;
}
:root {
  --imagen-fondo: url("https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/avanzadoras-2024/img/apertura-avanzadoras.jpg");
}
.apertura {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-bottom: 5vw;
  height: auto;
  width: 100%;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
}
.wrapper {
  display: flex;
  width: 100vw;
  height: auto;
  background-image: var(--imagen-fondo);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  border-left: 0.5vw solid #fff;
}
.wrapper-img {
  width: 40vw;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 30% auto;
  border-right: 0.5vw solid #fff;
  border-bottom: 0.5vw solid #fff;
}
.img-blq-1 {
  border-bottom: 0.5vw solid #fff;
}
.wrapper-text {
  width: 60vw;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: repeat(3, auto);
}
.text-blq {
  display: flex;
  width: 100%;
  min-height: 15vw;
  box-sizing: border-box;
  padding: 5vh;
  border-right: 0.5vw solid #fff;
  border-bottom: 0.5vw solid #fff;
}
.text-blq-1 {
  grid-row: 1;
  grid-column: 1 / 3;
  background-size: 200%;
  background-position: right center;
}
.text-blq-2 {
  grid-row: 1;
  grid-column: 3 / 5;
  background-size: 300%;
}
.text-blq-3 {
  grid-row: 2;
  grid-column: 1 / 4;
  background-size: 200%;
}
.text-blq-3 img {
  height: auto;
}
.text-blq-4 {
  grid-row: 2;
  grid-column: 4 / 5;
}
.text-blq-5 {
  grid-row: 3;
  grid-column: 1 / 5;
}
.titulo {
  width: 100%;
}
.pre-titulo {
  font-family: "Roboto-Regular";
  font-size: 1vw;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border-radius: 1vw;
}
.entradilla {
  width: 80%;
  font-family: "Source-Serif-Regular", serif;
  font-size: 2.4vw;
  line-height: 1.3;
  font-weight: 300;
  color: #fff;
  animation-delay: 0.5s;
}
.zoomInLeft {
  animation-name: zoomInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/*
* ----------------------------------------
* animationes
* ----------------------------------------
*/
@keyframes efecto {
  0% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
}
@keyframes scaleProgress {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

.efecto {
  animation: efecto 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation-timeline: view(block 20% auto);
}

header.header-main .header-scroll-wrapper {
  border-bottom: none;
}
header.header-main .header-primary .header-custom .header-custom-logo {
  padding: 0.5rem;
}

.avanzadoras-2024 {
  position: relative;
  width: 100%;
  max-width: 80vw;
  margin: 0 auto 5vw;
  box-sizing: border-box;
  z-index: 2;
}
.avanzadoras-fichas {
    position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 3vw 1vw;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 3;
}
.avanzadoras-fichas .avanzadora {
  display: flex;
  align-items: start;
  width: 32%;
  background: transparent
    url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/avanzadoras-2024/img/pincelada-morada.svg)
    no-repeat top center;
  background-size: contain;
}
.avanzadoras-fichas .avanzadora a {
  display: flex;
  align-items: start;
  gap: 0.5vw;
  padding: 1vw;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.avanzadoras-fichas .avanzadora img {
  max-width: 15rem;
  width: clamp(8rem, 6.5vw, 12rem);
  height: auto;
  border-radius: 50%;
  border: 0.25rem solid #fff;
  box-shadow: 0.5rem 0.5rem 1rem 0 rgba(0, 0, 0, 0.35);
}
.avanzadoras-fichas .info-avanzadora {
  display: flex;
  flex-flow: column;
  gap: 0.2vw;
  flex: auto;
}
.avanzadoras-fichas .avanzadora h3 {
  margin: 0;
  padding-right: 3vw;
  font-family: "Roboto-Bold";
  font-size: 1.15vw;
  line-height: 1.1 !important;
  color: #c6458c;
}
.avanzadoras-fichas .avanzadora p {
  margin: 0;
  padding-right: 3vw;
  font-family: "Roboto-Regular";
  font-size: 1vw;
  line-height: 1.3;
}
.avanzadoras-fichas .avanzadora a:hover {
  flex: auto;
  background: transparent
    url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/avanzadoras-2024/img/pincelada-rosa.svg)
    no-repeat top center;
}
.avanzadoras-fichas .avanzadora a:hover img {
  opacity: 1 !important;
}
.avanzadoras-fichas .avanzadora a:hover h3 {
  color: #fff;
}

.footer-section-custom {
  display: none;
}
.pie {
  width: 100%;
  background: #c6458c;
  color: #fff;
  margin: 0 auto -5rem;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pie p {
  width: 80% !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  color: #fff !important;
  font-family: "Roboto-Regular";
}
.pie p strong {
  font-family: "Roboto-Regular" !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
.pie img {
  width: 23rem !important;
  margin-top: 2rem;
}



.v-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 0;
    overflow: hidden;
  }
  
  .v-logo li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: transparent
      url(https://dkumiip2e9ary.cloudfront.net/xalok/20-minutos/especiales/avanzadoras-2024/img/v-avanzadoras.svg)
      no-repeat top center;
    animation: animate 50s linear infinite;
    bottom: -400px;
    z-index: 0;
  }
  
  .v-logo li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
  }
  
  .v-logo li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
    animation-duration: 24s;
  }
  
  .v-logo li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 8s;
  }
  
  .v-logo li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 36s;
  }
  
  .v-logo li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
  }
  
  .v-logo li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 6s;
  }
  
  .v-logo li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 14s;
  }
  
  .v-logo li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 30s;
    animation-duration: 90s;
  }
  
  .v-logo li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 4s;
    animation-duration: 70s;
  }
  
  .v-logo li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 22s;
  }
  
  @keyframes animate {
    0% {
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
    }
  
    100% {
      transform: translateY(-5000px) rotate(720deg);
      opacity: 0;
      border-radius: 0;
    }
  }


@media only screen and (min-width: 280px) and (max-width: 600px) {
    @keyframes animate {
        0% {
          transform: translateY(0) rotate(0deg);
          opacity: 1;
          border-radius: 0;
        }
      
        100% {
          transform: translateY(-6000px) rotate(720deg);
          opacity: 0;
          border-radius: 0;
        }
      }
  .header.header-main-custom {
    border-bottom: none !important;
  }
  .mainmedia-hidden .special .article-content .content-modules {
    padding-top: 0;
  }
  .barra,
  .progress {
    top: 11rem;
  }
  .wrapper-text {
    width: 85vw;
  }
  .wrapper-img {
    width: 15vw;
  }
  .text-blq {
    padding: 5vh 3vh;
  }
  .pre-titulo {
    font-size: 3.5vw;
  }
  .titulo {
    font-size: 6vw;
  }
  .entradilla {
    width: 100%;
    font-size: 5.5vw;
  }
  .text-blq-3 {
    grid-column: 1 / 5;
  }
  .special .article-content .content-modules .paragraph {
    font-size: 4.2vw !important;
  }
  .avanzadoras-2024 {
    max-width: 90%;
    margin: 15vw auto;
  }
  .avanzadoras-fichas {
    gap: 25vw;
  }
  .avanzadoras-fichas .avanzadora {
    width: 90%;
    justify-content: center;
    background-size: cover;
  }
  .avanzadoras-fichas .avanzadora a {
    flex-flow: column;
    align-items: center;
    gap: 1vw;
  }
  .avanzadoras-fichas .avanzadora a:hover {
    background-size: cover;
  }
  .avanzadoras-fichas .info-avanzadora {
    align-items: center;
    padding-bottom: 1vw;
    gap: 1vw;
  }
  .avanzadoras-fichas .avanzadora h3 {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 5.5vw !important;
    text-transform: none !important;
    color: #c6458c !important;
    border: none !important;
  }
  .avanzadoras-fichas .avanzadora a:hover h3 {
    color: #fff !important;
  }
  .avanzadoras-fichas .avanzadora p {
    padding-right: 0;
    font-size: 4vw !important;
    line-height: 1.3 !important;
    text-align: center;
  }
  .avanzadoras-fichas .avanzadora img {
    width: clamp(10rem, 6.5vw, 15rem);
    margin-top: -10vw;
  }
  footer {
    display: none;
  }
  img[alt="20m logo"] {
    display: none;
  }
}
