@import url("https://use.typekit.net/tbg0oiz.css");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

/* Fonts */
/* Colors */
/* Fonts */
/* structure */
*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
*::-webkit-scrollbar-track {
  box-shadow: none;
  background: hsl(240, 100%, 14%);
}
*::-webkit-scrollbar-thumb {
  background: hsl(201, 100%, 87%);
  border: 2px solid hsl(240, 100%, 14%);
  border-radius: 6px;
}

details summary {
  cursor: pointer;
  transition: color 0.3s;
}
/* Lenis */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*	General	*/
html,
body {
  height: 100%;
}

body {
  background-color: hsl(0, 0%, 100%);
  color: hsl(222, 100%, 24%);
  font-size: 16px;
  scroll-behavior: smooth;
  font-family: "quicksand", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
}
@media only screen and (max-width: 800px) {
  body {
    font-size: 14px;
  }
}

a {
  cursor: pointer;
  outline: none;
  color: inherit;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}

a img {
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}

p {
  font-family: "quicksand", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 130%;
  font-size: 1em;
  text-wrap: balance;
}
p b, p strong {
  font-weight: 700;
}
p.big {
  font-size: 1.2em;
}
p.small {
  font-size: 0.8em;
}

p + * {
  margin-top: 0.75em;
}

ul li, ol li {
  list-style-position: inside;
}
ul li + li, ol li + li {
  margin-top: 0.25em;
}
ul + *, ol + * {
  margin-top: 0.75em;
}

h1, h2, h3, h4 {
  font-weight: inherit;
}

.megatitle,
.title,
.supertitle {
  font-family: "polymath-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 0.2em;
  text-wrap: balance;
}

.subtitle,
.subtitle_2 {
  font-family: "quicksand", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  margin-bottom: 0.4em;
  text-wrap: balance;
  line-height: 110%;
}

.megatitle {
  font-size: 10em;
  line-height: 90%;
}

.supertitle {
  font-size: 5em;
}

.title {
  font-size: 2.8em;
}
.title + .subtitle_2 {
  margin-bottom: 1.5em;
}

.subtitle {
  font-size: 1.8em;
}
.subtitle + .subtitle_2 {
  margin-bottom: 1.5em;
}

.subtitle_2 {
  font-size: 1.4em;
}

small {
  font-size: 0.7em;
}

/* Forms */
button,
.btn,
input[type=submit] {
  font-family: "quicksand", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  line-height: 100%;
  background-color: hsl(201, 100%, 87%);
  color: hsl(240, 100%, 14%);
  border: none;
  display: inline-flex;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  padding: 0.75em 1em 0.8em;
  border-radius: 5px;
  cursor: pointer;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  vertical-align: bottom;
  box-sizing: border-box;
  text-decoration: none;
}
button i,
.btn i,
input[type=submit] i {
  font-size: 1.25em;
  transition: scale 0.3s ease-in;
}
button:hover, button:focus,
.btn:hover,
.btn:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: hsl(240, 100%, 14%);
  color: hsl(201, 100%, 87%);
}
button:hover i, button:focus i,
.btn:hover i,
.btn:focus i,
input[type=submit]:hover i,
input[type=submit]:focus i {
  scale: 1.2;
}
button:active,
.btn:active,
input[type=submit]:active {
  opacity: 0.7;
  transform: scale(0.97);
}
button:disabled, button.disabled,
.btn:disabled,
.btn.disabled,
input[type=submit]:disabled,
input[type=submit].disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
button.solid,
.btn.solid,
input[type=submit].solid {
  background-color: hsl(201, 100%, 87%);
  color: hsl(201, 100%, 87%);
}
button.solid:hover, button.solid:focus,
.btn.solid:hover,
.btn.solid:focus,
input[type=submit].solid:hover,
input[type=submit].solid:focus {
  background-color: hsl(201, 100%, 87%);
  color: hsl(201, 100%, 87%);
}
button.ghost,
.btn.ghost,
input[type=submit].ghost {
  border: 2px solid;
  color: hsl(201, 100%, 87%);
  border-color: hsl(201, 100%, 87%);
  background-color: #ffffff;
}
button.ghost:hover, button.ghost:focus,
.btn.ghost:hover,
.btn.ghost:focus,
input[type=submit].ghost:hover,
input[type=submit].ghost:focus {
  background-color: hsl(201, 100%, 87%);
  color: hsl(201, 100%, 87%);
}

