*{
  font-family: arial, helvetica, sans-serif; 
  line-height:1.0em; 
  text-align:justify;
  color: #E5E8EB;
}
a{
  text-decoration:none;
}
h1{
    font-size: 16pt; 
    line-height: 2.0em; 
    margin-bottom: 0; 
    margin-top: 0; 
    padding-top: 0;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.p1{
  line-height:1.7em; 
}
body{
  padding: 0;
  margin: 0;
}
.brasaoBmsj{
  position: absolute;
  width: 165px;
  height: 165px;
  top: -26px;
  left: 30px;
  z-index: 1;
}
.brasaoSogipa{
  position: absolute;
  width: 80px;
  height: 80px;
  top: 30px;
  left: 60px;
  z-index: 1;
}
.desApoio{
  color: #E5E8EB;
  position: absolute;
  left: 50px;
  top: -5px;
  z-index: 1;
  font-family: Arial, Helvetica, sans-serif;
}
.logoBmsj{
  position: absolute;
  width: 15%;
  height: 17%;
  top:6%;
  background-color: #246;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.logoApoiador{
  position: absolute;
  width: 15%;
  height: 17%;
  top:6%;
  left: 15%;    
  background-color: #246;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.redesociais{
  position: absolute;
  width: 70%;
  height: 9%;
  top:6%;
  left: 30%;
  background-color: #246;
  transform: translateY(0%);
  padding-left: 47.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.obsseguir{
  position: absolute;
  top: 6%;
  left: 66%;
  color: #E5E8EB;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
.titulo{
  position: absolute;
  display: flex;
  width: 70%;
  height: 9%;
  top: 14%;
  left: 30%;
  background-color: #246;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tituloTexto{
  position: absolute;
  top: -50px;
  left: 12%;
  font-size: 30pt;
  font-family: Arial, Helvetica, sans-serif;
  color: #E5E8EB;
}
.principal{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #369;
}
#btn5{
  position: absolute;
  font-size: 30pt;
  color: #E5E8EB;
  margin-left: 75%;
  line-height: 0.5em;
  text-align: center;
}
span{
  font-size: 10pt;
  text-decoration: none;
}

#titulo1 {
  position: absolute;
  position: fixed;
  width: 30%;
	height: 7%;
  top: 32%;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 0;
  background-color: #369; 
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  box-sizing: border-box;  
}
#titulo2 {
  position: absolute;
  position: fixed;
  width: 70%;
	height: 7%;
  top: 32%;
  bottom: 0;
  left: 30%;
  right: 0;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 0;
  background-color: #369; 
  border-left: 1px solid rgba(255,255,255,0.2);
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  box-sizing: border-box;  
}
#sede, #contatos {
  position: absolute;
  position: fixed;
	height: 61%;
  top: 39%;
  bottom: 0;
  padding-left: 2%;
  padding-top: 1%;
  overflow: auto;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  box-sizing: border-box;  
  background-color: #369;
}
#sede{ width: 30%; left: 0; }
#contatos{ width: 70%; left: 30%; border-left: 1px solid rgba(255,255,255,0.2);}


.btn{
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #E5E8EB;
  margin: 10px;
  margin-left: 5px;
  border-radius: 50%;
  box-shadow: 0 5px 15px -5px #00000070;
  overflow: hidden;
  position: relative;
}
#btn1{
  position: absolute;
  top:8px;
  left: 11px;
  font-size: 18px;
  transition: 0.2s linear;
  color: #246;
}
#btn2{
  position: absolute;
  top:8px;
  left: 9px;
  font-size: 18px;
  transition: 0.2s linear;
  color: #246;
}
#btn3{
  position: absolute;
  top:8px;
  left: 9px;
  font-size: 18px;
  transition: 0.2s linear;
  color: #246;
}
#btn4{
  position: absolute;
  top:8px;
  left: 7px;
  font-size: 18px;
  transition: 0.2s linear;
  color: #246;
}
.btn:hover i{
  transform: scale(1.15);
  color: #246;
}
.btn::before{
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: white;
  transform: rotate(45deg);
  left: -100%;
  top: 90%;
}
.btn:hover::before{
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}
@keyframes aaa{
  0%{
      top: -110%;
      left: 90%;
  }50%{
      top: 10%;
      left: -30%;
  }100%{
      top: -10%;
      left: -10%;
  }
}