h1.titulo-pagina{
     color: #00528a;
     top: -20px; 
     position: relative;
  }

  .angle-down{
    top: -20px;
    /*font-size: 60px;*/
    position: relative;
  } 

  .fakeimg {
      height: 205px;
      /*border-bottom: solid 5px #DDD;*/
      /*background: #aaa;*/
  }

  #instituicoes {
    
    top: 40px;
    position: relative;
    padding: 50px; 
    margin: 0 auto;
    background-color: #DDDs;
    width: 100%;
    border-top: solid 2px #020;


  }

  #instituicoes p{
    text-align: left;
    padding-top: 20px;

  }

  .fakeimg img{
      height: 205px;
      width: 255px;
      border-bottom: solid 5px #ff8000;
      /*background: #aaa;*/
  }



  .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
}

hr {
    margin: auto;
    width: 40%;
    padding: 10px;
}

.responsive {
    width: 100%;
    max-width: 609px;
    height: auto;
}

.logo-responsive {
  max-width: 200px;
  height: auto;
}

.inst-responsive{
  width: 100%;
  max-width: 400px;
  height: auto;
}

.home-activities{
  font-size: 100%;
  color: #528a00;
  font-weight: 600; 
}

#footer{
  margin-bottom:0px;
  margin-top: 70px; 
  border-top: solid 5px #00528a;
}

.glow {
  font-size: 80px;
  color: ##00528a;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
     text-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #CCC;
  }
  to {
    text-shadow: 0 0 10px #fff, 0 0 20px #00528a, 0 0 30px #00528a, 0 0 35px #00528a;
  }
}

/*@-webkit-keyframes glow {
  from {
     text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ff8000, 0 0 40px #ff8000, 0 0 50px #ff8000, 0 0 60px #ff8000, 0 0 70px #ff8000;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #00528a, 0 0 40px #00528a, 0 0 50px #00528a, 0 0 60px #00528a, 0 0 70px #00528a, 0 0 80px #00528a;
  }
}*/