/* galeria de imagens */


.parallax-effect {
  background-image: url("../imagens/esculturas/PORTA33-MANUEL-ZIMBRO-CORRIOLA-2.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("../imagens/mz-desenhos/PORTA33-MANUEL-ZOMBRO-SUMAUMA.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/exposicao/pormenor-expo-manuel-zimbro.jpg");
  min-height: 900px;
  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;
}


.parallax-effect_3{
  background-image: url("../imagens/exposicao/5.jpg");
  min-height: 900px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-effect_3 + div {
  height: auto;
 
  font-size: 16px;
  text-align: left;
  font-family: 'Raleway', Arial, sans-serif;
}



.parallax-effect_4{
  background-image: url("../imagens/catalogo/zimbro-capa-catalogo_0.jpg");
  min-height: 900px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-effect_4 + div {
  height: auto;
 
  font-size: 16px;
  text-align: left;
  font-family: 'Raleway', Arial, sans-serif;
}


.accordion {
  background-color: #FFF;
  color: #000;
  cursor: pointer;
  padding: 18px 0px 18px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;


}

.active,
.accordion:hover {
  background-color: #FFF;
  text-decoration: none;
  color: #8f8f8f;

}



.panel {

  display: none;
  background-color: white;
  overflow: hidden;
  padding: 0px;
}


@media (max-width: 576px) {
  .accordion {
      padding: 18px 0px 18px 0px;

  }

}

button:focus {
  outline: 0;
}