@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans-Light.woff2") format("woff2"), url("../fonts/NunitoSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans-Regular.woff2") format("woff2"), url("../fonts/NunitoSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans-SemiBold.woff2") format("woff2"), url("../fonts/NunitoSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans-Bold.woff2") format("woff2"), url("../fonts/NunitoSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
    font-family: "Nunito Sans";
    src: url('../fonts/NunitoSans-Black.woff2') format('woff2'),
        url('../fonts/NunitoSans-Black.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
} */
/*---------- variables -----------*/
/*---------- variables -----------*/
/***** functions ******/
/* @function hex-to-rgba($color-hex, $opacity) {
  $rojo: red($color-hex);
  $verde: green($color-hex);
  $azul: blue($color-hex);

  @return rgba($rojo, $verde, $azul, $opacity);
} */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.3;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* OWN */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=submit],
input[type=tel],
input[type=search],
select,
textarea {
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
}

img {
  max-width: 100%;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

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

.flex {
  display: flex;
}
.flex__between {
  justify-content: space-between;
}
.flex__around {
  justify-content: space-around;
}
.flex__end {
  justify-content: flex-end;
}
.flex__center {
  justify-content: center;
}
.flex__start {
  justify-content: flex-start;
}
.flex__alignCenter {
  align-items: center;
}
.flex__alignStart {
  align-items: flex-start;
}
.flex__alignEnd {
  align-items: flex-end;
}
.flex__alignBaseline {
  align-items: baseline;
}
.flex__wrap {
  flex-wrap: wrap;
}
.flex__column {
  flex-direction: column;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.mask__img {
  position: relative;
}
.mask__img img,
.mask__img svg {
  width: 100%;
  height: auto;
}
.mask__img--100 img,
.mask__img--100 svg {
  height: 100%;
}
.mask__img--100.cover img {
  object-fit: cover;
}
.mask__img--100.contain img {
  object-fit: contain;
}

.full-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 100vw;
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
  margin: 0 auto;
}

.pretitle {
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05vw;
  text-transform: uppercase;
}

.title-highlighted {
  font-size: 3.125vw;
  font-weight: 700;
  line-height: 1;
}

.title-h2 {
  font-size: 2.2916666667vw;
  font-weight: 700;
  line-height: 1.2;
}

.title-h3 {
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.title-h4 {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.uppercase {
  text-transform: uppercase;
}

.content-wysiwyg {
  line-height: 1.5;
}
.content-wysiwyg p {
  line-height: 1.5;
}
.content-wysiwyg p + p {
  margin-top: 0.8333333333vw;
}
.content-wysiwyg blockquote,
.content-wysiwyg .wp-block-quote {
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  color: #18355E;
  padding-left: 1.0416666667vw;
  position: relative;
  margin: 1.6666666667vw 0;
}
.content-wysiwyg blockquote::after,
.content-wysiwyg .wp-block-quote::after {
  content: "";
  position: absolute;
  background-color: #18355E;
  width: 0.3125vw;
  left: 0;
  top: 0;
  bottom: 0;
}
.content-wysiwyg figure,
.content-wysiwyg .wp-block-image {
  margin: 1.6666666667vw 0;
  width: auto;
  height: auto;
}
.content-wysiwyg figure img,
.content-wysiwyg .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-wysiwyg figure.wp-block-table {
  height: auto !important;
}
.content-wysiwyg ul,
.content-wysiwyg ol,
.content-wysiwyg .wp-block-list {
  margin: 0.8333333333vw 0;
  padding-left: 1.6666666667vw;
}
.content-wysiwyg ul li + li,
.content-wysiwyg ol li + li,
.content-wysiwyg .wp-block-list li + li {
  margin-top: 0.3125vw;
}
.content-wysiwyg ul {
  list-style-type: none;
}
.content-wysiwyg ul li {
  position: relative;
  padding-left: 20px;
}
.content-wysiwyg ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.btn {
  width: fit-content;
  padding: 0.8333333333vw 1.25vw;
  border: 1px solid #FAFAFA;
  border-radius: 5px;
  color: #FAFAFA;
  font-weight: 600;
  font-size: 0.8333333333vw;
  transition: border-color 0.5s ease-in-out, background-color 0.5s ease-in-out;
}
.btn:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  color: #FAFAFA;
}
.btn--primary {
  border-color: #18355E;
  background-color: #18355E;
}
.btn--primary:hover {
  border-color: #598DB5;
  background-color: #598DB5;
}
.btn--secondary {
  border-color: #598DB5;
  background-color: #598DB5;
}
.btn--secondary:hover {
  border-color: #4475AA;
  background-color: #4475AA;
}

.search__style--1 {
  width: 100%;
}
.search__style--1 input:focus,
.search__style--1 input:active {
  outline: none;
}
.search__style--1 .input {
  border-radius: 0.2604166667vw 0px 0px 0.2604166667vw;
  border: 1px solid #F0F0F0;
  background-color: #F9F9F9;
  padding: 0.78125vw 1.3541666667vw;
  color: #16253F;
  font-family: "Nunito Sans";
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.0104166667vw;
  flex-grow: 1;
}
.search__style--1 .input::placeholder {
  color: #808080;
  opacity: 1;
}
.search__style--1 .wrapper__select {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #F0F0F0;
  background-color: #F9F9F9;
}
.search__style--1 .wrapper__select select {
  border: none;
  background-color: #F9F9F9;
  padding: 0.78125vw 3.2291666667vw 0.78125vw 1.1979166667vw;
  color: #16253F;
  font-family: "Nunito Sans";
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
}
.search__style--1 .wrapper__select .icon {
  position: absolute;
  right: 1.3541666667vw;
}
.search__style--1 .wrapper__select + .wrapper__select {
  border-left: 0;
}
.search__style--1 .wrapper__icon {
  background-color: #598DB5;
  padding: 1.0416666667vw;
  border-radius: 0px 0.2604166667vw 0.2604166667vw 0px;
  border: 1px solid #E6E6E6;
}
.search__style--1 .wrapper__icon .icon {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  display: block;
}
.search__style--1 .wrapper__icon:hover {
  cursor: pointer;
}

.filters--simple {
  gap: 1.0416666667vw;
}
.filters--simple .filter {
  border: none;
  outline: none;
  display: inline-flex;
  padding: 0.3125vw 0.7291666667vw;
  justify-content: center;
  align-items: center;
  border-radius: 1.0416666667vw;
  background-color: #598DB5;
  color: #FAFAFA;
  font-family: "Nunito Sans";
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: background-color 0.5s ease-in-out;
}
.filters--simple .filter:hover, .filters--simple .filter.active {
  cursor: pointer;
  background-color: #18355E;
}

.dots-arrows .arrows .arrow {
  width: 2.1875vw;
  transition: opacity 0.5s ease-in-out;
}
.dots-arrows .arrows .arrow svg {
  width: 100%;
}
.dots-arrows .arrows .arrow.slick-disabled {
  opacity: 0.6;
}
.dots-arrows .dots .slick-dots {
  display: flex;
  gap: 0.625vw;
}
.dots-arrows .dots .slick-dots li button {
  background-color: transparent;
  border: 1px solid #BDBDBD;
  border-radius: 50%;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  font-size: 0;
  transition: background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
}
.dots-arrows .dots .slick-dots li.slick-active button {
  background-color: #18355E;
  border-color: #18355E;
}

.main-legal {
  padding: 2.6041666667vw 0;
}
.main-legal .container {
  max-width: 62.5vw;
}
.main-legal .container a {
  text-decoration: underline;
}
.main-legal .container .btn {
  background: #16253F;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin: 10px 0 30px 0;
  text-decoration: none;
}

@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .container {
    max-width: 100%;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
  .main-legal {
    padding: 7.6923076923vw 0;
  }
  .main-legal .container {
    max-width: 100%;
  }
  .pretitle {
    font-size: 3.5897435897vw;
    letter-spacing: 0.2461538462vw;
  }
  .title-highlighted {
    font-size: 9.2307692308vw;
  }
  .title-h2 {
    font-size: 7.6923076923vw;
  }
  .title-h3 {
    font-size: 6.6666666667vw;
  }
  .title-h4 {
    font-size: 5.1282051282vw;
  }
  .content-wysiwyg br {
    display: none;
  }
  .content-wysiwyg p + p {
    margin-top: 4.1025641026vw;
  }
  .content-wysiwyg blockquote,
  .content-wysiwyg .wp-block-quote {
    font-size: 5.641025641vw;
    padding-left: 3.0769230769vw;
    margin: 8.2051282051vw 0;
  }
  .content-wysiwyg blockquote::after,
  .content-wysiwyg .wp-block-quote::after {
    width: 0.7692307692vw;
  }
  .content-wysiwyg figure,
  .content-wysiwyg .wp-block-image {
    margin: 8.2051282051vw 0;
    height: 89.7435897436vw;
  }
  .content-wysiwyg ul,
  .content-wysiwyg .wp-block-list {
    margin: 4.1025641026vw 0;
    padding-left: 4.1025641026vw;
  }
  .content-wysiwyg ul li + li,
  .content-wysiwyg .wp-block-list li + li {
    margin-top: 1.5384615385vw;
  }
  .btn {
    padding: 3.0769230769vw 5.1282051282vw;
    font-size: 4.1025641026vw;
  }
  .search__style--1 {
    flex-wrap: wrap;
  }
  .search__style--1 .input {
    border-radius: 1.2820512821vw 0px 0px 1.2820512821vw;
    padding: 3.0769230769vw 4.1025641026vw;
    font-size: 3.5897435897vw;
    letter-spacing: 0.0512820513vw;
    width: 100%;
  }
  .search__style--1 .wrapper__select {
    width: 20%;
    flex-grow: 1;
    border-left: 1px solid #f0f0f0;
  }
  .search__style--1 .wrapper__select select {
    padding: 3.8461538462vw 10.7692307692vw 3.8461538462vw 4.1025641026vw;
    font-size: 3.5897435897vw;
    flex-grow: 1;
  }
  .search__style--1 .wrapper__select .icon {
    right: 6.6666666667vw;
  }
  .search__style--1 .wrapper__icon {
    width: 10%;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 0px 1.2820512821vw 1.2820512821vw 0px;
  }
  .search__style--1 .wrapper__icon .icon {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
  .filters--simple {
    gap: 5.1282051282vw;
  }
  .filters--simple .filter {
    padding: 1.5384615385vw 3.5897435897vw;
    border-radius: 5.1282051282vw;
    font-size: 4.1025641026vw;
  }
  .dots-arrows .arrows .arrow {
    width: 5.641025641vw;
  }
  .dots-arrows .dots .slick-dots {
    display: flex;
    gap: 2.0512820513vw;
  }
  .dots-arrows .dots .slick-dots li button {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}
.wrapper-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #18355E;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
.general-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.4270833333vw;
  /* .wrapper-per-page-options {
      display: flex;
      align-items: center;
      gap: vw(6);
      //font-size: vw(18);

      .title-per-page {
          color: #000;
      }

      .per-page-options {
          display: flex;
          gap: 20px;

          .per-page {
              color: #BCBCBC;

              &.current,
              &:hover {
                  color: #000;
                  font-weight: 700;
              }

          }
      }
  } */
}
.general-pagination .pages {
  display: inline-flex;
  gap: 0.3125vw;
}
.general-pagination .pages .page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7291666667vw 0.9375vw;
  color: #808080;
  font-weight: 400;
  border: 1px solid #808080;
  border-radius: 0.2083333333vw;
  transition: all linear 0.2s;
}
.general-pagination .pages .page:first-child {
  margin-left: 0;
}
.general-pagination .pages .page:last-child {
  margin-right: 0;
}
.general-pagination .pages .page svg path,
.general-pagination .pages .page svg line {
  stroke: #BCBCBC;
}
.general-pagination .pages .page.current, .general-pagination .pages .page:hover {
  color: #FAFAFA;
  font-weight: 700;
  background-color: #18355E;
  border-color: #18355E;
}
.general-pagination .pages .page.empty, .general-pagination .pages .page.current {
  pointer-events: none;
}
.general-pagination .pages .page.arrow.prev {
  transform: rotate(-180deg);
}

@media (max-width: 768px) {
  .general-pagination {
    display: flex;
    flex-direction: column;
    gap: 6.1538461538vw;
    margin-top: 12.3076923077vw;
  }
  .general-pagination .wrapper-per-page-options {
    width: 100%;
    justify-content: space-between;
  }
  .general-pagination .wrapper-per-page-options .title-per-page {
    font-weight: 700;
  }
  .general-pagination .pages {
    gap: 3.0769230769vw;
  }
  .general-pagination .pages .page {
    padding: 1.7948717949vw 2.5641025641vw;
    border-radius: 1.0256410256vw;
  }
}
@media (max-width: 374px) {
  .general-pagination .pages {
    gap: 12px;
  }
}
/*************** INNER MENU ****************/
.card--post {
  width: 23.9583333333vw;
  flex-grow: 1;
  /* display: flex;
  flex-direction: column; */
}
.card--post .top {
  position: relative;
  color: #FAFAFA;
  border-top-left-radius: 0.5208333333vw;
  border-top-right-radius: 0.78125vw;
  overflow: hidden;
}
.card--post__image {
  width: 100%;
  height: 15.8854166667vw;
  background-size: cover;
  background-position: center;
  position: relative;
  border-top-left-radius: 0.5208333333vw;
  border-top-right-radius: 1.0416666667vw;
  transition: scale 0.5s ease-in-out;
}
.card--post__image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #16253F;
  mix-blend-mode: multiply;
  opacity: 0.3;
  border-top-left-radius: 0.5208333333vw;
  border-top-right-radius: 1.0416666667vw;
}
.card--post__type {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04375vw;
  text-transform: uppercase;
  width: 7.8125vw;
  height: 1.9791666667vw;
  color: #FAFAFA;
  background-color: #16253F;
  border-bottom-left-radius: 0.5208333333vw;
  border-top-right-radius: 0.5208333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card--post__type .triangle-rounded {
  position: absolute;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
}
.card--post__type .triangle-rounded .fill {
  fill: #16253F;
}
.card--post__type .triangle-rounded--1 {
  top: 0;
  left: -0.46875vw;
  rotate: 180deg;
}
.card--post__type .triangle-rounded--2 {
  right: 0;
  bottom: calc(-0.5208333333vw + 1px);
  rotate: 180deg;
}
.card--post .bottom {
  background-color: #ffffff;
  color: #16253F;
  padding: 2.0833333333vw 1.6666666667vw;
  border-bottom-left-radius: 0.5208333333vw;
  border-bottom-right-radius: 0.5208333333vw;
}
.card--post__date {
  color: #808080;
  font-size: 0.9895833333vw;
}
.card--post__title, .card--post__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card--post__title {
  margin: 1.0416666667vw 0;
  font-size: 1.25vw;
}
.card--post .btn {
  display: block;
  font-size: 0.8333333333vw;
  font-weight: 600;
  margin-top: 2.6041666667vw;
  margin-left: auto;
}
.card--post:hover .card--post__image {
  scale: 1.5;
  border-top-right-radius: 1.5625vw;
}
.card--post:hover .card--post__image::after {
  border-top-right-radius: 1.5625vw;
}
.card--post.light .card--post__type {
  background-color: #FAFAFA;
  color: #16253F;
}
.card--post.light .card--post__type .triangle-rounded .fill {
  fill: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .card--post {
    width: 100%;
    flex-shrink: 0;
  }
  .card--post__image {
    height: 51.2820512821vw;
    border-top-left-radius: 2.5641025641vw;
    border-top-right-radius: 3.8461538462vw;
  }
  .card--post__image::after {
    border-top-left-radius: 2.5641025641vw;
    border-top-right-radius: 3.8461538462vw;
  }
  .card--post__type {
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 3.5897435897vw;
    letter-spacing: 0.2153846154vw;
    width: 38.4615384615vw;
    height: 9.7435897436vw;
    border-bottom-left-radius: 2.5641025641vw;
    border-top-right-radius: 2.5641025641vw;
  }
  .card--post__type .triangle-rounded {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
  .card--post__type .triangle-rounded--1 {
    left: -2.5641025641vw;
  }
  .card--post__type .triangle-rounded--2 {
    bottom: -2.3076923077vw;
  }
  .card--post .bottom {
    padding: 8.2051282051vw 5.1282051282vw;
    border-bottom-left-radius: 2.5641025641vw;
    border-bottom-right-radius: 2.5641025641vw;
  }
  .card--post__date {
    font-size: 3.5897435897vw;
  }
  .card--post__title {
    margin: 5.1282051282vw 0;
    font-size: 5.1282051282vw;
  }
  .card--post__excerpt {
    font-size: 3.5897435897vw;
  }
  .card--post .btn {
    font-size: 4.1025641026vw;
    margin-top: 8.2051282051vw;
  }
}
html {
  scroll-behavior: smooth;
}

* {
  scrollbar-color: #BDBDBD #FAFAFA;
}

*::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #FAFAFA;
}

/* *::-webkit-scrollbar-track:hover {
    background-color: #FAFAFA;
}

*::-webkit-scrollbar-track:active {
    background-color: #FAFAFA;
} */
*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #BDBDBD;
}

/* *::-webkit-scrollbar-thumb:hover {
    background-color: #BDBDBD;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #BDBDBD;
} */
.hide {
  display: none !important;
}

body {
  color: #060910;
  background-color: #FAFAFA;
  font-size: 1.09375vw;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga" off, "clig" off;
}

img {
  display: block;
  width: 100%;
}

strong {
  font-weight: 700;
}

header + section, header + .main-legal {
  margin-top: 6.8229166667vw;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 4.1025641026vw;
  }
  header + section, header + .main-legal {
    margin-top: 15.3846153846vw;
  }
}
@media screen and (max-width: 768px) {
  .logos-home {
    flex-wrap: wrap;
    gap: 25px;
    padding: 0 20px;
    justify-content: center;
  }
}
.logos-home img {
  max-height: 60px;
}
@media screen and (max-width: 768px) {
  .logos-home img {
    scale: 0.9;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  background-color: #FAFAFA;
  z-index: 100;
  transition: background-color 0.5s ease-in-out;
}
.header .top {
  padding-bottom: 0.625vw;
}
.header .bottom {
  padding-top: 0.625vw;
  position: relative;
  z-index: 1;
}
.header .bottom .logo {
  width: 11.71875vw;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.header .bottom .logo--main {
  width: 6.5104166667vw;
  height: 5.2083333333vw;
  display: flex;
  align-items: center;
}
.header .bottom .logo__claro {
  height: 100%;
}
.header .bottom .logo__oscuro {
  height: 100%;
}
.header .bottom .logo--negocios {
  width: 3.3854166667vw;
  height: 2.6041666667vw;
  display: none;
}
.header .bottom .logo--branding {
  width: 6.25vw;
  display: none;
}
.header .bottom .logos__left {
  gap: 1.25vw;
}
.header .bottom .logos__left .logo--branding {
  display: block;
}
.header .bottom .logos {
  gap: 1.4583333333vw;
  display: none;
}
.header .bottom .menu__wrapper {
  gap: 1.0416666667vw;
  color: #16253F;
  padding: 0.7291666667vw 1.71875vw;
  height: fit-content;
}
.header .bottom .menu__wrapper .current_page_item:not(#menu-item-4668) {
  font-weight: 700;
  border-bottom: 0.2083333333vw solid #16253F;
}
.header .bottom .menu-hamburguer {
  display: none;
}
.header .bottom .menu {
  gap: 1.7708333333vw;
}
.header .bottom .menu .language {
  position: relative;
}
.header .bottom .menu .language::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.7291666667vw;
  background-color: #000000;
  width: 1px;
  height: 100%;
}
.header .bottom .hightlight {
  border: 1px solid #16253f;
  border-radius: 6px;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #16253f;
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin: 0 0 0 1.0416666667vw;
}
.header .bottom .hightlight:hover {
  background: #fff;
  color: #16253f;
}
.header .menu--dropdown {
  position: absolute;
  top: -120vh;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FAFAFA;
  z-index: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.header.header.minimal {
  position: relative;
}
.header.header.minimal .container .bottom {
  gap: 1.25vw;
}
@media screen and (max-width: 768px) {
  .header.header.minimal .container .bottom {
    gap: 3.8461538462vw;
  }
}
.header.header.minimal .container .bottom .logo {
  width: 6.25vw;
}
@media screen and (max-width: 768px) {
  .header.header.minimal .container .bottom .logo {
    width: 51.5384615385vw;
  }
}
.header.header.minimal .container .bottom .logo a {
  width: 100%;
}
.header.header.minimal .container .bottom .logo a img {
  width: 100%;
  height: auto;
}
.header.header.minimal .container .bottom .title {
  font-size: 1.6666666667vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header.header.minimal .container .bottom .title {
    font-size: 4.1025641026vw;
  }
}
.header.header.minimal .container .bottom time {
  font-size: 1.09375vw;
  font-style: italic;
  font-weight: bold;
  text-align: right;
  color: #999;
}
@media screen and (max-width: 768px) {
  .header.header.minimal .container .bottom time {
    font-size: 3.0769230769vw;
  }
}

@media screen and (min-width: 769px) {
  .header.minified {
    padding: 0;
    box-shadow: 0px 0px 2.5520833333vw 0px rgba(0, 0, 0, 0.04), 0px 0px 0.4166666667vw 0px rgba(0, 0, 0, 0.05);
  }
  .header.minified .top:not(.line) {
    display: none;
  }
  .header.minified .bottom {
    padding-top: 0;
  }
  .header.minified .bottom .logos {
    display: flex;
  }
  .header.minified .bottom .menu__wrapper {
    display: none;
  }
  .header.minified .bottom .menu-lang {
    display: none;
  }
  .header.minified .bottom .menu-hamburguer {
    display: block;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .header.minified .bottom .menu-hamburguer .icon--hamburger {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.4s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .header.minified .bottom .menu-hamburguer .icon--hamburger .line {
    fill: none;
    transition: stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
    stroke: #16253F;
    stroke-width: 5;
    stroke-linecap: round;
  }
  .header.minified .bottom .menu-hamburguer .icon--hamburger .top {
    stroke-dasharray: 40 121;
  }
  .header.minified .bottom .menu-hamburguer .icon--hamburger .bottom {
    stroke-dasharray: 40 121;
  }
  .header.minified .bottom .menu-hamburguer .icon--hamburger.active {
    transform: rotate(45deg);
  }
  .header.minified .bottom .menu-hamburguer .icon--hamburger.active .top {
    stroke-dashoffset: -68px;
  }
  .header.minified .bottom .menu-hamburguer .icon--hamburger.active .bottom {
    stroke-dashoffset: -68px;
  }
  .header.minified .menu--dropdown.active {
    top: 3.3854166667vw;
    opacity: 1;
    pointer-events: initial;
  }
  .header.minified .menu--dropdown.active .wrapper__menus {
    gap: 1.6666666667vw;
  }
  .header.minified .menu--dropdown.active .wrapper__menus .menu {
    gap: 1.6666666667vw;
  }
  .header.minified .menu--dropdown.active .wrapper__menus .menu-item.current_page_item:not(.menu-item-4668) {
    font-weight: 700;
    border-bottom: 0.2083333333vw solid #16253F;
  }
  .header.minified .menu--dropdown.active .wrapper__menus .hightlight {
    border: 1px solid #16253f;
    border-radius: 6px;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #16253f;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .header.minified .menu--dropdown.active .wrapper__menus .hightlight:hover {
    background: #fff;
    color: #16253f;
  }
  .header.minified .menu--dropdown.active .wrapper__language {
    margin-top: 3.125vw;
  }
  .header.minified .menu--dropdown.active .wrapper__login {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .header {
    background-color: #FAFAFA;
    padding: 2.5641025641vw 0;
    box-shadow: 0px 0px 12.5641025641vw 0px rgba(0, 0, 0, 0.04), 0px 0px 2.0512820513vw 0px rgba(0, 0, 0, 0.05);
  }
  .header .top:not(.line) {
    display: none;
  }
  .header .bottom {
    padding-top: 0;
  }
  .header .bottom .logo__claro {
    display: none;
  }
  .header .bottom .logo__oscuro {
    display: block;
  }
  .header .bottom .logo__oscuro img {
    scale: 1.3;
  }
  .header .bottom .logo--main {
    width: 25.641025641vw;
    height: 8.9743589744vw;
  }
  .header .bottom .logo--negocios {
    width: 11.5384615385vw;
    height: 7.6923076923vw;
    display: none;
  }
  .header .bottom .logo--branding {
    width: 23.0769230769vw;
  }
  .header .bottom .logos {
    display: flex;
    gap: 4.1025641026vw;
  }
  .header .bottom .menu__wrapper {
    display: none;
  }
  .header .bottom .logos__left {
    gap: 3.0769230769vw;
  }
  .header .bottom .menu {
    display: none;
  }
  .header .bottom .menu-hamburguer {
    display: block;
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
  .header .bottom .menu-hamburguer .icon--hamburger {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.4s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .header .bottom .menu-hamburguer .icon--hamburger .line {
    fill: none;
    transition: stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
    stroke: #16253F;
    stroke-width: 5;
    stroke-linecap: round;
  }
  .header .bottom .menu-hamburguer .icon--hamburger .top {
    stroke-dasharray: 40 121;
  }
  .header .bottom .menu-hamburguer .icon--hamburger .bottom {
    stroke-dasharray: 40 121;
  }
  .header .bottom .menu-hamburguer .icon--hamburger.active {
    transform: rotate(45deg);
  }
  .header .bottom .menu-hamburguer .icon--hamburger.active .top {
    stroke-dashoffset: -68px;
  }
  .header .bottom .menu-hamburguer .icon--hamburger.active .bottom {
    stroke-dashoffset: -68px;
  }
  .header .menu--dropdown {
    font-size: 4.6153846154vw;
  }
  .header .menu--dropdown.active {
    top: 13.8461538462vw;
    opacity: 1;
    pointer-events: initial;
  }
  .header .menu--dropdown.active .wrapper__menus {
    gap: 8.2051282051vw;
  }
  .header .menu--dropdown.active .wrapper__menus .menu {
    gap: 8.2051282051vw;
  }
  .header .menu--dropdown.active .wrapper__menus .menu-item.current_page_item {
    font-weight: 700;
    border-bottom: 1.0256410256vw solid #16253F;
  }
  .header .menu--dropdown.active .wrapper__language {
    margin-top: 15.3846153846vw;
  }
  .header .menu--dropdown.active .wrapper__login {
    margin-top: 8.2051282051vw;
  }
}
section.error-404 {
  height: calc(100vh - 6.5104166667vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20vh 6.5104166667vw;
}
@media screen and (max-width: 768px) {
  section.error-404 {
    height: calc(100vh - 15.3846153846vw);
    padding: 20vh vvWrwd(60);
  }
}

.footer {
  padding: 1.0416666667vw 0;
  margin-top: 3.125vw;
  background-color: #ffffff;
}
.footer .logo {
  width: 11.4583333333vw;
}
.footer .wrapper__menus {
  gap: 1.0416666667vw;
}
.footer .menu {
  gap: 1.0416666667vw;
}
.footer .menu .menu-item {
  font-size: 0.8333333333vw;
  font-weight: 700;
  color: #060910;
}
.footer .top {
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 1.6666666667vw;
}
.footer .bottom {
  padding-top: 1.6666666667vw;
}
.footer .bottom .copy {
  font-size: 0.8333333333vw;
}
.footer .bottom .menu {
  gap: 3.3854166667vw;
}
.footer .bottom .menu .menu-item {
  font-weight: 400;
}
.footer .bottom .menu li + li {
  position: relative;
}
.footer .bottom .menu li + li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #060910;
  left: -1.6666666667vw;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 5.1282051282vw 0;
    margin-top: 15.3846153846vw;
  }
  .footer .logo {
    width: 56.4102564103vw;
    margin-bottom: 5.1282051282vw;
  }
  .footer .wrapper__menus {
    gap: 4.1025641026vw;
    flex-direction: column;
  }
  .footer .menu {
    gap: 4.1025641026vw;
    flex-direction: column;
  }
  .footer .menu .menu-item {
    font-size: 4.1025641026vw;
  }
  .footer .top {
    padding-bottom: 8.2051282051vw;
    flex-direction: column;
  }
  .footer .bottom {
    padding-top: 8.2051282051vw;
    flex-direction: column;
  }
  .footer .bottom .copy {
    font-size: 4.1025641026vw;
    margin-bottom: 5.1282051282vw;
  }
  .footer .bottom .menu {
    column-gap: 5.1282051282vw;
    row-gap: 4.1025641026vw;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .bottom .menu li + li::after {
    display: none;
  }
}

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