/* galeria de imagens */


.parallax-effect {
  background-image: url("../imagens/obras-pormenor/PORTA33-Genevieve-Morgan-LARDOCELAR-PORM-OBRA-1.1.jpg");
  min-height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-effect + div {
  height: auto;

  font-size: 16px;
  text-align: left;

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


.parallax-effect_1 {
  background-image: url("../imagens/obras-pormenor/PORTA33-Genevieve-Morgan-LARDOCELAR-PORM-OBRA-6.jpg");
  min-height: 600px;
  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/obras-pormenor/PORTA33-Genevieve-Morgan-LARDOCELAR-PORM-OBRA-2.1.jpg");
  min-height: 600px;
  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;
}