@charset "UTF-8";
body,
html {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #ffeb00;
  font-family: "Poppins", sans-serif;
  color: #f2f2f2;
  text-align: center;
  position: relative;
}

body {
  background-image: url(../../images/38464522_xl.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.logo {
  width: 70vw;
  left: 10vw;
  max-width: 680px;
  top: 10vh;
  position: fixed;
  z-index: 10;
}

@media (max-width: 575px) {
  .logo {
    width: 90vw;
    left: 5vw;
  }
}

.box {
  position: relative;
  z-index: 5;
  -webkit-transform: rotate(-15deg);
  transform: scale(1);
  opacity: 1;
}

.box svg {
  width: 100vw;
  height: auto;
  max-width: 1800px;
  z-index: 2000;
  position: absolute;
  overflow: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -80vh;
}

@media (min-width: 1600px) {
  .box svg {
    width: 80vw;
    bottom: -80vh;
  }
}

@media (max-width: 1360px) {
  .box svg {
    width: 75vw;
    bottom: -70vh;
  }
}

@media (max-width: 991px) {
  .box svg {
    width: 120vw;
    bottom: -70vh;
  }
}

@media (max-width: 768px) {
  .box svg {
    width: 150vw;
    bottom: -70vh;
  }
}

@media (max-width: 575px) {
  .box svg {
    width: 150vw;
    bottom: -60vh;
  }
}

.box svg .strokes {
  stroke: "#F2F2F2";
}

.earth {
  width: 35vw;
  height: 35vw;
  z-index: 6;
  background-image: url(../../images/mapa.png);
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  right: -5vw;
  bottom: -2vh;
  /* margin: auto; */
  -webkit-box-shadow: -30px -20px 0 0 rgba(0, 0, 0, 0.15) inset, -70px -30px 0 0 rgba(0, 0, 0, 0.1) inset, 5px 5px 0 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: -30px -20px 0 0 rgba(0, 0, 0, 0.15) inset, -70px -30px 0 0 rgba(0, 0, 0, 0.1) inset, 5px 5px 0 0 rgba(255, 255, 255, 0.2) inset;
  -webkit-animation: rotationEarth 5s infinite linear;
  animation: rotationEarth 8s infinite linear;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-15deg);
}

@media (max-width: 1360px) {
  .earth {
    width: 40vw;
    height: 40vw;
  }
}

@media (max-width: 991px) {
  .earth {
    width: 50vw;
    height: 50vw;
  }
}

@media (max-width: 768px) {
  .earth {
    width: 70vw;
    height: 70vw;
  }
}

.earth::after {
  content: "";
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 0;
  -webkit-box-shadow: 5px 20px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 20px 20px rgba(0, 0, 0, 0.5);
}

.earth::before {
  content: "";
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  background: linear-gradient(308deg, black 0%, rgba(255, 255, 255, 0) 41%);
  background: -o-linear-gradient(308deg, black 0%, rgba(255, 255, 255, 0) 41%);
}

.earth .king {
  width: 70%;
  position: absolute;
  left: 50%;
  bottom: 96%;
  -webkit-transform: translateX(-75%);
          transform: translateX(-75%);
}

.earth .king img {
  width: 100%;
  height: auto;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.earth .king::after {
  content: "";
  background-color: #000;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 70%;
  -webkit-box-shadow: 0 0 50px #000;
          box-shadow: 0 0 50px #000;
  opacity: 0.1;
  -webkit-transform: rotate(-20deg) scaleX(0.6) scaleY(0.4) translateX(15%);
          transform: rotate(-20deg) scaleX(0.6) scaleY(0.4) translateX(15%);
}

@-webkit-keyframes rotationEarth {
  from {
    background-position: 0 center;
  }
  to {
    background-position: 100% center;
  }
}

@keyframes rotationEarth {
  from {
    background-position: 0 center;
  }
  to {
    background-position: 100% center;
  }
}

.nousething {
  width: 30vw;
  height: auto;
  position: absolute;
  right: 25vw;
  bottom: -3%;
  opacity: 0.85;
  z-index: 7;
}

@media (max-width: 991px) {
  .nousething {
    width: 40vw;
    right: 35vw;
  }
}

@media (max-width: 768px) {
  .nousething {
    width: 55vw;
    right: 40vw;
  }
}

@media (max-width: 575px) {
  .nousething {
    width: 55vw;
    right: 45vw;
    bottom: 5%;
  }
}

.child {
  width: 30vw;
  right: 0;
  bottom: -2%;
  position: absolute;
  z-index: 8;
}

@media (max-width: 1200px) {
  .child {
    width: 40vw;
    right: 0;
  }
}

@media (max-width: 768px) {
  .child {
    width: 60vw;
    right: 0;
  }
}

@media (max-width: 575px) {
  .child {
    width: 80vw;
    right: 0;
  }
}

.child > div {
  width: 35%;
  height: auto;
  position: absolute;
}

.child > div.a {
  left: 33%;
  bottom: 0;
  z-index: 3;
}

.child > div.a .hand1 {
  width: 35%;
  -webkit-transform-origin: 60% 90%;
  transform-origin: 60% 90%;
  position: absolute;
  top: 12%;
  left: 10%;
  z-index: 1;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-animation: a1 1.5s infinite linear;
          animation: a1 1.5s infinite linear;
}

.child > div.a .hand2 {
  width: 35%;
  -webkit-transform-origin: 40% 90%;
  transform-origin: 40% 90%;
  position: absolute;
  top: 6%;
  right: 24%;
  z-index: 1;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation: a2 1.5s infinite linear;
          animation: a2 1.5s infinite linear;
}

.child > div.a > img {
  position: relative;
  z-index: 2;
}

.child > div.b {
  right: 5%;
  bottom: 0;
  z-index: 1;
  -webkit-animation: bb 2s infinite ease-in-out;
          animation: bb 2s infinite ease-in-out;
}

.child > div.b .hand1 {
  width: 30%;
  -webkit-transform-origin: 60% 90%;
  transform-origin: 60% 90%;
  position: absolute;
  top: 20%;
  left: 17%;
  z-index: -1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.child > div.c {
  left: 5%;
  bottom: 0;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation: cc 3s infinite linear;
          animation: cc 3s infinite linear;
  z-index: 2;
}

@-webkit-keyframes bb {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bb {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes a1 {
  0% {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
}

@keyframes a1 {
  0% {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
}

@-webkit-keyframes a2 {
  0% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  50% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  100% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}

@keyframes a2 {
  0% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  50% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  100% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}

@-webkit-keyframes cc {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes cc {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.link {
  width: 70%;
  left: 0%;
  font-size: 30px;
  color: #ca1b1e;
  position: absolute;
  font-weight: bold;
  bottom: 10%;
  left: 15%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1200px) {
  .link {
    width: 80%;
    left: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 991px) {
  .link {
    font-size: 34px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .link {
    width: 80vw;
    left: 10vw;
    bottom: 0%;
    display: block;
  }
}

@media (max-width: 575px) {
  .link {
    bottom: 0%;
    display: block;
    font-size: 24px;
  }
}

.link a {
  display: block;
  text-align: left;
  margin-bottom: 0.3em;
  background: #000;
  padding: 0 20px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 5px;
          box-shadow: 0 0 5px;
  cursor: pointer;
  position: relative;
  color: #fff;
  margin: 0 15px;
  margin-bottom: 1em;
  z-index: 5;
}

@media (max-width: 575px) {
  .link a {
    margin-bottom: 1em;
  }
}

.link a:before {
  content: "◎";
  margin-right: 0.5em;
}

.link a:hover {
  background: #000;
}

.derws {
  opacity: 0.5;
  -webkit-transform: translateX(30%) rotate(-5deg);
  transform: translateX(30%) translateY(-70%) rotate(-5deg);
  position: absolute;
  right: 0;
  max-width: 100%;
  top: 50%;
}
/*# sourceMappingURL=animation.css.map */