/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .visible\! {
    visibility: visible !important;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-2 {
    inset: calc(var(--spacing) * 2);
  }
  .inset-3 {
    inset: calc(var(--spacing) * 3);
  }
  .\!start {
    inset-inline-start: var(--spacing) !important;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .start\! {
    inset-inline-start: var(--spacing) !important;
  }
  .\!end {
    inset-inline-end: var(--spacing) !important;
  }
  .-end {
    inset-inline-end: calc(var(--spacing) * -1);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .end\! {
    inset-inline-end: var(--spacing) !important;
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .isolate {
    isolation: isolate;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .\!hidden {
    display: none !important;
  }
  .\!inline {
    display: inline !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-table {
    display: inline-table;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .table-footer-group {
    display: table-footer-group;
  }
  .table-header-group {
    display: table-header-group;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .resize\! {
    resize: both !important;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-all {
    word-break: break-all;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow\! {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .sepia {
    --tw-sepia: sepia(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .\!filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
}
@font-face {
  font-family: 'glyphter';
  src: url('../fonts/glyphter/Glyphter.eot');
  src: url('../fonts/glyphter/Glyphter.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphter/Glyphter.woff') format('woff'), url('../fonts/glyphter/Glyphter.ttf') format('truetype'), url('../fonts/glyphter/Glyphter.svg#Glyphter') format('svg');
  font-weight: normal;
  font-style: normal;
}
i.icon-radius {
  position: relative;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  background-color: #00c1a3;
  border-radius: 100%;
  font: 1.1em/36px 'glyphter';
  color: #fff;
  text-align: center;
  background-position: 50%;
  background-size: 21px;
  background-repeat: no-repeat;
}
[class^='icon-']:before {
  display: inline-block;
  font-family: 'glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-left:before {
  content: '\0045';
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-right:before {
  content: '\0045';
}
.icon-search:before {
  content: "\0074";
}
.icon-more:before {
  content: "\0041";
}
.icon-down:before {
  content: "\0042";
}
.icon-up:before {
  content: "\0042";
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-select:before {
  content: '\0045';
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-facebook:before {
  content: "\0043";
}
.icon-rss:before {
  content: "\0044";
}
.icon-twitter:before {
  content: "\0046";
}
.icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  border: 6px solid #fff;
  width: 260px;
  height: 260px;
  display: block;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.icon-play:before {
  content: "\0047";
}
.icon-play:before {
  font-size: 8em;
  position: absolute;
  top: 50%;
  left: 36%;
  color: #fff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.icon-angle-left:before {
  content: "\0048";
}
.icon-angle-right:before {
  content: "\0049";
}
.icon-angle-double-left:before {
  content: "\0051";
}
.icon-angle-double-right:before {
  content: "\0052";
}
.icon-close:before {
  content: "\0050";
}
.icon-text:before {
  content: "Aa";
  font-family: 'Raleway', Sans-serif;
  font-size: 1.2em;
}
.icon-edit {
  background-image: url(../img/icons/ico-perfil.png);
}
.icon-logout {
  background-color: #f52950 !important;
  font-size: 1.2em !important;
  line-height: 40px !important;
}
.icon-logout:before {
  content: "\0050";
}
.icon-print {
  background-image: url(../img/icons/ico-print.png);
}
.icon-upload {
  background-image: url(../img/icons/ico-upload.png);
  background-size: 100%;
  width: 27px;
  height: 25px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.icon-share {
  background-image: url(../img/icons/ico-share.png);
  background-position: 37% 50% !important;
}
.icon-back {
  background-image: url(../img/icons/mobile/ico-back.png);
}
.icon-back2:before {
  background-image: url(../img/icons/ico-back.png);
  background-size: 23px auto;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 23px;
  height: 17px;
  content: "";
  margin: 0 10px 0 -15px;
}
.icon-closeon, .icon-check {
  position: relative;
}
.fc-bgevent .icon-closeon, .fc-bgevent .icon-check {
  position: initial !important;
}
.icon-closeon:before, .icon-closeonn:before, .icon-check:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.icon-closeon:before {
  content: "\0065";
  font-size: 1.4em;
  color: #fff;
}
.icon-check:before {
  content: "\0053";
  font-size: 1.4em;
  color: #fff;
}
.icon-closeonn:before {
  content: "\0050";
  font-size: 1.4em;
  color: #fff;
}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: hsla(0,0%,100%,.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: .6;
}
.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.wizard, .tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}
.wizard a, .tabcontrol a {
  outline: 0;
}
.wizard ul, .tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.wizard ul > li, .tabcontrol ul > li {
  display: block;
  padding: 0;
}
.wizard > .steps .current-info, .tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.wizard > .content > .title, .tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}
.wizard > .steps .number {
  font-size: 1.429em;
}
.wizard > .steps > ul > li {
  width: 25%;
}
.wizard > .steps > ul > li, .wizard > .actions > ul > li {
  float: left;
}
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: auto;
  margin: 0.5em 1em 0.5em 0;
  padding: 1em 1em;
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
  background: #f5f5f5;
  color: #aaa;
  cursor: default;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
  background: rgba(226,110,49,0.95);
  color: #fff;
  cursor: default;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff;
}
.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}
.wizard > .content {
  width: 100%;
  top: 1em;
  background: #f5f5f5;
  border: 1px solid #eee;
  display: block;
  margin: 0;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}
.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.wizard > .content > .body ul {
  list-style: disc !important;
}
.wizard > .content > .body ul > li {
  display: list-item;
}
.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}
.wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
}
.wizard > .content > .body input.error {
  background: rgb(251, 227, 228);
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}
.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
  margin-top: 3em;
}
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.wizard > .actions > ul > li {
  margin: 0 0.5em;
}
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
  background: rgba(226,110,49,0.95);
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}
.tabcontrol > .content > .body ul > li {
  display: list-item;
}
:root {
  --font-family-main: 'Corbel', sans-serif;
  --font-family-secondary: 'Roboto', sans-serif;
  --color-white: #fff;
  --color-gray-dark-01: #262626;
  --color-orange-opacity: rgba(226, 110, 49, 0.95);
  --color-orange-dark: #f47c2b;
}
@font-face {
  font-family: 'Corbel';
  src: url('../fonts/corbel/Corbel.eot?#iefix') format('embedded-opentype'), url('../fonts/corbel/Corbel.woff') format('woff'), url('../fonts/corbel/Corbel.ttf') format('truetype'), url('../fonts/corbel/Corbel.svg#Corbel') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Corbel';
  src: url('../fonts/corbel/Corbel-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/corbel/Corbel-Bold.woff') format('woff'), url('../fonts/corbel/Corbel-Bold.ttf') format('truetype'), url('../fonts/corbel/Corbel-Bold.svg#Corbel-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  background: var(--color-white);
  font-family: var(--font-family-main);
  font-size: 10px;
  color: #707478;
  overflow-x: hidden;
  background: url('/media/2146/background.jpg');
  background-position: center;
  background-size: contain;
}
p, th {
  font-size: 1.6em;
}
.main {
  padding-top: 11.5em;
  min-height: calc(100vh - 8em);
  @media (width >=992px) {
    padding-top: 11em;
  }
}
.container {
  margin: 0 auto;
  padding: 0 20px;
}
.divider hr {
  background-color: #ccc;
  width: 100%;
  height: 1px;
  border: 0;
  margin: -5em 0 5em;
}
.moduleContent {
  margin-bottom: 6em !important;
}
.moduleContent.moduleContent--nomargin {
  margin: 0 !important;
  padding: 5em 0 0 !important;
}
.moduleContent--color {
  background-color: #c5dbde;
}
.moduleContent--banner {
  background: #d04e8b;
  padding: 5em 0;
}
.moduleContent--banner h1, .moduleContent--banner p {
  color: #fff;
  margin: 0;
}
.header {
  z-index: 90;
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-orange-opacity);
  transition: background-color 500ms ease;
  .header__nav {
    padding: 0;
    display: flex;
    flex-direction: column;
    .header__mainMenu {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      .header__logoCont {
        align-self: flex-start;
        img {
          max-width: 145px !important;
          width: 145px;
          margin: 15px 0 !important;
          @media (width >= 992px) {
            max-width: 180px !important;
          }
        }
        .header__logo {
          img {
            display: block;
            max-width: 145px;
            width: 145px;
            height: auto;
            margin-top: 5px;
            @media (width <=1200px) {
              max-width: 200px !important;
            }
            @media (width <=460px) {
              height: 45px;
              width: auto;
              max-width: none;
            }
          }
        }
      }
    }
  }
}
.scrollAtTop {
  .header {
    background-color: var(--color-orange-opacity);
    .header__nav {
      padding: 10px 0 0;
      @media (width >=992px) {
        padding: 15px 0 0;
      }
      .header__logoCont {
        img {
          width: 100%;
          margin: -5px 0 20px !important;
          @media (width >=769px) {
            margin: -15px 0 20px !important;
            max-width: 180px !important;
          }
        }
      }
      .header__menuSocial {
        display: flex;
        align-self: flex-end;
        align-items: center;
        gap: .65rem;
      }
    }
  }
}
.header__menu {
  text-align: left;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  width: 90%;
  @media (width <=1200px) {
    margin-top: -6px;
    align-self: center;
  }
  @media (width <=768px) {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(128, 131, 132, 0.95);
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    padding: 80px 20px 30px;
    overflow: scroll;
  }
  .header__menuItem {
    margin-left: 20px;
    @media (width <=768px) {
      display: block;
      font-size: 1.5em;
      color: #efefef;
      width: 100%;
      margin: 0;
      border: none;
    }
    &:first-child {
      margin-left: 0;
    }
    .header__menuItemLink {
      font-weight: 700;
      font-size: 1.8em;
      color: rgba(255, 255, 255, 0.8);
      width: 100%;
      height: 100%;
      display: block;
      white-space: nowrap;
      &:hover {
        color: #fff;
      }
      &[href="#n"] {
        cursor: default;
      }
      @media (width <=1200px) {
        padding: 6px 5px 6px 5px;
        font-size: 1.7em;
      }
      @media (width <=991px) {
        font-size: 1.6em;
      }
      @media (width <=768px) {
        font-size: 1.4em;
      }
    }
  }
}
#header__search {
  display: none;
  @media (width <=768px) {
    display: none;
    position: fixed;
    left: 0;
    top: 104px;
    background: rgba(128, 131, 132, 0.9);
    right: 0;
    padding: 10px 20px 20px;
  }
}
.header__menuSearch, .header__menuAccess, .header__menuClose {
  font-size: 2.5em;
  color: #fff;
  display: none;
}
.header__menuClose {
  top: 45px;
  right: 15px;
  display: none;
  z-index: 3;
  position: absolute;
  @media (width <=460px) {
    top: 10px;
  }
}
.header__menuItem--active .header__menuItemLink {
  color: #fff;
}
.header__menuItemLink--submenu::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f0dd";
  font-family: 'FontAwesome';
  font-size: 0.8em;
  color: #efefef;
  transform: translateX(-50%);
  opacity: 0;
}
.header__menuItem--submenu:hover .header__menuItemLink--submenu::after {
  opacity: 1;
}
.header__menuItem--submenu, .header__menuItemLink--submenu {
  position: relative;
}
.header__menuItem--submenu:hover>.header__submenu {
  visibility: visible;
  opacity: 1;
}
.header__menuItem--border {
  border: 1px solid #fff;
  padding: 0;
  align-self: flex-start;
}
.header__submenu {
  position: absolute;
  left: 50%;
  top: 100%;
  visibility: hidden;
  width: auto;
  height: 60px;
  opacity: 0;
  text-align: center;
  transition: all 500ms ease;
  transform: translateX(-50%);
  white-space: nowrap;
  padding-left: 20px;
  z-index: 2;
}
.header__menuItem--submenu:after {
  position: fixed;
  display: block;
  top: auto;
  left: 0;
  width: 100%;
  height: 60px;
  content: "";
  visibility: hidden;
  opacity: 0;
  background-color: rgba(95, 95, 95, 0.9);
  transition: all 500ms ease;
  z-index: 1;
}
.header__menuItem--submenu:hover::after {
  visibility: visible;
  opacity: 1;
}
.header__submenuItem {
  position: relative;
  display: inline-block;
  z-index: 3;
}
.header__submenuItemLink {
  font-size: 1.6em;
  color: #efefef;
  padding: 0 20px 0 0;
  line-height: 60px;
  display: block;
  &:hover {
    font-weight: 500;
    color: #fff;
  }
}
.header__menuItem--border .header__menuItemLink {
  padding: 5px 30px 5px 5px;
}
.header__menuSocial {
  display: none;
  .header__menuSocialItem {
    display: inline-block;
    .header__menuSocialItemLink {
      display: inline-block;
      font-size: 2em;
      color: #fff;
      transition: all .1s ease;
      &.header__menuSocialItemLink--active, &:hover {
        color: #fff !important;
      }
      &.header__menuSocialItemLink--text {
        font-size: 1.3em;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.5);
        text-transform: uppercase;
        padding: 0 4px;
      }
      &[aria-label="Facebook"] {
        margin-left: 1rem;
      }
    }
  }
}
@media (width <=1200px) {
  .header__menuItem--border .header__menuItemLink {
    padding: 5px 30px 5px 5px;
  }
}
@media (width <=991px) {
  .header {
    &>.container {
      padding: 0 20px;
    }
  }
  .header__mainMenu {
    flex-direction: column;
    min-height: 0;
  }
  .header__menu {
    width: 100%;
    margin-top: 0;
  }
  .header__logoCont {
    margin-bottom: 15px;
  }
  .header__menuSocial {
    position: absolute;
    top: 35px;
    right: 20px;
  }
  .header__submenu {
    left: 0;
    transform: translateX(0);
    padding-left: 5px;
  }
}
@media (max-width: 768px) {
  .header__search .form__container--search {
    margin: 0;
  }
  .header__menuSearch, .header__menuAccess {
    display: block;
    margin-left: 20px;
  }
  .header__menuItem--border {
    border: 1px solid #fff;
  }
  .header__menuItemLink--submenu:hover::after {
    display: none;
  }
  .header__menuItem--submenu:hover>.header__submenu {
    visibility: hidden;
    opacity: 0;
  }
  .header__menuItem--submenu>.header__submenu {
    position: relative;
    max-height: 0;
    height: auto;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .header__menuItem--submenu>.header__submenu.header__submenu--openMob, .header__menuItem--submenu:hover>.header__submenu.header__submenu--openMob {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .header__submenu:after {
    display: none;
  }
  .header__submenuItem {
    display: block;
  }
  .header__submenuItemLink {
    font-size: 1.1em;
    line-height: 30px;
    padding: 0;
  }
  .header__mainMenu {
    flex-direction: row;
  }
  .header__logoCont {
    margin-bottom: 0;
    width: 100%;
  }
  .header__menuSocial {
    position: relative;
    top: 0px;
    right: 0;
  }
  .header__menuItem--submenu:hover::after {
    display: none;
  }
  .header__menuItem--submenu .header__menuItemLink--submenu:after, .header__menuItem--submenu .header__menuItemLink--submenu:hover:after {
    opacity: 0;
    visibility: hidden;
    display: block;
    top: 55%;
    transition: all 500ms ease;
  }
  .header__menuItem--submenu.arrowActiveMenuMob .header__menuItemLink--submenu:after, .header__menuItem--submenu.arrowActiveMenuMob .header__menuItemLink--submenu:hover:after {
    opacity: 1;
    visibility: visible;
  }
}
@media (width <=460px) {
  .header__search {
    top: 103px;
  }
  .header__menuSocial {
    margin-bottom: 10px;
  }
}
.video {
  position: relative;
  overflow: hidden;
  max-height: 90vh;
  min-height: 90vh;
  margin-bottom: 0 !important;
  transform: translate(0, 0) !important;
  width: 100%;
}
.video__contentItem {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  align-items: center !important;
  align-content: center;
  flex-wrap: nowrap;
  z-index: 3;
}
.video__contentItem .title {
  margin-bottom: 0 !important;
}
.video__text {
  width: 100%;
  .text {
    display: inline-block;
  }
}
.video__contentImage {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  background-size: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-position: center center;
}
.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.video-foreground, .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 400%;
    top: -150%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 400%;
    left: -150%;
  }
}
.banner__content, .carousel__banner {
  position: relative;
  max-height: 450px;
  min-height: 450px;
  overflow: hidden;
  height: 100%;
}
.banner__content .flickity-viewport, .banner__content .carousel-cell {
  width: 100%;
  height: 100%;
  max-height: 450px;
  min-height: 450px;
}
.banner__content--interior {
  height: 100%;
  display: flex;
  overflow: visible;
  max-height: none !important;
  min-height: auto !important;
}
.banner__content--detail {
  max-height: 545px;
  min-height: 545px;
}
.banner__content--seccion {
  max-height: 355px;
  min-height: 355px;
  margin-bottom: 5em;
}
.banner__content--seccion .container {
  height: 100%;
}
.banner__content--interior .moduleContent--top, .banner__content--interior .moduleContent--bottom {
  margin-bottom: 0;
}
.banner__contentImage {
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.banner__contentItem {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.banner__contentItem::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner__contentItem .title {
  margin-bottom: 15px !important;
}
.banner__contentItem--small {
  position: absolute;
  top: auto;
  bottom: 0;
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 5em 0;
  margin-left: auto;
  margin-right: auto;
}
.banner__contentItem--small:before {
  display: none;
}
.banner__itemInfo {
  position: absolute !important;
  width: 60em;
  bottom: 8em;
  z-index: 3;
}
.banner__itemInfo *:last-child {
  padding-bottom: 0;
}
.banner__content .flickity-page-dots {
  position: relative;
  text-align: left;
  margin: 0 auto;
  padding: 0 15px;
  bottom: 5em;
}
.banner__content .flickity-page-dots .dot {
  background: #fff;
}
.flickity-button:disabled {
  display: none;
}
.slider__content, .carousel__slider {
  position: relative;
  max-height: 550px;
  min-height: 550px;
  margin-bottom: 5em;
  height: 100%;
}
.slider__content .flickity-viewport, .slider__content .carousel-cell {
  width: 100%;
  height: 100%;
  max-height: 550px;
  min-height: 550px;
}
.slider__contentItem {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -20%);
  z-index: 4;
}
.slider__contentItem .title {
  margin-bottom: 15px !important;
}
.slider__itemInfo {
  max-width: 50%;
}
.slider__contentImage {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  background-size: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-position: center center;
}
.slider__content .carousel-cell.light:after, .video__content:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}
.slider .flickity-page-dots {
  bottom: 20px;
}
.slider .flickity-page-dots .dot {
  margin: 0 3px;
  border-radius: 0;
}
.terra__thumbs {
  width: 100%;
  background: var(--color-white);
  z-index: 2;
  padding: 0;
  margin: 3.2em 0;
}
.terra__thumbsList {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.terra__thumbsItem {
  width: calc(25% - 15px);
}
.terra__thumbsItemLink {
  display: block;
}
.terra__thumbsItemImg {
  display: block;
  width: auto;
  height: 74px;
}
.breadcrumb {
  position: relative;
  margin-bottom: 3em;
}
.breadcrumb:after {
  position: absolute;
  display: block;
  content: "";
  right: 102%;
  top: -70%;
  width: 100%;
  height: 170%;
  background-image: repeating-radial-gradient(center center, rgba(224, 224, 224, .9), rgba(224, 224, 224, .9) 2px, transparent 2px, transparent 100%);
  background-size: 9px 9px;
  z-index: 5;
}
.breadcrumb__itemItemImg {
  display: block;
  height: 74px;
  width: auto;
}
.access {
  position: relative;
  height: 100%;
  margin: 0 0 6.2em;
}
.access:after {
  display: table;
  content: " ";
}
.access .container {
  display: flex;
  align-items: stretch !important;
}
.access__image {
  position: relative;
  top: 0;
  left: 60vw;
  height: 100%;
}
.access_image--right {
  left: 0;
}
.access__image--heightSmall {
  max-height: 355px;
  min-height: 355px;
}
.access__image--box {
  max-height: initial;
  min-height: 280px;
}
.access__imageImg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  background-color: #333;
  background-size: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-position: center center;
  object-fit: cover;
  z-index: 2;
}
.access__videoIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  border: 0;
}
.access__info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: nowrap;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  padding: 0 20px 30px;
  z-index: 3;
}
.access__info>*:last-child {
  margin: 0;
  padding: 0;
}
.access__list {
  height: calc(100% + 7px);
}
.access__listItem {
  width: 100%;
  height: 25%;
}
.access__listItemLink {
  position: relative;
  display: flex;
  align-items: flex-end;
  border: 1px solid #ebeaea;
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-gray-dark-01);
  margin: 0 0 7px;
  padding: 10px 15px;
  vertical-align: bottom;
  height: calc(100% - 7px);
  text-transform: uppercase;
}
.access__listItemLink:before {
  position: absolute;
  display: block;
  content: "\f105";
  right: 13px;
  bottom: 7px;
  font-family: 'FontAwesome';
  font-size: 1.3em;
  color: #aaa;
}
.news__header {
  width: 100%;
  margin-bottom: 20px;
}
.news__item {
  position: relative;
  min-width: 350px;
  min-height: 350px;
  max-width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
  opacity: 0.5;
}
.news__item.is-selected {
  opacity: 1;
}
.news__item--revista {
  width: 250px !important;
  min-height: auto !important;
  min-width: auto !important;
}
.news__item--ico {
  width: 33.33% !important;
  min-height: 308px;
  margin: 0;
}
.news__item--ico:after {
  position: absolute;
  top: 30px;
  right: 30px;
  content: "";
  width: 83px;
  height: 62px;
  background-image: url(../img/icons/ico1.png);
  background-size: 100% auto;
  z-index: 3;
}
.news__item--ico:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(310deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
}
.news__item--ico2:after {
  background-image: url(../img/icons/ico2.png);
}
.news__item--ico3:after {
  background-image: url(../img/icons/ico3.png);
}
.news__imageImg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  background-color: #EFF0F4;
  background-size: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-position: center center;
}
.news__item--revista .news__imageImg {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}
.news__item--revista .news__imageImg a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
}
.news__item--revista .news__imageImg img {
  display: block;
  width: 100%;
}
.news__item--revista .news__itemInfo {
  position: relative;
  top: 0;
  left: 0;
  min-height: auto;
}
.news__date {
  display: flex;
  z-index: 2;
  margin-bottom: 10px;
}
.news__date--detail {
  margin-top: -2em;
  margin-bottom: 2em;
}
.news__date .title {
  margin-bottom: 0;
}
.news__dateDay {
  position: relative;
  background-color: #f8f8f8;
  font-family: var(--font-family-secondary);
  font-size: 1.47em;
  font-weight: 700;
  line-height: 100%;
  color: #545454;
  text-align: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  z-index: 2;
}
.news__dateNumber {
  display: block;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -0.02em;
}
.news__itemInfo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 24px;
  z-index: 2;
  background: #EFF0F4;
  min-height: 130px;
}
.news__itemInfo .text--news p {
  color: inherit;
  font-size: inherit;
  text-align: left;
}
.news__itemInfo--facts {
  position: absolute;
  left: auto;
  right: 0;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  width: 70%;
  height: 100%;
  padding: 30px;
  text-align: right;
  background-color: transparent;
  justify-content: flex-end;
}
.news .button {
  max-width: 360px;
}
.newsAsset__listItem {
  margin-bottom: 25px;
}
.newsAsset__listLink {
  display: flex;
  flex-wrap: nowrap;
}
.newsAsset__listImg {
  position: relative;
  width: 120px;
  min-width: 120px;
  height: 120px;
  margin-right: 22px;
  background-size: cover;
  background-position: center center;
  z-index: 2;
}
.newsAsset__listText {
  font-size: 1.8em;
  line-height: 100%;
  color: var(--color-gray-dark-01);
}
.proyects {
  position: relative;
}
.proyects .container {
  align-items: flex-end !important;
}
.proyects .button--more {
  display: none;
}
.masonry {
  column-count: 2;
  column-gap: 20px;
  width: 100%;
}
.masonry__item {
  position: relative;
  width: 100%;
  height: 265px;
  overflow: hidden;
  margin-bottom: 20px;
  break-inside: avoid;
}
.masonry__item--width2 {
  width: 100%;
}
.masonry__item--height2 {
  height: 550px;
}
.masonry__item--row {
  column-count: 2;
  column-gap: 20px;
}
.masonry__image {
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.masonry__description {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: rgba(0, 0, 0, .5);
  margin: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transition: all 500ms ease;
}
.masonry__item:hover .masonry__description {
  opacity: 1;
}
.masonry__description--carousel {
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  margin: 13px;
  padding: 13px;
}
.masonry__description--fixed {
  top: auto;
  bottom: 0;
  height: auto;
  justify-content: left;
  opacity: 0;
}
.masonry__tabsPanel .masonry__item:last-child::after {
  position: absolute;
  display: block;
  content: "";
  right: -30px;
  bottom: -30px;
  width: 90%;
  height: 90%;
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 2px, transparent 2px, transparent 100%);
  background-size: 11px 11px;
}
.masonry__title {
  font-size: 2.6em;
  color: #fff;
  margin-bottom: 3px;
}
.masonry__title--fixed {
  font-size: 2.1em;
  margin-bottom: 5px;
}
.masonry__text {
  font-size: 1.7em;
  line-height: 120%;
  color: #fff;
  padding-bottom: 0;
}
.masonry__title--carouselItem {
  font-size: 2.2em;
  color: #fff;
  padding-bottom: 5px;
}
.masonry__text--carouselItem {
  font-size: 1.7em;
  color: #fff;
  padding-bottom: 15px;
}
.masonry__subtext--carouselItem, .masonry__description.masonry__description--carousel p {
  font-size: 1.3em;
  color: #fff;
  text-transform: uppercase;
}
.statistics {
  position: relative;
  background-color: #047046;
  padding: 30px 0 35px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8em;
}
.statisticsBox {
  margin-bottom: 2em;
  padding: 0;
}
.statisticsBox .statistics__itemInfo {
  margin-bottom: 0;
}
.statistics--blue {
  background-color: #1a74b9;
}
.statistics--yellow {
  background-color: #f9b231;
}
.statistics--red {
  background-color: #c7241f;
}
.statistics--green {
  background-color: #047046;
}
.statistics--orange {
  background-color: #f47c2b;
}
.statisticsBox .text {
  color: #fff;
}
.statistics:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 2px, transparent 2px, transparent 100%);
  background-size: 11px 11px;
}
.statistics__item {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.statistics__itemInfo {
  padding: 0 20px;
  margin: 0 auto -12px;
}
.statisticsBox .statistics__item--icon {
  padding: 35px 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
}
.statisticsBox .statistics__item--icon .data__icon {
  max-width: 90px;
  min-width: 90px;
  align-self: center;
}
.statisticsBox .statistics__item--icon .statistics__itemInfo {
  padding: 0 0 0 20px;
  width: 100%;
}
.statisticsBox .statistics__item--icon .title--statistics {
  font-size: 7.6em;
  line-height: 70%;
  margin-bottom: 20px;
}
.statisticsBox .statistics__item--icon .text--secundary {
  font-size: 1.6em;
  padding-bottom: 0;
  line-height: 100%;
}
.tabsPanel {
  overflow: hidden;
  margin-bottom: 7em;
}
.tabsPanel--nomargin {
  margin-bottom: 0;
}
.tabsPanel__tabs {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: 5em 0 2em;
  gap: 1.5rem;
}
.tabsPanel__tabsItem {
  position: relative;
  transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabsPanel__tabsItem--active:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 2px, transparent 2px, transparent 100%);
  background-size: 11px 11px;
}
.tabsPanel__tabsLink {
  font-weight: 300;
  font-size: 1.6em;
  color: #676767;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  white-space: nowrap;
  display: block;
  padding: 12px 10px;
  width: 100%;
  height: 100%;
}
.tabsPanel__tabs--blue .tabsPanel__tabsItem--active {
  border-bottom: 3px solid #1a74b9;
}
.tabsPanel__tabs--bluish .tabsPanel__tabsItem--active {
  border-bottom: 3px solid #769fb1;
}
.tabsPanel__tabs--green .tabsPanel__tabsItem--active {
  border-bottom: 3px solid #047046;
}
.tabsPanel__tabs--yellow .tabsPanel__tabsItem--active {
  border-bottom: 3px solid #f9b231;
}
.tabsPanel__tabs--red .tabsPanel__tabsItem--active {
  border-bottom: 3px solid #f9b231;
}
.tabsPanel__tabs--orange .tabsPanel__tabsItem--active {
  border-bottom: 3px solid #f47c2b;
}
.tabsPanel__tabs--orange .tabsPanel__tabsItem--active:nth-child(2) {
  border-bottom: 3px solid #f8d421;
}
.tabsPanel__tabs--orange .tabsPanel__tabsItem--active:nth-child(3) {
  border-bottom: 3px solid #e84384;
}
.tabsPanel__tabs--orange .tabsPanel__tabsItem--active:nth-child(4) {
  border-bottom: 3px solid #9dd034;
}
.tabsPanel__pane {
  margin: 0;
  display: none;
}
.tabsPanel__pane--active {
  display: block;
}
.tabsPanel__pane .news .container {
  margin: 0 -20px;
}
.modulePanel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.carousel-cell .access__imageImg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  background-size: cover;
  transform: translate(-50%, -50%);
  background-position: center center;
  z-index: 2;
}
.tabsPanel__pane .title--content {
  margin-bottom: 20px;
}
.tabsPanelYear {
  margin-bottom: 9em;
}
.tabsPanelYear__content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.tabsPanelYear__tabs {
  width: calc(25% - 10px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tabsPanelYear__tabsItem {
  width: calc(33.33% - 2em);
  margin-top: 2em;
}
.tabsPanelYear__tabsLink {
  display: inline-block;
  border: 1px solid #ebeaea;
  font-family: var(--font-family-secondary);
  font-size: 2.2em;
  line-height: 38px;
  font-weight: 700;
  color: var(--color-gray-dark-01);
  width: 100%;
  text-align: center;
}
.tabsPanelYear__tabsItem--active .tabsPanelYear__tabsLink {
  background-color: #1370b7;
  color: #fff;
}
.tabsPanelYear__pane {
  width: calc(75% - 10px);
  background-color: #e7f0f8;
  padding: 2em;
  display: none;
}
.tabsPanelYear__pane--active {
  display: block;
}
.tabsPanelYear__imageImg {
  float: left;
  max-width: 40%;
  min-width: 40%;
  margin-right: 2em;
}
.data {
  margin: 0 !important;
}
.modContentImg .data {
  margin: 0;
}
.modContentImg .access__image {
  position: absolute !important;
  overflow: hidden;
  width: calc(40% - 10px);
}
.data__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: initial;
  align-items: flex-start;
  text-align: center;
  margin: 3em 0;
  width: 100%;
}
.data__content--nomargin {
  margin: 0;
}
.data__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 2em 0;
  border-top: 1px solid #eee;
}
.data__item br {
  display: none;
}
.data__content--col2 .data__item {
  width: 50%;
}
.data__content--col3 {
  margin-right: -20px;
  margin-bottom: 8em;
}
.data__content--col3 .data__item {
  width: 33.33%;
  border-right: 1px solid #f5f5f5;
  border-top: 0;
  display: block;
  text-align: center;
}
.data__content--col3 .data__item:last-child {
  border-right: 0;
}
.data__content--col4 .data__item {
  width: 25%;
}
.data__content--col .data__item {
  width: 100%;
}
.data__item--big {
  padding: 20px;
}
.data__item--image {
  margin-top: -5em !important;
}
.data__item--image .data__item {
  padding: 0 20px 40px 0;
  text-align: left;
}
.data__item--image .data__icon {
  max-width: 361px;
  min-width: 320px;
  width: 100%;
  margin-bottom: 0;
}
.data__text {
  font-family: var(--font-family-secondary);
  font-size: 3.2em;
  letter-spacing: -0.075em;
  color: #e5e5e5;
  min-width: 3.8em;
  text-align: center;
  margin-right: 1em;
}
.data__text--green {
  color: #047046 !important;
}
.data__text--green2 {
  color: #9dd034 !important;
}
.data__text--blue {
  color: #1a74b9 !important;
}
.data__text--yellow {
  color: #f9b231 !important;
}
.data__text--yellow2 {
  color: #f8d421 !important;
}
.data__text--red {
  color: #c7241f !important;
}
.data__text--bluish {
  color: #5e7192 !important;
}
.data__text--orange {
  color: #f47c2b !important;
}
.data__description {
  font-size: 1.8em;
  line-height: 130%;
  color: var(--color-gray-dark-01);
  margin-top: 10px;
  letter-spacing: -0.01em;
}
.data__item p {
  font-size: 2em;
  line-height: 130%;
  color: #707478;
  margin-top: 30px;
  letter-spacing: -0.01em;
}
.data__item--bigtext p {
  font-size: 1.9em;
  margin-top: 0;
}
.data__icon {
  display: inline;
  width: 35%;
  max-width: 120px;
}
.data__icon--big {
  max-width: 120px;
  min-width: 120px;
  margin-top: -2em;
  margin-bottom: -10px;
}
.data__icon--med {
  max-width: 80px;
  min-width: 80px;
}
.data__icon--normal {
  max-width: 90px;
  min-width: 90px;
  margin: 0 17px;
}
.data__icon--small {
  max-width: 72px;
  min-width: 72px;
  margin-right: 17px;
}
.data__icon--left {
  max-width: 7%;
  min-width: 7%;
  margin: 15px 0px;
}
.data--big {
  margin-bottom: 8em !important;
}
.data--big .data__item {
  margin: -5em auto;
}
.data--big .data__text {
  font-size: 12em;
  color: #707478;
  letter-spacing: -0.09em;
}
.data--big .data__text .data__text--small {
  font-size: 0.415em;
  line-height: 90%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.box {
  margin-bottom: 5em !important;
}
.box__item {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: center;
  border: 1px solid #ccc;
  background-color: #fcfcfc;
}
.box__image {
  padding: 20px;
  text-align: center;
}
.box__imageImg {
  width: 100%;
  height: auto;
  max-width: 250px;
}
.box__item p {
  padding: 0 !important;
}
.imageResponsive {
  margin: 20px 0;
  width: 100%;
  position: relative;
  height: 259px;
  overflow: hidden;
}
.imageResponsive__img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.carousel__content {
  position: relative;
  width: 100%;
  padding: 0;
  background-color: #f5f5f5;
}
.carousel__content:after, .carousel__content:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 6em;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.carousel__content:after {
  right: auto;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.carousel__content .carousel-cell {
  width: 45em;
  height: 30em;
  overflow: hidden;
}
.carousel__content .carousel-cell img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel__content .carousel-cell .masonry__item {
  height: 175px;
}
.carousel__image {
  position: relative;
  border-radius: 2em;
  overflow: hidden;
  z-index: 2;
}
.carousel__image .carousel-cell {
  width: 100%;
  height: 322px;
}
.carousel__content .flickity-button {
  z-index: 9;
}
.busqueda__item {
  margin-bottom: 20px;
}
.pager__list {
  display: flex;
  justify-content: center;
}
.pager__item {
  display: inline-block;
}
.pager__link {
  display: block;
  width: 100%;
  width: 40px;
  background-color: #fff;
  border: 1px solid #ebeaea;
  font-size: 1.8em;
  color: var(--color-gray-dark-01);
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0 1px 12px 0;
}
.pager__link--active {
  background-color: #ebeaea;
  color: var(--color-gray-dark-01);
  border: 1px solid #ebeaea;
}
.pager__link--arrowLeft, .pager__link--arrowRight {
  position: relative;
  background-color: var(--color-gray-dark-01);
  border: 1px solid var(--color-gray-dark-01);
}
.pager__link--arrowLeft:before, .pager__link--arrowRight:before {
  position: absolute;
  display: block;
  content: "\f105";
  left: 50%;
  top: 0;
  width: 40px;
  height: 100%;
  font-family: 'FontAwesome';
  font-size: 1.8em;
  color: #ebeaea;
  text-align: center;
  margin-top: -1px;
  transform: translateX(-50%);
}
.pager__link--arrowLeft:before {
  content: "\f104";
}
.error__title {
  font-size: 15em;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--color-gray-dark-01);
  margin-bottom: 15px;
}
.error__title--uppercase {
  font-size: 3em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.error__text {
  font-size: 2em;
  color: var(--color-gray-dark-01);
}
.accordion__list {
  margin-top: -7em;
}
.accordion__title {
  position: relative;
  transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  text-align: center;
  width: 100%;
  margin-top: -1px;
}
.accordion__title:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "\f078";
  display: block;
  font-family: 'FontAwesome';
  font-size: 1.8em;
  color: #676767;
  transform: translateY(-50%);
  @media (width >= 992px) {
    right: 20px;
  }
}
.accordion__title--active a {
  border-color: #efefef;
}
.accordion__title--active:after {
  content: "\f077";
  color: #676767;
}
.accordion__title--blue.accordion__title--active a {
  border-color: #1a74b9;
}
.accordion__title--blue.accordion__title--active:after {
  content: "\f077";
  color: #000;
}
.accordion__title--orange.accordion__title--active a {
  border-color: #f47c2b;
}
.accordion__title--orange.accordion__title--active:after {
  content: "\f077";
  color: #000;
}
.accordion__title--yellow.accordion__title--active a {
  border-color: #f8d421;
}
.accordion__title--yellow.accordion__title--active:after {
  content: "\f077";
  color: #000;
}
.accordion__title--rose.accordion__title--active a {
  border-color: #e84384;
}
.accordion__title--rose.accordion__title--active:after {
  content: "\f077";
  color: #000;
}
.accordion__title--green.accordion__title--active a {
  border-color: #9dd034;
}
.accordion__title--green.accordion__title--active:after {
  content: "\f077";
  color: #000;
}
.accordion__link {
  display: block;
  padding: .75em 0;
  border-bottom: 2px solid #efefef;
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 1.8em;
  color: #676767;
  letter-spacing: -0.02em;
  white-space: nowrap;
  margin-bottom: 4px;
  @media (width >= 992px) {
    padding: 1em 0;
  }
}
.accordion__title--active .accordion__link {
  font-weight: 700;
  color: #000;
}
.accordion__title--blue.accordion__title--active .accordion__link {
  color: #fff;
}
.accordion__detail {
  padding: 2em 0;
  margin: 0;
  .moduleContent {
    margin-bottom: 0 !important;
  }
}
.accordion__detail .container {
  padding: 0 2em;
  margin: 0 -1.5em;
  align-items: center !important;
}
.tableGen {
  padding-top: 5em;
}
.table {
  border-collapse: collapse;
  width: 100%;
  color: var(--color-gray-dark-01);
}
.table__title, .table__td {
  background-color: #f9f9f9;
  border: 2px solid #fff;
  border-right: 4px solid #fff;
  padding: 7px 10px;
}
.table__title:last-child, .table__td:last-child {
  border-right: 0;
}
.table__title {
  background-color: #ebeaea;
  text-align: left;
}
.moduleContent>.container, .moduleContent>.container-fluid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.tabsPanelYear__content, .moduleContent>.container--height {
  height: 100%;
  min-height: 100%;
  align-items: stretch;
}
.moduleContent.moduleContent--bottom {
  margin: 0 auto !important;
  padding: 5em 0;
}
.moduleContent.modContentImg {
  position: relative;
  padding: 5em 0;
}
.moduleContent--bottom:last-child {
  margin-bottom: 10em !important;
}
.moduleContent__bgcolor {
  position: relative;
  margin-top: -5em;
  background-color: #fafafa;
  padding: 35px 22px;
}
.moduleContent--bottomColor {
  background-color: #eaeaea;
}
.moduleContent__border {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 2em;
}
.moduleContent--top>.container, .moduleContent--top>.container-fluid, .moduleContent--bottom>.container, .moduleContent--bottom>.container-fluid {
  height: 100%;
  margin-bottom: 0;
}
.moduleContent--bottom>.container, .moduleContent--bottom>.container-fluid {
  align-items: flex-end;
}
.moduleContent--top>.container, .moduleContent--top>.container-fluid {
  align-items: flex-start;
}
.moduleContent--center>.container, .moduleContent--center>.container-fluid {
  align-items: center;
}
.moduleContent--top>.container>.moduleContent__4cols, .moduleContent--top>.container-fluid>.moduleContent__4cols {
  align-self: flex-end;
}
.moduleContent__3cols.moduleContent__3cols--top {
  align-self: flex-start;
}
.moduleContent__2cols {
  width: calc(50% - 10px);
}
.moduleContent__3cols {
  width: calc(33.33% - 10px);
}
.moduleContent__6cols {
  width: calc(60% - 10px);
}
.moduleContent__4cols {
  width: calc(40% - 10px);
}
.moduleContent__7cols {
  width: calc(66.66% - 10px);
}
.moduleContent__7cols .text {
  padding-right: 4em !important;
}
.moduleContent__1cols {
  width: 100%;
}
.moduleContent__1cols--auto {
  min-width: 100%;
  display: flex;
}
.moduleContent__1cols--auto>div {
  width: 50%;
  padding-right: 20px;
}
.moduleContent__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.text--icons {
  width: 93%;
  padding-left: 20px;
}
.bullets {
  display: flex;
  flex-wrap: wrap;
}
.bullets li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 15px;
  flex: 0 0 50%;
}
.bullets li:before {
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #f47c2b;
  width: 8px;
  height: 8px;
  display: block;
  content: "";
}
.bullets .text {
  padding-bottom: 0;
}
.title {
  font-size: 4.8em;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--color-gray-dark-01);
}
.title--1 {
  font-family: 'Corbel', sans-serif;
  font-size: 5em;
  font-weight: 400;
  color: #fff;
  line-height: 85%;
  letter-spacing: -0.03em;
  margin-bottom: 35px;
}
.title--2 {
  font-size: 4.8em;
  margin-bottom: 30px;
}
.title--3 {
  font-weight: 400;
  font-size: 3.8em;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
.title--4 {
  font-size: 2.4em;
}
.title--5 {
  font-size: 2.6em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.title--6 {
  font-size: 5.8em;
  margin-bottom: 30px;
}
.title--7 {
  font-weight: 500;
  font-size: 2.4em;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
.title--accordeon {
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.title--grey {
  font-weight: 400;
  color: #999;
  font-style: italic;
}
.title--orange {
  color: #f47c2b;
}
.light .title {
  color: #fff;
}
.title--access {
  font-size: 3.2em;
  color: #fff;
  margin-bottom: 10px;
}
.title--uppercase {
  margin-bottom: 1rem;
}
.title--smallList {
  font-size: 1.6em;
  letter-spacing: 0em;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.title--tabsPanelYear {
  font-size: 2.8em;
  margin-bottom: 0;
}
.title--statistics {
  font-family: var(--font-family-secondary);
  font-size: 9.2em;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
  white-space: nowrap;
}
.title--statistics2 {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.title--span {
  font-family: Corbel;
  font-size: 0.28em;
  line-height: 85%;
  display: inline-flex;
  text-align: left;
  letter-spacing: 0;
  width: 35%;
}
.text, .galeria-text p, .galeria-text li {
  line-height: 130%;
  color: var(--color-gray-dark-01);
  margin-bottom: 0;
}
.text--1 {
  font-family: var(--font-family-secondary);
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.text--2 {
  font-size: 2em;
}
.text--3, .galeria-text p, .galeria-text li {
  font-size: 2.5em !important;
  font-family: var(--font-family-secondary);
  font-weight: 300;
}
.text--icon-list {
  position: relative;
  font-size: 1.8em;
  padding-left: 60px;
  padding-bottom: 5px;
}
.text--icon-list img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px !important;
  height: auto !important;
  max-width: 50px;
  min-width: 50px;
  margin-right: 10px;
  vertical-align: middle;
}
.text--icon-list strong {
  font-size: 1.2em;
  color: #5e7192;
}
.text--grey {
  color: #999;
}
.text--orange {
  color: #f47c2b;
}
.text--cite {
  font-size: 3em !important;
  font-style: italic;
  color: var(--color-gray-dark-01) !important;
}
.text--autor {
  display: block;
  font-size: 1.2em;
  color: #999;
  margin-bottom: 40px;
}
.text--link a {
  font-size: 1.4em;
  margin-bottom: 0;
  font-style: italic;
  color: #1370b7;
}
.text--link2 a {
  font-size: 1em;
  margin-bottom: 0;
  font-style: italic;
  color: #1370b7;
}
.text--access {
  font-size: 1.8em;
  line-height: 110%;
  color: #fff;
  letter-spacing: -0.01em;
}
.text--statistics {
  font-size: 1.6em;
  color: #fff;
  padding: 0;
  line-height: 100%;
}
.text--icon {
  display: inline;
  vertical-align: middle;
}
.form__container {
  position: relative;
  padding-bottom: 10px;
}
.form__container--search {
  padding-bottom: 0;
  margin-left: 10px;
}
.form__container--search .fa {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 1.4em;
  color: #b7b9ba;
  cursor: pointer;
}
.form__label {
  display: block;
  font-size: 1.8em;
  color: var(--color-gray-dark-01);
  padding-bottom: 5px;
}
label.error {
  position: absolute;
  right: 0;
  bottom: -7px;
  display: block;
  font-size: 1.1em;
  color: #cf0b0b;
  text-transform: uppercase;
}
.form__input, .form__textarea, .form__select {
  font-family: 'Corbel';
  font-size: 1.6em;
  color: var(--color-gray-dark-01);
  width: 100%;
  background-color: #fff;
  border: 1px solid #cdcbcb;
  height: 2.5em;
  padding: 0 10px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.form__select[multiple] {
  height: auto;
}
.form__input.error, .form__textarea.error {
  border: 1px solid #cf0b0b;
}
.form__input--search {
  color: #fff;
  background-color: transparent;
  border: 1px solid #b7b9ba;
  width: 8.5em;
  height: 1.7em;
  padding: 0 25px 0 5px;
}
.form__textarea {
  height: 12em;
  padding-top: 10px;
}
.form__button {
  float: right;
  background-color: transparent;
  border: 0;
  font-size: 1.6em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.form__buttonIco {
  position: relative;
  bottom: -2px;
  font-size: 1.8em;
}
.button {
  position: relative;
  display: block;
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.button--more {
  background-color: rgba(128, 131, 132, .8);
  line-height: 85px;
  bottom: -47px;
  z-index: 2;
  width: 100%;
  position: absolute;
}
.button--arrow {
  width: 100%;
  background-color: #fff;
  font-size: 1.6em;
  color: var(--color-gray-dark-01);
  line-height: 38px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  text-align: left;
  padding-left: 15px;
  margin-top: 12px;
  text-shadow: none;
  margin: 12px 0 0 auto;
}
.button--arrow:before {
  position: absolute;
  display: block;
  content: "\f105";
  right: -1px;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: var(--color-gray-dark-01);
  font-family: 'FontAwesome';
  font-size: 1.8em;
  color: #ebeaea;
  text-align: center;
  border: 1px solid var(--color-gray-dark-01);
  margin-top: -1px;
}
.button--light:before {
  background-color: #ebeaea;
  color: var(--color-gray-dark-01);
  border: 1px solid #ebeaea;
}
.button--back {
  float: left;
  padding-left: 55px;
  margin-bottom: 5em;
}
.button--back:before {
  content: "\f104";
  right: auto;
  left: 0;
}
.button--play {
  border: 3px solid #fff;
  display: inline-block;
  width: 150px;
  height: 150px;
  min-width: 150px;
}
.button--play:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  content: "";
  display: block;
  width: 40px;
  height: 68px;
  background: url(../img/video-player.png) no-repeat center / 100% 100%;
}
.button--playAccess {
  width: 100px;
  height: 100px;
  min-width: 100px;
  margin-left: 20px !important;
}
.button--playAccess:before {
  background-size: 60%;
  transform: translate(-42%, -50%);
}
.news--facts .flickity-viewport {
  min-width: 100%;
  overflow: visible;
}
.news--facts .flickity-page-dots {
  text-align: left;
  @media (width >= 992px) {
    bottom: -10px;
  }
}
.news--facts .flickity-page-dots .dot {
  background: var(--color-orange-dark);
  margin: 3px 5px;
  width: 7px;
  height: 7px;
  @media (width >= 992px) {
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
}
.news--revistas {
  position: relative;
  min-height: 450px;
  margin-top: 40px;
  overflow: hidden;
  .flickity-viewport {
    @media (width >= 992px) {
      min-height: 429px;
    }
  }
}
.news--revistas .flickity-page-dots {
  bottom: 5px;
  left: 30px;
}
.galery__home {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.galery__homeItem {
  width: 25%;
  text-align: center;
  margin-bottom: 40px;
}
.galery__home .image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 181px;
  height: 181px;
  border-radius: 100%;
  margin: 0 auto 10px;
  background-color: #fcfcfc;
}
.galery__home .image img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  max-height: 181px;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 2;
}
.galery__homeItem a {
  color: var(--color-gray-dark-01);
}
.footer {
  position: relative;
  margin: 0 !important;
  @media (width <=768px) {
    padding-left: 0;
    margin: 0;
  }
  &.moduleContent {
    margin-bottom: 0 !important;
  }
  .footer__container {
    width: 100%;
    background: url(../img/bg-footer.png) right bottom no-repeat;
    min-height: 210px;
    background-size: contain;
    padding-bottom: 15px;
  }
  .footer__menu {
    width: 55%;
    @media (width <=768px) {
      width: 100%;
    }
  }
  .footer__menuItem {
    padding-bottom: 0;
    width: 33.33%;
    display: inline-block;
    float: left;
    padding-right: 7%;
  }
  .footer__menuItemLink {
    display: block;
    font-size: 1.6em;
    font-weight: 600;
    color: #4c4b4b;
    padding: 0 0 15px;
  }
  .footer__submenuItemLink {
    display: block;
    font-size: 1.6em;
    color: #4c4b4b;
    padding: 0 0 6px;
  }
  .footer__copyright {
    background-color: #363636;
    font-weight: 700;
    color: #fff;
    padding: 2em 0;
    .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .footer__copyrightText {
      font-family: var(--font-family-secondary);
      font-size: 1.4em;
      font-weight: 500;
      color: #fff;
    }
    .footer__logoCont img {
      max-width: 12em;
    }
    .footer__menuSocial {
      padding: 7px 0;
      .footer__menuSocialItem {
        display: inline-block;
        .footer__menuSocialItemLink {
          display: inline-block;
          font-size: 2.1em;
          color: #b7b9ba;
          padding: 0 0 0 10px;
          transition: all .1s ease;
          &:hover {
            color: #fff;
          }
        }
      }
    }
  }
}
@media (width <=768px) {
  .footer__form {
    padding: 30px 15px;
    @media (width <=991px) {
      width: calc(50% - 10px);
    }
  }
  .footer__copyright .container {
    flex-direction: column;
    text-align: center;
  }
  .footer__copyrightText {
    padding: 2em 0 1.5em;
  }
}
@media (width <=460px) {
  .footer__menuItem {
    width: 100%;
    text-align: center;
  }
  .footer__menuItemLink, .footer__submenuItemLink {
    font-size: 1.5em;
  }
  .footer__menuSocial {
    padding: 0 0 10px;
  }
  .footer__copyright {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .banner__content .flickity-page-dots, .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .banner__content .flickity-page-dots, .container {
    width: 1160px;
  }
}
@media (max-width: 1200px) {
  .banner__itemInfo {
    max-width: 60%;
  }
  .banner__content--seccion {
    min-height: 0;
    max-height: none;
  }
  .news__item {
    min-width: 300px;
    min-height: 300px;
  }
  .news__itemInfo--facts {
    width: 100%;
  }
  .masonry__item {
    height: 220px;
  }
  .masonry__item--height2 {
    height: 460px;
  }
  .masonry__description {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    padding: 10px;
  }
  .masonry__title {
    font-size: 2.2em;
  }
  .masonry__text {
    font-size: 1.6em;
  }
  .modContentImg .access__image, .access__imageImg {
    position: relative !important;
    width: 100%;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }
  .text--testimonial {
    margin-bottom: 1em;
  }
  .data--big .data__text {
    font-size: 13.4em;
  }
  .title--statistics {
    font-size: 7.2em;
  }
  .terra__thumbsItemImg {
    height: 65px;
  }
  .data__text {
    font-size: 4.6em;
    display: block;
    padding-top: 10px;
  }
  .tabsPanelYear__tabsItem {
    width: calc(33.33% - 5px);
  }
  .data__icon {
    width: 45%;
  }
  .big .title--salient {
    font-size: 4em;
  }
}
@media (max-width: 1024px) {
  .title--facts {
    font-size: 2.5em;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
  .banner__content, .carousel__banner, .banner__content .flickity-viewport, .banner__content .carousel-cell {
    max-height: 450px;
    min-height: 450px;
  }
  .banner__content--seccion {
    max-height: none;
    min-height: 0;
  }
  .banner__itemInfo {
    max-width: 90%;
    bottom: auto;
    top: 5em;
  }
  .banner__contentItem {
    left: 0;
    height: 50%;
    background: var(--color-orange-opacity);
  }
  .banner__contentItem--small {
    left: auto;
    transform: translate(0, 0);
  }
  .moduleContent {
    margin-bottom: 4em !important;
  }
  .moduleContent--bottom:last-child {
    margin-bottom: 7em !important;
  }
  .title {
    font-size: 2.9em;
  }
  .title--statistics {
    font-size: 6em;
  }
  .text {
    font-size: 1.6em;
  }
  .text--bannerSmall {
    font-size: 2em;
  }
  .text--testimonial {
    font-size: 2.2em;
  }
  .text--banner {
    font-size: 1.6em;
  }
  .title--access {
    font-size: 2.9em;
  }
  .text--access {
    font-size: 1.4em;
  }
  .title--masonry {
    font-size: 2.2em;
  }
  .text--masonry {
    font-size: 1.3em;
  }
  .title--news {
    font-size: 1.9em;
  }
  .title--facts {
    font-size: 2.6em;
  }
  .terra__thumbs {
    margin: 3.2em 0 5.2em;
  }
  .access {
    margin-bottom: 6.5em;
  }
  .data {
    margin: 2em 0 4em 0;
  }
  .data__icon {
    width: 45%;
  }
  .data__text {
    font-size: 4em;
  }
  .access__list {
    position: relative;
    width: 100%;
  }
  .access__image {
    min-height: 300px;
  }
  .video__content {
    min-height: 400px;
  }
  .video__contentItem, .slider__contentItem {
    transform: translate(-50%, -50%);
  }
  .access__listItemLink {
    font-size: 1.6em;
  }
  .masonry__item {
    height: 170px;
  }
  .masonry__item--height2 {
    height: 360px;
  }
  .masonry__title {
    font-size: 2em;
  }
  .masonry__text {
    font-size: 1.4em;
  }
  .masonry__description {
    top: auto;
    bottom: 0;
    height: auto;
    opacity: 1;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .data--big .data__text {
    font-size: 11em;
  }
  .wysiwyg-content ul li {
    font-size: 1.6em;
  }
  .table__title, .table__td {
    padding: 7px;
    font-size: 1.4em;
  }
  .terra__thumbsItemImg {
    height: 55px;
  }
  .big .title--salient, .normal .title--salient {
    font-size: 3em;
  }
  .big .title--salient:first-line, .normal .title--salient:first-line {
    letter-spacing: -4px;
  }
  .statisticsBox .statistics__item--icon {
    padding: 20px 20px 30px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .statisticsBox .statistics__item--icon .data__icon {
    margin-bottom: 5px;
  }
  .statisticsBox .statistics__item--icon .statistics__itemInfo {
    padding: 0;
  }
  .tabsPanel__pane .news .container {
    width: calc(100% + 40px);
  }
  .galery__homeItem {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .moduleContent {
    margin-bottom: 3em !important;
  }
  .moduleContent--bottom:last-child {
    margin-bottom: 3em !important;
  }
  .moduleContent__border {
    border-right: 0;
    padding-right: 0;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 2em;
  }
  .accordion__detail .container {
    padding: 0 2.5em;
  }
  .title {
    font-size: 2.7em;
    margin-bottom: 10px;
  }
  .title--smallSpace {
    max-width: 100%;
  }
  .text--cite {
    font-size: 2em !important;
  }
  .text--bannerSmall {
    font-size: 2em;
  }
  .text--testimonial {
    font-size: 2em;
  }
  .title--banner {
    font-size: 5.6em;
    margin-bottom: 20px;
  }
  .title--access {
    font-size: 2.6em;
    padding-top: 0;
  }
  .title--masonry {
    font-size: 1.9em;
  }
  .title--news {
    font-size: 2em;
  }
  .title--facts {
    font-size: 2.3em;
  }
  .title--statistics {
    font-size: 6.3em;
  }
  .title--span {
    width: auto;
  }
  .moduleContent>.container, .moduleContent>.container-fluid {
    flex-direction: column !important;
  }
  .banner__content, .carousel__banner, .banner__content .flickity-viewport, .banner__content .carousel-cell {
    max-height: 500px;
    min-height: 500px;
  }
  .banner__content--seccion {
    max-height: none;
    min-height: 0;
  }
  .banner__contentItem--small {
    padding: 5em 0;
  }
  .proyects .title {
    max-width: 100%;
  }
  .box__item {
    flex-direction: column;
  }
  .box__imageImg {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
  .terra__thumbsList {
    flex-wrap: wrap;
  }
  .terra__thumbsItem {
    width: 50%;
    text-align: center;
    margin-bottom: 25px;
    padding: 0 10px;
  }
  .terra__thumbsItem:nth-last-child(2), .terra__thumbsItem:last-child {
    margin-bottom: 0;
  }
  .access__list {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 0;
  }
  .access__listItem {
    flex: 1 1 50%;
  }
  .proyects__header {
    margin-bottom: 1em;
  }
  .news__itemInfo--facts {
    width: 100%;
  }
  .proyects__header>.moduleContent {
    display: flex;
  }
  .masonry__item {
    grid-column: span 2;
    grid-row: span 1;
  }
  .news--facts {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-bottom: 4em;
  }
  .news__item {
    width: 50%;
  }
  .news__item--ico {
    margin: 0 auto 20px;
    padding: 10px;
    width: calc(100% - 40px) !important;
  }
  .statistics {
    padding: 0;
  }
  .statistics__item {
    border-bottom: 1px solid #fff;
    padding: 30px 0 40px;
  }
  .statistics__item:last-child {
    border-bottom: none;
  }
  .tabsPanel__tabsLink, .accordion__link {
    font-size: 1.65em;
  }
  .data__content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .data__item {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
  }
  .data__icon {
    width: 35%;
  }
  .data__text {
    font-size: 4em;
  }
  .data__content--col3 .data__item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #f5f5f5;
    padding: 2em 0;
  }
  .data__content--col4 .data__item {
    width: 100%;
  }
  .access__image {
    min-height: 400px;
    margin-bottom: 20px;
  }
  .access_image--right {
    width: 100%;
    margin: 0 auto;
  }
  .video__content {
    min-height: 400px;
    margin-bottom: 20px;
  }
  .video {
    max-height: 70vh;
    min-height: 70vh;
    margin-bottom: 0 !important;
  }
  .video__contentItem, .slider__contentItem {
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .data--big .data__text {
    font-size: 6.4em;
  }
  .data--big .data__description {
    font-size: 2.0em;
  }
  .data--big .data__item {
    margin: 0 auto;
  }
  .data__content {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .button--arrow {
    float: none;
    width: 100%;
    font-size: 1.3em;
    margin-top: 15px;
    max-width: 100%;
  }
  .moduleContent--bottom {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translate(0, 0);
    padding: 20px 0;
  }
  .moduleContent__2cols, .moduleContent__3cols, .moduleContent__4cols, .moduleContent__6cols, .moduleContent__7cols {
    width: 100%;
  }
  .news__dateNumber {
    font-size: 2.5em;
    line-height: 110%;
  }
  .proyects__header:after {
    display: none;
  }
  .masonry {
    column-count: 1;
  }
  .masonry__item {
    height: 250px;
  }
  .masonry__item--height2 {
    height: 400px;
  }
  .tabsPanel__tabs {
    flex-direction: column;
    gap: 0.5rem;
  }
  .imageResponsive {
    height: 220px;
  }
  .tabsPanelYear__content {
    flex-direction: column;
  }
  .tabsPanelYear__tabs, .tabsPanelYear__pane {
    width: 100%;
    margin-bottom: 20px;
  }
  .tabsPanelYear__tabsItem {
    width: calc(33.33% - 2em);
  }
  .terra__thumbsItemImg {
    height: 70px;
  }
  .button--more {
    line-height: 50px;
    bottom: -20px;
  }
  .news__itemInfo {
    padding: 20px 10px;
  }
  .form__container--search {
    margin: 15px 0 0;
  }
  .form__input--search {
    width: 100%;
  }
  .richTextEditor__title {
    font-size: 2.8em;
  }
  .richTextEditor__text {
    font-size: 1.6em;
  }
  .modulePanel {
    flex-direction: column;
    margin-bottom: 0;
  }
  .news__dateDay {
    font-size: 1.3em;
  }
  .news__dateNumber {
    font-size: 2.4em;
  }
  .title--salient {
    max-width: 100%;
    line-height: 140%;
  }
  .big .title--salient, .normal .title--salient, .small .title--salient {
    font-size: 2.5em;
  }
  .small .title--salient:first-line {
    letter-spacing: -4px;
  }
  .galery__homeItem {
    width: 50%;
  }
  .flickity-page-dots {
    width: 90%;
  }
  .flickity-page-dots .dot {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
}
@media (max-width: 460px) {
  .banner__content, .carousel__banner, .banner__content .flickity-viewport, .banner__content .carousel-cell {
    max-height: 300px;
    min-height: 300px;
  }
  .banner__content--seccion {
    max-height: none;
    min-height: 0;
  }
  .access__listItem {
    flex: 1 1 100%;
  }
  .masonry__item {
    grid-column: span 4;
    grid-row: span 1;
  }
  .title--banner {
    font-size: 3.6em;
    margin-bottom: 10px;
  }
  .tabsPanel__tabsItem {
    width: 100%;
    text-align: center;
  }
  .terra__thumbsList {
    flex-direction: column;
  }
  .terra__thumbsItem {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #eaeaea;
  }
  .terra__thumbsItem:nth-last-child(2), .terra__thumbsItem:last-child {
    margin-bottom: 20px;
  }
  .terra__thumbsItem:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
  }
  .masonry__item--row {
    column-count: 1;
  }
  .masonry__item {
    height: 250px;
  }
  .masonry__item--height2 {
    height: 250px;
  }
  .news__item {
    width: 100%;
  }
  .imageResponsive {
    height: 150px;
  }
  .access__image, .carousel__image {
    min-height: 300px;
    max-height: 300px;
  }
  .terra__thumbsItemImg {
    height: 60px;
  }
  .big .title--salient, .normal .title--salient, .small .title--salient {
    font-size: 2em;
  }
  .big .title--salient:first-line, .normal .title--salient:first-line, .small .title--salient:first-line {
    letter-spacing: -3px;
  }
  .tabsPanelYear__imageImg {
    float: none;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .newsAsset__listImg {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
  .newsAsset__listText {
    font-size: 1.4em;
  }
  .title--smallList {
    font-size: 1.6em;
  }
  .galery__homeItem {
    width: 100%;
  }
  .news__item--revista {
    width: 200px !important;
  }
  .news__item--revista .title--7 {
    font-size: 2em;
  }
}
@media (max-width: 380px) {
  .access__info {
    display: block;
    padding: 20px;
  }
  .button--playAccess {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin: 20px auto !important;
    text-align: center;
    display: block;
  }
  .button--playAccess:before {
    background-size: 45%;
  }
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner>.item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  line-height: 1;
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
  display: block;
}
.carousel-inner>.active {
  left: 0;
}
.carousel-inner>.next, .carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner>.next {
  left: 100%;
}
.carousel-inner>.prev {
  left: -100%;
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
  left: 0;
}
.carousel-inner>.active.left {
  left: -100%;
}
.carousel-inner>.active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  opacity: .5;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media (min-width:768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 9;
}
.galeria-slider .item {
  min-height: 558px;
  margin: 0 0 18px;
  background-size: cover;
  background-position: center center;
}
.tab-content .galeria-slider .item {
  min-height: 500px;
}
.galeria-slider .item a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.galeria-slider p {
  font-size: 1.3em;
  font-weight: 300;
  color: #868686;
  margin: 0 15px 15px;
}
.galeria-slider .item-control {
  position: absolute;
  top: 50%;
  margin-top: -42px;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  transition: all 500ms ease;
}
.galeria-slider .item-control:hover {
  opacity: 1;
}
.galeria-slider .item-control.left {
  left: 10px;
}
.galeria-slider .item-control.right {
  right: 10px;
}
.galeria-slider-thumbs .item-control i, .galeria-slider .item-control i {
  color: #fff;
  font-size: 3.5em;
}
.galeria-slider .item-control.expand {
  top: auto;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.galeria-slider .item-control .icon-expand {
  display: block;
  width: 31px;
  height: 31px;
  background-image: url('../img/icons/ico-expand.png');
  background-size: cover;
  position: relative;
}
.galeria-slider-thumbs {
  position: relative;
  background-color: #f47c2b;
  padding: 10px 57px;
  overflow: hidden;
  margin-bottom: 60px;
}
.galeria-slider-thumbs .carousel-inner {
  height: 100px;
}
.galeria-slider-thumbs .item a {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  width: 147px;
  height: 99px;
  overflow: hidden;
  border: 1px solid #f8f8f8;
}
.tab-pane .galeria-slider-thumbs .item a {
  width: 90px;
  height: 60px;
}
.galeria-slider-thumbs .item a i {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 2.5em;
  color: #fff;
  font-style: normal;
  font-weight: 700;
}
.galeria-slider-thumbs .item img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.galeria-slider-thumbs .item a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.galeria-slider-thumbs .item a.active:after, .galeria-slider-thumbs .item a:hover:after {
  opacity: 0;
}
.galeria-slider-thumbs .item-control {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  opacity: 0.7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  fill: #fff;
  transform: scale(1.5);
}
.galeria-slider-thumbs .item-control:hover {
  opacity: 1;
}
.galeria-slider-thumbs .item-control.left {
  left: 0;
  text-align: right;
}
.galeria-slider-thumbs .item-control.right {
  right: 30px;
  text-align: left;
}
.galeria-slider-thumbs .item-control i {
  padding: 0 10px;
}
#galeria-slider-thumbs-fotos .item a, #galeria-slider-thumbs-videos .item a {
  background-size: cover;
  background-position: center center;
}
#galeria-slider-thumbs-fotos .item a img, #galeria-slider-thumbs-videos .item a img {
  visibility: hidden;
}
.carousel-col {
  position: relative;
  min-height: 1px;
  float: left;
}
.carousel-multi .active>div {
  display: none;
}
.carousel-multi .active>div:first-child {
  display: block;
}
@media (max-width: 460px) {
  .galeria-slider .item {
    min-height: 250px;
  }
  .carousel-col {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 461px) and (max-width: 640px) {
  .galeria-slider .item {
    min-height: 300px;
  }
  .carousel-multi .active.left {
    left: -50%;
  }
  .carousel-multi .active.right {
    left: 50%;
  }
  .carousel-multi .next {
    left: 50%;
  }
  .carousel-multi .prev {
    left: -50%;
  }
  .carousel-col {
    width: 50%;
    text-align: center;
  }
  .active>div:first-child+div {
    display: block;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .carousel-col {
    width: 33.33%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-multi .active.left {
    left: -25%;
  }
  .carousel-multi .active.right {
    left: 25%;
  }
  .carousel-multi .next {
    left: 25%;
  }
  .carousel-multi .prev {
    left: -25%;
  }
  .carousel-col {
    width: 25%;
  }
  .active>div:first-child+div {
    display: block;
  }
  .active>div:first-child+div+div {
    display: block;
  }
  .active>div:first-child+div+div+div {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-multi .active.left {
    left: -25%;
  }
  .carousel-multi .active.right {
    left: 25%;
  }
  .carousel-multi .next {
    left: 25%;
  }
  .carousel-multi .prev {
    left: -25%;
  }
  .carousel-col {
    width: 25%;
  }
  .active>div:first-child+div {
    display: block;
  }
  .active>div:first-child+div+div {
    display: block;
  }
  .active>div:first-child+div+div+div {
    display: block;
  }
}
@media (min-width: 1200px) {
  .carousel-multi .active.left {
    left: -16.6%;
  }
  .carousel-multi .active.right {
    left: 16.6%;
  }
  .carousel-multi .next {
    left: 16.6%;
  }
  .carousel-multi .prev {
    left: -16.6%;
  }
  .carousel-col {
    width: 16.6%;
  }
  .active>div:first-child+div {
    display: block;
  }
  .active>div:first-child+div+div {
    display: block;
  }
  .active>div:first-child+div+div+div {
    display: block;
  }
  .active>div:first-child+div+div+div+div {
    display: block;
  }
  .active>div:first-child+div+div+div+div+div {
    display: block;
  }
}
.embed-responsive {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.banner__content--linkeable {
  background-repeat: no-repeat;
  background-size: contain;
}
.banner__content--linkeable .banner__contentImage {
  background-repeat: no-repeat;
  background-size: cover;
}
.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-top {
  animation: fade-top 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.zoom {
  transform: scale(1);
  transition: opacity 1s ease-in-out 0s, transform 2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.zoom:hover {
  transform: scale(1.5);
}
#frmContact {
  margin-top: 2rem;
}
.form-programLidership .wizard .body {
  position: initial;
  width: 100%;
  padding: 1.5rem;
}
.form-programLidership .form__container {
  margin-bottom: .5rem;
  flex-direction: column;
  display: flex;
}
.form-programLidership .wizard .body label {
  margin-bottom: 0;
  display: flex;
}
.form-programLidership .wizard .body input+span {
  display: inline-block;
  margin-left: 0.5rem;
}
.form-programLidership .wizard>.actions>ul {
  font-size: 1rem;
}
.form-programLidership .steps {
  margin-bottom: 1rem;
  overflow: hidden;
}
.form-programLidership .steps+.content, .form-programLidership .submit-wrapper .container .box {
  background-image: url('/media/1005/registro_jovenes_lideres_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.form-programLidership .submit-wrapper .container .box {
  display: none;
  padding: 30px;
  border-radius: 1em;
  text-align: center;
}
.form-programLidership .wizard>.steps a, .form-programLidership .wizard>.steps a:hover, .form-programLidership .wizard>.steps a:active {
  color: #ccc;
}
.form-programLidership .wizard>.steps li.current a, .form-programLidership .wizard>.steps li.current a:hover, .form-programLidership .wizard>.steps li.current a:active {
  color: #fff;
}
.form-programLidership .wizard>.steps .done a, .form-programLidership .wizard>.steps .done a:hover, .form-programLidership .wizard>.steps .done a:active {
  background: #ccc;
  color: #fff;
}
@media (max-width: 991px) {
  .form-programLidership .wizard>.steps>ul>li {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .form-programLidership .wizard .moduleContent__2cols {
    width: calc(50% - 20px);
  }
}
.iti__country-list {
  font-size: 16px;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
