h1{
	font-size: 3.4rem;
	font-weight: 600;
	margin-bottom: 1.2rem;
}


h2{
	font-size:2.5rem;
	font-weight:600;
	margin-bottom:0rem;
}

@media (max-width:480px) {
h1{
	font-size: 2.6rem;
	font-weight: 600;
}
	
h2{
	font-size:1.8rem;
	font-weight:600;
	margin-bottom:0rem;
	}
}

@media (min-width:481px) and (max-width:768px) {
h1{
	font-size: 2.8rem;
	font-weight: 600;
}	

h2{
	font-size:2rem;
	font-weight:600;
	margin-bottom:0rem;
	}
}

h3 {

}

h6, h6 a {
	font-size: 1.4rem;
	color:var(--grismedio);
	font-weight: 400;
	margin-bottom: 1.5rem;
}

h6 a:hover, h6 a:active, h6 a:focus {
	color:var(--primario)
}
