.bg-gradient-primary {
  background-color: #009688 !important;
  background-image: linear-gradient(
    180deg,
    #323232 10%,
    #009688 100%
  ) !important;
  background-size: cover !important;
}
/*494c4c*/
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #af2cc5;
  border-color: #af2cc5;
}

.header_sepac {
  background-color: #af2cc5 !important;
  color: white !important;
}

.card_sepac {
  background-color: #af2cc5 !important;
  color: #fdfdfd !important;
}

.bienvenida {
  margin-top: 2.3% !important;
  width: 800px !important;
  height: 600px !important;
}

.equis_white {
  color: white !important;
}

.sexof {
  background: #ff0080;
  border-color: #ff0080;
}

.bg-warning {
  background-color: #ff5252 !important;
}

.bg-success {
  background-color: #96a1a0 !important;
}

.boton_verde {
  transition: 1s !important;
  background-color: #009688;
  color: white;
  font-weight: bold;
  border-color: #009688;
}

.boton_pastel {
  transition: 1s !important;
  background-color: #ff5252;
  color: white;
  font-weight: bold;
  border-color: #ff5252;
}

.boton_azul {
  transition: 1s !important;
  background-color: #00568c;
  color: white;
  font-weight: bold;
  border-color: #00568c;
}

.boton_azul_oscuro {
  transition: 1s !important;
  background-color: #1b1464;
  color: white;
  font-weight: bold;
  border-color: #1b1464;
}

.boton_amarillo {
  transition: 1s !important;
  background-color: #fdfd96;
  color: black;
  font-weight: bold;
  border-color: #fdfd96;
}

.boton_morado {
  transition: 1s !important;
  background-color: #ba9df4;
  color: white;
  font-weight: bold;
  border-color: #ba9df4;
}

.boton_verde:hover {
  transition: 1s !important;
  background-color: #ffffff !important;
  border-color: #96a1a0 !important;
  color: #009688 !important;
  cursor: pointer;
}

.boton_pastel:hover {
  transition: 1s !important;
  background-color: #ffffff !important;
  border-color: #ff5252 !important;
  color: #ff5252 !important;
  cursor: pointer;
}

.boton_azul:hover {
  transition: 1s !important;
  background-color: #ffffff !important;
  border-color: #00568c !important;
  color: #00568c !important;
  cursor: pointer;
}

.boton_azul_oscuro:hover {
  transition: 1s !important;
  background-color: #ffffff !important;
  border-color: #1b1464 !important;
  color: #1b1464 !important;
  cursor: pointer;
}

.boton_amarillo:hover {
  transition: 1s !important;
  background-color: #ffffff !important;
  border-color: #fdfd96 !important;
  color: black !important;
  cursor: pointer;
}

.boton_morado:hover {
  transition: 1s !important;
  background-color: #ffffff !important;
  border-color: #ba9df4 !important;
  color: #ba9df4 !important;
  cursor: pointer;
}

.letra_verde {
  color: #009688 !important;
}

.letra_naranja {
  color: #ff5252 !important;
}

.letra_azul {
  color: #00568c !important;
}

.letra_azul_oscuro {
  color: #1b1464 !important;
}

.alertify-notifier .ajs-message.ajs-success {
  background: rgba(91, 189, 114, 0.95);
  color: white !important;
  font-size: 20px;
}

.alertify-notifier .ajs-message.ajs-error {
  background: rgba(217, 92, 92, 0.95);
  color: white !important;
  font-size: 20px !important;
}

.letra_menu {
  font-size: 14px !important;
}

/*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    
}

::-webkit-scrollbar {
    width: 13px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #FF6D00;
    
}

::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    
}

::-moz-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-moz-scrollbar-thumb {
    background-color: #FF6D00;  
}*/
