/* galeria de imagens */



.column_center {
	-ms-flex: 100%; /* IE 10 */
	flex: 100%;
	padding: 0 8px;
  }

  .column_large {
	-ms-flex: 50%; /* IE 10 */
	flex: 50%;
	padding: 0 8px;
  }


  
  .column {
	-ms-flex: 33.3%; /* IE 10 */
	flex: 33.3%;
	padding: 0 8px;
  }



  .column img {
	margin-top: 16px;
	vertical-align: middle;
  }

  .column_center{
	margin-top: 16px;
	vertical-align: middle;
  }

  .column_large{
	margin-top: 16px;
	vertical-align: middle;
  }


@media (max-width: 800px) {
	.column {
	  flex: 100%;
	  max-width: 100%;
	}
  }

  @media (max-width: 600px) {
	.column {
    flex: 100%;
	  max-width: 100%;
    }
    .column_center {
        flex: 100%;
        max-width: 100%;
	  }
	  
	  .column_large {
        flex: 100%;
        max-width: 100%;
      }

      .column_4 {
        flex: 100%;
        max-width: 100%;
      }
  }

  .img_captation {
    position: relative;
    opacity: 1;
    }
    
    .img_captation :hover {
    opacity: 0.5;
    }
    



.parallax-effect {
  background-image: url("../pintura-desenho/obras/porta33-ilda-david-desenhos-pinturas-5.jpg");
  min-height: 700px;
  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("../cantico-dos-canticos/imagens/obras/porta33-ilda-david-cantico-dos-canticos-6.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("../cantico-dos-canticos/imagens/obras/porta33-ilda-david-cantico-dos-canticos-23.jpg");
  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;
}
