.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_1 {
  background-image: url("../imagens/mapeamento-img.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/mapeamento-img.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("https://www.porta33.com/porta33_madeira/exposicoes/content_exposicoes/eira/duarte-belo/imagens/diaporama/porta33-a-escola-63.jpg");
  min-height: 300px;
  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:Arial, sans-serif;
}


.title{
  font-size: 1.5rem;
  line-height:1.7rem;
  font-weight: 400;
  text-align: right;
  font-family: Arial, sans-serif;
}





@media (min-width:576px) {
  .title {
    font-size: 2.5rem;
    line-height:2.7rem;
    font-weight: 400;
  }
}








.texto{
  font-size: 2.5rem;
  line-height:2.7rem;
  font-weight: 400;
  text-align: justify;
  font-family: 'Raleway', Arial, sans-serif;
}



@media (min-width:576px) {
  .texto{
    font-size: 2rem;
    line-height:2.5rem;
    font-weight: 100;
    text-align: left;
    font-family: 'Raleway', Arial, sans-serif;
		
	  }
}







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

}
