/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-promo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 0rem;
  padding-bottom: 0;
  text-align: center;
}
h1 {
  text-shadow: 0px 0px 10px #888888;
}
.boton {
  text-align: center;
  margin-bottom: 30px;
  background: #000000;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  border: 2px solid #cecece;
  box-shadow: 0px 0px 10px #555555;
  color: #ffffff;
  font-size: 24px;
  font-weight: bolder;
}
.platform-content {
  margin: 0px;
  padding: 0px;
}
.boton a {
  color: #00ff0a;
  font-size: 24px;
}
.parpadea {
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
@-moz-keyframes parpadeo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes parpadeo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes parpadeo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=custom_12.css.map */