/** COLORS */
/* TYPE */
/* SPACES */
/* RADIUS */
/* #C96480; */
/* #7C90DB; */
/* #90BAAD; */
/* #536A7F; */
/* ##F47820 */
/* #919191 */
/* */
/* TRANSITIONS */
/** Import theme styles */
html {
  height: 100%; }

body {
  font-family: interstate, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  display: flex;
  height: 100%;
  flex-direction: column;
  color: #536A7F; }
  body.body-dark {
    background: #344C61;
    color: white; }
  body .s-hero.s-hero--pagetitle::after {
    height: 50%; }
  body.body-post .s-hero.s-hero--pagetitle {
    padding-bottom: 30px; }
    body.body-post .s-hero.s-hero--pagetitle::after {
      height: 4px;
      top: inherit; }
  body.body-researchline .s-hero.s-hero--pagetitle::after {
    display: none; }

@media (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 100%; } }

a {
  color: #F47820;
  transition: all 0.2s ease-out; }
  a:hover, a:focus, a:active {
    color: #f69551; }

.text-small, .breadcrumb, ul.posts-navigation li small, time.time-box strong, time.time-box span, .btn.btn-xs, .accordion.accordion-groups .accordion-item .accordion-header .btn-xs.accordion-button::after, .card.card-post .card-body .card-pretitle, .card.card-eventlist .card-header .card-pretitle, .card.card-eventlist .card-header .card-date {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em; }

h1 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 30px; }
  @media (max-width: 993px) {
    h1 {
      font-size: 34px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 34px; } }
  @media (max-width: 576px) {
    h1 {
      font-size: 26px;
      margin-bottom: 15px; } }

h2 {
  font-size: 26px;
  margin-bottom: 15px; }
  @media (max-width: 993px) {
    h2 {
      font-size: 22px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 28px; } }

h4 {
  font-size: 28px;
  margin-bottom: 15px; }
  h4 strong {
    color: #344C61;
    font-weight: 500; }
  @media (max-width: 993px) {
    h4 {
      font-size: 24px; } }

h5 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 400; }
  @media (max-width: 993px) {
    h5 {
      font-size: 22px; } }

h6 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700; }

blockquote {
  position: relative;
  padding: 15px 0; }
  blockquote p {
    margin-left: 0; }

.breadcrumb {
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  padding-bottom: 15px;
  margin-top: -45px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .breadcrumb {
      margin-top: -7.5px; } }
  .breadcrumb .breadcrumb-item a {
    color: #B0C4D6;
    text-decoration: none; }
    .breadcrumb .breadcrumb-item a:hover {
      text-decoration: underline;
      color: #344C61; }

.iframe-responsive-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
  .iframe-responsive-box .iframe-responsive-box-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

figure {
  position: relative; }
  figure img {
    width: 100%; }
  figure.img-post {
    margin: 0 -30px 30px; }
    @media (max-width: 767px) {
      figure.img-post {
        margin-left: -15px;
        margin-right: -15px; } }
  figure.thumb-avatar {
    border-radius: 300px;
    overflow: hidden;
    line-height: 0; }
    figure.thumb-avatar.thumb-avatar--xl {
      max-width: 320px; }
      @media (max-width: 767px) {
        figure.thumb-avatar.thumb-avatar--xl {
          max-width: 100px; } }
    figure.thumb-avatar.thumb-avatar--lg {
      max-width: 180px; }
      @media (max-width: 767px) {
        figure.thumb-avatar.thumb-avatar--lg {
          max-width: 90px; } }
    figure.thumb-avatar.thumb-avatar--sm {
      max-width: 45px; }

.embed-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 52%; }
  .embed-container iframe,
  .embed-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.row-date {
  position: relative; }
  .row-date .row-date--letter {
    max-width: 45px;
    position: absolute;
    right: 100%;
    top: 0;
    background: #F2F5F8;
    border-radius: 300px 12px 12px 300px;
    padding: 7.5px; }
    @media (max-width: 1260px) {
      .row-date .row-date--letter {
        position: relative;
        right: inherit;
        top: inherit;
        border-radius: 4px;
        text-align: center;
        max-width: inherit;
        margin: 0 0 15px; } }
    @media (max-width: 767px) {
      .row-date .row-date--letter {
        border-radius: 0; } }
    .row-date .row-date--letter span {
      font-size: 14px;
      font-weight: 700; }

ul.legend-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0; }
  ul.legend-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 7.5px 0; }
    ul.legend-list li .badge {
      flex: 0 0 45px;
      min-width: 45px; }
    ul.legend-list li small {
      flex-wrap: 1;
      margin-left: 7.5px;
      padding: 7.5px 0;
      border-bottom: solid 1px rgba(0, 0, 0, 0.2); }
    ul.legend-list li:last-child small {
      border-bottom: 0; }
ul.chart-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 575px) {
    ul.chart-list {
      flex-direction: column; } }
  ul.chart-list li {
    flex: 0 0 auto;
    align-self: center; }
    ul.chart-list li strong {
      display: block;
      margin: 7.5px auto;
      text-align: center;
      font-weight: 500;
      font-size: 12px; }
    @media (max-width: 575px) {
      ul.chart-list li {
        margin-bottom: 30px; } }
    ul.chart-list li:nth-child(odd) {
      align-self: flex-start; }
      @media (max-width: 575px) {
        ul.chart-list li:nth-child(odd) {
          align-self: center; } }
