/* Footer: logo acima à esquerda, títulos alinhados */
.footer-area .row{
  position: relative;
  padding-top: 100px;
}
.footer-area .single-footer-widget:first-child .footer-sobre-header .footer-logo{
  position: absolute;
  top: 0;
  left: -0px;
}
.footer-area .single-footer-widget:first-child .footer-sobre-header .footer-logo img{
  width: 180px;
  height: auto;
}
.footer-area .single-footer-widget .footer-sobre-header{
  display: block;
}
.footer-area .single-footer-widget h3{
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 576px){
  .footer-area .row{
    padding-top: 50px;
  }
  .footer-area .single-footer-widget:first-child .footer-sobre-header .footer-logo{
    left: 0;
  }
  .footer-area .single-footer-widget:first-child .footer-sobre-header .footer-logo img{
    width: 150px;
  }
}
