body{
    padding: 0;
    margin: 0;
}
h2{
    font-size: 18pt; 
    text-align: center;
}  
.p12{
    text-align: center; 
    margin-bottom: 10%;
}
.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;
}
.principal{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #369;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.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;
}
.btn{
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #E5E8EB;
    color: #246;
    margin: 10px;
    margin-left: 5px;
    border-radius: 50%;
    box-shadow: 0 5px 15px -5px #00000070;
    overflow: hidden;
    position: relative;
}
.far{
    position: absolute;
    left: 60px;
    top: 50px;
    font-size: 50pt;
    color: #E5E8EB;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#btn1{
    position: absolute;
    top:8px;
    left: 11px;
    font-size: 18px;
    transition: 0.2s linear;
}
#btn2{
    position: absolute;
    top:8px;
    left: 9px;
    font-size: 18px;
    transition: 0.2s linear;
}
#btn3{
    position: absolute;
    top:8px;
    left: 9px;
    font-size: 18px;
    transition: 0.2s linear;
}
#btn4{
    position: absolute;
    top:8px;
    left: 7px;
    font-size: 18px;
    transition: 0.2s linear;
}
.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%;
    }
}
.texto{
    width: 100%;
    height: 62%;
    font-family: arial, helvetica, sans-serif; 
    line-height:1.5em; 
    text-align:justify;
    position: absolute;
    top: 32%;
    padding-left:13%;
    padding-right: 13%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:  #369;
    color: #E5E8EB;
    overflow: auto;
}