ul.progress-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px; }
  ul.progress-list li {
    align-items: left;
    padding: 30px 0 15px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
    ul.progress-list li .progress-text {
      margin-top: 7.5px;
      padding: 0 7.5px; }
      ul.progress-list li .progress-text strong {
        margin-bottom: 3px;
        display: block; }
    ul.progress-list li:last-child {
      border-bottom: none; }
    ul.progress-list li:first-child {
      padding-top: 0; }
ul.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.sidebar-menu li {
    text-align: center; }
    ul.sidebar-menu li a {
      display: block;
      border-left: solid 3px transparent;
      padding: 7.5px;
      transition: all 0.2s ease-out;
      color: #536A7F;
      text-decoration: none;
      font-weight: 500;
      text-align: left; }
      ul.sidebar-menu li a:hover {
        border-left: solid 3px var(--ciencia-color);
        color: #344C61; }
      ul.sidebar-menu li a.active {
        border-left: solid 3px var(--ciencia-color);
        color: #344C61; }
ul.sidebar-menu--slim {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.sidebar-menu--slim li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
    ul.sidebar-menu--slim li:last-child {
      border-bottom: transparent; }
    ul.sidebar-menu--slim li a {
      display: block;
      padding: 15px 0;
      font-size: 22px;
      text-decoration: none;
      font-weight: 28px; }
      ul.sidebar-menu--slim li a.active {
        color: #080605;
        font-weight: 700; }
ul.circle-normal--list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px; }
  ul.circle-normal--list li {
    position: relative;
    padding-left: 15px;
    margin: 0 0 7.5px; }
    ul.circle-normal--list li::before {
      content: "";
      display: block;
      width: 7.5px;
      height: 7.5px;
      border-radius: 300px;
      background: #B0C4D6;
      position: absolute;
      left: 0;
      top: 6px; }
ul.btn-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.btn-list li {
    display: inline-block;
    margin: 0 3px 3px 0; }
ul.posts-navigation {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%; }
  ul.posts-navigation li {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 15px;
    max-width: 260px; }
    ul.posts-navigation li a {
      font-weight: 700;
      max-width: 320px; }
    ul.posts-navigation li:first-child {
      text-align: right; }
ul.list-inline {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 15px;
  padding: 0; }
  ul.list-inline li {
    margin: 0 7.5px 0 0; }
  ul.list-inline.list-inline--border li {
    border-right: solid 1px rgba(255, 255, 255, 0.2); }
    ul.list-inline.list-inline--border li a {
      padding-right: 7.5px; }
    ul.list-inline.list-inline--border li:last-child {
      border-right: none; }
  ul.list-inline.list-inline--full li {
    flex: 1;
    margin: 0 15px; }
    @media (max-width: 767px) {
      ul.list-inline.list-inline--full li {
        margin: 0 7.5px; } }
    ul.list-inline.list-inline--full li:first-child {
      margin-left: 0; }
    ul.list-inline.list-inline--full li:last-child {
      margin-right: 0; }
  @media (max-width: 767px) {
    ul.list-inline.list-inline--full {
      overflow-x: scroll;
      margin-right: -15px; } }
ul.s-hero--nav---navigation {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0; }
  ul.s-hero--nav---navigation li a {
    display: block;
    padding: 15px 30px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    text-decoration: none;
    position: relative; }
    ul.s-hero--nav---navigation li a::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 3px;
      background: var(--ciencia-color);
      opacity: 0;
      transition: all 0.2s ease-out; }
    ul.s-hero--nav---navigation li a:hover, ul.s-hero--nav---navigation li a.active {
      color: white; }
      ul.s-hero--nav---navigation li a:hover::before, ul.s-hero--nav---navigation li a.active::before {
        opacity: 1; }
ul.modal-menu {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%; }
  ul.modal-menu li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
    ul.modal-menu li a {
      display: block;
      font-size: 34px;
      font-weight: 700;
      color: white;
      text-decoration: none;
      padding: 15px 0; }
      @media (max-width: 1024px) {
        ul.modal-menu li a {
          font-size: 28px; } }
      @media (max-width: 767px) {
        ul.modal-menu li a {
          font-size: 22px; } }
      ul.modal-menu li a:hover {
        opacity: 0.6;
        padding-left: 15px; }
    ul.modal-menu li:last-child {
      border-bottom: none; }

time.time-box {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 300px;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 7.5px;
  height: auto;
  margin: 0 -7.5px 7.5px; }
  time.time-box strong {
    font-weight: 700; }
  time.time-box.time-box--light {
    background: rgba(0, 0, 0, 0.1);
    color: #344C61; }

.bg-success {
  background: #30DEA8 !important; }

.memory-download {
  margin-bottom: 30px; }
  .memory-download .row {
    align-items: center; }
  .memory-download img {
    max-width: 90px; }

.first-desktop {
  order: 1; }
  @media (max-width: 767px) {
    .first-desktop {
      order: 2; } }

.last-desktop {
  order: 2; }
  @media (max-width: 767px) {
    .last-desktop {
      order: 1; } }

.bg-primary {
  background-color: #F47820 !important; }

.bg-secondary {
  background-color: #344C61 !important; }

.bg-base {
  background-color: #536A7F !important; }

.bg-green {
  background-color: #90BAAD !important; }

.bg-blue {
  background-color: #536A7F !important; }

.bg-purple {
  background-color: #7C90DB !important; }

.bg-red {
  background-color: #C96480 !important; }

.box-search {
  margin-bottom: 30px; }

.search-result--group {
  margin-bottom: 30px; }
  .search-result--group .search-result--group---header {
    margin-bottom: 30px;
    display: block; }
    .search-result--group .search-result--group---header h6 {
      color: #F47820; }

body header.main-header {
  transition: all 0.2s ease-out; }
  @media (max-width: 1280px) {
    body header.main-header {
      padding-top: 7.5px;
      padding-bottom: 7.5px; } }
  body header.main-header .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.2);
    display: none; }
    @media (max-width: 1280px) {
      body header.main-header .navbar-toggler {
        display: flex; } }
    body header.main-header .navbar-toggler:hover {
      background: #F47820; }
  body header.main-header .navbar {
    padding: 0; }
    body header.main-header .navbar .navbar-brand {
      overflow: hidden; }
      body header.main-header .navbar .navbar-brand svg,
      body header.main-header .navbar .navbar-brand img {
        max-width: 170px;
        height: auto;
        transition: all 0.2s ease-out; }
        @media (max-width: 993px) {
          body header.main-header .navbar .navbar-brand svg,
          body header.main-header .navbar .navbar-brand img {
            max-width: 100px; } }
        @media (max-width: 385px) {
          body header.main-header .navbar .navbar-brand svg,
          body header.main-header .navbar .navbar-brand img {
            max-width: 85px; } }
        @media (max-width: 385px) {
          body header.main-header .navbar .navbar-brand svg #logo-header--text,
          body header.main-header .navbar .navbar-brand img #logo-header--text {
            opacity: 0; } }
    @media (max-width: 993px) {
      body header.main-header .navbar .container {
        padding-left: 0;
        padding-right: 0; } }
    body header.main-header .navbar .row {
      width: 100%;
      justify-content: space-between;
      align-items: center;
      margin: 0; }
      body header.main-header .navbar .row .col-header--logo {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start; }
        @media (max-width: 385px) {
          body header.main-header .navbar .row .col-header--logo {
            padding-left: 3px;
            padding-right: 3px; } }
        body header.main-header .navbar .row .col-header--logo .navbar-toggler {
          margin-right: 7.5px; }
      body header.main-header .navbar .row .col-header--menu {
        justify-content: center; }
        body header.main-header .navbar .row .col-header--menu .navbar-collapse {
          margin: 0 auto;
          width: 100%;
          text-align: center; }
        @media (max-width: 993px) {
          body header.main-header .navbar .row .col-header--menu {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0; } }
      body header.main-header .navbar .row .col-header--buttons {
        justify-content: flex-end;
        text-align: right; }
        @media (max-width: 385px) {
          body header.main-header .navbar .row .col-header--buttons {
            padding-left: 3px;
            padding-right: 3px; }
            body header.main-header .navbar .row .col-header--buttons .btn.btn-circle.btn-sm, body header.main-header .navbar .row .col-header--buttons .accordion.accordion-groups .accordion-item .accordion-header .accordion-button::after, .accordion.accordion-groups .accordion-item .accordion-header body header.main-header .navbar .row .col-header--buttons .accordion-button::after {
              width: 30px;
              height: 30px; } }
  body header.main-header .navbar-nav {
    margin: 0 auto; }
    @media (max-width: 993px) {
      body header.main-header .navbar-nav {
        background: rgba(0, 0, 0, 0.85);
        border-radius: 12px; } }
    body header.main-header .navbar-nav li {
      margin: 0;
                    /* min-width: 120px; 

                    @media (max-width: 1024px) {
                        min-width: 100px;
                    }*/ }
      body header.main-header .navbar-nav li .nav-link {
        padding: 30px 7.5px;
        width: 100%;
        letter-spacing: 0.1em;
        color: rgba(255, 255, 255, 0.85);
        font-weight: 700;
        position: relative; }
        @media (max-width: 1400px) {
          body header.main-header .navbar-nav li .nav-link {
            font-size: 11px;
            letter-spacing: default; } }
        body header.main-header .navbar-nav li .nav-link::before {
          content: "";
          height: 5px;
          position: absolute;
          background-color: transparent;
          left: 0;
          right: 0;
          top: 0;
          transition: all 0.2s ease-out;
          height: 0px; }
        body header.main-header .navbar-nav li .nav-link:hover, body header.main-header .navbar-nav li .nav-link:focus, body header.main-header .navbar-nav li .nav-link:active, body header.main-header .navbar-nav li .nav-link.active {
          color: white; }
          body header.main-header .navbar-nav li .nav-link:hover::before, body header.main-header .navbar-nav li .nav-link:focus::before, body header.main-header .navbar-nav li .nav-link:active::before, body header.main-header .navbar-nav li .nav-link.active::before {
            height: 5px; }
  body header.main-header .form-select--idioms {
    color: white; }
  body header.main-header.sps--abv {
    background: transparent; }
  body header.main-header .btn-circle, body header.main-header .accordion.accordion-groups .accordion-item .accordion-header .accordion-button::after, .accordion.accordion-groups .accordion-item .accordion-header body header.main-header .accordion-button::after {
    width: 45px;
    height: 45px; }
    @media (max-width: 1400px) {
      body header.main-header .btn-circle, body header.main-header .accordion.accordion-groups .accordion-item .accordion-header .accordion-button::after, .accordion.accordion-groups .accordion-item .accordion-header body header.main-header .accordion-button::after {
        height: 30px;
        width: 30px; } }
  body header.main-header.sps--blw {
    background: white;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding-top: 3px;
    padding-bottom: 3px; }
    body header.main-header.sps--blw .form-select--idioms {
      color: rgba(0, 0, 0, 0.85); }
    body header.main-header.sps--blw .navbar-toggler {
      border-color: #F47820;
      background: #F47820; }
      body header.main-header.sps--blw .navbar-toggler:hover {
        background: #344C61;
        border-color: #344C61; }
    body header.main-header.sps--blw .btn-light--ghost {
      background: #344C61; }
    body header.main-header.sps--blw .navbar {
      padding: 0; }
      body header.main-header.sps--blw .navbar .navbar-brand img,
      body header.main-header.sps--blw .navbar .navbar-brand svg {
        max-width: 100px; }
        @media (max-width: 385px) {
          body header.main-header.sps--blw .navbar .navbar-brand img,
          body header.main-header.sps--blw .navbar .navbar-brand svg {
            max-width: 85px; } }
        body header.main-header.sps--blw .navbar .navbar-brand img #logo-header--text,
        body header.main-header.sps--blw .navbar .navbar-brand svg #logo-header--text {
          opacity: 0; }
        body header.main-header.sps--blw .navbar .navbar-brand img #logo-header--icon #ibis_I,
        body header.main-header.sps--blw .navbar .navbar-brand img #logo-header--icon #ibis_B,
        body header.main-header.sps--blw .navbar .navbar-brand img #logo-header--icon #ibis_i,
        body header.main-header.sps--blw .navbar .navbar-brand img #logo-header--icon #ibis_S,
        body header.main-header.sps--blw .navbar .navbar-brand svg #logo-header--icon #ibis_I,
        body header.main-header.sps--blw .navbar .navbar-brand svg #logo-header--icon #ibis_B,
        body header.main-header.sps--blw .navbar .navbar-brand svg #logo-header--icon #ibis_i,
        body header.main-header.sps--blw .navbar .navbar-brand svg #logo-header--icon #ibis_S {
          fill: #536A7F; }
    body header.main-header.sps--blw .navbar-nav li .nav-link {
      padding-top: 15px;
      padding-bottom: 15px;
      color: #536A7F; }
      body header.main-header.sps--blw .navbar-nav li .nav-link::before {
        margin-top: -3px; }
      @media (max-width: 993px) {
        body header.main-header.sps--blw .navbar-nav li .nav-link {
          color: rgba(255, 255, 255, 0.85); } }
      body header.main-header.sps--blw .navbar-nav li .nav-link:hover, body header.main-header.sps--blw .navbar-nav li .nav-link:focus, body header.main-header.sps--blw .navbar-nav li .nav-link:active {
        color: #344C61; }
        @media (max-width: 993px) {
          body header.main-header.sps--blw .navbar-nav li .nav-link:hover, body header.main-header.sps--blw .navbar-nav li .nav-link:focus, body header.main-header.sps--blw .navbar-nav li .nav-link:active {
            color: white; } }
body.body-light header.main-header .navbar-toggler {
  background: #F47820 !important; }
  body.body-light header.main-header .navbar-toggler:hover {
    background: #F47820; }
body.body-light header.main-header .form-select--idioms {
  color: rgba(0, 0, 0, 0.85); }
body.body-light header.main-header .navbar .navbar-brand svg #logo-header--icon #ibis_I,
body.body-light header.main-header .navbar .navbar-brand svg #logo-header--icon #ibis_B,
body.body-light header.main-header .navbar .navbar-brand svg #logo-header--icon #ibis_i,
body.body-light header.main-header .navbar .navbar-brand svg #logo-header--icon #ibis_S {
  fill: #536A7F; }
body.body-light header.main-header .navbar .navbar-brand svg #logo-header--text path {
  fill: #536A7F; }
body.body-light header.main-header .btn-light--ghost {
  background: #536A7F; }
body.body-light header.main-header .navbar-nav li .nav-link {
  color: #536A7F; }
  body.body-light header.main-header .navbar-nav li .nav-link:hover {
    color: #344C61; }

footer.main-footer {
  background: #F2F5F8;
  color: #536A7F;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 14px; }
  @media (max-width: 767px) {
    footer.main-footer {
      padding-top: 30px;
      padding-bottom: 170px; } }
  footer.main-footer .brand-footer {
    margin-bottom: 30px;
    display: inline-flex;
    width: 200px;
    max-width: 100%; }
    footer.main-footer .brand-footer img {
      width: 100%; }
  footer.main-footer .row-footer--top {
    justify-content: space-between;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px; }
    @media (max-width: 626px) {
      footer.main-footer .row-footer--top {
        justify-content: flex-start;
        text-align: left; } }
    @media (max-width: 626px) {
      footer.main-footer .row-footer--top > * {
        justify-content: flex-start;
        text-align: left; } }
  footer.main-footer .row-footer--bottom {
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    padding-top: 15px; }
    @media (max-width: 626px) {
      footer.main-footer .row-footer--bottom {
        justify-content: center;
        text-align: center; } }
  footer.main-footer .nav {
    flex-direction: column;
    margin-bottom: 15px; }
    footer.main-footer .nav .nav-item .nav-link {
      padding: 0;
      color: #F47820;
      display: inline-block;
      padding: 3px 0;
      font-size: 14px; }
    footer.main-footer .nav.nav-footer--legal {
      flex-direction: row;
      gap: 15px;
      margin: 0 0 15px;
      padding: 0; }
      @media (max-width: 626px) {
        footer.main-footer .nav.nav-footer--legal {
          justify-content: center; } }
      footer.main-footer .nav.nav-footer--legal li .nav-link {
        color: #536A7F; }
        footer.main-footer .nav.nav-footer--legal li .nav-link:hover {
          color: #F47820; }
  footer.main-footer .col-description {
    margin-bottom: 30px; }
  footer.main-footer .bottom-brands {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin-left: -15px; }
    footer.main-footer .bottom-brands li {
      margin: 0 0 0 7.5px; }
      footer.main-footer .bottom-brands li a {
        display: block; }
        footer.main-footer .bottom-brands li a img {
          height: 30px;
          width: auto; }
  footer.main-footer .bottom-brands-v2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap; }
    footer.main-footer .bottom-brands-v2 li {
      margin: 0 15px 15px 0; }
      footer.main-footer .bottom-brands-v2 li a {
        display: block; }
        footer.main-footer .bottom-brands-v2 li a img {
          max-width: auto;
          height: 30px; }

aside .aside-title {
  font-weight: 400;
  margin-bottom: 15px; }
aside .aside-title-v2 {
  font-size: 18px; }
aside .aside-bottom--module {
  padding: 30px 0 15px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 7.5px; }
aside .aside-sidebar--module {
  padding: 15px 0 15px;
  margin-bottom: 15px; }
aside .aside-sidebar--module---nav {
  margin-top: -45px; }
  aside .aside-sidebar--module---nav::before {
    display: none;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 45px;
    background: linear-gradient(180deg, rgba(254, 254, 254, 0) 0%, #fefefe 100%); }
    @media (max-width: 993px) {
      aside .aside-sidebar--module---nav::before {
        display: block; } }
  aside .aside-sidebar--module---nav .form-select {
    display: none; }
    @media (max-width: 993px) {
      aside .aside-sidebar--module---nav .form-select {
        display: block; } }
  aside .aside-sidebar--module---nav .btn, aside .aside-sidebar--module---nav .accordion.accordion-groups .accordion-item .accordion-header .accordion-button::after, .accordion.accordion-groups .accordion-item .accordion-header aside .aside-sidebar--module---nav .accordion-button::after {
    margin: 0 0 15px; }
  @media (max-width: 993px) {
    aside .aside-sidebar--module---nav {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: white;
      margin: 0;
      padding: 15px;
      z-index: 5; }
      aside .aside-sidebar--module---nav .sidebar-menu {
        display: none; } }
  @media (min-width: 993px) {
    aside .aside-sidebar--module---nav.aside-sidebar--module---nav----onlymobile .btn, aside .aside-sidebar--module---nav.aside-sidebar--module---nav----onlymobile .accordion.accordion-groups .accordion-item .accordion-header .accordion-button::after, .accordion.accordion-groups .accordion-item .accordion-header aside .aside-sidebar--module---nav.aside-sidebar--module---nav----onlymobile .accordion-button::after {
      display: none; } }

body main .wrapper {
  overflow: hidden; }
body main .bar-bottom--navigation {
  padding: 15px 0; }
  body main .bar-bottom--navigation a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    display: flex;
    align-items: center; }
    body main .bar-bottom--navigation a small {
      font-size: 16px; }
    body main .bar-bottom--navigation a span {
      display: inline-flex;
      width: 45px;
      height: 45px;
      align-items: center;
      justify-content: center;
      position: relative; }
      body main .bar-bottom--navigation a span::before {
        content: "";
        display: block;
        position: absolute;
        top: -30px;
        left: -30px;
        right: -30px;
        bottom: -30px;
        border: solid 1px rgba(255, 255, 255, 0.2);
        border-radius: 300px;
        transition: all 0.2s ease-out; }
      body main .bar-bottom--navigation a span img {
        transform: rotate(180deg);
        max-width: 45px; }
    body main .bar-bottom--navigation a:hover {
      color: white; }
      body main .bar-bottom--navigation a:hover span::before {
        top: -7.5px;
        left: -7.5px;
        right: -7.5px;
        bottom: -7.5px; }
body main section {
  padding: 60px 0;
  position: relative; }
  @media (max-width: 767px) {
    body main section {
      padding: 30px 0; } }
  body main section article {
    margin-bottom: 30px; }
    body main section article.event-itemlist {
      border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
      body main section article.event-itemlist .extra-date {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap; }
      body main section article.event-itemlist .event-itemlist--title a {
        font-weight: 700;
        text-decoration: none;
        color: #344C61; }
        body main section article.event-itemlist .event-itemlist--title a:hover {
          color: #F47820; }
      body main section article.event-itemlist .event-itemlist--link {
        margin-bottom: 30px;
        margin-top: 7.5px; }
      body main section article.event-itemlist .thumb-link {
        margin-bottom: 30px; }
        body main section article.event-itemlist .thumb-link::before {
          display: none; }
      body main section article.event-itemlist:last-child {
        border-bottom: none; }
      body main section article.event-itemlist.disabled {
        filter: grayscale(100%);
        opacity: 0.6; }
    body main section article.mini-post {
      border-bottom: solid 1px rgba(0, 0, 0, 0.1);
      padding-bottom: 30px; }
      body main section article.mini-post .thumb-link {
        margin-bottom: 15px; }
        body main section article.mini-post .thumb-link::before {
          display: none; }
      body main section article.mini-post .mini-post--title a {
        font-weight: 500;
        color: #536A7F;
        text-decoration: none; }
        body main section article.mini-post .mini-post--title a:hover {
          color: #F47820; }
      body main section article.mini-post p {
        font-size: 12px; }
      body main section article.mini-post .mini-post--bottom {
        padding-top: 15px; }
    body main section article.equip-post {
      padding-bottom: 15px; }
      body main section article.equip-post .row {
        align-items: flex-start; }
        @media (max-width: 767px) {
          body main section article.equip-post .row {
            align-items: flex-start; } }
      body main section article.equip-post .thumb-link {
        margin: 0; }
        body main section article.equip-post .thumb-link::before {
          display: none; }
      body main section article.equip-post .col-text {
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        height: 100%;
        padding-bottom: 15px; }
      body main section article.equip-post .equip-post--title a {
        font-weight: 500;
        color: #536A7F;
        text-decoration: none; }
        body main section article.equip-post .equip-post--title a:hover {
          color: #F47820; }
      body main section article.equip-post .mini-post--bottom {
        padding-top: 15px; }
  body main section.s-dark {
    color: white;
    background: #344C61; }
  body main section.s-white {
    background: white;
    color: #344C61; }
  body main section.s-primary {
    background: #F47820;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden; }
    body main section.s-primary::before, body main section.s-primary::after {
      content: "";
      display: block;
      width: 600px;
      height: 600px;
      border-radius: 300px;
      background: rgba(255, 255, 255, 0.1);
      position: absolute; }
    body main section.s-primary::before {
      left: 0;
      bottom: 50%; }
    body main section.s-primary::after {
      right: 0;
      top: 30%; }
    body main section.s-primary .row {
      justify-content: space-between;
      align-items: center; }
  body main section.s-transparent a {
    color: rgba(255, 255, 255, 0.85); }
    body main section.s-transparent a:hover {
      color: white; }
  body main section.s-hero {
    padding: 0; }
    body main section.s-hero small {
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin-bottom: 15px; }
    body main section.s-hero .s-hero--nav {
      position: relative;
      z-index: 3;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      transition: all 0.2s ease-out;
      margin-bottom: -90px;
      margin-top: 45px; }
      @media (max-width: 767px) {
        body main section.s-hero .s-hero--nav {
          margin-top: 30px;
          margin-bottom: -60px; } }
      body main section.s-hero .s-hero--nav.sticky {
        position: fixed;
        top: 12px;
        background: rgba(0, 0, 0, 0.85); }
        @media (max-width: 767px) {
          body main section.s-hero .s-hero--nav.sticky {
            top: 26px; } }
    body main section.s-hero.s-hero--pagetitle {
      padding-top: 170px;
      padding-bottom: 90px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        body main section.s-hero.s-hero--pagetitle {
          padding-top: 100px;
          padding-bottom: 60px; } }
      body main section.s-hero.s-hero--pagetitle .s-hero--pagetitle---text {
        position: relative;
        z-index: 4;
        text-align: center;
        color: white; }
      body main section.s-hero.s-hero--pagetitle .s-hero--pagetitle---bg {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center center; }
      body main section.s-hero.s-hero--pagetitle::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        z-index: 2;
        background: rgba(0, 0, 0, 0.5); }
      body main section.s-hero.s-hero--pagetitle.sps--blw::before {
        background: #536A7F; }
      body main section.s-hero.s-hero--pagetitle::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top: 50%;
        z-index: 3; }
      body main section.s-hero.s-hero--pagetitle.s-hero--pagetitle---research {
        overflow: hidden; }
        body main section.s-hero.s-hero--pagetitle.s-hero--pagetitle---research .s-hero--pagetitle---text {
          justify-content: center; }
          body main section.s-hero.s-hero--pagetitle.s-hero--pagetitle---research .s-hero--pagetitle---text figure {
            margin: -60px auto 30px; }
        body main section.s-hero.s-hero--pagetitle.s-hero--pagetitle---research .s-hero--pagetitle---bg {
          filter: blur(6px); }
    body main section.s-hero.s-hero--event {
      justify-content: flex-start;
      transition: all 0.2s ease-out; }
      body main section.s-hero.s-hero--event .s-hero--pagetitle---text {
        text-align: center;
        display: flex;
        flex-wrap: wrap; }
        body main section.s-hero.s-hero--event .s-hero--pagetitle---text .s-hero--event---timecol {
          flex: 0 0 auto;
          margin-right: 15px; }
          body main section.s-hero.s-hero--event .s-hero--pagetitle---text .s-hero--event---timecol .time-box {
            margin-top: 30px; }
            @media (max-width: 767px) {
              body main section.s-hero.s-hero--event .s-hero--pagetitle---text .s-hero--event---timecol .time-box {
                margin-top: 0; } }
        body main section.s-hero.s-hero--event .s-hero--pagetitle---text .s-hero--event---textcol {
          flex: 1; }
          body main section.s-hero.s-hero--event .s-hero--pagetitle---text .s-hero--event---textcol .extra-date {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start; }
      body main section.s-hero.s-hero--event.sps--blw {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 4;
        padding-top: 90px;
        padding-bottom: 15px; }
        body main section.s-hero.s-hero--event.sps--blw .s-hero--pagetitle---text h1 {
          font-size: 34px;
          margin-bottom: 15px; }
          @media (max-width: 576px) {
            body main section.s-hero.s-hero--event.sps--blw .s-hero--pagetitle---text h1 {
              font-size: 26px; } }
        body main section.s-hero.s-hero--event.sps--blw .s-hero--pagetitle---text .time-box {
          margin-top: 0; }
          body main section.s-hero.s-hero--event.sps--blw .s-hero--pagetitle---text .time-box strong {
            font-size: 26px; }
  body main section.s-intro {
    color: white;
    background: #536A7F;
    padding-top: 15px;
    padding-bottom: 15px; }
    body main section.s-intro a {
      color: white; }
      body main section.s-intro a:hover {
        font-weight: bold; }
    @media (max-width: 575px) {
      body main section.s-intro .s-intro--text {
        text-align: center; } }
    body main section.s-intro .s-intro--text .text-small, body main section.s-intro .s-intro--text .breadcrumb, body main section.s-intro .s-intro--text ul.posts-navigation li small, ul.posts-navigation li body main section.s-intro .s-intro--text small, body main section.s-intro .s-intro--text time.time-box strong, time.time-box body main section.s-intro .s-intro--text strong, body main section.s-intro .s-intro--text time.time-box span, time.time-box body main section.s-intro .s-intro--text span, body main section.s-intro .s-intro--text .btn.btn-xs, body main section.s-intro .s-intro--text .accordion.accordion-groups .accordion-item .accordion-header .btn-xs.accordion-button::after, .accordion.accordion-groups .accordion-item .accordion-header body main section.s-intro .s-intro--text .btn-xs.accordion-button::after, body main section.s-intro .s-intro--text .card.card-post .card-body .card-pretitle, .card.card-post .card-body body main section.s-intro .s-intro--text .card-pretitle, body main section.s-intro .s-intro--text .card.card-eventlist .card-header .card-pretitle, .card.card-eventlist .card-header body main section.s-intro .s-intro--text .card-pretitle, body main section.s-intro .s-intro--text .card.card-eventlist .card-header .card-date, .card.card-eventlist .card-header body main section.s-intro .s-intro--text .card-date {
      margin-bottom: 7.5px;
      display: block; }
    body main section.s-intro .s-intro--text .thumb-avatar--title {
      margin-bottom: 15px; }
    body main section.s-intro .s-intro--image {
      align-items: center;
      justify-content: center;
      display: flex; }
      body main section.s-intro .s-intro--image .thumb-avatar {
        margin-bottom: 15px; }
  body main section.s-prefooter {
    padding-top: 30px;
    padding-bottom: 30px; }
    body main section.s-prefooter hr {
      display: none; }
  body main section.s-post {
    transition: all 0.2s ease-out; }
    body main section.s-post footer {
      border-top: solid 1px rgba(0, 0, 0, 0.1);
      padding-bottom: 60px; }
    body main section.s-post.sps--blw {
      padding-top: 320px; }
  body main section.s-related {
    position: relative; }
    body main section.s-related::after {
      position: absolute;
      content: "";
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      height: 45%;
      background: linear-gradient(180deg, rgba(124, 144, 219, 0) 0%, rgba(124, 144, 219, 0.4) 100%); }
    body main section.s-related .row {
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 993px) {
        body main section.s-related .row {
          justify-content: center; } }
      @media (max-width: 993px) {
        body main section.s-related .row .s-related--text {
          text-align: center;
          margin-bottom: 30px; } }
  body main section.s-service {
    z-index: 5; }
    body main section.s-service .breadcrumb {
      margin-top: 0; }
    body main section.s-service .s-service--intro {
      margin-top: -320px; }
      @media (max-width: 576px) {
        body main section.s-service .s-service--intro {
          margin-top: -30px;
          margin-left: -15px;
          margin-right: -15px; } }
    body main section.s-service .aside-sidebar {
      margin-top: -320px; }
      @media (max-width: 993px) {
        body main section.s-service .aside-sidebar {
          margin-top: 0; } }
      @media (max-width: 993px) {
        body main section.s-service .aside-sidebar .aside-sidebar--module---member {
          display: none; } }
  body main section footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px; }
body.body-light {
  background: transparent; }
  body.body-light .s-hero:not(.s-hero--event).s-hero--pagetitle {
    background: transparent; }
    body.body-light .s-hero:not(.s-hero--event).s-hero--pagetitle::before, body.body-light .s-hero:not(.s-hero--event).s-hero--pagetitle::after {
      display: none; }
    body.body-light .s-hero:not(.s-hero--event).s-hero--pagetitle .s-hero--pagetitle---text {
      color: #536A7F; }
body.body-service main section.s-hero.s-hero--pagetitle {
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    body.body-service main section.s-hero.s-hero--pagetitle {
      padding-bottom: 15px; } }
  body.body-service main section.s-hero.s-hero--pagetitle .s-hero--pagetitle---text {
    text-align: center; }
  body.body-service main section.s-hero.s-hero--pagetitle .s-hero--pagetitle---bg {
    mix-blend-mode: soft-light; }
body.body-service--01 main section.s-hero.s-hero--pagetitle .s-hero--pagetitle---text {
  padding-bottom: 280px; }
  @media (max-width: 576px) {
    body.body-service--01 main section.s-hero.s-hero--pagetitle .s-hero--pagetitle---text {
      padding-bottom: 15px; } }

.btn, .accordion.accordion-groups .accordion-item .accordion-header .accordion-button::after {
  font-family: interstate, sans-serif;
  border-radius: 12px;
  font-size: 16px;
  padding: 15px;
  position: relative;
  font-weight: 700;
  transition: all 0.2s ease-out;
  outline: none; }
  .btn:hover, .accordion.accordion-groups .accordion-item .accordion-header .accordion-button:hover::after, .btn:focus, .accordion.accordion-groups .accordion-item .accordion-header .accordion-button:focus::after, .btn:active, .accordion.accordion-groups .accordion-item .accordion-header .accordion-button:active::after {
    outline: none !important;
    box-shadow: none; }
  .btn.btn-xs, .accordion.accordion-groups .accordion-item .accordion-header .btn-xs.accordion-button::after {
    border-radius: 300px;
    padding-bottom: 7.5px;
    padding-top: 7.5px;
    line-height: 1.2; }
  .btn.btn-sm, .accordion.accordion-groups .accordion-item .accordion-header .accordion-button::after {
    padding: 7.5px;
    line-height: 1;
    font-size: 14px;
    border-radius: 4px; }
    .btn.btn-sm img, .accordion.accordion-groups .accordion-item .accordion-header .accordion-button::after img {
      max-width: 15px;
      height: auto;
      margin-right: 3px; }
  .btn.btn-circle, .accordion.accordion-groups .accordion-item .accordion-header .accordion-button::after {
    border-radius: 300px;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    @media (max-width: 993px) {
      .btn.btn-circle, .accordion.accordion-groups .accordion-item .accordion-header .accordion-button::after {
        width: 45px;
        height: 45px; } }
    .btn.btn-circle.btn-sm, .accordion.accordion-groups .accordion-item .accordion-header .accordion-button::after {
      width: 45px;
      height: 45px; }
  .btn.btn-primary--ghost, .accordion.accordion-groups .accordion-item .accordion-header .btn-primary--ghost.accordion-button::after {
    background: rgba(244, 120, 32, 0.2); }
    .btn.btn-primary--ghost:hover, .accordion.accordion-groups .accordion-item .accordion-header .btn-primary--ghost.accordion-button:hover::after, .btn.btn-primary--ghost:focus, .accordion.accordion-groups .accordion-item .accordion-header .btn-primary--ghost.accordion-button:focus::after {
      background: white; }
  .btn.btn-light--ghost, .accordion.accordion-groups .accordion-item .accordion-header .btn-light--ghost.accordion-button::after {
    background: rgba(255, 255, 255, 0.1); }
    .btn.btn-light--ghost:hover, .accordion.accordion-groups .accordion-item .accordion-header .btn-light--ghost.accordion-button:hover::after, .btn.btn-light--ghost:focus, .accordion.accordion-groups .accordion-item .accordion-header .btn-light--ghost.accordion-button:focus::after {
      background: rgba(255, 255, 255, 0.5); }
  .btn.btn-twitter--ghost, .accordion.accordion-groups .accordion-item .accordion-header .btn-twitter--ghost.accordion-button::after {
    background: rgba(99, 201, 239, 0.2); }
    .btn.btn-twitter--ghost:hover, .accordion.accordion-groups .accordion-item .accordion-header .btn-twitter--ghost.accordion-button:hover::after, .btn.btn-twitter--ghost:focus, .accordion.accordion-groups .accordion-item .accordion-header .btn-twitter--ghost.accordion-button:focus::after {
      background: white; }
  .btn.btn-primary, .accordion.accordion-groups .accordion-item .accordion-header .btn-primary.accordion-button::after {
    background: #F47820;
    border-color: #F47820;
    color: white; }
    .btn.btn-primary:hover, .accordion.accordion-groups .accordion-item .accordion-header .btn-primary.accordion-button:hover::after, .btn.btn-primary:focus, .accordion.accordion-groups .accordion-item .accordion-header .btn-primary.accordion-button:focus::after, .btn.btn-primary:active, .accordion.accordion-groups .accordion-item .accordion-header .btn-primary.accordion-button:active::after {
      color: white;
      background: #a64a08; }
  .btn.btn-outline-primary, .accordion.accordion-groups .accordion-item .accordion-header .btn-outline-primary.accordion-button::after {
    border-color: #F47820;
    color: #F47820;
    background: transparent; }
    .btn.btn-outline-primary:hover, .accordion.accordion-groups .accordion-item .accordion-header .btn-outline-primary.accordion-button:hover::after, .btn.btn-outline-primary:focus, .accordion.accordion-groups .accordion-item .accordion-header .btn-outline-primary.accordion-button:focus::after, .btn.btn-outline-primary:active, .accordion.accordion-groups .accordion-item .accordion-header .btn-outline-primary.accordion-button:active::after {
      background: #a64a08;
      color: white; }
    .btn.btn-outline-primary.no-border, .accordion.accordion-groups .accordion-item .accordion-header .btn-outline-primary.no-border.accordion-button::after {
      border-color: transparent; }
    .btn.btn-outline-primary.btn-hero, .accordion.accordion-groups .accordion-item .accordion-header .btn-outline-primary.btn-hero.accordion-button::after {
      background: rgba(0, 0, 0, 0.2);
      color: white; }
      .btn.btn-outline-primary.btn-hero:hover, .accordion.accordion-groups .accordion-item .accordion-header .btn-outline-primary.btn-hero.accordion-button:hover::after, .btn.btn-outline-primary.btn-hero:focus, .accordion.accordion-groups .accordion-item .accordion-header .btn-outline-primary.btn-hero.accordion-button:focus::after, .btn.btn-outline-primary.btn-hero:active, .accordion.accordion-groups .accordion-item .accordion-header .btn-outline-primary.btn-hero.accordion-button:active::after {
        background: #F47820; }
  .btn.btn-outline-light, .accordion.accordion-groups .accordion-item .accordion-header .btn-outline-light.accordion-button::after {
    border-color: rgba(255, 255, 255, 0.5); }
    .btn.btn-outline-light:hover, .accordion.accordion-groups .accordion-item .accordion-header .btn-outline-light.accordion-button:hover::after, .btn.btn-outline-light:focus, .accordion.accordion-groups .accordion-item .accordion-header .btn-outline-light.accordion-button:focus::after, .btn.btn-outline-light:active, .accordion.accordion-groups .accordion-item .accordion-header .btn-outline-light.accordion-button:active::after {
      color: #F47820; }
  .btn.btn-block, .accordion.accordion-groups .accordion-item .accordion-header .btn-block.accordion-button::after {
    flex: 0 0 100%;
    width: 100%; }

.link {
  text-decoration: none;
  transition: all 0.2s ease-out;
  display: inline-block; }
  .link:hover {
    color: #344C61;
    text-decoration: underline; }
  .link.link-small {
    font-size: 12px;
    text-transform: uppercase; }

.thumb-link {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  position: relative; }
  .thumb-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
    transition: all 0.2s ease-out; }
  .thumb-link::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 17.3px;
    border-color: transparent transparent transparent white; }
  .thumb-link img {
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease-out; }
  .thumb-link:hover::after {
    background: rgba(0, 0, 0, 0.5); }
  .thumb-link:hover img {
    transform: scale(1.1); }

.badge {
  font-weight: 500;
  padding: 7.5px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin: 3px;
  min-height: 30px; }
  .badge img {
    max-height: 15px;
    width: auto;
    margin: 0 7.5px 0 0; }
  .badge.badge-dark {
    background: rgba(0, 0, 0, 0.5); }
  .badge.badge-default {
    background: #536A7F; }
  .badge.badge-light {
    background: rgba(0, 0, 0, 0.1);
    color: #344C61; }
  .badge.badge-success {
    background: #30DEA8;
    color: white; }
  .badge.badge-danger {
    background: #D52331;
    color: white; }
  .badge.badge-circle {
    border-radius: 300px;
    text-align: center;
    align-content: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700; }
    .badge.badge-circle.badge-sm {
      width: 45px;
      height: 45px; }

.progress {
  border-radius: 300px;
  height: 30px; }
  .progress .progress-bar {
    border-radius: 300px;
    text-align: right;
    padding-right: 7.5px; }
  .progress.progress-group {
    margin-bottom: 7.5px; }
    .progress.progress-group .progress-bar {
      border-radius: 0; }
      .progress.progress-group .progress-bar:last-child {
        border-radius: 0 300px 300px 0; }

.circle-chart {
  border-radius: 300px;
  position: relative;
  width: 100%;
  margin: 0 auto; }
  .circle-chart span {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    align-items: center;
    justify-content: center; }
  .circle-chart strong {
    display: block;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%; }
  .circle-chart::after {
    content: "";
    display: block;
    padding-bottom: 100%; }

.card.card-post {
  border: none;
  margin-bottom: 30px; }
  .card.card-post .card-header {
    padding: 0;
    border: none;
    overflow: hidden; }
    .card.card-post .card-header a {
      display: block;
      line-height: 0;
      background-color: #344C61; }
      .card.card-post .card-header a img {
        transition: all 0.2s ease-out;
        opacity: 1; }
      .card.card-post .card-header a:hover img {
        opacity: 0.8;
        transform: scale(1.1); }
  .card.card-post .card-body {
    padding: 30px; }
    .card.card-post .card-body .card-pretitle {
      margin-bottom: 15px;
      font-weight: 700;
      display: block; }
    .card.card-post .card-body .card-title {
      margin-bottom: 15px;
      font-size: 20px;
      font-weight: 700;
      line-height: 1; }
      .card.card-post .card-body .card-title a {
        text-decoration: none; }
  .card.card-post .card-footer {
    padding: 0 30px 30px;
    background: none;
    border: none; }
.card.card-primary {
  background: #F47820;
  color: white; }
.card.card-cta .card-body {
  position: relative; }
  .card.card-cta .card-body .card-body--circle {
    position: absolute;
    right: 15px;
    top: -30px; }
.card.card-white {
  color: #536A7F;
  background: white; }
  .card.card-white .card-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .card.card-white .card-footer time {
      opacity: 0.5; }
.card.card-gray {
  background: #F2F5F8;
  border-color: transparent; }
  .card.card-gray .card-header {
    background: transparent;
    border-color: transparent; }
.card.card-user {
  flex-direction: row;
  margin-bottom: 15px; }
  @media (max-width: 576px) {
    .card.card-user {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; } }
  .card.card-user .card-header {
    padding: 15px 0 0 15px; }
  .card.card-user .card-body p {
    margin-bottom: 7.5px; }
  .card.card-user .card-body .card-title {
    font-size: 22px;
    font-weight: 700; }
  .card.card-user .card-body .card-title--small {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7.5px; }
  .card.card-user .card-body .card-body--bottom {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    padding-top: 15px; }
  @media (max-width: 576px) {
    .card.card-user .card-body .list-inline {
      align-items: center;
      justify-content: center; } }
.card.card-link, .card.card-member, .card.card-researchline {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  background: rgba(0, 0, 0, 0.85);
  border: none;
  padding: 0;
  text-decoration: none;
  color: white;
  overflow: hidden; }
  .card.card-link .card-header, .card.card-member .card-header, .card.card-researchline .card-header {
    padding: 0;
    border: none;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1; }
    .card.card-link .card-header .card-header--image, .card.card-member .card-header .card-header--image, .card.card-researchline .card-header .card-header--image {
      transition: all 0.2s ease-out;
      background-size: cover;
      display: flex;
      width: 100%;
      height: 100%;
      background-position: center center; }
  .card.card-link .card-body, .card.card-member .card-body, .card.card-researchline .card-body {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    overflow: hidden; }
    .card.card-link .card-body .card-title, .card.card-member .card-body .card-title, .card.card-researchline .card-body .card-title {
      margin-bottom: 0;
      font-size: 16px; }
  .card.card-link:hover .card-header .card-header--image, .card.card-member:hover .card-header .card-header--image, .card.card-researchline:hover .card-header .card-header--image {
    opacity: 0.5;
    transform: scale(1.1); }
.card.card-link--vertical {
  height: 250px;
  min-width: 190px;
  max-width: 100%;
  border: solid 5px rgba(255, 255, 255, 0.2); }
  .card.card-link--vertical .card-body {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px; }
  .card.card-link--vertical:hover {
    border: solid 4px white; }
.card.card-member {
  text-align: center;
  min-height: 320px;
  margin-bottom: 15px; }
  @media (max-width: 576px) {
    .card.card-member {
      min-height: 260px; } }
  .card.card-member .card-header img {
    height: 100%; }
  .card.card-member .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 15px; }
    .card.card-member .card-body .card-body--show {
      overflow: hidden;
      height: 0px;
      opacity: 0; }
  .card.card-member:hover .card-body .card-body--show {
    overflow: hidden;
    height: auto;
    opacity: 1; }
.card.card-transparent {
  background: transparent;
  border-color: transparent; }
  .card.card-transparent .card-header {
    background: transparent;
    border-color: transparent;
    padding-left: 0; }
.card.card-dark .card-body {
  color: white; }
  .card.card-dark .card-body .link {
    color: white; }
.card.card-eventlist {
  background: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  margin-bottom: 30px !important; }
  .card.card-eventlist .card-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    border-color: transparent; }
    .card.card-eventlist .card-header .card-pretitle {
      flex: 0 0 auto; }
    .card.card-eventlist .card-header .card-date {
      flex: 0 0 auto;
      font-weight: 700; }
    .card.card-eventlist .card-header span {
      flex: 1;
      height: 1px;
      background: rgba(255, 255, 255, 0.1); }
  .card.card-eventlist .card-body {
    color: white;
    border-color: transparent;
    padding-bottom: 0;
    padding-top: 0; }
    .card.card-eventlist .card-body .link {
      color: white; }
    .card.card-eventlist .card-body .event-itemlist {
      display: block;
      padding-top: 15px;
      text-decoration: none;
      color: rgba(255, 255, 255, 0.85); }
      .card.card-eventlist .card-body .event-itemlist .event-itemlist--title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 7.5px; }
      .card.card-eventlist .card-body .event-itemlist p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        transition: all 0.2s ease-out; }
      .card.card-eventlist .card-body .event-itemlist:hover {
        color: white; }
        .card.card-eventlist .card-body .event-itemlist:hover p {
          color: white; }
  .card.card-eventlist .card-footer {
    justify-content: flex-end;
    border-color: transparent;
    text-align: right; }
.card.card-researchline {
  text-align: center;
  min-height: 320px;
  margin-bottom: 15px;
  background: black; }
  @media (max-width: 576px) {
    .card.card-researchline {
      min-height: 260px; } }
  .card.card-researchline .accordion-header--info {
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 3;
    display: flex; }
    .card.card-researchline .accordion-header--info figure,
    .card.card-researchline .accordion-header--info .badge {
      margin-left: -7.5px; }
  @media (max-width: 576px) {
    .card.card-researchline .card-header .card-header--image {
      opacity: 0.5; } }
  .card.card-researchline .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 15px;
    text-align: left;
    padding-bottom: 0;
    padding-top: 90px; }
    .card.card-researchline .card-body .card-title {
      font-weight: 700;
      font-size: 22px;
      margin-bottom: 7.5px; }

.modal .modal-fullscreen {
  background: linear-gradient(180deg, #080605 0%, rgba(52, 76, 97, 0.8) 100%); }
  .modal .modal-fullscreen::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    min-height: 45%;
    background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    opacity: 0.5; }
  .modal .modal-fullscreen .modal-content {
    z-index: 2;
    border-color: transparent;
    background: transparent;
    padding-left: 0;
    padding-right: 0; }
    .modal .modal-fullscreen .modal-content .modal-header {
      border-color: transparent;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      padding: 7.5px 10px;
      z-index: 3; }
      .modal .modal-fullscreen .modal-content .modal-header .btn-close {
        border: solid 1px rgba(255, 255, 255, 0.5);
        margin: 0 0 0 auto;
        width: 60px;
        height: 60px;
        border-radius: 300px;
        transition: all 0.2s ease-out;
        z-index: 4;
        color: white;
        position: relative;
        opacity: 1;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; }
        @media (max-width: 767px) {
          .modal .modal-fullscreen .modal-content .modal-header .btn-close {
            width: 30px;
            height: 30px;
            margin: 0 auto 0 0; } }
        .modal .modal-fullscreen .modal-content .modal-header .btn-close::before {
          content: "";
          display: block;
          position: absolute;
          border: rgba(255, 255, 255, 0.2) solid 1px;
          left: -60px;
          right: -60px;
          bottom: -60px;
          top: -60px;
          border-radius: 300px;
          transition: all 0.2s ease-out; }
        .modal .modal-fullscreen .modal-content .modal-header .btn-close:hover::before {
          border: rgba(255, 255, 255, 0.2) solid 1px;
          background: rgba(0, 0, 0, 0.2);
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          z-index: -1; }
    .modal .modal-fullscreen .modal-content .modal-body {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      border-color: transparent;
      position: relative;
      text-align: left; }
      .modal .modal-fullscreen .modal-content .modal-body .modal-body--box {
        padding-top: 170px;
        width: 100%; }
        @media (max-width: 767px) {
          .modal .modal-fullscreen .modal-content .modal-body .modal-body--box {
            padding-top: 90px; } }
        .modal .modal-fullscreen .modal-content .modal-body .modal-body--box .card-link--vertical {
          min-width: inherit; }
    .modal .modal-fullscreen .modal-content .modal-footer {
      border-color: transparent;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding-left: 0;
      padding-right: 0; }
      .modal .modal-fullscreen .modal-content .modal-footer .modal-footer--logo {
        flex: 0 0 auto; }
      .modal .modal-fullscreen .modal-content .modal-footer .modal-footer--menu {
        flex: 0 0 auto;
        text-align: right; }
        .modal .modal-fullscreen .modal-content .modal-footer .modal-footer--menu ul li {
          margin: 0; }
          .modal .modal-fullscreen .modal-content .modal-footer .modal-footer--menu ul li a {
            padding: 7.5px; }
      .modal .modal-fullscreen .modal-content .modal-footer .modal-footer--line {
        flex: 1;
        height: 1px;
        background: rgba(255, 255, 255, 0.2); }
      .modal .modal-fullscreen .modal-content .modal-footer::before {
        position: absolute;
        display: block;
        content: "";
        bottom: 100%;
        left: 0;
        right: 0;
        min-height: 60px;
        z-index: 3; }
.modal#modal-main-menu .modal-fullscreen .modal-content .modal-footer::before {
  display: none; }

.popover {
  font-family: interstate, sans-serif;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  min-width: 300px; }
  .popover .popover-header {
    background: transparent;
    color: #536A7F;
    border: none;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 0; }
  .popover .popover-body .card .card-body {
    padding-bottom: 0;
    padding-top: 0; }
  .popover .popover-body p {
    margin-bottom: 7.5px; }
  .popover .popover-body h6 {
    margin-bottom: 3px;
    text-transform: inherit;
    font-size: 16px; }
  .popover .popover-body ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .popover .popover-body ul li {
      border-bottom: solid 1px rgba(0, 0, 0, 0.1);
      padding-top: 7.5px; }
      .popover .popover-body ul li:last-child {
        border-bottom: none; }

.org-tree .org-item,
.org-tree .org-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: auto;
  background: #F0F5FA;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  border: none;
  outline: none;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: #344C61; }
  .org-tree .org-item:hover,
  .org-tree .org-info:hover {
    background: #dde8f4; }
  .org-tree .org-item span,
  .org-tree .org-info span {
    display: block; }
  .org-tree .org-item.org-item-01,
  .org-tree .org-info.org-item-01 {
    background: #F47820;
    color: white;
    max-width: 220px; }
    .org-tree .org-item.org-item-01:hover,
    .org-tree .org-info.org-item-01:hover {
      background: #d65f0b; }
    .org-tree .org-item.org-item-01 span,
    .org-tree .org-info.org-item-01 span {
      font-weight: 700;
      font-size: 22px; }
  .org-tree .org-item.org-item-02,
  .org-tree .org-info.org-item-02 {
    background: #344C61;
    color: white;
    max-width: 220px; }
    .org-tree .org-item.org-item-02:hover,
    .org-tree .org-info.org-item-02:hover {
      background: #223240; }
    .org-tree .org-item.org-item-02 span,
    .org-tree .org-info.org-item-02 span {
      font-weight: 700; }
  .org-tree .org-item.org-item-03,
  .org-tree .org-info.org-item-03 {
    background: #B0C4D6;
    border: #B0C4D6 solid 1px;
    color: white; }
    .org-tree .org-item.org-item-03:hover,
    .org-tree .org-info.org-item-03:hover {
      border: #536A7F solid 1px; }
    .org-tree .org-item.org-item-03 span,
    .org-tree .org-info.org-item-03 span {
      font-weight: 700; }
.org-tree .org-info {
  background: white;
  border: dashed 1px #B0C4D6;
  padding: 7.5px;
  max-width: 220px; }
  .org-tree .org-info span {
    color: #536A7F; }
.org-tree .org-tree--group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  border-radius: 4px; }
  .org-tree .org-tree--group .org-tree--col {
    flex: 1;
    position: relative;
    padding: 30px 7.5px 30px; }
    .org-tree .org-tree--group .org-tree--col.org-tree--colfull {
      flex: 0 0 100%; }
      .org-tree .org-tree--group .org-tree--col.org-tree--colfull > .org-item::after {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        left: 50%;
        right: inherit;
        top: 100%;
        bottom: inherit;
        background: #B0C4D6;
        height: 30px; }
    .org-tree .org-tree--group .org-tree--col .org-info {
      position: absolute;
      top: 30px; }
      .org-tree .org-tree--group .org-tree--col .org-info::before, .org-tree .org-tree--group .org-tree--col .org-info::after {
        content: "";
        height: 1px;
        display: block;
        position: absolute;
        border-top: dashed 1px #B0C4D6; }
      .org-tree .org-tree--group .org-tree--col .org-info.org-info--left {
        left: 7.5px; }
        .org-tree .org-tree--group .org-tree--col .org-info.org-info--left::after {
          left: 100%;
          right: -10vw; }
      .org-tree .org-tree--group .org-tree--col .org-info.org-info--right {
        right: 7.5px; }
        .org-tree .org-tree--group .org-tree--col .org-info.org-info--right::before {
          right: 100%;
          left: -10vw; }
    .org-tree .org-tree--group .org-tree--col .org-item {
      position: relative;
      z-index: 2; }
  .org-tree .org-tree--group .org-tree--subgroup {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex: 0 0 1;
    width: 100%;
    position: relative; }
    .org-tree .org-tree--group .org-tree--subgroup > .org-tree--col {
      overflow: hidden;
      position: relative; }
      .org-tree .org-tree--group .org-tree--subgroup > .org-tree--col::after {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        left: 0;
        top: 0;
        bottom: 0;
        background: #B0C4D6;
        display: none; }
      .org-tree .org-tree--group .org-tree--subgroup > .org-tree--col::before {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        left: 0;
        right: 0;
        top: 0;
        bottom: inherit;
        background: #B0C4D6; }
      .org-tree .org-tree--group .org-tree--subgroup > .org-tree--col > .org-item::after {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        left: 50%;
        right: inherit;
        bottom: 100%;
        top: inherit;
        background: #B0C4D6;
        height: 30px; }
      .org-tree .org-tree--group .org-tree--subgroup > .org-tree--col:first-child::before {
        left: 50%; }
      .org-tree .org-tree--group .org-tree--subgroup > .org-tree--col.left-no-head:first-child::before {
        left: 4%; }
      .org-tree .org-tree--group .org-tree--subgroup > .org-tree--col:last-child::before {
        right: 50%; }
      .org-tree .org-tree--group .org-tree--subgroup > .org-tree--col:last-child::after {
        bottom: inherit;
        height: 65px; }
  .org-tree .org-tree--group .org-tree--list {
    flex: 1;
    position: relative;
    padding: 0 0 0 15px; }
    .org-tree .org-tree--group .org-tree--list .org-tree--col {
      padding-bottom: 0; }
      .org-tree .org-tree--group .org-tree--list .org-tree--col > .org-item span {
        font-size: 14px; }
      .org-tree .org-tree--group .org-tree--list .org-tree--col > .org-item:before {
        content: "";
        display: block;
        position: absolute;
        width: 15px;
        height: 1px;
        left: inherit;
        right: 100%;
        background: #B0C4D6; }
      .org-tree .org-tree--group .org-tree--list .org-tree--col > .org-item:after {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        left: -15px;
        bottom: 50%;
        top: -75px;
        background: #B0C4D6; }

.form-control,
.form-select {
  min-height: 45px;
  font-weight: 700; }
  .form-control::placeholder,
  .form-select::placeholder {
    color: #536A7F; }
  .form-control.form-control--light,
  .form-select.form-control--light {
    background: #F0F5FA;
    border-color: #F0F5FA; }
  .form-control.form-radius,
  .form-select.form-radius {
    border-radius: 300px; }
  .form-control.form-control--extrabig,
  .form-select.form-control--extrabig {
    font-size: 28px;
    background: transparent;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    box-shadow: none;
    border-radius: 0; }
  .form-control.form-control--dark,
  .form-select.form-control--dark {
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
    outline: none !important;
    color: white; }
    .form-control.form-control--dark::placeholder,
    .form-select.form-control--dark::placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .form-control.form-control--dark:focus,
    .form-select.form-control--dark:focus {
      border-bottom: white solid 1px;
      outline: none !important; }
      .form-control.form-control--dark:focus::placeholder,
      .form-select.form-control--dark:focus::placeholder {
        color: rgba(255, 255, 255, 0.85); }

.form-select {
  font-family: interstate, sans-serif;
  border-radius: 12px;
  font-size: 14px;
  padding: 7.5px 30px 7.5px 15px;
  position: relative;
  font-weight: 700;
  transition: all 0.2s ease-out;
  outline: none;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent; }
  .form-select.form-select--idioms {
    max-width: 100px;
    display: inline-flex; }

.form-compact {
  position: relative; }
  .form-compact .btn, .form-compact .accordion.accordion-groups .accordion-item .accordion-header .accordion-button::after, .accordion.accordion-groups .accordion-item .accordion-header .form-compact .accordion-button::after {
    position: absolute;
    right: 0;
    top: 0; }

.accordion.accordion-groups {
  border-color: transparent; }
  .accordion.accordion-groups .accordion-item {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent; }
    .accordion.accordion-groups .accordion-item .accordion-header .accordion-button {
      color: #F47820;
      font-size: 18px;
      padding: 15px 0; }
      .accordion.accordion-groups .accordion-item .accordion-header .accordion-button::after {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F47820'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        background-position: center center;
        z-index: 5; }
      .accordion.accordion-groups .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        background: transparent;
        outline: none;
        box-shadow: none; }
      .accordion.accordion-groups .accordion-item .accordion-header .accordion-button:focus, .accordion.accordion-groups .accordion-item .accordion-header .accordion-button:visited {
        border: transparent;
        box-shadow: none; }
      .accordion.accordion-groups .accordion-item .accordion-header .accordion-button .accordion-header--info {
        display: flex;
        position: absolute;
        right: 45px;
        top: 15px; }
        .accordion.accordion-groups .accordion-item .accordion-header .accordion-button .accordion-header--info > * {
          margin-left: -15px; }
        .accordion.accordion-groups .accordion-item .accordion-header .accordion-button .accordion-header--info .badge {
          position: relative;
          z-index: 3; }
    .accordion.accordion-groups .accordion-item .accordion-body {
      padding: 0; }
    .accordion.accordion-groups .accordion-item .accordion-footer {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      padding-top: 15px;
      padding-bottom: 30px; }

.swiper .swiper-button {
  border: solid 1px rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 60px;
  border-radius: 300px;
  transition: all 0.2s ease-out;
  z-index: 4; }
  @media (max-width: 767px) {
    .swiper .swiper-button {
      display: none; } }
  .swiper .swiper-button::after {
    font-size: 16px;
    color: white;
    transition: all 0.2s ease-out; }
  .swiper .swiper-button::before {
    content: "";
    display: block;
    position: absolute;
    border: rgba(255, 255, 255, 0.2) solid 1px;
    left: -45px;
    right: -45px;
    bottom: -45px;
    top: -45px;
    border-radius: 300px;
    transition: all 0.2s ease-out; }
    @media (max-width: 1200px) {
      .swiper .swiper-button::before {
        left: -30px;
        right: -30px;
        bottom: -30px;
        top: -30px; } }
    @media (max-width: 993px) {
      .swiper .swiper-button::before {
        left: -15px;
        right: -15px;
        bottom: -15px;
        top: -15px; } }
  .swiper .swiper-button:hover {
    background: white; }
    .swiper .swiper-button:hover::after {
      color: #344C61; }
    .swiper .swiper-button:hover::before {
      left: -15px;
      right: -15px;
      bottom: -15px;
      top: -15px; }
      @media (max-width: 993px) {
        .swiper .swiper-button:hover::before {
          left: -7.5px;
          right: -7.5px;
          bottom: -7.5px;
          top: -7.5px; } }
  .swiper .swiper-button.swiper-button-prev {
    left: 90px; }
    @media (max-width: 1200px) {
      .swiper .swiper-button.swiper-button-prev {
        left: 45px; } }
    @media (max-width: 993px) {
      .swiper .swiper-button.swiper-button-prev {
        left: 30px; } }
  .swiper .swiper-button.swiper-button-next {
    right: 90px; }
    @media (max-width: 1200px) {
      .swiper .swiper-button.swiper-button-next {
        right: 45px; } }
    @media (max-width: 993px) {
      .swiper .swiper-button.swiper-button-next {
        right: 30px; } }
.swiper.swiperPartner .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px; }
  .swiper.swiperPartner .swiper-slide img {
    max-width: 100%;
    height: auto; }
.swiper.swiperHero {
  text-align: center;
  height: 100vh;
  position: relative; }
  .swiper.swiperHero .swiper-down {
    position: absolute;
    bottom: 15px;
    left: calc(50% - 7.5px);
    display: block;
    z-index: 5; }
  .swiper.swiperHero .swiper-pagination {
    bottom: 60px; }
    .swiper.swiperHero .swiper-pagination .swiper-pagination-bullet {
      background: transparent;
      width: 15px;
      height: 15px;
      position: relative;
      margin: 3px 15px; }
      .swiper.swiperHero .swiper-pagination .swiper-pagination-bullet:after {
        content: "";
        display: block;
        border-radius: 300px;
        border: rgba(255, 255, 255, 0.5) solid 1px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: transparent;
        transition: all 0.2s ease-out; }
      .swiper.swiperHero .swiper-pagination .swiper-pagination-bullet:before {
        content: "";
        display: block;
        border-radius: 300px;
        background: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        transition: all 0.2s ease-out; }
      .swiper.swiperHero .swiper-pagination .swiper-pagination-bullet:hover:after {
        left: 3px;
        right: 3px;
        bottom: 3px;
        top: 3px;
        background: white; }
      .swiper.swiperHero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
        left: 3px;
        right: 3px;
        bottom: 3px;
        top: 3px;
        background: white; }
      .swiper.swiperHero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
        content: "";
        left: -15px;
        right: -15px;
        bottom: -15px;
        top: -15px;
        background: transparent;
        border: rgba(255, 255, 255, 0.5) solid 1px; }
  .swiper.swiperHero:before, .swiper.swiperHero::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0; }
  .swiper.swiperHero::before {
    top: 0;
    height: 65%;
    background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%); }
  .swiper.swiperHero::after {
    bottom: 0;
    height: 45%;
    background: linear-gradient(180deg, rgba(52, 76, 97, 0) 0%, #344c61 100%); }
  .swiper.swiperHero .swiper-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1; }
    .swiper.swiperHero .swiper-bg video {
      height: 100%;
      transform: scale(1.2); }
    @media (max-width: 480px) {
      .swiper.swiperHero .swiper-bg {
        left: -100%; } }
  .swiper.swiperHero .swiper-wrapper {
    position: relative;
    z-index: 3; }
  .swiper.swiperHero .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .swiper.swiperHero .swiper-slide .swiper-slide--content {
      max-width: 1024px; }
      @media (max-width: 1200px) {
        .swiper.swiperHero .swiper-slide .swiper-slide--content {
          max-width: 600px;
          padding-left: 7.5px;
          padding-right: 7.5px; } }
      .swiper.swiperHero .swiper-slide .swiper-slide--content h1 {
        font-size: 94px; }
        @media (max-width: 1600px) {
          .swiper.swiperHero .swiper-slide .swiper-slide--content h1 {
            font-size: 72px; } }
        @media (max-width: 1200px) {
          .swiper.swiperHero .swiper-slide .swiper-slide--content h1 {
            font-size: 42px; } }
.swiper.swiperCards .swiper-wrapper, .swiper.swiperCardsFull .swiper-wrapper {
  width: 100%;
  padding-bottom: 45px;
  padding-top: 15px; }
  .swiper.swiperCards .swiper-wrapper .swiper-pagination, .swiper.swiperCardsFull .swiper-wrapper .swiper-pagination {
    bottom: -45px;
    z-index: 5; }
@media (max-width: 767px) {
  .swiper.swiperCards, .swiper.swiperCardsFull {
    max-width: 80%; } }

#btn-scrolltotop {
  display: inline-block;
  background-color: #F47820;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

#btn-scrolltotop::after {
  content: "\f1e0";
  font-family: Material icons;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff; }

#btn-scrolltotop:hover {
  cursor: pointer;
  background-color: #333;
  text-decoration: none; }

#btn-scrolltotop:active {
  background-color: #555; }

#btn-scrolltotop.show {
  opacity: 1;
  visibility: visible; }

section.s-post article.s-post p,
section.s-post article.s-post ol,
section.s-post article.s-post ul,
section.s-post article.s-post pre,
section.s-post article.s-post blockquote,
section.s-post article.s-post h1,
section.s-post article.s-post h2,
section.s-post article.s-post h3,
section.s-post article.s-post h4,
section.s-post article.s-post h5,
section.s-post article.s-post h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  text-align: justify; }
section.s-post article.s-post ol,
section.s-post article.s-post ul {
  padding-left: 1.5em; }
section.s-post article.s-post ol > li,
section.s-post article.s-post ul > li {
  list-style-type: none; }
section.s-post article.s-post ul > li::before {
  content: '\2022'; }
section.s-post article.s-post ul > li.ql-indent-1::before {
  content: '\2023'; }
section.s-post article.s-post ul > li.ql-indent-2::before {
  content: '\2043'; }
section.s-post article.s-post ul > li.ql-indent-3::before {
  content: '\2218'; }
section.s-post article.s-post ul > li.ql-indent-4::before {
  content: '\2219'; }
section.s-post article.s-post ul > li.ql-indent-5::before {
  content: '\2192'; }
section.s-post article.s-post ul[data-checked=true],
section.s-post article.s-post ul[data-checked=false] {
  pointer-events: none; }
section.s-post article.s-post ul[data-checked=true] > li *,
section.s-post article.s-post ul[data-checked=false] > li * {
  pointer-events: all; }
section.s-post article.s-post ul[data-checked=true] > li::before,
section.s-post article.s-post ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all; }
section.s-post article.s-post ul[data-checked=true] > li::before {
  content: '\2611'; }
section.s-post article.s-post ul[data-checked=false] > li::before {
  content: '\2610'; }
section.s-post article.s-post li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em; }
section.s-post article.s-post li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right; }
section.s-post article.s-post li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em; }
section.s-post article.s-post ol li:not(.ql-direction-rtl),
section.s-post article.s-post ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em; }
section.s-post article.s-post ol li.ql-direction-rtl,
section.s-post article.s-post ul li.ql-direction-rtl {
  padding-right: 1.5em; }
section.s-post article.s-post ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0; }
section.s-post article.s-post ol li:before {
  content: counter(list-0,decimal) ". "; }
section.s-post article.s-post ol li.ql-indent-1 {
  counter-increment: list-1; }
section.s-post article.s-post ol li.ql-indent-1:before {
  content: counter(list-1,lower-alpha) ". "; }
section.s-post article.s-post ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }
section.s-post article.s-post ol li.ql-indent-2 {
  counter-increment: list-2; }
section.s-post article.s-post ol li.ql-indent-2:before {
  content: counter(list-2,lower-roman) ". "; }
section.s-post article.s-post ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; }
section.s-post article.s-post ol li.ql-indent-3 {
  counter-increment: list-3; }
section.s-post article.s-post ol li.ql-indent-3:before {
  content: counter(list-3,decimal) ". "; }
section.s-post article.s-post ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; }
section.s-post article.s-post ol li.ql-indent-4 {
  counter-increment: list-4; }
section.s-post article.s-post ol li.ql-indent-4:before {
  content: counter(list-4,lower-alpha) ". "; }
section.s-post article.s-post ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9; }
section.s-post article.s-post ol li.ql-indent-5 {
  counter-increment: list-5; }
section.s-post article.s-post ol li.ql-indent-5:before {
  content: counter(list-5,lower-roman) ". "; }
section.s-post article.s-post ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9; }
section.s-post article.s-post ol li.ql-indent-6 {
  counter-increment: list-6; }
section.s-post article.s-post ol li.ql-indent-6:before {
  content: counter(list-6,decimal) ". "; }
section.s-post article.s-post ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9; }
section.s-post article.s-post ol li.ql-indent-7 {
  counter-increment: list-7; }
section.s-post article.s-post ol li.ql-indent-7:before {
  content: counter(list-7,lower-alpha) ". "; }
section.s-post article.s-post ol li.ql-indent-7 {
  counter-reset: list-8 list-9; }
section.s-post article.s-post ol li.ql-indent-8 {
  counter-increment: list-8; }
section.s-post article.s-post ol li.ql-indent-8:before {
  content: counter(list-8,lower-roman) ". "; }
section.s-post article.s-post ol li.ql-indent-8 {
  counter-reset: list-9; }
section.s-post article.s-post ol li.ql-indent-9 {
  counter-increment: list-9; }
section.s-post article.s-post ol li.ql-indent-9:before {
  content: counter(list-9,decimal) ". "; }
section.s-post article.s-post .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em; }
section.s-post article.s-post li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em; }
section.s-post article.s-post .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em; }
section.s-post article.s-post li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em; }
section.s-post article.s-post .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em; }
section.s-post article.s-post li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em; }
section.s-post article.s-post .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em; }
section.s-post article.s-post li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em; }
section.s-post article.s-post .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em; }
section.s-post article.s-post li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em; }
section.s-post article.s-post .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em; }
section.s-post article.s-post li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em; }
section.s-post article.s-post .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em; }
section.s-post article.s-post li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em; }
section.s-post article.s-post .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em; }
section.s-post article.s-post li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em; }
section.s-post article.s-post .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em; }
section.s-post article.s-post li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em; }
section.s-post article.s-post .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em; }
section.s-post article.s-post li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em; }
section.s-post article.s-post .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em; }
section.s-post article.s-post li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em; }
section.s-post article.s-post .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em; }
section.s-post article.s-post li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em; }
section.s-post article.s-post .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em; }
section.s-post article.s-post li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em; }
section.s-post article.s-post .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em; }
section.s-post article.s-post li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em; }
section.s-post article.s-post .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em; }
section.s-post article.s-post li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em; }
section.s-post article.s-post .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em; }
section.s-post article.s-post li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em; }
section.s-post article.s-post .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em; }
section.s-post article.s-post li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em; }
section.s-post article.s-post .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em; }
section.s-post article.s-post li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em; }
section.s-post article.s-post .ql-video {
  display: block;
  max-width: 100%; }
