/*secÃ§Ã£o Ãºltimas actualizaÃ§Ãµes*/



header.masthead {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 4.5rem);
	background: linear-gradient(to bottom, rgba(13, 13, 13, 0.2) 0%, rgba(6, 6, 6, 0.4) 100%), url("../imagens/rachador.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
  }
  header.masthead h2 {
	font-size: 2.25rem;
  
  }
  @media (min-width: 992px) {
	header.masthead {
	  height: 100vh;
	  min-height: 40rem;
	  padding-top: 4.5rem;
	  padding-bottom: 0;
	}
	header.masthead p {
	  font-size: 1.5rem;
	}
	header.masthead h2 {
	  font-size: 3rem;
	}
  }
  @media (min-width: 1200px) {
	header.masthead h2 {
	  font-size: 3.5rem;
	}
  }
  


.parallax-effect_1 {
  background-image: url("../imagens/4-DSC02842.jpg");
  min-height: 700px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-effect_1 + div {
  height: auto;
  font-size: 16px;

  text-align: left;
  font-family: 'Raleway', Arial, sans-serif;
}



.parallax-effect_2 {
  background-image: url("../imagens/Many-Islands-Rachadores-4.jpeg");
  min-height: 700px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-effect_2 + div {
  height: auto;
  font-size: 16px;

  text-align: left;
  font-family: 'Raleway', Arial, sans-serif;
}



