@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 4rem;
	font-weight: 700;
	color:var(--negro);
	text-align: center;
	padding-bottom: 1.5rem;
}

h2 {
	font-size: 4rem;
	font-weight: 700;
	color:var(--negro);
	text-align: center;
	padding-bottom: 1.5rem;
}

@media (max-width:576px){
h1, h2 {
	font-size: 3rem;
}
	
}

h3 {
	font-size: 2.8rem;
	font-weight: 700;
	color:var(--negro);
	text-align: center;
	padding-bottom: 1.5rem;
}

h4 {
	font-size: 1.4rem;
	font-weight: 600;
}


h5 {
	font-size: 2rem;
	font-weight: 600;
}
