*,
*::before,
*::after {
    accent-color: var(--brand-primary);
}

html {
    overflow-x: hidden;
}

body {
  font-family: var(--font-regular);
  font-size: 16px;
  line-height: 24px;
  color: var(--neutral-black);
}

p {
  margin-bottom: 0px;
}

strong {
  font-family: var(--font-bold);
}

.display {
  font-family: var(--font-bold);
  font-size: 50px;
  line-height: 58px;
}

h1 {
  font-family: var(--font-bold);
  font-size: 32px;
  line-height: 40px;
}

.title-description h1 {
  color: var(--brand-dark);
}

h2 {
  font-family: var(--font-semibold);
  font-size: 26px;
  line-height: 34px;
  color: var(--brand-dark);
}

.h2-small {
  font-family: var(--font-bold);
  font-size: 20px;
  line-height: 24px;
}

h3 {
  font-family: var(--font-semibold);
  font-size: 24px;
  line-height: 32px;
  color: var(--brand-dark);
}

.h3-small {
  font-family: var(--font-bold);
  font-size: 20px;
  line-height: 24px;
}

h4 {
  font-family: var(--font-semibold);
  font-size: 18px;
  line-height: 24px;
}

.body-large-semibold {
  font-family: var(--font-semibold);
  font-size: 18px;
  line-height: 24px;
}

.body-large {
  font-family: var(--font-regular);
  font-size: 18px;
  line-height: 24px;
}

.body-semibold {
  font-family: var(--font-semibold);
  font-size: 16px;
  line-height: 24px;
}

.body-small-semibold {
  font-family: var(--font-semibold);
  font-size: 14px;
  line-height: 20px;
}

.body-small {
  font-family: var(--font-regular);
  font-size: 14px;
  line-height: 20px;
}

.body-tiny {
  font-family: var(--font-medium);
  font-size: 12px;
  line-height: 16px;
}

.label {
  font-family: var(--font-regular);
  font-size: 14px;
  line-height: 16px;
}

@media (min-width: 992px ) {
  .display {
    font-size: 64px;
    line-height: 72px;
  }
  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

hr {
    border-top: 1px solid var(--neutral-black);
}

a {
  color: var(--brand-primary);
  text-decoration: none;
  transition: var(--transition);
}

.regular-link {
  color: var(--brand-primary);
  text-decoration: none;
  transition: var(--transition);
  border: 0px;
  background: transparent;
}

.regular-link:hover {
  text-decoration: underline;
}

.cut-image {
  display: block;
  position: relative;
  overflow: hidden;
  background: var(--neutral-super-light-gray);
}

.cut-image img {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
  border: 0;
}

.label {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 0.5rem;
  border-radius: 20px;
  background: var(--neutral-light-gray);
  font-family: var(--font-semibold);
  font-size: 14px;
  padding: 0.6rem 1rem;
}

.label div {
  line-height: normal;
}

.font-size-24 {
    font-size: 24px;
}

.height-270 {
    height: 270px;
}

.height-300 {
    height: 300px;
}

.link {
  color: var(--brand-primary);
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 992px ) {
  .link:hover {
      color: var(--text-primary-01);
      text-decoration: none;
  }
  .cut-image img {
    position: absolute;
  }
}

.center-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
  border: 0;
}

.center-video {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.divider-medium {
  padding-top: var(--padding);
}

.divider-common {
    padding-top: 50px;
}

.divider-64 {
    padding-top: 4rem;
}

.divider-40 {
    padding-top: 40px;
}

.divider-48 {
    padding-top: 3rem;
}

.divider-32 {
    padding-top: 2rem;
}

.divider-24 {
    padding-top: 24px;
}

.divider-16 {
    padding-top: 1rem;
}

.divider-8 {
    padding-top: 0.5rem;
}

@media (min-width: 1025px ) {
    .divider-common {
        padding-top: 96px;
    }
}

.breadcrumb {
  margin: 0px !important;
}

img {
    max-width: 100%;
}

.hide-responsive {
    display: none !important;
}
.hidef-responsive {
    display: none !important;
}
.only-responsive {
    display: block !important;
}
.onlyf-responsive, .d-flex.onlyf-responsive {
    display: flex !important;
}

@media (min-width: 992px ){
    .hide-responsive {
        display: block !important;
    }
    .hidef-responsive {
        display: flex !important;
    }
    .only-responsive, .onlyf-responsive, .d-flex.onlyf-responsive {
        display: none !important;
    }
}

.hidden {
    display: none;
}

.container--regular {
  max-width: 1320px;
}

.container--medium {
  max-width: 1100px;
}

.container--small {
  max-width: 800px;
}
.wysiwyg img {
  height: auto;
  border-radius: 1rem;
}

.wysiwyg ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-flow: column;
  gap: 1rem;
}

