.icon-3d {
  font-style: normal;
  padding: 10px;
  animation: icon3d 200ms 10;
  color: #fff;
}
.icon-3d:hover {
  animation: icon3d 200ms infinite;
}

@keyframes icon3d {
  0% {
    text-shadow: 5px 4px rgb(244, 67, 54), -5px -6px rgb(73, 66, 169);
  }
  25% {
    text-shadow: -5px -6px rgb(244, 67, 54), 5px 4px rgb(73, 66, 169);
  }
  50% {
    text-shadow: 5px -4px rgb(244, 67, 54), -8px 4px rgb(73, 66, 169);
  }
  75% {
    text-shadow: -8px -4px rgb(244, 67, 54), -5px -4px rgb(73, 66, 169);
  }
  100% {
    text-shadow: -5px 0 rgb(244, 67, 54), 5px -4px rgb(73, 66, 169);
  }
}
a {
  text-decoration: none;
}

@media only screen and (min-width: 900px) {
  main {
    min-height: 100vh;
    width: 100%;
  }
  main div.cover {
    height: 100vh;
    width: 100%;
    background-image: url("/media/wllp2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  main div.page {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 100vh;
  }
  footer {
    background-image: url("/media/continuacion.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100v;
  }
  footer .icon-3d {
    font-size: 70px;
  }
  footer .footer-inner {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    color: white;
  }
  footer .footer-inner .footer-title {
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-inner .footer-title h1 {
    text-align: center;
    font-size: 70px;
  }
  footer .footer-inner .flex-center-top {
    width: 100%;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .footer-inner .flex-center {
    width: 100%;
    min-height: 50vh;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 900px) {
  main {
    min-height: 100vh;
    width: 100%;
  }
  main div.cover {
    height: 100vh;
    width: 100%;
    background-image: url("/media/wllp2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  footer {
    background-image: url("/media/continuacion.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
  }
  footer a {
    height: 55px;
  }
  footer .title-footer {
    font-size: 70px;
    text-align: center;
  }
  footer .icon-font {
    font-size: 35px;
  }
  footer .flex-center-top {
    width: 100%;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .flex-center {
    width: 100%;
    min-height: 50vh;
    display: flex;
    justify-content: center;
  }
}/*# sourceMappingURL=main.css.map */