@charset "UTF-8";
/******************************MIXINS******************************/
/* Variables */
/* General */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (max-width: 1360px) {
  * {
    text-rendering: auto;
  }
}

*, *::after, *::before {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  background: white;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  color: #0d1e3f;
  font-size: 20px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 900;
}

.supertitulo {
  font-size: 60px;
  line-height: 64px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .supertitulo {
    font-size: 50px;
    line-height: 54px;
  }
}

@media only screen and (max-width: 600px) {
  .supertitulo {
    font-size: 40px;
    line-height: 44px;
  }
}

.titulo {
  font-size: 40px;
  text-align: center;
  line-height: 44px;
}

@media only screen and (max-width: 991px) {
  .titulo {
    font-size: 35px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 600px) {
  .titulo {
    font-size: 30px;
    line-height: 34px;
  }
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 500;
  color: #0d1e3f;
  font-size: 20px;
  line-height: 26px;
}

@media only screen and (max-width: 600px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a, button {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transform: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  outline: none;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 30px;
  background: #f77364;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  color: white;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  a, button {
    font-size: 16px;
  }
}

a:hover, button:hover {
  background: #0d1e3f;
}

button {
  margin: 20px 0 0 0;
}

.flecha {
  height: 50px;
  width: 50px;
  padding: 17px;
  bottom: 30px;
  right: 30px;
  position: absolute;
}

.flecha img {
  width: 16px;
  height: 16px;
}

.wrapper {
  perspective: 1200px;
  position: relative;
  width: 100vw;
  height: 100vh;
}

/* Páginas */
.page {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  padding: 100px 60px;
  pointer-events: none;
}

@media only screen and (max-width: 600px) {
  .page {
    padding: 50px 20px;
  }
}

.page.active {
  opacity: 1;
  pointer-events: auto;
}

.intropagina {
  position: absolute;
  top: 30px;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
}

/* Overlay tipo Apple */
.overlay {
  position: fixed;
  inset: 0;
  background: #0b276b;
  opacity: 0;
  z-index: 1000;
  pointer-events: none;
}

.box {
  max-width: 900px;
}

#home {
  background: #0b276b;
  align-content: start;
  text-align: center;
}

#home .supertitulo, #home p {
  color: white;
}

#home img {
  position: absolute;
  bottom: 30px;
  width: 100px;
  height: auto;
}

#home .fecha {
  position: absolute;
  top: 30px;
  color: #f77364;
  font-weight: 700;
}

#intro .box {
  text-align: justify;
}

#intro .box .titulo {
  text-align: left;
}

#conceptos .box .titulo {
  text-align: center;
  margin: 0 0 60px 0;
}

#conceptos .box ul {
  display: flex;
  flex-wrap: wrap;
}

#conceptos .box ul li {
  text-align: center;
  min-width: 200px;
}

@media only screen and (max-width: 600px) {
  #conceptos .box ul li {
    min-width: 150px;
  }
}

@media only screen and (max-width: 480px) {
  #conceptos .box ul li {
    width: 100%;
  }
}

#conceptos .box ul li .isotipo {
  width: 100px;
  height: auto;
  margin: 0 auto 30px auto;
}

@media only screen and (max-width: 767px) {
  #conceptos .box ul li .isotipo {
    width: 80px;
  }
}

@media only screen and (max-width: 480px) {
  #conceptos .box ul li .isotipo {
    width: 60px;
    margin: 30px auto 10px auto;
  }
}

#conceptos .box ul li p {
  font-weight: 700;
  margin: 0 auto;
}

#conceptos .box ul li:nth-child(1) img {
  -webkit-animation: float 3s ease-in-out infinite;
  -moz-animation: float 3s ease-in-out infinite;
  -ms-animation: float 3s ease-in-out infinite;
  -o-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

#conceptos .box ul li:nth-child(2) img {
  -webkit-animation: pulse 3s ease-in-out infinite;
  -moz-animation: pulse 3s ease-in-out infinite;
  -ms-animation: pulse 3s ease-in-out infinite;
  -o-animation: pulse 3s ease-in-out infinite;
  animation: pulse 3s ease-in-out infinite;
}

#conceptos .box ul li:nth-child(3) img {
  -webkit-animation: elasticSpin ease 2s infinite;
  -moz-animation: elasticSpin ease 2s infinite;
  -ms-animation: elasticSpin ease 2s infinite;
  -o-animation: elasticSpin ease 2s infinite;
  animation: elasticSpin ease 2s infinite;
}

