body {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Barlow", sans-serif;
  line-height: 1.6;
  color: #12747b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: #fff;
}

.g-bg-main {
  background-color: #12747b !important; /* Verde */
}

.g-bg-main-30 {
  background-color: #84adab !important; /* Verde 30% */
}

.g-bg-main-10 {
  background-color: #bed3d1 !important; /* Verde 10% */
}

.g-bg-footer {
  background-color: #414042 !important;
}

.g-bg-gray {
  background-color: #777777 !important;
}

.g-color-footer-links {
  color: #ffffff !important;
}

.u-accordion-bg-primary .u-accordion__header [aria-expanded="true"] {
  background-color: #12747b !important;
  border-color: #12747b !important;
}

.g-font-size-3rem {
  font-size: 3rem;
}

.g-pt-200 {
    padding-top: 14.286rem !important;
}

.g-pb-200 {
    padding-bottom: 14.286rem !important;
}

.g-pl-200 {
    padding-left: 14.286rem !important;
}

.g-pr-200 {
    padding-right: 14.286rem !important;
}

/*------------------------------------
  Typography Font Family
------------------------------------*/
.g-font-secondary {
  font-family: "Alegreya Sans", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  font-family: "Alegreya Sans", sans-serif;
}

.u-link-v2-cd {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
    cursor: default !important;
}

.cursor-default {
  text-decoration: none !important;
  cursor: default !important;
}

.link-inactive {
  color: #676767 !important;
  text-decoration: none !important;
  cursor: default !important;
}

.link-active {
}

.icon-indent {
  text-indent: -1.4rem;
  padding-left: 3rem;
  line-height: 1.2 !important; 
}

.icon-indent-lg {
  text-indent: -3.3rem;
  padding-left: 8rem;
  line-height: 1.2 !important; 
}