/* Mixin Responsive*/
.banner__title {
  margin-left: -15px;
}
@media (max-width: 1399px) {
  .banner__title {
    margin-left: -10px;
  }
}
@media (max-width: 991px) {
  .banner__title {
    margin-left: -7px;
  }
}

.footer .container .footer__name strong, .header .container .footer__name strong {
  font-size: 1.5em;
}

.menu-link.active {
  color: #d72128 !important;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.news__title {
  max-height: 2.5em;
  padding-top: 3px;
}

@media (min-width: 1200px) {
  .menu-root > .menu-item:not(:last-child) {
    margin-right: 44px;
  }
}
@media (min-width: 1200px) {
  .menu-root > .menu-item:not(:last-child) {
    margin-right: 40px;
  }
}

.fix-responsive img {
  max-width: 100% !important;
  height: auto !important;
}

/*# sourceMappingURL=custom.css.map */