section.s-post article.s-post .ql-video.ql-align-center {
  margin: 0 auto; }
section.s-post article.s-post .ql-video.ql-align-right {
  margin: 0 0 0 auto; }
section.s-post article.s-post .ql-bg-black {
  background-color: #000; }
section.s-post article.s-post .ql-bg-red {
  background-color: #e60000; }
section.s-post article.s-post .ql-bg-orange {
  background-color: #f90; }
section.s-post article.s-post .ql-bg-yellow {
  background-color: #ff0; }
section.s-post article.s-post .ql-bg-green {
  background-color: #008a00; }
section.s-post article.s-post .ql-bg-blue {
  background-color: #06c; }
section.s-post article.s-post .ql-bg-purple {
  background-color: #93f; }
section.s-post article.s-post .ql-color-white {
  color: #fff; }
section.s-post article.s-post .ql-color-red {
  color: #e60000; }
section.s-post article.s-post .ql-color-orange {
  color: #f90; }
section.s-post article.s-post .ql-color-yellow {
  color: #ff0; }
section.s-post article.s-post .ql-color-green {
  color: #008a00; }
section.s-post article.s-post .ql-color-blue {
  color: #06c; }
section.s-post article.s-post .ql-color-purple {
  color: #93f; }
section.s-post article.s-post .ql-font-serif {
  font-family: Georgia, Times New Roman, serif; }
section.s-post article.s-post .ql-font-monospace {
  font-family: Monaco, Courier New, monospace; }
section.s-post article.s-post .ql-size-small {
  font-size: 0.75em; }
section.s-post article.s-post p.ql-size-small {
  display: inline-block;
  line-height: 1.1em; }
section.s-post article.s-post .ql-size-large {
  font-size: 1.5em; }
section.s-post article.s-post .ql-size-huge {
  font-size: 2.5em; }
section.s-post article.s-post .ql-direction-rtl {
  direction: rtl;
  text-align: inherit; }
section.s-post article.s-post .ql-align-center {
  text-align: center; }
section.s-post article.s-post .ql-align-justify {
  text-align: justify; }
section.s-post article.s-post .ql-align-right {
  text-align: right; }
section.s-post article.s-post .ql-align-left {
  text-align: left; }
section.s-post article.s-post .ql-align-right {
  text-align: right; }
section.s-post article.s-post .ql-align-center {
  text-align: center; }
section.s-post article.s-post .ql-align-justify {
  text-align: justify; }
section.s-post article.s-post img {
  max-width: 100%;
  height: auto;
  margin-top: 1em;
  margin-bottom: 0.5em; }
section.s-post article.s-post pre.ql-syntax {
  background: #ccc;
  padding: 0.1em; }
section.s-post article.s-post iframe.ql-video {
  width: 100%;
  min-height: 400px;
  margin: 1em 0em; }

.table-container {
  margin-bottom: 3em; }

.form-select--idioms .dropdown-toggle::after {
  color: #888; }

.aside-sidebar--module.sharer-module {
  text-align: right; }

.extra-date .badge.badge-light.rounded-pill {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.swiper .container ul.bottom-brands {
  position: absolute;
  top: 75px; }
  @media (max-width: 385px) {
    .swiper .container ul.bottom-brands {
      top: 45px; } }
  .swiper .container ul.bottom-brands li img {
    height: 30px; }
    @media (max-width: 385px) {
      .swiper .container ul.bottom-brands li img {
        height: 20px; } }

/* global */
body.body-aconciencia {
  background: var(--aconciencia-color);
  color: white; }
  body.body-aconciencia .modal-full .modal-dialog {
    background-color: var(--aconciencia-color); }
    body.body-aconciencia .modal-full .modal-dialog .modal-content .modal-footer::before {
      background: linear-gradient(180deg, rgba(144, 186, 173, 0) 0%, #90baad 100%); }
  body.body-aconciencia .s-hero.s-hero--pagetitle::after {
    background: linear-gradient(180deg, rgba(144, 186, 173, 0) 0%, #90baad 100%); }
  body.body-aconciencia .card-title a {
    color: var(--aconciencia-color); }
  body.body-aconciencia .s-intro {
    background: var(--aconciencia-color); }
  body.body-aconciencia.body-post .s-hero.s-hero--pagetitle::after {
    background: var(--aconciencia-color); }
body.body-ciencia {
  background: var(--ciencia-color);
  color: white; }
  body.body-ciencia .modal-full .modal-dialog {
    background-color: var(--ciencia-color); }
    body.body-ciencia .modal-full .modal-dialog .modal-content .modal-footer::before {
      background: linear-gradient(180deg, rgba(124, 144, 219, 0) 0%, #7c90db 100%); }
  body.body-ciencia .s-hero.s-hero--pagetitle::after {
    background: linear-gradient(180deg, rgba(124, 144, 219, 0) 0%, #7c90db 100%); }
  body.body-ciencia .card-title a {
    color: var(--ciencia-color); }
  body.body-ciencia .s-intro {
    background: var(--ciencia-color); }
body.body-ibis {
  background: var(--ibis-color);
  color: white; }
  body.body-ibis .modal-full .modal-dialog {
    background-color: var(--ibis-color); }
    body.body-ibis .modal-full .modal-dialog .modal-content .modal-footer::before {
      background: linear-gradient(180deg, rgba(201, 100, 128, 0) 0%, #c96480 100%); }
  body.body-ibis .s-hero.s-hero--pagetitle::after {
    background: linear-gradient(180deg, rgba(201, 100, 128, 0) 0%, #c96480 100%); }
  body.body-ibis .s-intro {
    background: var(--ibis-color); }
  body.body-ibis .card-title a {
    color: var(--ibis-color); }
body.body-actualidad {
  background: var(--actualidad-color);
  color: white; }
  body.body-actualidad .modal-full .modal-dialog {
    background-color: var(--actualidad-color); }
    body.body-actualidad .modal-full .modal-dialog .modal-content .modal-footer::before {
      background: linear-gradient(180deg, rgba(83, 106, 127, 0) 0%, #536a7f 100%); }
  body.body-actualidad .s-hero.s-hero--pagetitle::after {
    background: linear-gradient(180deg, rgba(83, 106, 127, 0) 0%, #536a7f 100%); }
  body.body-actualidad .card-title a {
    color: var(--actualidad-color); }
  body.body-actualidad .s-intro {
    background: var(--actualidad-color); }
body.body-servicios {
  background: var(--servicios-color);
  color: white; }
  body.body-servicios .modal-full .modal-dialog {
    background-color: var(--servicios-color); }
    body.body-servicios .modal-full .modal-dialog .modal-content .modal-footer::before {
      background: linear-gradient(180deg, rgba(244, 120, 32, 0) 0%, #f47820 120%); }
  body.body-servicios .s-hero.s-hero--pagetitle::after {
    background: linear-gradient(180deg, rgba(244, 120, 32, 0) 0%, #f47820 120%); }
  body.body-servicios .card-title a {
    color: var(--servicios-color); }
  body.body-servicios .s-intro {
    background: var(--servicios-color); }
body.body-formacion {
  background: var(--formacion-color);
  color: white; }
  body.body-formacion .modal-full .modal-dialog {
    background-color: var(--formacion-color); }
    body.body-formacion .modal-full .modal-dialog .modal-content .modal-footer::before {
      background: linear-gradient(180deg, #919191 0%, #919191 100%); }
  body.body-formacion .s-hero.s-hero--pagetitle::after {
    background: linear-gradient(180deg, #919191 0%, #919191 100%); }
  body.body-formacion .card-title a {
    color: var(--formacion-color); }
  body.body-formacion .s-intro {
    background: var(--formacion-color); }

/* modal */
.modal#modal-ibis-menu .modal-fullscreen {
  background: var(--ibis-color); }
  .modal#modal-ibis-menu .modal-fullscreen .modal-content .modal-footer::before {
    background: linear-gradient(180deg, rgba(201, 100, 128, 0) 0%, #c96480 100%); }
.modal#modal-ciencia-menu .modal-fullscreen, .modal#modal-servicios-menu .modal-fullscreen, .modal#modal-services .modal-fullscreen {
  background: var(--ciencia-color); }
  .modal#modal-ciencia-menu .modal-fullscreen .modal-content .modal-footer::before, .modal#modal-servicios-menu .modal-fullscreen .modal-content .modal-footer::before, .modal#modal-services .modal-fullscreen .modal-content .modal-footer::before {
    background: linear-gradient(180deg, rgba(124, 144, 219, 0) 0%, #7c90db 100%); }
.modal#modal-aconciencia-menu .modal-fullscreen {
  background: var(--aconciencia-color); }
  .modal#modal-aconciencia-menu .modal-fullscreen .modal-content .modal-footer::before {
    background: linear-gradient(180deg, rgba(144, 186, 173, 0) 0%, #90baad 100%); }
.modal#modal-actualidad-menu .modal-fullscreen {
  background: var(--actualidad-color); }
  .modal#modal-actualidad-menu .modal-fullscreen .modal-content .modal-footer::before {
    background: linear-gradient(180deg, rgba(83, 106, 127, 0) 0%, #536a7f 100%); }
.modal#modal-servicios-menu .modal-fullscreen {
  background: var(--servicios-color); }
  .modal#modal-servicios-menu .modal-fullscreen .modal-content .modal-footer::before {
    background: linear-gradient(180deg, rgba(244, 120, 32, 0) 0%, #f47820 120%); }
.modal#modal-formacion-menu .modal-fullscreen {
  background: var(--formacion-color); }
  .modal#modal-formacion-menu .modal-fullscreen .modal-content .modal-footer::before {
    background: linear-gradient(180deg, #919191 0%, #919191 100%); }

/* header */
body header.main-header .navbar-nav li .nav-link.nav-link--ibis:hover::before, body header.main-header .navbar-nav li .nav-link.nav-link--ibis:focus::before, body header.main-header .navbar-nav li .nav-link.nav-link--ibis:active::before, body header.main-header .navbar-nav li .nav-link.nav-link--ibis.active::before {
  background-color: var(--ibis-color); }
body header.main-header .navbar-nav li .nav-link.nav-link--ciencia:hover::before, body header.main-header .navbar-nav li .nav-link.nav-link--ciencia:focus::before, body header.main-header .navbar-nav li .nav-link.nav-link--ciencia:active::before, body header.main-header .navbar-nav li .nav-link.nav-link--ciencia.active::before {
  background-color: var(--ciencia-color); }
body header.main-header .navbar-nav li .nav-link.nav-link--aconciencia:hover::before, body header.main-header .navbar-nav li .nav-link.nav-link--aconciencia:focus::before, body header.main-header .navbar-nav li .nav-link.nav-link--aconciencia:active::before, body header.main-header .navbar-nav li .nav-link.nav-link--aconciencia.active::before {
  background-color: var(--aconciencia-color); }
body header.main-header .navbar-nav li .nav-link.nav-link--actualidad:hover::before, body header.main-header .navbar-nav li .nav-link.nav-link--actualidad:focus::before, body header.main-header .navbar-nav li .nav-link.nav-link--actualidad:active::before, body header.main-header .navbar-nav li .nav-link.nav-link--actualidad.active::before {
  background-color: var(--actualidad-color); }
body header.main-header .navbar-nav li .nav-link.nav-link--servicios:hover::before, body header.main-header .navbar-nav li .nav-link.nav-link--servicios:focus::before, body header.main-header .navbar-nav li .nav-link.nav-link--servicios:active::before, body header.main-header .navbar-nav li .nav-link.nav-link--servicios.active::before {
  background-color: var(--servicios-color); }
body header.main-header .navbar-nav li .nav-link.nav-link--formacion:hover::before, body header.main-header .navbar-nav li .nav-link.nav-link--formacion:focus::before, body header.main-header .navbar-nav li .nav-link.nav-link--formacion:active::before, body header.main-header .navbar-nav li .nav-link.nav-link--formacion.active::before {
  background-color: var(--formacion-color); }

/* pages */
body.body-light.body-aconciencia .s-hero.s-hero--pagetitle .s-hero--pagetitle---text h1,
body.body-light.body-aconciencia .s-hero.s-hero--pagetitle .s-hero--pagetitle---text h2 {
  color: var(--aconciencia-color); }
body.body-light.body-ciencia .s-hero.s-hero--pagetitle .s-hero--pagetitle---text h1,
body.body-light.body-ciencia .s-hero.s-hero--pagetitle .s-hero--pagetitle---text h2 {
  color: var(--ciencia-color); }
body.body-light.body-ibis .s-hero.s-hero--pagetitle .s-hero--pagetitle---text h1,
body.body-light.body-ibis .s-hero.s-hero--pagetitle .s-hero--pagetitle---text h2 {
  color: var(--ibis-color); }
body.body-light.body-actualidad .s-hero.s-hero--pagetitle .s-hero--pagetitle---text h1,
body.body-light.body-actualidad .s-hero.s-hero--pagetitle .s-hero--pagetitle---text h2 {
  color: var(--actualidad-color); }
body.body-light.body-servicios .s-hero.s-hero--pagetitle .s-hero--pagetitle---text h1,
body.body-light.body-servicios .s-hero.s-hero--pagetitle .s-hero--pagetitle---text h2 {
  color: var(--servicios-color); }
body.body-light.body-formacion .s-hero.s-hero--pagetitle .s-hero--pagetitle---text h1,
body.body-light.body-formacion .s-hero.s-hero--pagetitle .s-hero--pagetitle---text h2 {
  color: var(--formacion-color); }

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