


/* galeria de imagens */



.parallax-effect_1 {
  background-image: url("../imagens/Panorama_Escola-2022-2.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/mapa-porto-santo_topos.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;
}





ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #000;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #000;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
