.contenido-header{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.zizou-bold{
  font-family: "zizou-slab-bold";
}
.zizou-regular{
  font-family: 'zizou-slab-regular';
}
.font-solano{
  font-family: 'sgothic-bdcap';
}
.box-pink{
  background-color: #FF5FFF;
  padding: 10px 25px;
  border-radius: 10px;
  width: fit-content;
}
.box-pink p.size-67{
  font-size: 60px;
  line-height: 50px
}
.box-pink p.size-25{
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 1px;
}
.box-pink .lv-blanca{
  width: 2px;
  height: 50px;
  background-color: white;
  margin: 0 1rem;
}
.size-22{
  font-size: 22px;
}
.bg-purple-box{
  background-color: #4B24B4;
  border-radius: 20px;
  padding: 15px;
  transform: skewX(-10deg);
  text-align: center;
}
.width-box{
  width: 100%;
  max-width: 220px;
  padding: 30px 15px;
  margin: auto;
  margin-bottom: 2.5rem;
}
.bg-purple{
  background-color: #4B24B4;
}
.img-icono{
  width: 100%;
  max-width: 135px;
  transform: skewX(10deg);
}
.bg-redUPC{
  background-color: #E50A17;
}
.bg-redUPC h2.font-solano{
  font-size: 3rem;
}
.bg-redUPC .container{
  max-width: 570px;
  margin-right: 0;
}
.lv-redUPC{
  background-color: #E50A17;
  width: 100px;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-10deg);
}
.imagen-titulo {
  max-width: 400px;
  width: 100%;
}
.btn-inscribete {
  background-color: #E50A17;
  color: white;
  border: 1px solid #E50A17;
  position: relative;
  z-index: 9;
  padding: 10px 50px;
  text-decoration-line: none;
  font-weight: 500;
  font-family: "zizou-slab-bold";
  display: inline-block;
  font-size: 22px;
  border-radius: 10px;
}
@media (max-width: 768px){
  .lv-redUPC{
    display: none;
  }
  #header{
    min-height: 1300px;
  }
}
@media (max-width: 992px){
  .imagen-fondo{
    min-height: 700px;
    object-fit: cover;
  }
}
@media (min-width: 768px){
  .w-md-50{
    width: 50% !important;
  }
}
#event-form h3.zizou-bold{
  font-family: "zizou-slab-bold";
  text-transform: none;
}
.thanks-message h1.zizou-bold{
  font-family: 'zizou-slab-bold';
}
.thanks-message p.zizou-regular{
  font-family: 'zizou-slab-regular';
}
#header .thanks-message{
  background-color: rgba(255, 255, 255, 0.9);
}
footer.footer-upcacess {
  height: 150px;
}
a.btn-inscribete:hover{
  color: white;
}