.head-fest {
  background-image: url('../assets/petitfest/HOLANDAPETIT_PETITFEST_fondo.png');
  background-repeat: repeat-y;
  background-size: cover;
  /* 
  background-position: center; */
  z-index: 2;
}
.head-fest .container-cover {
  margin-bottom: 100px;
}
.logo-fest {
  width: 50%;
}
.logo-fest-holanda {
  width: 100%;
}
.wave-fest {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
}
.feed {
  width: 40px;
}
.h1-neon {
  font-size: clamp(2rem, 2.5vw, 5rem);
  text-align: center;
  margin-bottom: 20px;
}
.t-pink-neon {
  text-transform: uppercase;
  color: #ff27ab;
}
.p-horario {
  font-family: var(--fred);
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 2.4rem;
  padding: 1.3rem 0;
}
.p-horario span {
  white-space: nowrap;
  padding-right: 10px;
}
.p-horario .yellow {
  color: var(--yt);
}
.logo-container {
  margin-top: 40px;
  position: relative;
  display: flex;
  justify-content: center;
}
.logo-aniv {
  position: absolute;
  width: 15rem;
  right: 0;
  top: 0;
}
.horario-container {
  display: flex;
  justify-content: center;
  align-items: top;
}
.horario-container > span {
  padding: 0 20px;
}
.horario-container > span:nth-child(1) {
  border-right: 2px solid white;
  text-align: right;
}
.info-container {
  margin: 40px 0 0 0;
  width: 100%;
  max-width: 55rem;
  text-align: center;
}
.version {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: red;
  z-index: 99999999;
}
.petitfest .container {
  max-width: 100%;
}
@media (max-width: 1536px) {
  .version {
    background: #40e0d0;
  }
}
@media (max-width: 1280px) {
  .version {
    background: violet;
  }
  .head-fest .container-cover {
    max-width: 100%;
    padding: 0 8%;
  }
  .petitfest {
    overflow-x: hidden;
  }
  .petitfest .even {
    flex-direction: column-reverse;
  }
  .petitfest .even .bio-left-cover {
    width: 100%;
  }
  .petitfest .container-bio {
    flex-direction: column;
  }
  .petitfest .bio-left,
  .petitfest .bio-right {
    width: 100%;
    padding: 0 8%;
  }
  .petitfest .center-heading {
    padding: 0.5rem 8%;
    text-align: center;
    font-size: 3.5rem;
  }

  iframe {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .version {
    background: #9acd32;
  }
}
@media (max-width: 768px) {
  .version {
    background: peru;
  }
}
@media (max-width: 640px) {
  .version {
    background: #4169e1;
  }

  .logo-aniv {
    width: 8rem;
    margin-top: -4rem;
  }
  .logo-fest {
    width: 75%;
    margin-top: 1.1rem;
  }

  .horario-container {
    flex-direction: column;
    margin-top: 50px;
  }

  .horario-container > span:nth-child(1) {
    text-align: center;
    border-right: none;
  }
  .horario-container > span {
    text-align: center;
  }
  .petitfest h2 {
    text-align: center;
  }

  .bio-right h1 {
    font-size: 3rem;
  }

  .petitfest .center-heading {
    font-size: 2.5rem;
  }

  .sigueme {
    width: 50%;
  }
}
