html {
  width: 100%;
  color:rgb(0, 0, 0)!important;
}

body {
  overflow-x: hidden !important;
  color:rgb(0, 0, 0)!important;
}

body.show-spinner>main {
  overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner>* {
  opacity: 0;
}

/* Spinner */
body.show-spinner::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}



.total {
  background-color: #0000a0 !important;
}

.asociados {
  background-color: #0f0fff !important;
}

.train {
  background-color: #ff7a00 !important;
}

.botonlanix{
  background-color: #343434;
  padding: 5px 10px 3px 10px!important;
  color: #fff;
}

.botonlanix:hover{
  background-color: #f2a10c;
  padding: 5px 10px 3px 10px!important;
  color: #fff;
}



.menu .main-menu ul li span a:hover {
  color:#ee3237 ;
}

.menu .main-menu ul li a:hover {
  color:#ee3237 ;
}

.cifra{
  font-size: 25px;
  font-weight: 700;
  color:#ee3237;
  line-height:.6rem;
}

a {
	text-decoration: none!important;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.rally {
  background-color: #001337!important;
}