.wysiwyg ul li {
  position: relative;
  padding-left: 2rem;
}

.wysiwyg ul li h3 {
  margin: 0px;
}

.wysiwyg ul li::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 6px;
  transform: rotate(45deg);
  height: 9px;
  width: 6px;
  border-bottom: 0.15em solid;
  border-right: 0.15em solid;
  color: var(--white);
}

.wysiwyg ul li::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--brand-primary);
  position: absolute;
  left: 0;
  top: 2px;
}

.wysiwyg ol li::marker {
  font-family: var(--font-bold);
}

.bg_gray {
  background: var(--neutral-super-light-gray);
}

.bg_white {
  background: var(--white);
}

.bg_blue {
  background: var(--brand-dark);
}

.color-primary {
  color: var(--brand-primary);
}

.landing-layout {
  display: grid;
  grid-area: content;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto;
  row-gap: var(--legal-layout-gutter);
  column-gap: var(--legal-layout-gutter);
  align-items: start;
}

.landing-layout__sidebar {
  align-self: start;
}

.landing-layout__sidebar nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 1rem;
}

.landing-layout__sidebar nav ul li a {
  display: block;
  padding-left: 1rem;
  position: relative;
}

.landing-layout__sidebar nav ul li.is-active a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-primary);
  position: absolute;
  left: 0;
  top: 5px;
}

.landing-layout__sidebar nav ul li a {
  font-family: var(--font-semibold);
  font-size: 14px;
  line-height: 20px;
  color: var(--brand-dark);
}

.landing-layout__sidebar nav ul li a:hover {
  color: var(--brand-primary);
}

.full-width-Activado .landing-layout__sidebar {
  display: none;
}

.full-width-Activado .landing-layout__main h1 {
  text-align: center;
}


@media (min-width: 992px ){
  .landing-layout {
    grid-template-areas: "sidebar main";
    grid-template-columns: var(--legal-layout-sidebar-narrow-width) var(--legal-layout-main-width);
  }

  .landing-layout__sidebar {
    position: sticky;
    top: 8rem;
  }

  .full-width-Activado .landing-layout {
    grid-template-areas: "main";
    grid-template-columns: var(--legal-layout-main-width);
  }
}

.wysiwyg p {
  margin-bottom: 1rem;
}

.wysiwyg .table thead tr th {
  background: var(--brand-dark);
  color: var(--white);
  padding: .5rem 1rem;
}

.wysiwyg .table thead tr th:first-child {
  border-radius: 0.5rem 0 0 0;
}

.wysiwyg .table thead tr th:last-child {
  border-radius: 0 0.5rem 0 0;
}

.wysiwyg .table tbody tr td {
  border: 0px;
  padding: .5rem 1rem;
}

.wysiwyg .table tbody tr:nth-child(even) td {
  background: var(--neutral-super-light-gray);
}

.contact-card {
  background: var(--neutral-super-light-gray);
  border-radius: 1rem;
  width: fit-content;
  padding: 2rem;
}

