h1 {
	font-size: 12vw;
}

.justificado {
	text-align: justify;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}