button a {
  text-decoration: none;
}
.crumbs-mixing {
  position: absolute;
  top: 0;
  left: 0;
}
.titulo::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background-image: url(../../../../assets/images/adorno-titulo-1.svg);
  background-size: min(6vw, 45px) min(6vw, 45px);
  background-position: top right;
  background-repeat: no-repeat;
  margin-left: -33px;
  margin-top: 30px;
}
.titulo::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background-image: url(../../../../assets/images/adorno-titulo-2.svg);
  background-size: min(6vw, 45px) min(6vw, 45px);
  background-position: top left;
  background-repeat: no-repeat;
  margin-right: -33px;
  margin-top: 10px;
  right: 0;
}
iframe {
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
  border: 5px solid var(--amarillo);
  border-radius: 45px;
}
p {
  margin: 3px;
}
.bg-white * {
  color: black;
}
.flexrow.reverse {
  flex-flow: row-reverse;
}
.flexitem {
  text-align: left;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
}

.flexitem h3 {
  line-height: 1.2;
}

.flexitem.text {
  padding: 50px;
  justify-content: center;
}
.flexitem.graphic img,
.flexitem.graphic iframe {
  border-radius: 40px;
  border: 12px solid white;
}
.contenido {
  padding-bottom: 50px;
}
.contenido .bloque:nth-child(even) {
  margin-top: -50px;
}
.contenido .bloque h3 {
  font-size: min(8vw, 40px);
}
.franja_container {
  display: none;
}
.franja,
.franja_container {
  position: absolute;
  width: 250px;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  transform-origin: center;
}
.pm-movil {
  display: flex;
  align-items: center;
  justify-content: center;
}
.franja {
  min-height: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--black);
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: left;
}
.franja img {
  max-width: 100%;
}
.info_event {
  display: flex;
  flex-flow: row;
  text-align: center;
  justify-content: center;
}
.info_event p {
  margin-top: 10px;
  margin-inline: 20px;
  text-align: left;
}
.pm_logo {
  max-width: 200px !important;
  margin-left: 120px;
}
.pm_logo2 {
  max-width: 200px !important;
}
h1 {
  font-size: 40px;
}
.evento_cabecera {
  display: flex;
  flex-flow: row;
}
.map_container {
  position: relative;
  height: 400px;
  left: 50%;
  width: 90%;
  max-width: 1200px;
  transform: translateX(-50%);
  border-radius: 40px;
  overflow: hidden;
  z-index: 1;
}
#map {
  height: 100%;
}
.franja_container {
  display: block;
}
.franja_container .franja {
  background-color: var(--amarillo);
}
.planta {
  margin-top: -40px;
  z-index: -1;
}

@media screen and (max-aspect-ratio: 1/1) {
  .pm_logo2 {
    width: 100px;
  }

  .info_cabecera {
    align-items: flex-start;
    position: relative;
    display: flex;
    flex-flow: column;
  }
  .cabecera h1 {
    font-size: min(5vw, 20px);
  }
  .info_event {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    flex-flow: row;
    position: relative;
    display: flex !important;
    margin-top: 0px;
    text-align: left;
    align-items: flex-start;
  }
  .info_event img {
    width: 30px;
  }
  .info_event p {
    text-align: center;
  }
  .pm-movil {
    margin-top: 60px;
  }
  .map_container {
    margin-top: 100px;
  }
  .titulo::before,
  .titulo::after {
    display: none;
  }
  .mixer {
    margin-bottom: -30px;
  }
  .bloque.flexrow {
    flex-direction: column;
  }
  .flexitem {
    width: 100% !important;
  }
  .container_pm {
    text-align: center;
  }
  .container_pm h4 {
    font-size: min(6vw, 50px);
  }
  .flexitem.graphic img {
    max-width: 70%;
    border-radius: 40px;
    left: 50%;
    border: 2px solid white;
    position: relative;
    transform: translate(-50%, 0px);
  }
  .contenido {
    padding: 0px !important;
    padding-bottom: 50px;
  }
  .franja_container {
    display: none;
  }
  h1 {
    font-size: min(6vw, 65px);
  }
}

@media screen and (min-width: 320px) and (max-width: 839px) {
  .evento_cabecera {
    display: flex !important;
    flex-direction: column-reverse !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
  }
  .pm_logo {
    max-width: 150px !important;
    margin-left: 0px !important;
  }
  h1 {
    text-align: center !important;
    font-size: 30px !important;
    margin-top: 10px !important;
  }

  .flexrow {
    flex-direction: column-reverse !important;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    margin-bottom: 1rem !important;
  }

  .flexitem.text {
    padding: 30px !important;
  }
  .flexitem {
    width: 100% !important;
    max-width: 95%;
  }
}

.almost-full-mixer {
  height: 60vh;
}

.wrapper2 p {
  margin-bottom: 20px;
}

.cab_logo {
  width: 200px;
}

.bg-white {
  position: relative;
}

.planta-mixer {
  position: absolute;
  top: -23%;
  left: 17%;
}
