section.sobre .content {
  background: rgba(0, 0, 0, 0.6);
  min-height: 720px;
}

@media screen and (max-width: 768px) {
  section.sobre .content {
    padding-top: 59px;
  }
}

section.sobre .texto {
  color: #fff;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  section.sobre .texto {
    padding: 45px 60px;
  }
}

section.sobre .texto > a {
  position: relative;
  display: inline-block;
  margin-top: 7px;
  margin-right: 15px;
  float: left;
}

section.sobre .texto > a > .mask {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 21px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.sobre .texto > a:hover > .mask {
  opacity: 1;
}

section.sobre .texto > a > img {
  max-width: 100%;
}

section.sobre .texto .doutor {
  max-width: 140px;
}

section.sobre h4 {
  margin-bottom: 23px;
}

section.sobre .sociedades {
  margin-top: 35px;
}

section.sobre .sociedades img {
  max-height: 180px;
}

section.sobre .sociedades p {
  text-align: center;
  margin-bottom: 35px;
}
/*# sourceMappingURL=sobre.css.map */