.contact-card ul {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.contact-card ul li {
  display: flex;
  gap: 1rem;
}

.contact-card ul li i {
  color: var(--brand-primary);
  width: 20px;
  text-align: center;
}

.card {
  border: 0px;
  border-radius: 1rem;
  padding: 2rem;
}

.hs-button {
  border-radius: 800px;
  background: #4256F9;
}

.hs-input {
  border-radius: 0.5rem;
  background: #ffffff;
  border: 1px solid #C6C6C9;
  font-size: 16px;
  height: 48px;
  width: 100%;
}

.hs_submit::after {
  display: table;
  clear: both;
  content: "";
}

.hs-error-msgs label {
  font-size: 14px
}


.float-content {
  max-width: var(--container-xl-max-width);
  &.fc-left {
    padding: 0 1rem;
  }
  &.fc-right {
    padding: 0 1rem;
  }
}

@media (min-width: 1175px) {
  .float-content {
      max-width: inherit;
      &.fc-left {
          margin-left: calc((100vw - var(--container-lg-max-width)) / 2);
          padding-left: 0;
      }
      &.fc-right {
          margin-right: calc((100vw - var(--container-lg-max-width)) / 2);
          padding-right: 0;
      }
  }
  .space-right {
      margin-right: calc((100vw - var(--container-lg-max-width)) / 2);
  }
}

@media (min-width: 1440px) {
  .float-content {
      max-width: inherit;
      &.fc-left {
          margin-left: calc((100vw - var(--container-xl-max-width)) / 2);
      }
      &.fc-right {
          margin-right: calc((100vw - var(--container-xl-max-width)) / 2);
      }
  }
  .space-right {
      margin-right: calc((100vw - var(--container-xl-max-width)) / 2);
  }
}

.error-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  font-size: 16px;
  transition: var(--transition2);
  width: fit-content;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  box-shadow: var(--shadow);
  border: 1px solid var(--brand-primary);
  background: var(--brand-primary);
  color: var(--white);
  border-radius: 800px;
}

.error-links a:last-child {
  border: 1px solid var(--brand-primary);
  background: var(--white);
  color: var(--brand-primary);
}

@media (min-width: 992px ) {
  .error-links a:hover {
    border: 1px solid var(--brand-dark);
    background: var(--brand-dark);
    color: var(--white);
  }
}

.pills,
.linkslist {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.pills li a {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 1rem;
  border-radius: 0.5rem;
  color: var(--neutral-black);
}

.pills li a:hover {
  background: var(--neutral-light-gray);
  color: var(--brand-primary);
}

.linkslist {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

.linkslist li {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}

.linkslist li a {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  color: var(--neutral-black);
  text-decoration: none;
}

.linkslist .linkslist__img {
  display: block;
  border-radius: 0.5rem;
  padding: 1rem;
  background: var(--white);
  height: 100px;
  overflow: hidden;
  border: 1px solid var(--white);
}

.linkslist__img img {
  transition: var(--transition);
}

.multimedia .linkslist__img {
  height: 400px;
}

.linkslist li:hover a {
  color: var(--brand-primary);
}

.linkslist li:hover .linkslist__img {
  border: 1px solid var(--brand-primary);
}

.linkslist li:hover .linkslist__img img {
  transform: translateY(-50px);
}

@media (min-width: 992px ){
  .linkslist {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pager {
  margin-top: 2rem;
}

.pager .pager__items {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.pager .pager__items .pager__item {
  height: 48px;
  color: var(--brand-primary);
  line-height: 48px;
}

.pager .pager__items .pager__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 1px solid var(--brand-primary);
  border-radius: 50%;
  color: var(--brand-primary);
}

.pager .pager__items .pager__item a:hover,
.pager .pager__items .pager__item.is-active a {
  background: var(--brand-primary);
}

.pager .pager__items .pager__item a:hover,
.pager .pager__items .pager__item.is-active a {
  color: var(--white);
}

@media (max-width: 1199.98px) {
  .pager .pager__items .pager__item--responsive-hidden {
    display: none;
  }
}

.quote {
  position: relative;
}

.quote__symbol {
  position: absolute;
  left: -1rem;
  top: -1rem;
}

.quote__text {
  text-indent: 50px;
}

.alert-manusa {
  background: var(--warning-dark);
  border-radius: 0px;
  padding: 1rem;
  min-height: 48px;
  display: flex;
  align-items: center;
}

.alert-manusa__content {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}

.alert-manusa .button {
  padding: 0.3rem 1rem;
}

.alert-manusa .button.button--border {
  border-color: var(--neutral-black);
  color: var(--neutral-black);
}

.alert-manusa .button.button--border:hover {
  color: var(--white);
}

.anchor {
  position: relative;
}

.anchor-point {
  position: absolute;
  top: -10rem;
}
