html {
  scroll-behavior: smooth !important;
}

#page-title.mgpatrocinios-title-container {
  background: url(../images/patrocinios/mg-patrocinios-back.jpg) no-repeat center center / cover;
  height: 45vh;
}

#page-title .container-fluid {
  max-width: max-content;
  gap: .5rem;
  margin-left: 0;
}

#page-title h1 span.mg-red {
  color: var(--themecolor) !important;
  font-weight: bold;
}
#page-title h1{
  margin: 0;
  text-transform: none;
  width: fit-content;
}



#page-title h1 span {
  font-size: 2.8rem;
  display: inline-block;
}

#page-title h1 {
  font-size: 2.8rem;
  font-weight: normal !important;
  display: inline-block;
}

.page-section {
  margin: 4rem 0;
}


.line {
  border: none;
  background: white;
  opacity: 1;
  margin: 0;
  height: 1px;
}

/* Content */

/* Card */
.newsroom-container {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.news-item-container {
  padding: 0.5rem;
}
.news-item {
  padding: 0px !important;
  margin: 0.5rem;
  background-color: rgba(0, 0, 0, 0.2);
}

.card-title {
  font-size: 17px;
  line-height: 1.2;
}
.card-description {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  color: #b3b3b3;
}

.news-item .card-text-container {
  padding: 2rem;
}

.news-card-container {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.news-item .card-title,
.news-item .card-separator,
.news-item .card-button,
.news-item .card-description {
  margin-bottom: 1rem;
}

.card-separator {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  height: 1px;
}


.news-item .card-info {
  color: rgba(255, 255, 255, 0.5);
}


.card-image {
  position: relative;
}
.card-image .bg-overlay i {
  font-size: 45px;
}

/* Footer */

#img-logo {
  max-width: 6.25rem;
}


/* Responsive */

@media screen and (max-width: 1200px) {
  section#content {
      top: -100px;
  }
}

@media screen and (max-width: 1024px) {
  #page-menu:not(.sticky-page-menu) {
      top: -90px;
  }
  #page-menu.sticky-page-menu:not(.dots-menu) #page-menu-wrap {
      top: 80px !important;
  }

}

@media screen and (max-width: 767px) {
  
  #page-title h1,
  #page-title h1 span {
      font-size: 1.6rem;
      line-height: normal;
  }

  #page-title .container-fluid {
      text-align: left;
      margin: auto;  
  }

  #page-title h1 {
      width: 100%;
  }
  section#content {
      top: -60px;
  }

  #page-menu.sticky-page-menu:not(.dots-menu) #page-menu-wrap {
      top: 60px !important;
  }

}