/* --- css do novo tema */
/* aleagi@eopen.com.br  */
/* --- structure */
/* #page {
    min-height: 100vh;
} */

/* --- home */
#page-site-index h1.h2 {
  display: none;
}

/* FAQ */
body.cmid-153 .page-context-header {
  display: none;
}

/* --- login */
.bp-acesso-via-sig ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.5rem 0;
}
.bp-acesso-via-sig ul li a {
  background: rgba(210, 207, 224, 1);
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  color: #000;
}
.bp-acesso-via-sig ul li a:hover,
.bp-acesso-via-sig ul li a:focus,
.bp-acesso-via-sig ul li a:active {
  background: rgba(241, 202, 193, 1);
  text-decoration: none;
}
.login-identityproviders {
  display: flex;
  flex-wrap: wrap;
}
.login-identityproviders p {
  flex: 0 0 100%;
}

/* footer */
#page-footer {
  background: #55489d;
}
#page-footer .copyright {
  display: none !important;
}

.card {
  height: initial;
}
.loginform {
  width: 100% !important;
  max-width: 900px;
}
.bp-acesso-via-sig ul {
  list-style-type: none;
  list-style-position: inside;
  text-align: center;
  margin: 2rem 0;
}
.bp-acesso-via-sig ul li a {
  background: rgba(210, 207, 224, 1);
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  color: #000;
}
.loginform > .col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 800px) {
  .loginform > .col {
    grid-template-columns: 1fr;
  }
}
.login-identityprovider-btn {
  margin: 0.5rem auto;
  max-width: 400px;
}
h2.login-heading {
  font-size: 1rem !important;
  text-align: center !important;
  margin: 0 auto 1rem;
  width: 100%;
}
.login-identityprovider-btn.facebook {
  background: #fff !important;
  color: #1d2125 !important;
}
#page-my-index div[data-course-id="65"] .progress,
#page-my-index div[data-course-id="65"] p.mb-0{
  display: none;
}