#preview .box .anoanimado {
  height: 200px;
  width: 200px;
  display: block;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: ano ease 3s infinite;
  -moz-animation: ano ease 3s infinite;
  -ms-animation: ano ease 3s infinite;
  -o-animation: ano ease 3s infinite;
  animation: ano ease 3s infinite;
}

@media only screen and (max-width: 480px) {
  #preview .box .anoanimado {
    height: 150px;
    width: 150px;
  }
}

.divshape {
  position: absolute;
  height: 70px;
  left: 564px;
  top: 40px;
}

.divshape .shape {
  border-radius: 50%;
  -webkit-animation: 4s morph infinite;
  -moz-animation: 4s morph infinite;
  -ms-animation: 4s morph infinite;
  -o-animation: 4s morph infinite;
  animation: 4s morph infinite;
}

.estrella {
  position: absolute;
  height: 65px;
  left: 564px;
  top: 41px;
  width: 65px;
  display: block;
  background-image: url("../img/isotipo-3.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: elasticSpiner ease 4s infinite;
  -moz-animation: elasticSpiner ease 4s infinite;
  -ms-animation: elasticSpiner ease 4s infinite;
  -o-animation: elasticSpiner ease 4s infinite;
  animation: elasticSpiner ease 4s infinite;
}

.logoanimado {
  height: 150px;
  width: 800px;
  display: block;
  background-image: url("../img/base.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.logoanimado #anos {
  -webkit-animation: cambiacolor ease 4s infinite;
  -moz-animation: cambiacolor ease 4s infinite;
  -ms-animation: cambiacolor ease 4s infinite;
  -o-animation: cambiacolor ease 4s infinite;
  animation: cambiacolor ease 4s infinite;
}

@media only screen and (max-width: 991px) {
  .logoanimado {
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media only screen and (max-width: 767px) {
  .logoanimado {
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@media only screen and (max-width: 600px) {
  .logoanimado {
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@media only screen and (max-width: 480px) {
  .logoanimado {
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
}

.bombilla {
  height: 60px;
  width: 60px;
  padding: 16px 15px 14px 15px;
  border-radius: 30px;
  background: #0b276b;
  top: 10px;
  right: 30px;
  position: absolute;
  -webkit-animation: bounce 3s ease-in-out infinite;
  -moz-animation: bounce 3s ease-in-out infinite;
  -ms-animation: bounce 3s ease-in-out infinite;
  -o-animation: bounce 3s ease-in-out infinite;
  animation: bounce 3s ease-in-out infinite;
}

.bombilla img {
  width: 30px;
  height: 30px;
}

.oscuro {
  background: #0d1e3f;
}

.oscuro .intropagina {
  color: white;
}

.oscuro .estrella {
  background-image: url("../img/isotipo-white.svg");
  -webkit-animation: elasticSpiner ease 4s infinite;
  -moz-animation: elasticSpiner ease 4s infinite;
  -ms-animation: elasticSpiner ease 4s infinite;
  -o-animation: elasticSpiner ease 4s infinite;
  animation: elasticSpiner ease 4s infinite;
}

.oscuro .logoanimado {
  background-image: url("../img/base-white.svg");
}

.oscuro .logoanimado #anos {
  fill: white !important;
}

.oscuro .divshape .shape {
  -webkit-animation: 4s morphwhite infinite;
  -moz-animation: 4s morphwhite infinite;
  -ms-animation: 4s morphwhite infinite;
  -o-animation: 4s morphwhite infinite;
  animation: 4s morphwhite infinite;
}

#fin {
  background: #0b276b;
}

#fin img {
  width: 150px;
  height: auto;
  margin: 0 auto 30px auto;
}

.videoanimado {
  height: 340px;
  width: 300px;
  display: block;
  background-image: url("../img/base-20.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.videoanimado #anos {
  -webkit-animation: cambiacolor ease 4s infinite;
  -moz-animation: cambiacolor ease 4s infinite;
  -ms-animation: cambiacolor ease 4s infinite;
  -o-animation: cambiacolor ease 4s infinite;
  animation: cambiacolor ease 4s infinite;
}

@media only screen and (max-width: 991px) {
  .videoanimado {
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media only screen and (max-width: 767px) {
  .videoanimado {
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@media only screen and (max-width: 600px) {
  .videoanimado {
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@media only screen and (max-width: 480px) {
  .videoanimado {
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
}

.videoanimado .divshape {
  position: absolute;
  height: 160px;
  width: 160px;
  left: 140px;
  top: 3px;
}

.videoanimado .divshape .shape {
  border-radius: 50%;
  -webkit-animation: 4s morphbig infinite;
  -moz-animation: 4s morphbig infinite;
  -ms-animation: 4s morphbig infinite;
  -o-animation: 4s morphbig infinite;
  animation: 4s morphbig infinite;
}

.videoanimado .estrella {
  position: absolute;
  height: 160px;
  left: 140px;
  top: 0;
  width: 160px;
  -webkit-animation: elasticSpiner ease 4s infinite;
  -moz-animation: elasticSpiner ease 4s infinite;
  -ms-animation: elasticSpiner ease 4s infinite;
  -o-animation: elasticSpiner ease 4s infinite;
  animation: elasticSpiner ease 4s infinite;
}

/* Animación */
@keyframes morph {
  0%, 30% {
    transform: scale(1);
    width: 65px;
    height: 65px;
    background: #009fe3;
    border-radius: 50%;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    transition: 0.3s;
  }
  35%, 60% {
    transform: scale(1);
    width: 65px;
    height: 70px;
    margin: 0;
    border-radius: 50%;
    background: #66b32d;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    border-radius: 26%;
  }
  65%, 95% {
    width: 65px;
    height: 70px;
    transform: scale(0.001);
    margin: 0;
    background: #66b32d;
    border-radius: 50%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    border-radius: 26%;
  }
  100% {
    transform: scale(1);
    width: 65px;
    height: 65px;
    background: #009fe3;
    border-radius: 50%;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    transition: 0.3s;
  }
}

@keyframes morphwhite {
  0%, 30% {
    transform: scale(1);
    width: 65px;
    height: 65px;
    background: white;
    border-radius: 50%;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    transition: 0.3s;
  }
  35%, 60% {
    transform: scale(1);
    width: 65px;
    height: 70px;
    margin: 0;
    border-radius: 50%;
    background: white;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    border-radius: 26%;
  }
  65%, 95% {
    width: 65px;
    height: 70px;
    transform: scale(0.001);
    margin: 0;
    background: white;
    border-radius: 50%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    border-radius: 26%;
  }
  100% {
    transform: scale(1);
    width: 65px;
    height: 65px;
    background: white;
    border-radius: 50%;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    transition: 0.3s;
  }
}

@keyframes morphbig {
  0%, 30% {
    transform: scale(1);
    width: 160px;
    height: 160px;
    background: #009fe3;
    border-radius: 50%;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    transition: 0.3s;
    left: 0;
  }
  35%, 60% {
    transform: scale(1);
    width: 150px;
    height: 160px;
    position: relative;
    left: 5px;
    border-radius: 50%;
    background: #66b32d;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    border-radius: 26%;
  }
  65%, 95% {
    width: 140px;
    height: 160px;
    transform: scale(0.001);
    background: #66b32d;
    border-radius: 50%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    border-radius: 26%;
  }
  100% {
    transform: scale(1);
    width: 160px;
    height: 160px;
    background: #009fe3;
    border-radius: 50%;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    transition: 0.3s;
  }
}

@keyframes cambiacolor {
  0%, 30% {
    fill: #009fe3;
  }
  35%, 60% {
    fill: #66b32d;
  }
  65%, 95% {
    fill: #f6a22c;
  }
  100% {
    fill: #009fe3;
  }
}

@keyframes elasticSpiner {
  0% {
    transform: scale(0.001);
  }
  5%, 60% {
    transform: scale(0.001);
  }
  65% {
    transform: scale(1);
  }
  95% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.001);
  }
}

@keyframes bounce {
  0%, 30%, 50%, 70%, 100% {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  40% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes ano {
  0% {
    background-image: url("../img/anos-1.svg");
  }
  30% {
    background-image: url("../img/anos-1.svg");
  }
  35% {
    background-image: url("../img/anos-2.svg");
  }
  60% {
    background-image: url("../img/anos-2.svg");
  }
  65% {
    background-image: url("../img/anos-3.svg");
  }
  95% {
    background-image: url("../img/anos-3.svg");
  }
  100% {
    background-image: url("../img/anos-1.svg");
  }
}

@keyframes float {
  0% {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes shadow-scale {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  50% {
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
}

@keyframes scaleIn {
  from {
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes pulse {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes elasticSpin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
