/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus {
  outline: none;
}
/* General para cualquier enlace accesible */
a:focus-visible,
button:focus-visible,
input:focus-visible select:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  border-radius: 4px;
}
/* Para los enlaces del menú principal */
.menu--primary a:focus-visible,
.menu--secondary a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
  background-color: rgba(72, 11, 182, 0.1);
  border-radius: 4px;
}
/* == RFEG - Estilos básicos == */
body {
  -webkit-text-size-adjust: 100%;
  font-family: "neulis-sans", sans-serif;
  font-weight: normal;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #232323;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.75em;
  text-transform: none;
  background: #0A0A0F;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
}
body.fix {
  overflow: hidden;
}
body.searching--active::before {
  opacity: 1;
  pointer-events: auto;
}
body::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-color: rgba(10, 10, 15, 0.8);
  position: fixed;
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
/* == Text Styles == */
a {
  color: #1D1D1B;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: color, 0.5s;
  -moz-transition: color, 0.5s;
  -o-transition: color, 0.5s;
  transition: color, 0.5s;
}
a:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  transition: color, 0.2s;
}
a:focus {
  text-decoration: none;
}
::-moz-selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #14b2de;
  color: #fff;
  text-shadow: none;
}
section {
  scroll-snap-align: start;
}
::placeholder {
  color: #434040;
  opacity: 1;
  /* Firefox */
}
::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #434040;
}
p {
  margin-bottom: 0.7em;
}
ul li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.7em;
}
ol {
  padding-left: 2.2em;
  list-style-type: decimal;
}
ol li {
  padding-left: 0.7em;
  padding-bottom: 0.7em;
}
dl {
  zoom: 1;
}
dl dt {
  float: left;
  width: 48%;
  text-align: right;
  font-weight: bold;
  margin-right: 2%;
}
dl dt:after {
  content: ':';
}
dl dd {
  width: 50%;
  float: left;
}
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
}
pre {
  margin-bottom: 1.5em;
}
blockquote {
  font-size: 1.357em;
  text-align: center;
  padding: 0.8em;
  margin-bottom: 1.5em;
}
blockquote p {
  margin-bottom: 0;
}
blockquote img {
  margin-bottom: 9px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #0a0a0f;
  transition: opacity 0.5s ease;
  opacity: 1;
  pointer-events: all;
}
.overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
.header {
  background-color: #480BB6;
  height: 100px;
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 600px) {
  .header {
    height: auto;
  }
}
.header + section {
  padding-top: 100px;
}
@media only screen and (max-width: 600px) {
  .header + section {
    padding-top: 82px;
  }
}
.header .inner {
  padding: 20px 40px;
  display: flex;
  height: 100%;
  align-items: flex-end;
  gap: 50px;
  position: relative;
  background-color: #480BB6;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .header .inner {
    padding: 20px;
    align-items: center;
  }
}
.header .inner .logo img {
  display: block;
  line-height: 0;
}
@media only screen and (max-width: 600px) {
  .header .inner .logo img {
    max-width: 100px;
  }
}
.header .inner .container--navigation {
  width: 100%;
}
.header .inner .navigation--secondary {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .header .inner .navigation--secondary {
    margin: 0;
  }
}
.header .inner .navigation--secondary .menu--secondary {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .header .inner .navigation--secondary .menu--secondary {
    display: none;
  }
}
.header .inner .navigation--secondary .menu--secondary > li {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px 10px;
  line-height: 1em;
}
.header .inner .navigation--secondary .menu--secondary > li.current-menu-item,
.header .inner .navigation--secondary .menu--secondary > li.current-menu-parent {
  background-color: #1B0942;
}
.header .inner .navigation--secondary .menu--secondary > li:hover {
  background-color: #1B0942;
}
.header .inner .navigation--secondary .menu--secondary > li.has--sublevel.active {
  background-color: #1B0942;
}
.header .inner .navigation--secondary .menu--secondary > li.has--sublevel.active a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.header .inner .navigation--secondary .menu--secondary > li.has--sublevel.active a + .submenu {
  display: block;
}
.header .inner .navigation--secondary .menu--secondary > li.has--sublevel > a:after {
  content: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.63867 1.5L5.13867 4.5L8.63867 1.5" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
  margin-left: 5px;
  display: inline-block;
  line-height: 0;
  position: relative;
  top: -2px;
}
.header .inner .navigation--secondary .menu--secondary > li.has--sublevel .submenu {
  display: none;
  position: absolute;
  padding-top: 25px;
  z-index: 100;
}
.header .inner .navigation--secondary .menu--secondary > li.has--sublevel .submenu .submenu--primary {
  padding: 20px 10px;
  border-radius: 5px;
  background-color: white;
  width: 240px;
}
.header .inner .navigation--secondary .menu--secondary > li.has--sublevel .submenu .submenu--primary > li {
  padding: 0;
}
.header .inner .navigation--secondary .menu--secondary > li.has--sublevel .submenu .submenu--primary > li.current-menu-item a {
  background-color: #efefef;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .inner .navigation--secondary .menu--secondary > li.has--sublevel .submenu .submenu--primary > li + li {
  margin-top: 5px;
}
.header .inner .navigation--secondary .menu--secondary > li.has--sublevel .submenu .submenu--primary > li a {
  color: #1B0942;
  font-weight: normal;
  font-size: 0.9em;
  padding: 10px;
  display: inline-block;
}
.header .inner .navigation--secondary .menu--secondary > li.has--sublevel .submenu .submenu--primary > li a:hover {
  background-color: #efefef;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .inner .navigation--secondary .menu--secondary > li + li {
  margin-left: 5px;
}
.header .inner .navigation--secondary .menu--secondary > li a {
  color: white;
  text-decoration: none;
  font-weight: normal;
  font-size: 1em;
  line-height: 1em;
}
.header .inner .navigation--secondary .search {
  line-height: 1em;
  display: block;
  margin-left: 20px;
  background: none;
  appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.header .inner .navigation--main {
  margin: -8px 0;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .header .inner .navigation--main {
    display: none;
  }
}
.header .inner .navigation--main .menu--primary {
  display: flex;
  width: 100%;
  position: relative;
}
.header .inner .navigation--main .menu--primary > li {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px 10px;
  line-height: 1em;
}
.header .inner .navigation--main .menu--primary > li + li {
  margin-left: 5px;
}
.header .inner .navigation--main .menu--primary > li.current-menu-item,
.header .inner .navigation--main .menu--primary > li.current-menu-parent {
  background-color: #1B0942;
}
.header .inner .navigation--main .menu--primary > li:hover {
  background-color: #1B0942;
}
.header .inner .navigation--main .menu--primary > li.has--sublevel.active {
  background-color: #1B0942;
}
.header .inner .navigation--main .menu--primary > li.has--sublevel.active a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.header .inner .navigation--main .menu--primary > li.has--sublevel.active a + .submenu {
  display: block;
}
.header .inner .navigation--main .menu--primary > li.has--sublevel > a:after {
  content: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.63867 1.5L5.13867 4.5L8.63867 1.5" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
  margin-left: 5px;
  display: inline-block;
  line-height: 0;
  position: relative;
  top: -2px;
}
.header .inner .navigation--main .menu--primary > li.has--sublevel .submenu {
  display: none;
  position: absolute;
  padding-top: 25px;
}
.header .inner .navigation--main .menu--primary > li.has--sublevel .submenu .submenu--primary {
  padding: 20px 10px;
  border-radius: 5px;
  background-color: white;
  width: 240px;
}
.header .inner .navigation--main .menu--primary > li.has--sublevel .submenu .submenu--primary > li {
  padding: 0;
}
.header .inner .navigation--main .menu--primary > li.has--sublevel .submenu .submenu--primary > li.current-menu-item a {
  background-color: #efefef;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .inner .navigation--main .menu--primary > li.has--sublevel .submenu .submenu--primary > li + li {
  margin-top: 5px;
}
.header .inner .navigation--main .menu--primary > li.has--sublevel .submenu .submenu--primary > li a {
  color: #1B0942;
  font-weight: normal;
  font-size: 0.9em;
  padding: 10px;
  display: inline-block;
}
.header .inner .navigation--main .menu--primary > li.has--sublevel .submenu .submenu--primary > li a:hover {
  background-color: #efefef;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .inner .navigation--main .menu--primary > li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
}
.header .inner .burger {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  width: 32px;
  position: relative;
  margin-left: 0.5rem;
  transition: all 0.3s ease;
}
.header .inner .burger.is-active {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.header .inner .burger span {
  display: block;
  height: 2px;
  background: white;
  margin: 6px 0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .header .inner .burger {
    display: block;
  }
}
.header .navigation--mobile {
  position: relative;
  display: none;
}
.header .navigation--mobile .menu--mobile,
.header .navigation--mobile .menu--mobile-secondary {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
}
.header .navigation--mobile .menu--mobile > li,
.header .navigation--mobile .menu--mobile-secondary > li {
  padding: 12px 20px;
  line-height: 1em;
}
.header .navigation--mobile .menu--mobile > li.has--sublevel.active a:after,
.header .navigation--mobile .menu--mobile-secondary > li.has--sublevel.active a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.header .navigation--mobile .menu--mobile > li.has--sublevel.active a + .submenu,
.header .navigation--mobile .menu--mobile-secondary > li.has--sublevel.active a + .submenu {
  display: block;
  margin-top: 1rem;
}
.header .navigation--mobile .menu--mobile > li.has--sublevel > a:after,
.header .navigation--mobile .menu--mobile-secondary > li.has--sublevel > a:after {
  content: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.63867 1.5L5.13867 4.5L8.63867 1.5" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
  margin-left: 5px;
  display: inline-block;
  line-height: 0;
  position: relative;
  top: -2px;
}
.header .navigation--mobile .menu--mobile > li.has--sublevel .submenu,
.header .navigation--mobile .menu--mobile-secondary > li.has--sublevel .submenu {
  display: none;
}
.header .navigation--mobile .menu--mobile > li.has--sublevel .submenu .submenu--primary,
.header .navigation--mobile .menu--mobile-secondary > li.has--sublevel .submenu .submenu--primary {
  padding: 20px 10px;
  background-color: #1B0942;
}
.header .navigation--mobile .menu--mobile > li.has--sublevel .submenu .submenu--primary > li,
.header .navigation--mobile .menu--mobile-secondary > li.has--sublevel .submenu .submenu--primary > li {
  padding: 0;
}
.header .navigation--mobile .menu--mobile > li.has--sublevel .submenu .submenu--primary > li.current-menu-item a,
.header .navigation--mobile .menu--mobile-secondary > li.has--sublevel .submenu .submenu--primary > li.current-menu-item a {
  text-decoration: underline;
}
.header .navigation--mobile .menu--mobile > li.has--sublevel .submenu .submenu--primary > li + li,
.header .navigation--mobile .menu--mobile-secondary > li.has--sublevel .submenu .submenu--primary > li + li {
  margin-top: 5px;
}
.header .navigation--mobile .menu--mobile > li.has--sublevel .submenu .submenu--primary > li a,
.header .navigation--mobile .menu--mobile-secondary > li.has--sublevel .submenu .submenu--primary > li a {
  color: white;
  font-weight: normal;
  font-size: 0.9em;
  padding: 10px;
  display: inline-block;
}
.header .navigation--mobile .menu--mobile > li a,
.header .navigation--mobile .menu--mobile-secondary > li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
}
.header .navigation--mobile .menu--mobile-secondary {
  margin-bottom: 2rem;
  border-top: 1px solid #aaa;
  margin-top: 1rem;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .header .navigation--mobile.is-open {
    display: block;
  }
}
.header .layer--search {
  background-color: white;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.header .layer--search.visible {
  opacity: 1;
  pointer-events: auto;
}
.header .layer--search .layer--search-inner {
  margin: 0 auto;
  max-width: 1540px;
  width: 100%;
  padding: 60px 40px;
}
@media only screen and (max-width: 600px) {
  .header .layer--search .layer--search-inner {
    padding: 40px 20px;
  }
}
.header .layer--search .layer--search-inner .search-label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1B0942;
  font-size: 1.125em;
}
.header .layer--search .layer--search-inner .search-input-wrapper {
  display: flex;
  height: 66px;
  align-items: center;
  border: 4px solid #480BB6;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 20px;
}
.header .layer--search .layer--search-inner .search-icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.header .layer--search .layer--search-inner .search-field {
  border: none;
  width: 100%;
  font-size: 1em;
  font-weight: normal;
  color: #000;
  background: transparent;
  font-family: "neulis-sans", sans-serif;
}
.header .layer--search .layer--search-inner .tabs-wrapper {
  margin: 2em 0 1em;
}
.header .layer--search .layer--search-inner .tabs-nav {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-bottom: 1.6em;
}
.header .layer--search .layer--search-inner .tab-nav-item {
  padding: 8px 0;
  cursor: pointer;
  font-weight: normal;
  font-size: 1em;
}
.header .layer--search .layer--search-inner .tab-nav-item.active {
  border-bottom: 2px solid #480BB6;
  font-weight: bold;
}
.header .layer--search .layer--search-inner .tab-nav-item + .tab-nav-item {
  margin-left: 1em;
}
.header .layer--search .layer--search-inner .tab-content {
  display: none;
}
.header .layer--search .layer--search-inner .tab-content ul li {
  font-size: 1.125em;
  margin-bottom: 1em;
  padding-left: 0;
  font-weight: bold;
  border-bottom: 1px solid #E4DFF1;
}
.header .layer--search .layer--search-inner .tab-content ul li a {
  font-weight: bold;
}
.header .layer--search .layer--search-inner .tab-content ul li a:hover {
  color: #480BB6;
}
.header .layer--search .layer--search-inner .tab-content.active {
  display: block;
}
.header .layer--search .layer--search-inner .tab-content .search-more {
  margin-top: 1.5em;
}
.header .layer--search .layer--search-inner .tab-content .search-more .search-btn-more {
  color: #480BB6;
  font-weight: normal;
  font-size: 1em;
  position: relative;
}
.header .layer--search .layer--search-inner .tab-content .search-more .search-btn-more:hover::after {
  transform: rotate(90deg);
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.header .layer--search .layer--search-inner .tab-content .search-more .search-btn-more::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.99976%201.91211V19.6368%22%20stroke%3D%22%23480BB6%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M18.8674%2010.7695L1.1427%2010.7695%22%20stroke%3D%22%23480BB6%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  display: block;
  line-height: 0;
  position: absolute;
  right: -2em;
  top: 0;
  transform: rotate(0deg);
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.footer {
  background-color: #480BB6;
}
.footer .inner .footer--top {
  border-bottom: 1px solid #7A74A5;
}
.footer .inner .footer--top .fx {
  padding: 40px;
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 600px) {
  .footer .inner .footer--top .fx {
    padding: 40px 20px;
    display: block;
  }
}
.footer .inner .footer--top .fx .column {
  width: 25%;
}
@media only screen and (max-width: 600px) {
  .footer .inner .footer--top .fx .column {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
  }
}
.footer .inner .footer--middle {
  border-bottom: 1px solid #7A74A5;
}
.footer .inner .footer--middle .logos {
  padding: 40px;
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .footer .inner .footer--middle .logos {
    padding: 40px 20px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: 2em;
  }
}
.footer .inner .footer--bottom .footer--legal {
  padding: 20px 40px 10px;
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .inner .footer--bottom .footer--legal ul {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2em;
}
@media only screen and (max-width: 600px) {
  .footer .inner .footer--bottom .footer--legal ul {
    display: block;
  }
}
.footer .inner .footer--bottom .footer--legal ul li {
  text-align: center;
  padding: 0;
}
.footer .inner .footer--bottom .footer--legal a {
  color: white;
  font-weight: normal;
  font-size: 1em;
}
.footer .inner .footer--bottom .footer--copy {
  padding: 10px 40px 20px;
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .footer .inner .footer--bottom .footer--copy {
    display: block;
    text-align: center;
  }
}
.footer .inner .footer--bottom .footer--copy span {
  color: white;
  font-weight: normal;
  font-size: 1em;
  display: block;
}
.footer .inner .social {
  margin-top: 40px;
}
.footer .inner .social ul {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 600px) {
  .footer .inner .social ul {
    justify-content: center;
  }
}
.footer .inner .social ul li {
  padding: 0;
}
.footer .inner .social ul li a {
  display: block;
}
.footer .inner .social ul li a img {
  display: block;
  line-height: 0;
}
.footer .inner .logo--esp {
  margin-top: 30px;
}
.footer .inner .logo--esp img {
  display: block;
  line-height: 0;
}
@media only screen and (max-width: 600px) {
  .footer .inner .logo--esp img {
    margin: 0 auto;
  }
}
.footer .inner .logo .logo--name {
  display: block;
  font-weight: bold;
  color: white;
  font-size: 1.125em;
  margin-top: 20px;
  width: 120px;
  line-height: 1.2em;
}
@media only screen and (max-width: 600px) {
  .footer .inner .logo .logo--name {
    margin: 20px auto 0;
    width: 100%;
  }
}
.footer .inner nav + .title--nav {
  margin-top: 50px;
}
.footer .inner .title--nav {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.375em;
  color: white;
  margin-bottom: 20px;
  display: block;
}
.footer .inner .menu--footer li {
  padding: 0;
}
.footer .inner .menu--footer li a {
  color: white;
  font-weight: normal;
  font-size: 1em;
}
.footer .inner .menu--footer li + li {
  margin-top: 10px;
}
.single--news .post-article {
  max-width: 1530px;
  margin: 0 auto;
  padding: 80px 40px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .single--news .post-article {
    padding: 20px;
  }
}
.single--news .post-article .post-header .post-title {
  color: white;
  font-weight: bold;
  font-size: 4.375em;
  line-height: 1.2em;
  max-width: 1190px;
  padding-left: 8rem;
}
@media only screen and (max-width: 600px) {
  .single--news .post-article .post-header .post-title {
    font-size: 2em;
    padding-left: 0;
  }
}
.single--news .post-article .post-header .post-date {
  color: white;
  font-size: 1em;
  margin: 10px 0 40px;
  display: block;
  padding-left: 8rem;
}
@media only screen and (max-width: 600px) {
  .single--news .post-article .post-header .post-date {
    padding-left: 0;
  }
}
.single--news .post-article .post-header .post-categories {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  padding-left: 8rem;
}
@media only screen and (max-width: 600px) {
  .single--news .post-article .post-header .post-categories {
    padding-left: 0;
  }
}
.single--news .post-article .post-header .post-categories li {
  padding: 0;
  color: white;
  border: 1px solid #CC00EE;
  -webkit-border-radius: 72px;
  -moz-border-radius: 72px;
  border-radius: 72px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 20px;
  display: inline-block;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.75em;
}
.single--news .post-article .post-header .post-featured-image {
  height: 760px;
}
@media only screen and (max-width: 600px) {
  .single--news .post-article .post-header .post-featured-image {
    height: 250px;
  }
}
.single--news .post-article .post-header .post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.single--news .post-article .post-content {
  color: white;
  font-size: 1.125em;
  line-height: 1.6em;
  margin-top: 40px;
  max-width: 1200px;
  padding-left: 8rem;
}
@media only screen and (max-width: 600px) {
  .single--news .post-article .post-content {
    padding-left: 0;
  }
}
.single--news .post-article .post-content h3 {
  font-weight: bold;
  font-size: 1.875em;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.single--news .post-article .post-content p {
  margin-bottom: 1.5em;
}
.single--news .post-article .post-content strong {
  font-weight: bold;
}
.single--news .post-article .post-content a {
  color: white;
  text-decoration: none;
  position: relative;
}
.single--news .post-article .post-content a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.single--news .post-article .post-content a:hover {
  cursor: pointer;
}
.single--news .post-article .post-content a:hover::after {
  width: 80%;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.single--news .post-article .post-content ul,
.single--news .post-article .post-content ol {
  margin-left: 20px;
  margin-bottom: 1.5em;
}
.single--news .post-article .post-content ul {
  list-style: initial;
}
.single--news .post-article .post-content ul li {
  padding-left: 0;
}
.single--news .post-article .post-content ol li {
  padding-left: 0;
}
.search-results-global {
  background-color: #191A32;
}
.search-results-global .inner {
  padding: 60px 40px 80px;
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
}
.search-results-global .inner .title--section {
  color: white;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 20px;
  border-bottom: 1px solid #BEAAD3;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
}
.search-results-global .inner .results-list {
  margin-top: 0.5em;
}
.search-results-global .inner .results-list .result-item {
  padding: 0;
  border-bottom: 1px solid #5B5A66;
}
.search-results-global .inner .results-list .result-item a {
  color: #B3B2D2;
  font-size: 1.125em;
  font-weight: normal;
  padding: 1em 0;
  display: block;
  -webkit-transition: color, 0.3s;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  transition: color, 0.3s;
  position: relative;
}
.search-results-global .inner .results-list .result-item a:hover {
  color: white;
  -webkit-transition: color, 0.3s;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  transition: color, 0.3s;
}
.search-results-global .inner .results-list .result-item a.search-item-document::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_1568_17957)%22%3E%3Cpath%20d%3D%22M1.33398%2011.24C5.00065%203.09187%2016.0007%203.09187%2019.6673%2011.24%22%20stroke%3D%22%23B3B2D2%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M10.5009%2015.3142C10.0996%2015.3142%209.70227%2015.2352%209.33156%2015.0816C8.96084%2014.9281%208.624%2014.703%208.34026%2014.4193C8.05653%2014.1356%207.83146%2013.7987%207.6779%2013.428C7.52435%2013.0573%207.44531%2012.6599%207.44531%2012.2587C7.44531%2011.8574%207.52435%2011.4601%207.6779%2011.0894C7.83146%2010.7187%208.05653%2010.3818%208.34026%2010.0981C8.624%209.81434%208.96084%209.58927%209.33156%209.43572C9.70227%209.28216%2010.0996%209.20312%2010.5009%209.20312C11.3113%209.20313%2012.0884%209.52505%2012.6615%2010.0981C13.2345%2010.6711%2013.5564%2011.4483%2013.5564%2012.2587C13.5564%2013.0691%2013.2345%2013.8463%2012.6615%2014.4193C12.0884%2014.9923%2011.3113%2015.3142%2010.5009%2015.3142Z%22%20stroke%3D%22%23B3B2D2%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_1568_17957%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%20transform%3D%22translate(0.5%200.5)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  line-height: 0;
}
.search-results-global .inner .results-list .result-item a.search-item-document:hover::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_1568_17957)%22%3E%3Cpath%20d%3D%22M1.33398%2011.24C5.00065%203.09187%2016.0007%203.09187%2019.6673%2011.24%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M10.5009%2015.3142C10.0996%2015.3142%209.70227%2015.2352%209.33156%2015.0816C8.96084%2014.9281%208.624%2014.703%208.34026%2014.4193C8.05653%2014.1356%207.83146%2013.7987%207.6779%2013.428C7.52435%2013.0573%207.44531%2012.6599%207.44531%2012.2587C7.44531%2011.8574%207.52435%2011.4601%207.6779%2011.0894C7.83146%2010.7187%208.05653%2010.3818%208.34026%2010.0981C8.624%209.81434%208.96084%209.58927%209.33156%209.43572C9.70227%209.28216%2010.0996%209.20312%2010.5009%209.20312C11.3113%209.20313%2012.0884%209.52505%2012.6615%2010.0981C13.2345%2010.6711%2013.5564%2011.4483%2013.5564%2012.2587C13.5564%2013.0691%2013.2345%2013.8463%2012.6615%2014.4193C12.0884%2014.9923%2011.3113%2015.3142%2010.5009%2015.3142Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_1568_17957%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%20transform%3D%22translate(0.5%200.5)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
.search-results-global .inner .results-list + .title--section {
  margin-top: 2em;
}
.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-scroll table {
  border-collapse: collapse;
}
table {
  margin: 3rem 0;
}
table td {
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
  color: #ccc;
  font-size: 0.95em;
  line-height: 1.2em;
  padding: 1rem;
}
