@charset "UTF-8";

.seo .seo-lead {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
}

.seo .seo-cta-box {
  background: #f5f5f8;
}

.seo .seo-sidebar {
  position: relative;
  z-index: 1;
}

.seo .seo-sidebar .sticky-div {
  position: static !important;
  top: auto;
  z-index: auto;
  background: #fff;
}

.seo .menuLateral {
  background: #fff;
  border: 1px solid rgba(0, 29, 104, 0.08);
  border-radius: 12px;
  padding: 1.25rem 0.75rem 0.5rem;
}

.seo .menuLateral .title {
  border: none;
  color: #0056b3;
  border-left: 2px solid #ffc107;
  font-size: 22px;
  font-weight: 500;
  padding-left: 10px;
  display: block;
  margin-bottom: 0.75rem;
}

.seo .menuLateral ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.seo .menuLateral li {
  padding: 0 12px;
  list-style: none !important;
}

.seo .menuLateral li a {
  display: block;
  line-height: 1.4;
  padding: 0.55rem 0;
  color: #444444;
  border-bottom: 1px solid #eee;
  transition: 0.3s;
}

.seo .menuLateral li a:hover,
.seo .menuLateral li a[aria-current="page"] {
  color: #0056b3;
  font-weight: 600;
}

.seo .int-page-1 .boxExpand #contentExpand h2:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {
  .seo .seo-cta-box {
    text-align: center;
  }
}
