body{
    padding: 0;
    margin: 0;
}
.cont{
    position:absolute;
    left:75%;
    color: #E5E8EB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}
a{
    cursor: pointer;
}
.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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.minifotos {
     position: absolute;
     top: 28%;
     left: 20%;
     width:20%;
     height: 70%;
     background-color: #369;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}         
 .cont-flexbox1 {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    height: 90%;
    position: absolute;
    left:5%;
    top:2%;
    justify-content: 5px space-around;
    background-color: #369;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cont-flexbox1 > div {
    flex: 30%;
    border: 3px solid #E5E8EB;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bigfotos {
    position: absolute;
    top: 28%;
    left:40%;
    width: 45%;
    height: 70%;
    background-color:#369;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;       
 }
 .cont-flexbox2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 93%;
    position: absolute;
    top: 2%;
    background-color:#369;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cont-flexbox2 > div {
    border: 4px solid  #E5E8EB;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.comentarios{
    width: 15%;
    height: 72%;
    position: absolute;
    top: 28%;
    left: 85%;
    background-color: #369;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.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;
}
#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%;
    }
}

/*Configura o balão de comentários*/
.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;
}
/*Configura o texto do balão de comentarios*/
.linhaA{
    position: absolute;
    top: 110px;
    left: 10px;
    text-decoration: none;
    color: #E5E8EB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.LinhaB{
    position: absolute;
    top: 130px;
    left: 10px;
    text-decoration: none;
    color: #E5E8EB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Configura menu*/

nav { 
    width: 100%; 
    position: absolute; 
    top: 30px;
}
.menu { 
    height: 72%; 
    width: 20%;
    position: absolute;
    top:28%;
    background-color:#369;
 }

a { text-decoration: none; }

/*Configura os links do menu: cir de fundo, posição, fonte, trasnsparencia*/
.link { 
    background-color: #369; 
    padding: 20px; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12pt;
    color: #E5E8EB;
    border-bottom: 1px solid #222;
    opacity: 1;
    text-decoration: none;
}
/*Produz o efeito azul escuro sobre o menu ao passar o mouse*/
.link:hover { background-color: #246;}

/*Modifica o mouse de seta para ponteiro ao percorrer o menu*/
.cursor {
cursor: pointer;
}
/*Produz o efeito opaco sobre as fotos menores */
.demo {
opacity: 0.5;
}
/*Produz o efeito brilhante sobre as fotos menores*/
.active,.demo:hover {
opacity: 10;
}