body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}

h5 {
  font-weight: 700;
  font-size: 14px;
}

.titular {
  font-weight: 900;
  font-size: 80px;
  text-align: center;
}

.logo-header {
  max-width: 35px;
  margin: 0 auto;
}

.link {
  color: #fccc08 !important;
  font-weight: 700;
  text-decoration: none;
}

.footer {
  background-color: #777;
}

.box-logo-header {
  border-bottom: 3px solid #f7f7f7;
}

.copyRight {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.logo-footer {
  max-width: 180px;
  margin: 0 auto;
}

.imagen-header {
  color: #fff;
  background-image: url("general_banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.columna-texto {
  padding-bottom: 80px;
}

.box-formulario {
  padding-bottom: 80px;
}

.menu-link {
  font-weight: 700;
  font-size: 14px;
  color: #fccc08;
}

.menu-link a {
  color: #fccc08;
  text-decoration: none;
}

.menu-link a:hover {
  text-decoration: underline;
}

.invalid-feedback {
  display: block;
}

#splash {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: #fccc08;
  overflow: hidden;
}

.hiddeSplash {
  display: none !important;
}

.lds-heart {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-heart div {
  top: 11px;
  left: 6px;
  position: absolute;
  width: 70px;
  height: 70px;
  -webkit-animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes lds-heart {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  39% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes lds-heart {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  39% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
/*# sourceMappingURL=moca-style.css.map */