@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*
font-family: 'Open Sans', sans-serif;
300 ligth
400 regular
600 semibold
700 bold
*/

body {
	background: #fff;
	color: #000;
	font-family: "Open Sans", sans-serif;
}
img {
	width: 100%;
	height: auto;
}
a { 
	color: inherit;
}
h1 {
    font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	margin: 1em 0;
    font-weight: 700;
	font-size: 36px;
}
h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
	font-size: 26px;
}
.certificado {
	clear: both;
	color:#231f20;
	overflow: auto;
}
.certificado .datos {
	padding: 5em 3em 0;
	text-align: center;
}
.certificado .datos .nombre, .certificado .datos .participacion {
	margin-bottom: 3em;
}
.certificado .datos h1 {
	font-size: 4.2em;
	font-weight: 400;
}
.certificado .datos h2 {
	font-size: 4.6em;
	font-weight: 700;
	font-style: italic;
}
.certificado .datos .pie {
	margin-top: 8em;
	text-align: center;
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
	display: inline;
}


@media screen and (max-width: 960px){
	
}


