.site-header {
  background: #fff;
  margin-bottom: 0;
}

.site-brand {
  margin-left: 10px !important;
}

.site-brand img {
  display: block;
  height: 20px;
  width: auto;
  margin: 0;
}

.site-menu > li > a {
  color: #767676;
  font-weight: 500;
  transition: color 0.2s ease;
}

.site-menu > li > a:hover,
.site-menu > li > a:focus {
  background: transparent;
  color: #1c91ec;
}

.text-restricao {
  color: #f0ad4e;
}

.hero-panel,
.placeholder-panel {
  background: #f8fbfd;
  border: 1px solid #dbe7ef;
  border-radius: 12px;
  padding: 10px;
  /* margin-top: 20px; */
}

.info-panel {
  margin-top: 20px;
}

.feature-card {
  background: #fff;
  border: 1px solid #e6edf3;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 6px 20px rgba(19, 49, 77, 0.06);
}

.feature-card img {
  max-width: 100%;
  margin: 0 auto 16px;
}

.feature-card h4 {
  min-height: 48px;
}

.support-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff3cd;
  color: #8a6d3b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
}

.contact-list {
  padding-left: 18px;
}

.site-footer {
  margin-top: 20px;
}

.footer {
  position: absolute;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  background: #333;
  color: #aaa;
}

.footer-menu {
  line-height: 1.9;
  margin-bottom: 10px;
}

.footer-contatos {
  margin-bottom: 10px;
}

.footer-logo {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer h4 {
  color: #fff;
  margin-bottom: 10px;
}

.footer a {
  color: #aaa;
}

.footer a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-logo .row {
  width: 100%;
}

.footer-logo img {
  margin-left: auto;
  margin-right: auto;
}

.footer-social {
  text-align: center;
}

body.modal-open {
  overflow: hidden;
}

.resource-modal {
  display: none;
}

.resource-modal.in {
  display: block;
}

.modal-backdrop.resource-backdrop {
  background: #000;
}

.modal-backdrop.resource-backdrop.in {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .resource-modal .modal-dialog {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .resource-modal .modal-dialog {
    width: 960px;
  }
}

@media (max-width: 767px) {
  .site-brand {
    margin-left: 0 !important;
  }

  .site-menu {
    float: none !important;
  }

  .site-menu > li {
    float: left;
  }

  .site-menu > li > a {
    height: auto;
    line-height: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
