#headPage {
	/*min-height: 490px;*/
	border-bottom: 10px solid var(--color-primario-claro);
	padding-top: 10%;
  padding-bottom: 5%; }
#headPage h1 {
	font-size: 60px;
	line-height: 1em;
  padding-bottom: 0;
  margin-bottom: 20px; }
#headPage p { font-size: 30px; }
#headPage .bg-headPage { opacity: 0.2; }

.contentPage {
	padding-top: 60px;
	padding-bottom: 60px; }