#consultoria-juridica main::after {
  height: unset;
}

.page-heading {
  background: var(--seventh-color);
}
.page-heading .breadcrumbs {
  display: flex;
  text-transform: uppercase;
  align-items: center;
  column-gap: 0.45rem;
  margin-bottom: 1.5rem;
}
.page-heading .breadcrumbs li {
  font-size: 0.875rem;
  color: var(--first-color);
}
.page-heading .breadcrumbs li:nth-child(1)::after {
  content: ">";
  margin-left: 0.5rem;
}
.page-heading .breadcrumbs li:nth-child(2) {
  background: var(--text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-heading .page-title h1 {
  color: var(--sixth-color);
  margin-bottom: 1.5rem;
}
.page-heading .inner-heading {
  display: flex;
  flex-flow: row wrap;
  gap: 3rem;
  justify-content: space-between;
}
.page-heading .inner-heading .page-desc {
  flex: 1;
}
.page-heading .inner-heading .page-desc p {
  margin-bottom: 1.5rem;
}
.page-heading .inner-heading .specialist-button {
  background: var(--second-color);
}
.page-heading .inner-heading .specialist-button::before {
  background: var(--fourth-color);
}
.page-heading .inner-heading .page-image {
  flex: 0.9;
  min-width: 360px;
}
.page-heading .inner-heading .page-image figure {
  position: relative;
  max-width: 480px;
  float: right;
  animation: slide-to-left 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.page-heading .inner-heading .page-image .icon {
  position: absolute;
  top: 2rem;
  left: -2rem;
  width: 100px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  animation: popup 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
  animation-fill-mode: forwards;
  transform: scale(0);
}

.highlights-solutions {
  background: var(--first-color);
  padding: 4rem 1rem;
}
.highlights-solutions .highlights-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
}
.highlights-solutions .highlights-text {
  flex: 1;
}
.highlights-solutions .highlights-text h2 {
  font-size: 2.555rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #fff;
}
.highlights-solutions .highlights-icons-boxes {
  flex: 1;
  justify-self: flex-end;
}
.highlights-solutions .highlights-icons-boxes .icon-box {
  display: flex;
  gap: 1rem;
  max-width: 400px;
  width: fit-content;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  margin: 1rem auto;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
  color: var(--sixth-color);
}
.highlights-solutions .highlights-icons-boxes .icon-box span {
  min-width: 45px;
  height: 45px;
  border: 2px solid var(--sixth-color);
  border-radius: 2rem;
}
.highlights-solutions .highlights-icons-boxes .icon-box h5 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.highlights-solutions .highlights-icons-boxes .icon-box p {
  font-size: 0.875rem;
}

@media screen and (max-width: 992px) {
  .page-heading .inner-heading .page-desc {
    flex: 100%;
  }
  .page-heading .inner-heading .page-image figure {
    float: unset;
    margin-left: 2rem;
  }
}

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