html, body {
  background-color: #002A60;
  color: #636b6f;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  height: 100vh;
  margin: 0; }

.splash .links {
  margin: 50px 0; }

.splash ul {
  list-style: none;
  font-weight: 600; }

.splash .nav li a {
  border-radius: 0px !important;
  padding: 22px 20px !important;
  color: #fff;
  background-color: #0F567E;
  border-color: #0F567E;
  padding: 10px 25px;
  font-size: 14px;
  text-transform: uppercase; }

.splash .nav li a:hover {
  color: #F9B804;
  background: #0F567E !important; }

.splash .nav li:last-child a {
  background-color: #F9B804;
  border-color: #F9B804;
  color: #002A60; }

.splash .nav li:last-child a:hover {
  color: #fff;
  background-color: #0F567E;
  border-color: #0F567E; }

.splash img {
  margin-bottom: 17px !important; }

/***********MEDIA QUERY PARA LOS BOTONES DEL SPLASH***********/
@media (max-width: 1100px) {
  .splash .nav li a {
    font-size: 12px; } }
@media (max-width: 800px) {
  .flex-center {
    display: inline !important; }

  .splash .nav li {
    float: none;
    margin: 4px 0; }

  .logosIMG {
    margin: 52px 0 0 !important; }

  .splash .links {
    margin: 50px 14%; }

  footer {
    position: relative !important; } }
@media (max-width: 914px) {
  .splash .nav li a {
    padding: 22px 14px !important; } }
nav img {
  height: 45px;
  float: left;
  margin: 2px;
  margin-left: 60px; }

.logosIMG {
  margin: -53px -15px -15px 0px; }

footer {
  background-color: rgba(255,255,255,0.1);
  bottom: 0px;
  color: #7b9fb2 !important;
  height: 50px;
  font-size: 13px;
  font-weight: bold;
  line-height: 50px !important;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

.full-height {
  height: 100vh; }

.flex-center {
  align-items: center;
  display: flex;
  justify-content: center; }

.position-ref {
  position: relative; }

.top-right {
  position: absolute;
  right: 10px;
  top: 18px; }

.content {
  text-align: center; }

.title {
  font-size: 84px; }

.links > a {
  color: #fff;
  padding: 22px 25px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1rem;
  text-decoration: none;
  text-transform: uppercase; }

.links > #loginbtn {
  color: #0F567E;
  padding: 22 25px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1rem;
  text-decoration: none;
  text-transform: uppercase; }

.links > #loginbtn:hover {
  color: #fff;
  background-color: #0F567E;
  border-color: #0F567E;
  padding: 22 25px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1rem;
  text-decoration: none;
  text-transform: uppercase; }

.m-b-md {
  margin-bottom: 30px; }

/* ***** */

.splash .nav li:last-child a {
}


.loginStatus {
  margin: 60px 0 30px;
  text-align:center;
}

.loginStatus span {
  border-radius: 0px !important;
  padding: 9px 40px !important;
  font-size: 14px;
  font-weight:900;
  /* text-transform: uppercase; */
  background-color: #EECF2D;
  border-color: #EECF2D;
  color:  #0F567E;
  display:inline-block;
}

/*# sourceMappingURL=splash.css.map */

footer a { color: #7b9fb2 !important; }
@media screen and (max-width:991px){
    footer .footer-links a { white-space:nowrap; }
    footer .footer-links .sep { display:none; }
}

@media screen and (min-width:992px){
    .footer-left { text-align:left !important; }
    .footer-right { text-align:right !important; }
}