.input input {
  border: 2px solid;
  color: hsl(201, 100%, 87%);
  border-color: hsl(0, 0%, 100%);
  background-color: transparent;
  font-family: "quicksand", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  padding: 0.75em;
  font-size: 1em;
  outline: none;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

button[data-action=stop] {
  display: none;
}

header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 32px;
}
header .capa {
  position: absolute;
  inset: 0;
  background: hsl(240, 100%, 14%);
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header > .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
header > .box .logo svg {
  width: 0;
  height: auto;
  position: relative;
  margin-right: 0;
}
header > .box .logo svg g {
  fill: hsl(201, 100%, 87%);
}
header > .box .index {
  display: flex;
  gap: 0.5em;
  padding-right: 32px;
  font-size: 0.75em;
  opacity: 0;
}
header > .box .index li {
  list-style: none;
  margin: 0;
}
header > .box .index li a {
  cursor: pointer;
  text-decoration: none;
  background-color: hsl(222, 100%, 24%);
  color: hsl(201, 100%, 87%);
  width: 30px;
  height: 30px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 900px) {
  header > .box .index li a:hover {
    background-color: hsl(240, 100%, 14%);
  }
}
header > .box .index li .name {
  display: none;
}

@media only screen and (min-width: 800px) {
  .show-menu {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .show-menu {
    position: fixed;
    z-index: 1102;
    top: 12px;
    right: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    padding: 10px;
    gap: 6px;
    height: 46px;
    width: 46px;
    background-color: hsl(240, 100%, 14%);
  }
}
.show-menu i {
  display: block;
  height: 2px;
  background-color: hsl(201, 100%, 87%);
  transition: background-color 0.3s ease-out, transform 0.3s ease-out;
}
.show-menu.open i {
  background-color: hsl(0, 0%, 100%);
}
.show-menu.open i:nth-child(1) {
  transform: scaleY(0);
}
.show-menu.open i:nth-child(2) {
  transform: translateX(0px) translateY(4px) rotate(45deg);
}
.show-menu.open i:nth-child(3) {
  transform: translateX(0px) translateY(-4px) rotate(-45deg);
}
.show-menu.open i:nth-child(4) {
  transform: scaleY(0);
}

.supertitle,
.title,
.subtitle,
p {
  opacity: 0;
}

.image {
  background-color: hsl(201, 100%, 87%);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  max-height: calc(100vh - 128px - 86px);
  position: relative;
}
.image img, .image video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(4, 1);
}
.image.icon {
  background: none;
  height: auto;
  overflow: visible;
  margin-bottom: 1em;
}
.image.icon img {
  height: 80px;
  width: auto;
  transform: scale(1);
}
.image:has(video)::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("/img/icon-play.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 16px;
  bottom: 16px;
}

.tns-nav {
  display: flex;
  gap: 6px;
}
.tns-nav button {
  min-width: none;
  min-height: none;
  padding: 0;
  width: 18px;
  height: 18px;
  border-radius: 12px;
}
.tns-nav button.tns-nav-active {
  background-color: hsl(201, 100%, 87%);
}

.loading {
  position: fixed;
  inset: 0;
  background: hsl(240, 100%, 14%);
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes rotate {
  100% {
    transform: rotate(359deg);
  }
}
.loading i {
  animation: rotate 1s infinite;
  display: block;
  width: 100px;
  height: 100px;
  background: url("/img/icon-white.png") no-repeat center center;
  background-size: 70%;
}

footer {
  height: 100vh;
  background-color: hsl(222, 100%, 24%);
  color: hsl(0, 0%, 100%);
  padding-top: 114px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
footer img {
  width: 200px;
  height: auto;
}

.grid {
  display: grid;
  gap: 32px;
  width: 100%;
}
.grid.grid_2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.grid_3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.grid_4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid + .grid {
  margin-top: 32px;
}
.grid.valign-bottom {
  align-items: flex-end;
}
.grid.valign-center {
  align-items: center;
}

body {
  overflow-x: hidden;
}

.grid > div:first-child {
  transform: translateX(-50vw);
}
.grid > div:not(:first-child):not(:last-child) {
  opacity: 0;
}
.grid > div:last-child {
  transform: translateX(50vw);
}

.column_2 {
  grid-column: span 2;
}

.column_3 {
  grid-column: span 3;
}

.text-2-columns {
  columns: 2;
  column-gap: 16px;
}

.chart {
  position: relative;
  overflow: hidden;
  background-color: color-mix(in srgb, hsl(201, 100%, 87%), hsl(0, 0%, 100%) 80%);
  padding: 16px;
  border-radius: 20px;
}
.chart .leyenda {
  position: absolute;
  right: 64px;
  bottom: 64px;
  text-align: right;
  pointer-events: none;
}
.chart .leyenda .supertitle {
  margin-top: 0;
}
.chart.chart-bar .leyenda {
  padding: 16px;
  top: 33%;
  right: 0;
  bottom: auto;
  text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, 2px 2px 2px #fff, 2px -2px 2px #fff;
}
.chart.chart-bar .leyenda .supertitle {
  margin-bottom: 0;
}
.chart.chart-doughnut .leyenda {
  font-size: 2em;
}
.chart canvas {
  max-height: calc(100vh - 128px - 86px);
  transition: transform 0.6s ease-in-out 0.5s;
  transform-origin: bottom center;
  transform: perspective(600px) rotateX(90deg);
}

section.visible canvas {
  transform: perspective(600px) rotateX(0deg);
}

section {
  min-height: 100vh;
  padding: 64px;
  padding-top: 120px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: hsl(0, 0%, 100%);
}
section + section:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background-color: hsl(201, 100%, 87%);
}

section:not(.intro) {
  padding-block: 33vh;
  min-height: none;
}

.dest {
  background-color: hsl(201, 100%, 87%);
  padding: 1em;
  border-radius: 10px;
}

section.intro {
  background-color: hsl(240, 100%, 14%);
  color: hsl(201, 100%, 87%);
  position: relative;
  overflow: hidden;
}
section.intro > * {
  z-index: 1;
}
section.intro .logo {
  height: 3em;
  width: auto;
}
section.intro .video-container {
  position: absolute;
  inset: 0;
  z-index: 0;
  mix-blend-mode: luminosity;
  opacity: 0.2;
}
section.intro .video-container video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
section.intro .megatitle {
  max-width: 1000px;
}
section.intro .grid > div {
  transform: none !important;
  opacity: 1 !important;
}

section.indice {
  background-color: hsl(201, 100%, 87%);
  color: hsl(222, 100%, 24%);
}
section.indice .index {
  border-top: 1px solid;
}
section.indice .index li {
  border-bottom: 1px solid;
  list-style: none;
  margin: 0;
}
section.indice .index li a {
  align-items: center;
  font-size: 2em;
  display: block;
  text-decoration: none;
  display: flex;
  padding: 0.5em;
}
section.indice .index li a .number {
  width: 60px;
}
section.indice .index li a .name {
  white-space: nowrap;
}

section.login {
  background-color: hsl(240, 100%, 14%);
  color: hsl(0, 0%, 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
section.login .log-box {
  display: flex;
  flex-direction: column;
  gap: 1em;
  text-align: center;
}
section.login .log-box svg {
  width: 120px;
  margin: 0 auto 1em;
}

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