/* 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-slideshow .g-content {
  margin: 0rem;
  padding: 0rem;
}
.boton {
  text-align: center;
  margin-bottom: 10px;
  background: #000000;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 8px;
  border: 2px solid #cecece;
  box-shadow: 0px 0px 10px #555555;
  color: #ffffff;
  font-size: 20px;
  font-weight: bolder;
}
.boton a {
  color: #00ff0a;
  font-size: 20px;
}
.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;
  }
}
.text-promo {
  color: #feba35;
}
/*# sourceMappingURL=custom_13.css.map */