@font-face {
  font-family: Archivo Expanded;
  src: url('../fonts/Archivo_Expanded-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Archivo Expanded;
  src: url('../fonts/Archivo_Expanded-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Archivo Expanded;
  src: url('../fonts/Archivo_Expanded-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Archivo Expanded;
  src: url('../fonts/Archivo_Expanded-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Orbitron Variablefont Wght;
  src: url('../fonts/Orbitron-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --azul-3: #6793cd;
  --beige: #f4f1e5;
  --blanco: white;
  --azul-2: #2d2e83;
  --azul-1: #344999;
}

body {
  background-color: var(--azul-3);
  color: var(--beige);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 125%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Archivo Expanded, Arial, sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Orbitron Variablefont Wght, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.hero {
  height: 100%;
  margin-bottom: 4rem;
  padding-top: 8rem;
  position: relative;
}

.wrapper-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 1rem;
  display: flex;
  position: relative;
}

.wrapper-content.wrap-hero {
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  display: flex;
  position: relative;
}

.nav-wrapper {
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

.link {
  z-index: 999;
  color: var(--blanco);
  text-transform: uppercase;
  font-family: Archivo Expanded, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s;
  display: block;
  position: relative;
}

.link:hover {
  transform: translate(0, 3px);
}

.link.w--current {
  color: var(--azul-2);
}

.link.hide {
  display: block;
}

.link.hide.w--current {
  z-index: 999;
  display: block;
  position: relative;
}

.nav {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.boton {
  border: 1px none var(--azul-3);
  background-color: var(--azul-2);
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Archivo Expanded, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s;
  position: relative;
}

.boton:hover {
  transform: translate(0, 3px);
}

.boton.secundario {
  border: 1px solid var(--azul-3);
  text-align: center;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.boton.flotante {
  display: none;
}

.logo-theterminal {
  width: 175px;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.challenge {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.background-video {
  width: 550px;
  height: 575px;
  padding-bottom: 0;
  display: block;
  top: -5px;
}

.div-block-2 {
  z-index: 1;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px -3px #ffffff80;
}

.div-block-3 {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
}

.iniciativa {
  background-color: var(--azul-1);
  padding-bottom: 0;
}

.flecha {
  width: 50px;
  position: absolute;
  inset: auto auto 6rem 2rem;
}

.flecha.derecha {
  inset: auto 2rem 6rem auto;
  transform: rotate(-90deg);
}

.text-block {
  border-bottom: 5px solid var(--azul-2);
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 15px 10px 0;
  font-family: Archivo Expanded, Arial, sans-serif;
  font-weight: 600;
}

.text-block.v2 {
  border-bottom-color: var(--azul-3);
  background-color: #0000;
}

.div-block-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-4.hide {
  display: none;
}

.div-block-5 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 0;
  display: flex;
}

.div-block-5.wrap-calendario {
  margin-top: 2rem;
  margin-bottom: 0;
}

.heading-5 {
  font-weight: 100;
  line-height: 100%;
}

.calendario {
  background-color: var(--azul-2);
  margin-bottom: 0;
  padding-bottom: 6rem;
  position: relative;
}

.background-video-2 {
  z-index: 1;
  border-radius: 0;
  width: 100%;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.div-block-6 {
  display: flex;
}

.div-block-7 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 0;
  display: flex;
}

.colaborador {
  width: 100%;
  min-width: 50px;
  max-width: 150px;
}

.colaborador.exponentia {
  min-width: 50px;
  max-height: 45px;
}

.colaborador.timpers {
  max-width: 95px;
  max-height: 35px;
}

.colaborador.ceei {
  min-width: 60px;
}

.colaborador.zubi {
  max-width: 97px;
  max-height: 30px;
}

.colaborador.alto {
  max-width: 90px;
  max-height: 50px;
}

.colaborador.ibm {
  max-width: 120px;
}

.baseslegales {
  background-color: var(--azul-1);
  padding-bottom: 24rem;
}

.accordion-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  overflow: hidden;
}

.accordion-top-icon {
  justify-content: center;
  align-items: center;
  margin-right: -16px;
  padding: 16px;
  position: relative;
}

.accordion-top-wrap {
  flex: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.accordion-icon-stripe-2 {
  background-color: var(--beige);
  width: 100%;
  height: 2px;
  position: absolute;
}

.accordion-top-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  display: flex;
  position: relative;
}

.accordion-icon-stripe-1 {
  background-color: var(--beige);
  width: 2px;
  height: 100%;
}

.accordion-top {
  opacity: 1;
  border-bottom: 1px #78f495;
  align-items: center;
  width: 100%;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
}

.accordion-bottom-wrap {
  color: #0f0f12;
  border: 1px #5166f5;
  border-radius: 0;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
}

.accordion {
  background-color: var(--azul-2);
  cursor: pointer;
  border-bottom: 1px #5166f540;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.heading-6 {
  font-family: Archivo Expanded, Arial, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

.rich-text-block {
  color: var(--beige);
}

.div-block-8 {
  background-image: url('../images/decorativo.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  height: 65px;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% -1%;
}

.bg-navblur {
  z-index: auto;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #6793cde6;
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-navblur.desktop {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #6793cd80;
  display: block;
}

.div-block-10 {
  z-index: 999;
  background-color: #0000;
  margin-top: 1rem;
  position: sticky;
  top: 0;
}

.div-block-11 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section {
  background-color: var(--beige);
}

.div-block-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.small {
  font-size: 12px;
}

.escaleta {
  border-radius: 15px;
  margin-top: 4rem;
}

.escaleta.hide {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
    margin-bottom: auto;
    padding-bottom: 6rem;
  }

  .wrapper-content, .wrapper-content.wrap-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-wrapper {
    top: 1rem;
  }

  .link {
    z-index: 1;
    position: relative;
  }

  .link.w--current {
    color: var(--azul-2);
  }

  .link.hide, .link.hide.w--current {
    display: block;
  }

  .nav {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem;
    position: fixed;
    inset: auto 0% 3.1rem;
  }

  .boton {
    z-index: 999;
    text-align: center;
    mix-blend-mode: normal;
    border: 1px #000;
    flex: 0 auto;
    transition-property: none;
    display: none;
    position: static;
    inset: auto .5rem .5rem;
    box-shadow: 0 2px 15px #0003;
  }

  .boton.secundario {
    box-shadow: none;
    width: 100%;
    display: block;
    position: static;
  }

  .boton.flotante {
    border-radius: 0;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .boton.fijo {
    box-shadow: none;
    width: 100%;
    display: block;
  }

  .div-block {
    width: 100%;
  }

  .iniciativa {
    padding-bottom: 0;
  }

  .flecha {
    bottom: 0;
    left: 0;
  }

  .flecha.derecha {
    bottom: 0;
    right: 0;
  }

  .div-block-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-5 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .div-block-5.wrap-calendario {
    margin-top: 0;
  }

  .heading-5 {
    margin-top: 0;
    font-size: 68px;
  }

  .calendario {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .background-video-2 {
    border-radius: 0;
  }

  .div-block-6 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-7 {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .bg-navblur {
    opacity: 1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #6793cd80;
    display: block;
    position: absolute;
    inset: 0%;
    overflow: visible;
  }

  .div-block-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-13 {
    justify-content: center;
    align-items: center;
  }

  .div-block-14 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .heading-5 {
    font-size: 60px;
  }

  .background-video-2 {
    width: 80%;
    height: 500px;
  }

  .div-block-6 {
    flex-flow: column;
  }

  .image-2 {
    width: 50%;
  }

  .div-block-13 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 20px;
  }

  .hero {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .link {
    font-size: 14px;
  }

  .link.hide {
    display: block;
  }

  .nav {
    z-index: 999;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-flow: wrap;
    bottom: 4.3rem;
  }

  .boton.secundario {
    z-index: 888;
    box-shadow: none;
    position: relative;
    inset: .5rem 0 0;
  }

  .boton.fijo {
    position: static;
  }

  .background-video {
    width: 350px;
    height: 375px;
  }

  .div-block-2 {
    width: 260px;
    height: 260px;
    margin-top: -7px;
  }

  .iniciativa {
    padding-bottom: 4rem;
  }

  .flecha {
    display: block;
    overflow: hidden;
  }

  .flecha.derecha {
    display: block;
  }

  .heading-5 {
    font-size: 40px;
  }

  .background-video-2 {
    width: 100%;
    height: 350px;
  }

  .div-block-7 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .colaborador {
    max-width: 100px;
  }

  .colaborador.alto {
    max-width: 95px;
    max-height: 50px;
  }

  .colaborador.alto.voga {
    max-width: 85px;
  }

  .colaborador.ibm {
    max-width: 90px;
  }

  .accordion-top-wrap {
    font-size: 14px;
  }

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .bg-navblur {
    background-color: #6793cd80;
  }

  .div-block-13 {
    z-index: 333;
    position: relative;
  }
}


@font-face {
  font-family: 'Archivo Expanded';
  src: url('../fonts/Archivo_Expanded-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo Expanded';
  src: url('../fonts/Archivo_Expanded-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo Expanded';
  src: url('../fonts/Archivo_Expanded-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo Expanded';
  src: url('../fonts/Archivo_Expanded-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron Variablefont Wght';
  src: url('../fonts/Orbitron-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}