.page {
	position: relative;
	width: 100%;
	height: 99.9%
}

.name {
    font-family: srfont;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    visibility: visible;
    width: 100%;
    position: absolute;
    top: 46.2%;
    text-align: center;
    text-transform: capitalize; /* Agregado para capitalizar la primera letra de cada palabra */
}

.cedula {
    font-family: inherit;
    font-style: italic;
    font-weight: lighter; /* Puedes ajustar esto según tus preferencias */
    font-size: 16px;
    visibility: visible;
    width: 100%;
    position: absolute;
    top: 50.5%;
    text-align: center;
}

.trabajo {
	font-family: inherit;
    font-style: italic;
	font-weight: bold;
	font-size: 15px;
	visibility: visible;
	width: 100%;
	position: absolute;
	top: 68.5%;
	text-align: center;

}

.trabajo_eva {
	font-family: inherit;
    font-style: italic;
	font-weight: bold;
	font-size: 12px;
	visibility: visible;
	width: 100%;
	position: absolute;
	top: 67.3%;
	text-align: center;

}

.asistente {
	font-family: srfont;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    visibility: visible;
    width: 100%;
    position: absolute;
    top: 52%;
    text-align: center;
    text-transform: capitalize; /* Agregado para capitalizar la primera letra de cada palabra */

}

.template {
	position: absolute;
	width: 100%;
	height: 100%;
}


.qr-code {
    position: absolute;
    top: 20px; /* Mueve el QR hacia la parte inferior */
    right: 10px;  /* Mantiene el QR en la parte derecha */
    width: 100px; /* Ajusta el tamaño del QR según sea necesario */
    height: 100px; /* Ajusta el tamaño del QR */
}