/*
Theme Name: Crypto Fund Trader
Template: cyberbank
Author: Crypto Fund Trader
Version: 1.0
*/
.pswp, .quantity {
  display: none !important;
}
.productowp.on {
  display: flex;
}
.productowp .price {
  display: none;
}
.productowp .variations tr {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
.productowp .single_variation_wrap {
  position: absolute;
  top: 0;
  left: 15vw;
}
.productowp button {
  width: 13.4vw;
  height: 8.7vw;
  border-radius: 1vw;
  background: white;
  border: 0px;
}
.productowp .variations select {
  width: 11vw;
  margin-top: 1vw;
  font-size: var(--p1);
  padding: .2vw;
  border-radius: .5vw;
}
.productowp .reset_variations {
  visibility: visible;
  position: absolute;
  left: 1vw;
  top: 6.25vw;
  font-size: .7vw;
  text-transform: uppercase;
  color: var(--yellow);
}
@media (orientation: portrait) {
  .productowp {
    padding: 0 !important;
    right: auto !important;
    left: 0;
    top: 18vw !important;
  }
  #productoswp {
    position: absolute;
    left: 0;
    width: 100vw;
    top: 0;
  }

  .productowp button {
    left: 29vw;
    position: relative;
    top: 7.5vw;
    width: 50vw;
    border-radius: 2vw;
    background: var(--yellow);
    font-size: 4.4vw;
    line-height: .3;
  }
  .productowp .variations select {
    width: 41vw;
    font-size: 4vw;
    margin-top: 2vw;
    border-radius: 2vw;
    color: #000;
    height: 9vw;
  }
  .label {
    font-size: var(--p0);
    margin-top: 1vw;
  }
  .productowp .reset_variations {
    left: 32.5vw;
    top: 1.25vw;
    font-size: 2.5vw;
    z-index: 9999;
  }
}
/****************************/
* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'Helv';
  src: url('/wp-content/themes/cft/recursos/fonts/helvetica-neue-roman-italic.woff');
}
@font-face {
  font-family: 'HelvL';
  src: url('/wp-content/themes/cft/recursos/fonts/HelveticaNeue-Light.woff');
}
@font-face {
  font-family: 'HelvLI';
  src: url('/wp-content/themes/cft/recursos/fonts/helvetica-neue-light-italic.woff');
}
@font-face {
  font-family: 'HelvR';
  src: url('/wp-content/themes/cft/recursos/fonts/helvetica-neue-roman.woff');
}
@font-face {
  font-family: 'Fraktion';
  src: url('/wp-content/themes/cft/recursos/fonts/PPFraktionMono-Light.woff');
}
.insightsinnertext a, .archiveinnertext a {
  text-decoration: underline;
}
#preload {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: black;
  z-index: 999999;
  transition: 400ms ease;
  transition-delay: 1s;
}
#preload.fonts {
  pointer-events: none;
  opacity: 0;
}
::-webkit-scrollbar {
  display: none;
}
#background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
  background: #e9e8e8;
}
/****************************/
* {
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
:root {
  --p0: 1vw;
  --yellow: #ffff39;
  --yellow-t: #fdef009c;
}
h1 {
  font-size: 16vw;
  font-family: HelvLI;
  font-weight: lighter;
  line-height: .9;
}
h2 {
  font-size: 6vw;
  font-family: HelvLI;
  font-weight: lighter;
  line-height: 1;
}
h3 {
  font-family: 'HelvR';
  font-size: 1.5vw;
  line-height: 1.2;
  font-weight: lighter;
}
body {
  font-size: .7vw;
  color: #fff;
  ;
  height: 100%;
  font-family: 'NeueMontreal';
  user-select: none;
  background: #000;
}
section {
  width: 100vw;
  height: 100vh;
  position: relative;
  font-size: 3vw;
  font-family: helvetica;
  color: #fff;
  z-index: 9;
}
.blur {
  backdrop-filter: blur(1vw);
  -webkit-backdrop-filter: blur(1vw);
  padding: .8vw 1.5vw;
  border-radius: 1vw;
  overflow: hidden;
  border: 1px solid #242424;
  background: linear-gradient(225deg, #ffffff29, transparent);
}
button {
  color: #000;
  z-index: 99;
  background: transparent;
  padding: .3vw .75vw;
  border: 1px solid var(--yellow);
  font-size: var(--p0);
  transition: 500ms ease;
  cursor: pointer;
  border-radius: .3vw;
  overflow: hidden;
  backdrop-filter: blur(1vw);
  -webkit-backdrop-filter: blur(1vw);
  background: var(--yellow);
  font-family: Fraktion;
  text-transform: uppercase;
}
/******* WEBGL *******/
#webgl {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9;
}
#scroll {
  overflow: hidden;
}
#scroll.off {
  pointer-events: none;
}
/******* Header Nav *******/
header {
  position: fixed;
  width: 100vw;
  z-index: 999;
}
#logo {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  padding: 1vw;
  transition: 300ms ease;
}
#iso {
  width: 4vw;
  position: relative;
  overflow: hidden;
}
#typo {
  width: 10.3vw;
  top: .36vw;
  left: .2vw;
  position: relative;
  overflow: hidden;
}
#typo img {
  transform: translateX(0);
  transition: 600ms ease;
  opacity: 1;
}
.lenis-scrolling #typo img {
  transform: translateX(-10vw);
  opacity: 0;
}
#logo img {
  width: 100%;
  height: auto;
  position: relative;
}
#deghead {
  width: 100vw;
  height: 10vw;
  background: linear-gradient(180deg, black, transparent);
  position: absolute;
  top: 0;
  pointer-events: none;
}
#deghead.off {
  display: none;
}
header img {
  position: absolute;
  z-index: 99;
}
.rrssicon {
  position: relative;
}
#mainmenu {
  position: absolute;
  z-index: 9;
  width: 40vw;
  left: 30vw;
}
#appicons {
  position: absolute;
  z-index: 9;
  width: 10vw;
  left: 87vw;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  height: 5vw;
  align-items: center;
}
header nav ul li {
  list-style: none;
  font-family: Fraktion;
  text-transform: uppercase;
  font-size: var(--p0);
  width: 15vw;
  display: flex;
  position: relative;
  justify-content: center;
  transform: 300ms ease;
}
header nav ul li a {
  text-align: center;
  padding: 0 .3vw;
  transition: 300ms ease;
  color: #fff;
}
header.black nav ul li a, #header.black {
  color: #000;
}
header.black #logo {
  filter: grayscale(1) brightness(0);
}
#link1 {
  width: 20vw;
}
#link2 {
  width: 15vw;
}
#link3 {
  width: 11vw;
}
#link4 {
  width: 13vw;
}
/******* HOME *******/
#videos {
  display: flex;
  justify-content: center;
  align-items: center;
}
#hero {
  display: flex;
  justify-content: center;
  align-items: center;
}
#hero h3 {
  width: 20vw;
  margin-top: 16vw;
  margin-right: 63vw;
  position: absolute;
  z-index: 99;
  text-transform: uppercase;
}
#scrollbar {
  position: absolute;
  bottom: 3vw;
}
#partnersin {
  width: 200vw;
  display: flex;
  animation: partnersinanim 20s infinite linear;
}
#otherpartners {
  overflow: hidden;
  height: 30vw;
}
@keyframes partnersinanim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100vw);
  }
}
.partner {
  width: 14vw;
  margin: 3vw;
}
#second {
  display: flex;
  height: 25vw;
  position: relative;
  z-index: 99;
  justify-content: center;
  align-items: center;
}
#second .modulo {
  width: 100%;
  margin: 10vw 2vw;
  font-family: 'Fraktion';
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 13vw;
  display: flex;
  justify-content: center;
  margin: 1.5vw;
  height: 6vw;
}
#second .modulo.width {
  width: 24vw;
}
#second .modulo .numero {
  font-size: 3.5vw;
  line-height: 1;
  color: var(--yellow);
}
#second .desc {
  font-size: var(--p0);
  margin-bottom: .5vw;
  margin-top: .25vw;
}
#herovid {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  z-index: 9;
  background: black;
  opacity: .6;
  /* background: black url("/wp-content/themes/cft/recursos/bg.jpg") no-repeat center center;
  background-size: cover; */
}
#herovid.playing {
  background: black;
}
#herosound {
  width: 3vw;
  position: absolute;
  bottom: 2.9vw;
  left: 1.5vw;
  z-index: 99;
  height: 2.5vw;
  cursor: pointer;
}
#soundtext {
  font-size: .8vw;
  font-family: 'Fraktion';
  width: 6vw;
  text-transform: uppercase;
  position: absolute;
  left: 1.5vw;
  top: .6vw;
}
#herosound.active #soundtext {
  opacity: 1;
}
#heroverflow {
  width: 1vw;
  position: absolute;
  height: 2.5vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  border: 1px dashed #ffff3942;
  height: 1vw;
  top: .65vw;
}
#herosound img {
  width: 10vw;
  position: absolute;
  transform: translateX(-4.94vw);
  animation: sound 4s infinite linear;
  display: none;
}
#herosound.active img {
  display: block;
}
#soundline {
  width: 5vw;
  border-bottom: 1px dashed var(--yellow);
  opacity: .5;
}
@keyframes sound {
  0% {
    transform: translateX(0) scaleY(.5);
  }
  100% {
    transform: translateX(-4.94vw) scaleY(.5);
  }
}
#herovid iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.778vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: .6;
}
#hero h1 {
  z-index: 99;
}
#hero h1 .second {
  margin-left: 26.5vw;
}
#buttoncont {
  position: fixed;
  bottom: 3vw;
  z-index: 99;
}
#hero h1 div {
  overflow: hidden;
}
#hero h1 .chars {
  transform: translateY(13vw) translateX(-2vw);
  overflow: visible;
}
#bitly {
  position: absolute;
  font-size: 1.1vw !important;
  font-weight: lighter;
  text-transform: uppercase;
  width: 9vw;
  text-align: center;
  margin-bottom: 30vh;
  margin-right: 60vh;
  font-family: 'Fraktion';
  line-height: 1.2;
  font-size: var(--p0);
  display: flex;
  flex-direction: column-reverse;
  padding: 2vw;
}
#osasuna {
  position: absolute;
  font-size: 1.1vw !important;
  font-weight: lighter;
  text-transform: uppercase;
  width: 11vw;
  text-align: center;
  margin-top: 30vh;
  margin-left: 90vh;
  font-family: 'Fraktion';
  line-height: 1.2;
  font-size: var(--p0);
  overflow: visible;
  display: flex;
  flex-direction: column-reverse;
  padding: 2vw;
}
#bitly img {
  width: 8vw;
  position: relative;
  top: 0;
  left: .5vw;
  margin-bottom: 2vw;
}
#osasuna img {
  width: 4.5vw;
  position: relative;
  top: 0;
  left: 3vw;
  margin-bottom: 1vw;
}
#otherpartnerstext {
  font-family: 'Fraktion';
  font-size: var(--p0);
  text-transform: uppercase;
  padding: 1vw;
  width: 2vw;
  line-height: 1;
  left: 15vw;
  position: relative;
}
/******* HOME *******/
#valores h2 {
  width: 45vw;
  text-align: center;
  left: 28vw;
  position: relative;
}
#valores h2 span {
  font-family: 'HelvR';
  font-size: 1.5vw;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2vw;
}
#valores h3 {
  font-family: 'HelvR';
  font-size: var(--p0);
  text-transform: uppercase;
  width: 10vw;
  text-align: center;
  position: absolute;
  color: var(--yellow);
}
#valores .izq {
  top: 5vw;
  left: 14vw;
}
#valores .dch {
  top: 5vw;
  right: 14vw;
}
.icon {
  width: 5vw;
}
.icon img {
  width: calc(100% - 1.6vw);
  padding: .8vw;
}
.text {
  font-size: var(--p0);
  font-family: 'HelvR';
}
.title {
  font-size: var(--p0);
  font-family: 'HelvR';
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: .5vw;
  font-weight: bold;
}
.valorblock {
  display: flex;
  width: 24vw;
  padding: 1.5vw;
  margin: 1vw;
  transition: 300ms ease;
  opacity: 0;
  transform: translateY(2vw);
}
#valoresblocks {
  display: flex;
  flex-wrap: wrap;
  padding: 3vw 5vw;
}
.valorcont {
  width: 18vw;
  margin-left: 1.5vw;
}
#valores {
  height: 43vw;
}
#programs h2 {
  text-align: center;
  width: 50vw;
  left: 25vw;
  position: relative;
}
#programs p {
  font-size: var(--p0);
  width: 30vw;
  text-align: center;
  left: 35vw;
  position: relative;
  margin-top: 1.5vw;
}
#cftsect h2 {
  width: 32vw;
  text-align: left;
  left: 6vw;
  position: relative;
}
#cftsect h3 {
  position: absolute;
  font-size: var(--p0);
  top: 14vw;
  left: 6vw;
  text-transform: capitalize;
}
#cftsect h3 span {
  color: var(--yellow);
  text-transform: uppercase;
}
#cftsecttext {
  display: flex;
  width: 34vw;
  left: 28vw;
  position: relative;
  flex-direction: column;
  text-align: left;
}
#cftsecttext p {
  font-size: var(--p0);
  padding: 2vw;
  width: calc(100% - 4vw);
}
#cftsect {
  height: 24vw;
  display: flex;
}
#feturedin {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 9;
}
#feturedin p {
  font-family: 'Fraktion';
  font-size: var(--p0);
  text-transform: uppercase;
  padding: 1vw;
  width: 8vw;
  line-height: 1;
  left: 5vw;
  position: relative;
  color: var(--yellow);
}
#featuredcarrusel {
  display: flex;
  left: 13.2vw;
  position: relative;
  width: 67vw;
  justify-content: space-between;
}
.featuredlogo {
  width: 9vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featuredlogo img {
  width: 100%;
}
#learn {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 10vw;
  margin-top: 14vw;
}
#learn h3 {
  margin-top: 1vw;
  text-transform: uppercase;
}
#blanca {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#blancain {
  background: #fff;
  width: 20vw;
  height: 20vw;
  border-radius: 2vw;
}
#blancacont {
  margin-top: -75vh;
  color: #000;
  align-items: center;
  display: flex;
}
#blancacontin {
  display: flex;
  width: 200vw;
  margin-left: 33vw;
  margin-top: 10vw;
}
.blancablock {
  width: 32vw;
  padding-left: 12vw;
  position: relative;
  margin-left: 9vw;
}
.blancanum {
  font-size: 9vw;
  font-family: 'HelvR';
  position: absolute;
  left: 0;
  line-height: .8;
}
.blancatit {
  font-family: 'HelvL';
  font-size: 4vw;
  line-height: .9;
  margin-bottom: 2vw;
  font-weight: lighter;
}
.blancatext {
  font-size: 1vw;
  width: 85%;
  line-height: 1.2;
}
#global {
  position: relative;
  margin-top: 275vh;
  height: 67vw;
}
#howto {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50vh;
  top: 0;
  font-family: 'HelvL';
  font-size: 3vw;
}
#mapacont {
  margin: 3vw;
  padding: 3vw 3vw 2vw 3vw;
  background: linear-gradient(225deg, #71717152, #000000);
}
#globaltit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7vw;
  padding-top: 14vw;
}
#loadingbar {
  width: 16vw;
  height: .1vw;
  background: #000000;
  position: absolute;
  border-radius: 1vw;
  top: calc(25vh + 2.5vw);
  left: 42vw;
  overflow: hidden;
  border: 1px solid;
}
#loadingbarin {
  width: 100%;
  height: 100%;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
}
.st0 {
  fill: #fff000;
}
.st1 {
  fill: #8a8a8a;
}
.st3 {
  fill: none;
  stroke: #fff000;
  stroke-miterlimit: 10;
}
#svgmapa {
  width: 44%;
  position: relative;
  left: 32%;
}
#svgmapa rect {
  fill: #ffffff;
}
#svgmapa .st0 {
  fill: #fff000;
}
#svgmapa_lines {
  position: absolute;
  top: 7%;
  width: 40.5%;
  left: 18%;
}
#mapa {
  position: relative;
}
#mapa h3 {
  font-family: 'Fraktion';
  font-size: var(--p0);
  text-transform: uppercase;
  width: 10vw;
  color: var(--yellow);
  position: absolute;
  line-height: .9;
}
#mapa h3 span {
  font-size: 75%;
  color: #8a8a8a;
  top: .2vw;
  position: relative;
}
#warsaw {
  left: 49%;
  top: 1.5%;
}
#amsterdam {
  top: 21.5%;
  left: 19.5%;
}
#dubai {
  top: 77.5%;
  left: 54%;
}
#texto1, #texto2 {
  font-family: 'HelvR';
  font-size: var(--p0);
  width: 15vw;
  position: absolute;
  top: 18vw;
}
#texto2 {
  right: 7vw;
}
#faqsection h2 {
  width: 38vw;
  position: relative;
  left: 33vw;
  text-align: center;
  margin-top: 12vw;
}
#faqbuttons {
  display: flex;
  justify-content: space-between;
  margin-top: 6vw;
  width: 70vw;
  left: 15vw;
  position: relative;
}
#faqbuttons .blur {
  width: 15vw;
  font-size: 1.5vw;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 2vw;
  transition: 400ms ease box-shadow, 400ms ease border;
  cursor: pointer;
}
#but1 {
  transform: translateX(25.4vw);
}
#but3 {
  transform: translateX(-25.4vw);
}
#faqsection {
  height: 26vw;
}
#comments {
  position: relative;
  margin-top: 12vw;
  height: auto;
  padding-bottom: 2vw;
}
#comments h2 {
  width: 60vw;
  padding: 3vw;
}
#comentarios {
  margin: 0 3vw;
  background: linear-gradient(225deg, #71717152, #000000);
}
#comentarios .swiper-wrapper {
  display: flex;
  align-items: self-start;
}
.estrellas {
  display: flex;
  margin-bottom: .5vw;
}
.estrellas img {
  width: 1vw;
  padding: .2vw;
}
.comentario {
  font-family: 'HelvR';
  font-size: var(--p0);
  padding: 2vw;
	width: 100%;
}
.comment_name {
  margin-top: .5vw;
  font-family: 'Fraktion';
  text-transform: uppercase;
  color: var(--yellow);
}
#programs {
  height: auto;
  padding-top: 7vw;
}
.theorydesp {
  position: absolute;
  z-index: 999;
  padding: 1vw 2vw;
  border-radius: 1.1vw;
  background: linear-gradient(225deg, #2c2c2cd6, #000000e0);
  top: -.5vw;
  left: 9.5vw;
  width: 10vw;
  font-size: var(--p0);
  border: 1px solid #242424;
  opacity: 0;
  transition: 400ms ease;
  color: #fff !important;
  pointer-events: none;
}
.theorydesp * {
  pointer-events: none;
}
.flec {
  border-bottom: 1px solid var(--yellow);
  border-right: 1px solid var(--yellow);
  width: .4vw;
  height: .4vw;
  position: absolute;
  left: 8vw;
  top: .6vw;
  transform: rotate(45deg);
  transition: 400ms ease;
}
.theorydesp ul {
  list-style: none
}
.theory {
  cursor: pointer;
}
#tabla_3, #tabla_3_2 {
  position: relative;
  z-index: 99;
  display: none;
  justify-content: center;
  position: relative;
}
#tabla_3.on, #tabla_3_2.on {
  display: flex;
}
#tabla {
  font-family: 'HelvR';
  font-size: 1.3vw;
  margin-top: 5vw;
}
#tabla .blur {
  overflow: visible;
}
#tabla_1, #tabla_2, #tabla_4 {
  display: flex;
  justify-content: center;
  position: relative;
}
.fasecontent {
  margin-top: 1.5vw;
}
.casilla1 {
  width: 11vw;
  margin: .25vw;
  text-align: center;
  text-transform: uppercase;
  transition: 400ms ease box-shadow, 400ms ease border;
  cursor: pointer;
}
.casilla1.active {
  box-shadow: 0 0 1vw var(--yellow);
  color: var(--yellow);
  border: 1px solid var(--yellow-t);
}
.casilla2 {
  width: 25.75vw;
  margin: .25vw;
  text-align: center;
  text-align: left;
}
.casilla2 > span {
  color: var(--yellow);
  text-transform: uppercase;
  font-size: var(--p0);
}
.tablaitem {
  width: 100%;
  position: relative;
}
.tablaitem span {
  position: absolute;
  right: 0;
}
.casilla2 .tablaitem:last-child {
  margin-top: 1.5vw;
}
.casillafull {
  display: flex;
  width: 88.5vw;
  flex-direction: row;
}
#select {
  position: absolute;
  top: 5vw;
}
#total {
  width: 71vw;
  margin: .25vw;
}
.boton {
  background: white;
  color: #000;
  margin: .25vw;
  border-radius: 1vw;
  padding: 1.2vw;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 10.75vw;
  position: absolute;
  right: 0;
  top: -.25vw;
  height: 6.25vw;
  cursor: pointer;
  transition: 400ms ease;
}
.productowp {
  position: absolute;
  width: 26.5vw;
  right: -14vw;
  top: 0;
  display: none;
  padding: 1vw;
}
#total {
  display: flex;
}
#evaluation, #onetime {
  display: flex;
  flex-direction: column;
  width: 29.5vw;
  padding-top: .25vw;
}
#evaluation span, #onetime span {
  font-family: 'Fraktion';
  font-size: 3.5vw;
}
#onetime span {
  color: var(--yellow);
}
#planos {
  height: 70vh;
}
#namedip {
  position: absolute;
  bottom: 1.2vw;
  font-family: 'Fraktion';
  text-transform: uppercase;
  font-size: var(--p0);
  width: 100vw;
  text-align: center;
  color: var(--yellow);
}
#datedip {
  position: absolute;
  bottom: 0;
  font-family: 'Fraktion';
  text-transform: uppercase;
  font-size: var(--p0);
  width: 100vw;
  text-align: center;
  color: gray;
}
#realtime {
  padding-top: 14vw;
}
#realtime h2 {
  width: 50vw;
  left: 25vw;
  position: relative;
  text-align: center;
}
#realtime p {
  font-family: 'HelvR';
  font-size: var(--p0);
  width: 30vw;
  text-align: center;
  left: 35vw;
  position: relative;
  margin-top: 1.5vw;
}
#footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-top: -10vh;
  z-index: -1;
}
#footer h2 span {
  width: 15vh;
  display: inline-block;
}
#footermail {
  font-size: .8vw;
  font-family: 'Fraktion';
  color: var(--yellow);
  position: relative;
  z-index: 99;
}
#footer h3 {
  font-family: 'HelvR';
  text-transform: uppercase;
  font-size: var(--p0);
  width: 40vw;
  text-align: center;
  padding: 2vw 3vw;
}
#footerrrss {
  width: 15vw;
  padding: 1vw;
  position: relative;
  z-index: 99;
}
#footerin {
  position: absolute;
  bottom: 0;
  background: #131313;
  padding: 1.5vw;
  color: #868686;
}
#footerintext {
  font-size: .749vw;
  text-align: center;
}
#footerinlinks ul {
  display: flex;
  justify-content: space-between;
  width: 89.6vw;
  left: 1.5vw;
  position: relative;
}
#footerinlinks ul li {
  list-style: none;
}
#footer {
  font-size: var(--p0);
  line-height: 1;
  z-index: auto;
}
#footerinlinks {
  margin-bottom: 1vw;
}
#maparrrss {
  left: -.4vw;
  top: 2vw;
  position: relative;
  z-index: 999;
}
#videofooter {
  position: absolute;
  bottom: 12.8vw;
  left: 0;
  width: 100vw;
  height: 56.25vw;
  z-index: -9;
  /* transform: rotate(.8deg);
  opacity: .2;
  filter: blur(.3vw); */
  filter: brightness(.9) contrast(1.2);
}
#videofooter iframe {
  width: 100vw;
  height: 56.25vw;
  position: absolute;
  bottom: 0;
}
#videodeg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 20vw;
  background: linear-gradient(180deg, black, transparent);
  z-index: 9;
}
#footer nav ul {
  position: absolute;
  height: 5vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  left: 0;
  bottom: 7vw;
  width: 97vw;
  margin: 1vw;
  z-index: 999;
  pointer-events: initial;
  padding-top: .8vw;
  border-radius: 1vw;
  backdrop-filter: blur(1vw);
  -webkit-backdrop-filter: blur(1vw);
  border: 1px solid #383838;
}
#footer nav li {
  width: 13vw;
  list-style: none;
  padding: .2vw 2vw;
  opacity: .5;
  cursor: pointer;
  transition: 400ms ease;
}
#footer h2 {
  margin-top: -5vh;
}
#diplomas_mov, .swiper-sig, .swiper-ant, #menubutton, #footerrrssmenu {
  display: none;
}
.swiper-slide.diploma_mov img {
  width: 100%;
  height: auto;
}
#secondarymenu {
  display: none;
}
.rrssmodule {
  display: flex;
  width: 15vw;
  justify-content: space-between;
}
.rrssmodule .rrssicon {
  width: 1.7vw;
  transition: opacity 400ms ease;
}
/*** HOVERS ***/
@media (hover: hover) and (pointer: fine) {
  #footer nav li:hover {
    opacity: 1;
    color: var(--yellow);
  }
  button:hover {
    transform: scale(1.05);
    color: #000;
    box-shadow: 0 0 1vw var(--yellow);
    border: 1px solid var(--yellow);
    background: var(--yellow);
  }
  .boton:hover {
    background: var(--yellow);
  }
  header.black nav ul li a:hover {
    color: #000;
  }
  header nav ul li:hover a {
    padding: 0 1vw;
    color: var(--yellow);
  }
  button:hover::before {
    transform: scaleX(1);
  }
  #faqbuttons .blur:hover {
    box-shadow: 0 0 1vw var(--yellow);
    border: 1px solid var(--yellow-t);
  }
  .casilla1:hover {
    box-shadow: 0 0 1vw var(--yellow);
    border: 1px solid var(--yellow-t);
  }
  .rrssmodule .rrssicon:hover {
    opacity: .5;
  }
	.theory:hover {
  color: var(--yellow);
}
.theory:hover .theorydesp {
  opacity: 1
}
	.productowp button:hover {
  background: var(--yellow);
  transform: scale(1);
}
	.theory:hover .flec {
  transform: rotate(-45deg)
}
}
/*** MÓVIL ***/
@media (orientation: portrait) {
  /* Estilos tipo móvil vertical */ :root {
    --p0: 3.5vw;
    --p1: 5.5vw;
  }
		.theorydesp{
		opacity: 0;
    width: 32vw;
    left: 36vw;
    top: -20vw;
	}
	.theorydesp.on{
		opacity: 1;
	}
  .flec {
    width: 2vw;
        height: 2vw;
        left: 32vw;
        top: 2.6vw;
        transform: rotate(-45deg);
  }
  #herosound {
    display: none;
  }
  #logo {
    padding: 2vw;
  }
  #iso {
    width: 9vw;
  }
  #typo {
    width: 24vw;
    top: .8vw;
  }
  .blur {
    border-radius: 3vw;
  }
  #webgl {
    top: 20px;
  }
  h2 {
    font-size: 15.5vw;
  }
  #hero h1 .second {
    margin-left: 0;
  }
  #deghead {
    height: 40vw;
  }
  #hero {
    flex-direction: column;
  }
  #hero h1 {
    font-size: 30vw;
    text-align: center;
    line-height: .8;
  }
  #hero h3 {
    position: relative;
    margin-right: 0;
    margin-top: 7vw;
    text-align: center;
    font-size: var(--p1);
    width: 70vw;
    margin-bottom: 25vw;
  }
  button {
    padding: 1vw 2vw;
    border-radius: 2vw;
  }
  #buttoncont {
    bottom: 8vw;
  }
  #second {
    flex-direction: column;
    height: auto;
  }
  #second .modulo .numero {
    font-size: 11.5vw;
  }
  #second .modulo {
    width: 90vw;
    height: 21vw;
    border-radius: 4vw;
  }
  #second .modulo.width {
    width: 90vw;
  }
  #second .desc {
    margin-bottom: 0;
    margin-top: 1.25vw;
  }
  #cftsect {
    height: auto;
    flex-direction: column;
  }
  #cftsecttext {
    width: 80vw;
    left: 0;
    text-align: left;
  }
  #mapa h3 span {
    top: 1.2vw;
  }
  #cftsecttext p {
    padding: 4vw;
    text-align: center;
    left: 7vw;
    position: relative;
  }
  #cftsect h2 {
    width: 82vw;
    position: relative;
    margin-top: 35vw;
    text-align: center;
    left: 10vw;
  }
  #feturedin {
    flex-direction: column;
  }
  #cftsect h3 {
    top: 17vw;
    left: 11vw;
  }
  #feturedin p {
    position: relative;
    width: 30vw;
    margin-top: 5vw;
    left: 4vw;
    margin-bottom: 5vw;
  }
  .featuredlogo {
    width: 29vw;
    padding: 4vw 9vw 4vw 5vw;
  }
  #featuredcarrusel {
    flex-wrap: wrap;
    width: 100vw;
    justify-content: flex-start;
    left: 6.5vw;
  }
  #bitly {
    margin: 0;
    width: 32vw;
    height: 35vw;
    left: 4vw;
    top: 25vh;
    font-size: var(--p0) !important;
  }
  #bitly img {
    width: 26vw;
    left: 3vw;
    margin-bottom: 10vw;
  }
  #osasuna {
    font-size: var(--p0) !important;
    margin: 0;
    width: 32vw;
    height: 35vw;
    left: 55vw;
    top: 60vh;
  }
  #osasuna img {
    width: 17vw;
    position: relative;
    top: 0;
    left: 7vw;
    margin-bottom: 3vw;
  }
  #otherpartnerstext {
    left: 0;
    padding: 4vw;
  }
  #partnersin {
    width: 500vw;
  }
  .partner {
    width: 55vw;
  }
  @keyframes partnersinanim {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-250vw);
    }
  }
  #otherpartners {
    height: 40vw;
  }
  #valores {
    height: 205vw;
    padding-top: 40vw;
    margin-bottom: 8vw;
  }
  #valores h2 span {
    font-size: var(--p1);
  }
  #valores h2 {
    width: 91vw;
    text-align: center;
    left: 3.5vw;
  }
  #valores h3 {
    width: 62vw;
  }
  #valores .izq {
    top: 23vw;
    left: 20vw;
  }
  #valores .dch {
    top: 101vw;
    left: 30vw;
    width: 42vw;
  }
  #valoresblocks {
    padding: 0;
    padding-top: 26vw;
  }
  .valorblock {
    width: 88vw;
    padding: 2vw;
    margin: 4vw 4vw 0 4vw;
    transition: 300ms ease;
    opacity: 1;
    transform: translateY(0vw);
  }
  .valorblock.active {
    box-shadow: 0vw 0vw 3vw var(--yellow);
  }
  .valorblock.inactive {
    opacity: .5;
  }
  .valorblock::before {
    content: '+';
    position: absolute;
    right: 5vw;
    top: 4vw;
    font-size: 5vw;
    color: var(--yellow);
  }
  .valorblock.active::before {
    content: '-';
    color: #fff;
  }
  .title {
    width: 100%;
    margin-top: 3vw;
    font-size: var(--p0);
  }
  .icon {
    width: 10vw;
  }
  .valorcont {
    width: 67vw;
    margin-left: 6vw;
    overflow: hidden;
  }
  .valorblock.active .text {
    max-height: 13vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
    opacity: 1;
  }
  .text {
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 0;
    transition: 400ms ease;
  }
  #programs h2 {
    width: 70vw;
    left: 15vw;
  }
  #programs p {
    font-size: var(--p0);
    margin-top: 6.5vw;
    width: 70vw;
    left: 15vw;
  }
  .casilla1 {
    width: 26vw;
    margin: 1vw;
    padding: 2vw;
  }
  #tabla {
    font-size: var(--p1);
  }
  #tabla_1, #tabla_2, #tabla_3, #tabla_3_2, #tabla_4 {
    flex-wrap: wrap;
  }
  #tabla_1 .casilla1 {
    width: 41.75vw;
  }
  #tabla_3, #tabla_3_2 {
    flex-direction: column;
  }
  #tabla_3 .casilla2, #tabla_3_2 .casilla2 {
    margin: 1vw 2vw;
    width: 87vw;
    padding: 4vw;
    overflow: hidden;
    transition: 400ms ease;
  }
  .fasecontent {
    max-height: 43vw;
    opacity: 0;
    max-height: 0;
    margin: 0;
    transition: 400ms ease;
  }
  .casilla2.active .fasecontent {
    max-height: 42vw;
    opacity: 1;
    margin: 7vw 0 0 0;
  }
  .casilla2 > span {
    top: 5.5vw;
    right: 15vw;
    position: absolute;
  }
  #tabla_3 .casilla2::before,  #tabla_3_2 .casilla2::before  {
    content: '+';
    position: absolute;
    right: 5vw;
    top: 4vw;
    font-size: 5vw;
    color: #fff;
  }
  #tabla_3 .casilla2.active::before, #tabla_3_2 .casilla2.active::before {
    content: '-';
  }
  #tabla_3 .casilla2.inactive, #tabla_3_2 .casilla2.inactive {
    opacity: .4;
  }
  .casilla1.active {
    box-shadow: 0 0 2vw var(--yellow);
  }
  .casillafull, #total {
    width: 96vw;
  }
  #evaluation, #onetime {
    width: 45.5vw;
  }
  #evaluation span, #onetime span {
    font-family: 'Fraktion';
    font-size: 5.5vw;
  }
  #programs {
    height: 267vw;
  }
  #learn {
    height: auto;
    margin-top: 5vw;
  }
  #learn h2 {
    width: 64vw;
    text-align: center;
  }
  #learn h3 {
    font-size: var(--p0);
    width: 50%;
    text-align: center;
    margin-top: 5vw;
  }
  #blanca {
    display: none;
  }
  #blancacont {
    background: #fff;
    height: auto;
    border-radius: 12vw;
    margin: 2vw;
    width: 96vw;
    z-index: auto;
    margin-top: 30vw;
  }
  #howto, #loadingbarin {
    display: none;
  }
  #blancacontin {
    display: flex;
    width: auto;
    margin-left: 0;
    margin-top: 0;
    padding: 4vw;
    flex-direction: column;
    z-index: 9;
  }
  .blancablock {
    width: 80vw;
    margin: 10vw 5vw;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .blancatext {
    font-size: var(--p0);
    width: 94%;
    line-height: 1;
  }
  .blancanum {
    position: relative;
    font-size: 23vw;
  }
  .blancatit {
    font-size: 11vw;
    margin: 8vw 0;
  }
  #loadingbar {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
  }
  #global {
    margin-top: 20vw;
    height: auto;
  }
  #svgmapa {
    width: 125vw;
    left: 0;
    margin-top: -15vw;
  }
  #svgmapa_lines {
    display: none;
  }
  #texto1, #texto2 {
    position: relative;
    top: 0;
    width: 90vw;
    right: auto;
    left: 0;
    text-align: center;
  }
  #globaltit {
    height: auto;
    position: relative;
    left: 4vw;
    text-align: center;
    width: 92vw;
  }
  #maparrrss {
    position: absolute;
    bottom: -129vw;
    right: -1vw;
    left: auto;
    width: 54vw;
    z-index: 0;
  }
  #mapa {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 4vw;
    padding-top: 8vw;
  }
  #mapa h3 {
    position: relative;
    line-height: .9;
    left: 0;
    top: 0;
    margin-top: 5vw;
    width: 90vw;
  }
  #faqsection {
    height: auto;
    margin-top: 40vw;
  }
  #faqsection h2 {
    width: 92vw;
    left: 4vw;
  }
  #faqbuttons {
    width: 100vw;
    left: 0vw;
  }
  #faqbuttons .blur {
    text-align: center;
    width: 18vw;
    height: 7vw;
    font-size: var(--p0);
    padding: 5vw;
    margin: 2vw;
  }
  #comments h2 {
    width: 94vw;
    padding: 3vw;
    text-align: center;
  }
  #comentarios {
    width: 94vw;
    margin: 3vw;
    max-height: 47vw;
    padding-bottom: 5vw;
  }
  .swiper-slide {
    width: 84vw !important;
    margin: 0;
    padding: 5vw;
  }
  .estrellas img {
    width: 3.5vw;
    padding: .5vw;
  }
  .estrellas {
    display: flex;
    margin-bottom: 3.5vw;
  }
  .comment_name {
    margin-top: 3.5vw;
  }
  #realtime h2 {
    width: 80vw;
    left: 10vw;
  }
  #realtime p {
    width: 74vw;
    left: 13vw;
  }
  #comments {
    margin-top: 35vw;
  }
  #realtime {
    margin-top: 10vw;
  }
  #planos {
    display: none;
  }
  #diplomas_mov {
    display: block;
    height: auto;
    padding: 10vw 0;
    position: relative;
  }
  .diplomas-swiper {
    width: 100%;
    max-height: 70vw;
  }
  .swiper-slide.diploma_mov {
    width: 70vw !important;
    padding: 0vw;
    box-sizing: border-box;
  }
  .diploma_mov img {
    width: 100%;
    height: auto;
    display: block;
  }
  .diploma_mov .name, .diploma_mov .timeago {
    font-size: var(--p0);
    font-family: 'Fraktion';
    text-transform: uppercase;
    padding: 2vw;
    width: calc(100% - 4vw);
    text-align: center;
    opacity: .6;
  }
  .diploma_mov .name {
    color: var(--yellow);
    opacity: 1;
    top: 3vw;
    position: relative;
  }
  #diplomasdeg, #diplomasdeg2 {
    width: 5vw;
    height: 66vw;
    position: absolute;
    background: linear-gradient(90deg, black, transparent);
    z-index: 9;
    pointer-events: none;
  }
  #diplomasdeg2 {
    left: auto;
    right: 0;
    background: linear-gradient(270deg, black, transparent);
  }
  .swiper-sig, .swiper-ant {
    display: block;
    position: absolute;
    width: 3vw;
    height: 3vw;
    bottom: 4.5vw;
    right: 6vw;
    z-index: 9999999;
    color: var(--yellow);
    font-family: 'Fraktion';
    font-size: 5vw;
    line-height: .55;
    border: 1px solid;
    border-radius: 100%;
    padding: 1vw;
    opacity: .5;
  }
  .swiper-ant {
    right: 14vw;
  }
  #footer {
    height: 100vh;
    justify-content: flex-start;
    margin-top: -20vh;
  }
  #footerintext {
    font-size: 2.17vw;
    text-align: left;
    padding: 1vw;
  }
  #footerinlinks ul {
    flex-direction: column;
    border-bottom: 1px solid;
    padding-bottom: 2vw;
    padding-top: 1vw;
    line-height: 1.3;
  }
  #footer nav ul {
    flex-direction: column;
    height: 22vw;
    bottom: 42vw;
    font-size: 80%;
  }
  #footer nav ul li {
    width: 31vw;
  }
  #footer h2 {
    margin-top: calc(50vh - 24vw);
    width: 100vw;
    text-align: center;
    z-index: 9;
  }
  #footer h2 span {
    width: 4vw;
  }
  #footer h3 {
    width: 80vw;
    z-index: 9;
  }
  #footermail {
    font-size: var(--p0);
    padding: 1.5vw 0;
    z-index: 9;
  }
  #footerrrss {
    width: 55vw;
    padding: 3vw;
    z-index: 9;
  }
  #videofooter iframe {
    width: 200vw;
    height: 111.8vw;
  }
  #videofooter {
    position: absolute;
    bottom: 43.2vw;
    left: 0;
    width: 200vw;
    height: 111.8vw;
  }
  #menubutton {
    display: block;
    position: fixed;
    top: 0;
    z-index: 99;
    font-size: 4vw;
    font-family: Fraktion;
    padding: 2vw;
    right: 0;
  }
  #menubutton span {
    padding: 0 2vw;
  }
  #mainmenu {
    position: absolute;
    z-index: 9;
    width: 100vw;
    height: 100vh;
    left: 0;
    backdrop-filter: blur(2vw);
    -webkit-backdrop-filter: blur(2vw);
    pointer-events: none;
    transition: 1.5s ease;
    transform: translateY(calc(-100vh - 1px));
    pointer-events: none;
    border-bottom: 1px solid #242424;
    border-radius: 1vw 1vw 0 0;
    background: #00000087;
  }
  #mainmenu.active {
    transform: translateY(0);
    pointer-events: all;
  }
  header nav ul {
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    width: 80vw;
    top: 23.5vw;
  }
  #mainmenu ul li {
    width: 60vw;
    justify-content: flex-start;
    margin-left: 4vw;
    font-size: 4vw;
  }
  header nav ul li {
    width: 60vw;
    justify-content: flex-start;
    margin-left: 4vw;
  }
  #appicons {
    width: 19vw;
    left: 0;
    top: 30vw;
    transition: 1.5s ease;
    transform: translateY(calc(-100vh - 1px));
    pointer-events: none;
  }
  #appicons.active {
    transform: translateX(0);
    pointer-events: all;
  }
  #link6 {
    background: var(--yellow);
    color: #000;
    width: 30vw;
    padding: .5vw 1vw 1vw 1vw;
    border-radius: 1vw;
    margin-top: 2vw;
  }
  #link6 a {
    color: #000;
  }
  header nav ul li a {
    padding: 0 2vw;
  }
  #footerrrssmenu {
    position: absolute;
    padding: 1vw;
    width: 70vw;
    top: 94vw;
    display: block;
  }
  #secondarymenu {
    display: block;
    z-index: 9;
    position: fixed;
    top: 60vw;
    transform: translateY(-100vh);
    transition: 1.5s ease;
  }
  #secondarymenu.active {
    transform: translateY(0);
  }
  #secondarymenu ul {
    flex-wrap: wrap;
    height: 38vw;
    justify-content: flex-start;
    width: 100vw;
    top: 43vw;
  }
  #secondarymenu li {
    font-size: 2.5vw;
    width: 42vw;
  }
  #headrrrss {
    width: 50vw;
    margin-top: 28vw;
    left: 3.2vw;
    position: relative;
  }
  #footer nav ul {
    display: none;
  }
  .rrssmodule .rrssicon {
    width: 6vw;
  }
  #maparrrss {
    top: auto;
    right: 3vw;
    width: 50vw;
    bottom: -138vw;
    z-index: 999;
  }
}
/*** TABLET ***/
@media (orientation: landscape) and (max-width: 1025px) {
  :root {
    --p0: 1.4vw;
    --p1: 5.5vw;
  }
  .flec {
    display: none
  }
  .rrssmodule .rrssicon {
    width: 2.3vw;
  }
  #appicons {
    width: 22vw;
    left: 76vw;
  }
  #herosound {
    display: none;
  }
  .valorblock {
    opacity: 1;
  }
  .icon {
    width: 7vw;
  }
  #valores {
    height: 55vw;
  }
  #osasuna, #bitly {
    font-size: 1.4vw !important;
    width: 13vw;
  }
  #osasuna img {
    left: 4vw;
    margin-bottom: 2vw;
  }
  #bitly img {
    width: 9vw;
    margin-bottom: 2vw;
    left: 2vw;
  }
  #blanca, #loadingbar, #howto {
    display: none;
  }
  #blancacont {
    margin-top: 5vw;
    z-index: auto;
    background: white;
    align-items: self-start;
    height: auto;
    padding: 0 0 5vw 0;
  }
  #blancacontin {
    display: flex;
    width: 100vw;
    margin-left: 0;
    margin-top: 0;
    flex-wrap: wrap;
    flex-direction: row;
    top: 0;
    position: relative;
  }
  .blancablock {
    width: 40vw;
    position: relative;
    padding-left: 0;
    margin-right: 5vw;
    margin-left: 5vw;
    margin-top: 5vw;
  }
  .blancanum {
    margin-bottom: 2vw;
    position: relative;
  }
  #global {
    position: relative;
    margin-top: 0;
    height: 67vw;
  }
  #mapa h3 {
    margin-top: -.75vw;
    width: 12vw;
  }
  #maparrrss {
    width: 21vw;
    top: 3vw;
  }
  .comentario {
    width: 43vw !important;
  }
  #planos {
    display: none;
  }
  #diplomas_mov {
    display: block;
  }
  .swiper-slide.diploma_mov {
    width: 35vw !important;
    padding: 0;
    margin: 10vw;
  }
  .diploma_mov .name, .diploma_mov .timeago {
    font-size: var(--p0);
    font-family: 'Fraktion';
    text-transform: uppercase;
    padding: 0;
    width: calc(100% - 4vw);
    text-align: center;
    opacity: .6;
  }
  .diploma_mov .name {
    color: var(--yellow);
    opacity: 1;
    top: 0;
    position: relative;
  }
  #footer nav ul {
    height: 8vw;
    bottom: 6.7vw;
    position: relative;
    bottom: auto;
  }
  #footer nav li {
    width: 15vw;
  }
  #footer {
    height: auto;
    margin-top: 7vw;
  }
  #footerin {
    position: relative;
  }
}
/* Estilos específicos para tablets en vertical */
@media (min-width: 768px) and (max-width: 1025px) and (orientation: portrait) {
  .flec {
    display: none
  }
  #hero h1 {
    font-size: 22vw;
  }
  #hero h3 {
    margin-bottom: 5vw;
  }
  #footer {
    margin-top: 0;
    height: auto;
  }
  #footerin {
    position: relative;
  }
  #footer nav ul {
    position: relative;
    bottom: auto;
  }
}