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(../img/svg/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(../img/svg/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.text{
  padding: 50px;
  justify-content: center;
}
.flexitem img{

}
.flexitem.graphic{

}
.flexitem.graphic img, .flexitem.graphic iframe{
  /* max-width: 100%; */
  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;
}
.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: min(6vw, 65px);*/
/*        font-size: min(3vw, 58px);*/
        font-size: 45px;
    }
    .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) {
  .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{
        display: none;
    }
    .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);
    }
}






















