  @font-face {
      font-family: Embassy;
      src: url(embassy-bt.ttf);
  }
  
  @font-face {
      font-family: Raleway-Regular;
      src: url(Raleway-Regular.ttf);
  }
  
  @font-face {
      font-family: Raleway-Bold;
      src: url(Raleway-Bold.ttf);
  }
  
  @font-face {
      font-family: Calibri;
      src: url(calibri.ttf);
  }

  .contenedor {
      position: relative;
      display: inline-block;
      text-align: center;
  }
  
  .texto-encima {
      position: absolute;
      top: 10px;
      left: 10px;
  }
  .nombre p{
	font-family: 'Calibri';
	font-size: 31px;
	}

  .nombre {
    position: absolute;
    width: 550px;
    top: 56%;
    left: 45%;
    transform: translate(-47%, -55%);    
}

  .participacion {
      position: absolute;
      top: 64%;
      left: 52%;
      transform: translate(-50%, -50%);
      margin: 0 auto;
      width: 70%;
      
  }
  .participacion p{
    font-family: 'calibri';
    font-size: 15px;
    text-align: justify;
  }
  
  .tema {
      position: absolute;
      top: 51%;
      left: 60%;
      transform: translate(-50%, -50%);
      margin: 0 auto;
      width: 60%;
      font-family: 'calibri';
      font-size: 15px;
  }
  
  .lugarfecha p{
     font-family: 'calibri';
     font-size: 15px;
     font-weight: bold;
}
  .lugarfecha {
      position: absolute;
      top: 75%;
      left: 55%;
      transform: translate(-50%, -50%);
      margin: 0 auto;
      width: 60%;
     
  }
 .porcentaje p{
     font-family: 'calibri';
     font-size: 15px;
     font-weight: bold;
}

  .porcentaje {
    position: absolute;
    top: 75%;
    left: 25%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 60%;
    font-family: Raleway-Regular;
    font-size: 12px;
    font-weight: bold;

}

  .porcentaje_obt p{
     font-family: 'calibri';
     font-size: 15px;
     font-weight: bold;
}

.porcentaje_obt {
    position: absolute;
    top: 75%;
    left: 38%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 30%;
}

 .qr {
      position: absolute;
      top: 66%;
      width: 12rem;
      left: 72%;
      transform: translate(-15%, 25%);
  }
  
  p {
      text-align: center;
      position: relative;
      line-height: 1.5;
  }
 