.overlay_wonder {
  position: absolute;
  bottom: 10px;
  left: 10px;

  background-color: rgba(0, 0, 0, 0.25);
  /* Black see-through */
  width: auto;
  height: 30px;
  transition: .5s ease;
  opacity: 1;
  color: #F7F7F7;
  font-size: 12px;
  padding: 7px;
  text-align: center;
}

/* When you mouse over the container, fade in the overlay title */

.img_captation:hover .overlay_wonder {
  opacity: 0;
}

.img_captation:hover .image {
  opacity: 0.3;
}

@media (max-width: 576px) {
  .overlay_wonder {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.25);
    width: 120px;
    height: 20px;
    transition: .5s ease;
    opacity: 1;
    color: rgba(247, 247, 247, 0.90);
    font-size: 8px;
    padding: 5px;
    text-align: center;
  }
}



/* galeria de imagens */

.parallax-section {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  font-family: 'Raleway', Arial, sans-serif;
}

.parallax-bg {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform;
}

.parallax-content {
  position: relative;
  z-index: 1;
  padding: 60px 20px;
  font-size: 16px;
  text-align: left;
}

/* Imagem de cada parallax */

.parallax-effect .parallax-bg {
  background-image: url("../imagens/Porta33_oficina_csom_1.webp");
  min-height: 2000px;
}


.parallax-effect_1 .parallax-bg {
  background-image: url("../imagens/OSC_concerto.jpg");
  min-height: 1000px;
}

.parallax-effect_2 .parallax-bg {
  background-image: url("../imagens/raincoats/The-Raincoats_Maria-Helena-da-Silva_1978.webp");
  min-height: 1500px;
}

.parallax-effect_3 .parallax-bg {
  background-image: url("../imagens/obras/IMG_7189.webp");
  min-height: 1500px;
}

.parallax-effect_4 .parallax-bg {
  background-image: url("../imagens/1a/PORTA33_Carolina_vieira_pedra_sol_obras_6.webp");
  min-height: 900px;
}

@media (max-width: 768px) {
  .parallax-section {
    min-height: 600px;
  }
}



/* iPhone / Safari iOS: desactiva o fixed em todas as secções */
@supports (-webkit-touch-callout: none) {
  .parallax-effect,
  .parallax-effect_1,
  .parallax-effect_2,
  .parallax-effect_3,
  .parallax-effect_4 {
    background-attachment: scroll;
  }
}





.legenda_eira {
  color: #212529;
  font-size: 10px;
  float:center;
  text-align: right;

}
