.abstract {
  text-align: justify;
  text-justify: inter-word;
}
.mainlogo {
  /*display: block;/**/
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  /*margin-bottom: auto;/**/
  width: 50px;
  margin: 30px 0px 10px;
  width:auto;
  max-width:100%;
  height:90%;
  max-height:400px;
}
.maintitle {
  margin: 20px 0px 0px 10px;
  position:relative;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color:white;
  /*z-index:0;*/
}
.partner {
  height: 50px;
  border: 0px;
}

.parceiros {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content:center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.parceiros__box {
  margin-right: 2rem;
  margin-bottom: 2rem;
  height: 8.8rem;
  width: 17.5%;
  border: 1px solid #cccfd5;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.parceiros__box:last-child {
  margin-right: 0px;
}

.parceiros__box--azul {
background: #003169;
}

.parceiros__box--black {
background: #000;
}

.parceiros__box img {
max-width: 95%;
max-height: 8.8rem;
margin-bottom: -6px; 
cursor: pointer;
}
.parceiros__box img:hover{opacity: 0.6; transition: 0.3s}  

.bblack {
  background-color: #000;
}
.p3_card {
  /**/
  max-width:100%;
  max-height: 200px
  /*width:100%*/
}