.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-effect {
  background-image: url("../imagens/PORTA33-EPS-CAROLINA-VIEIRA-RESIDENCIA6.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/PORTA33-EPS-CAROLINA-VIEIRA-RESIDENCIA0.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/PORTA33-EPS-CAROLINA-VIEIRA-RESIDENCIA57.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;
}


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

}
