/* ----------------------------------------------------------------- */

/*               File of global functions (mixin)                    */

/* ----------------------------------------------------------------- */

#content-syndicate #o-sindicato h1 {
  margin: 20px 0 5px;
}

#content-syndicate #o-sindicato .responsive-imgs {
  width: 100%;
  height: 250px;
  background-position: center !important;
  background-size: cover !important;
}

#content-syndicate #o-sindicato .container-responsive-img {
  margin-bottom: 10px;
  transition: 0.4s;
}

@media (max-width: 768px) {
  #content-syndicate #o-sindicato .container-responsive-img {
    padding: 0;
  }
}

