a {
  cursor: pointer;
}

a.link_forgot, a.link_forgot:visited {
  color: black;
}

a.link_forgot:hover {
  color: #bcbcbc;
}

.color_guinda {
  color: #691C32 !important;
}

.bg_guinda {
  background-color: #691C32 !important;
}

.btn_guinda {
  border-color: #691c32 !important;
  background-color: #691c32 !important;
  color: white !important;
  box-shadow: none !important;
}

.btn_rounded {
  border-radius: 18px !important;
}

.bg_verde {
  background-color: #10312B !important;
}

@media (min-width: 300px) and (max-width: 575px){
  .navbar-brand.sidebar-brand {
    width: 55% !important;
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 767px){
  .navbar-brand.sidebar-brand {
    width: 35% !important;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .navbar-brand.sidebar-brand {
    width: 30% !important;
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .navbar-brand.sidebar-brand {
    width: 23% !important;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .navbar-brand.sidebar-brand {
    width: 15% !important;
    height: auto;
  }
}


.template {
  min-height: 100vh;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
}

@media (min-width: 992px) {
  .position_relative {
    position: relative;
  }
}

@media (min-width: 992px) {
  .bottom_img {
    position: absolute;
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .personajes {
    width: 80% !important;
  }
}

.title_login {
  text-align: center;
  top: 20%;
  margin: 0 auto;
  border-left: 6px solid #ffffff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .heading_login {
    font-size: 3rem !important;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .heading_login {
    font-size: 3.5rem !important;
  }
}


@media (min-width: 992px) {
  .border_radius_left {
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }
}

@media (min-width: 300px) and (max-width: 991px) {
  .border_radius_left {
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
  }
}

@media (min-width: 992px) {
  #h1_title_login::before {
    content: "¡Bienvenido!" !important;
  }
}

@media (min-width: 300px) and (max-width: 991px) {
  #h1_title_login::before {
    content: "Administración de usuarios" !important;
  }
}

/* NAV TABS ON LOGIN */

#navbar_tabs_login .nav-tabs {
  border-color: white white #bababa;
  border-width: 1.5px !important;
}

#navbar_tabs_login .nav-tabs .nav-link:hover {
  color: #8c8c8c !important;
  border-color: white white white white;
}

#navbar_tabs_login .nav-tabs .nav-link {
  color: black !important;
}

#navbar_tabs_login .nav-tabs .nav-link.active {
  font-weight: 700 !important;
  border-color: white white #2782ff;
  border-width: 3px !important;
}

#navbar_tabs_login .nav-tabs .nav-link.active:hover {
  color: #8c8c8c !important;
  border-color: white white #2782ff white;
}

@media (min-width: 300px) and (max-width: 991px) {
  .tab-content > #tab-2.huella, #tab-3.gafete {
    display: none;
    opacity: 0 !important;
  }
}

@media (min-width: 300px) and (max-width: 991px) {
  .tab-content > #tab-1.login {
    display: block;
    opacity: 1 !important;
  }
}

@media (min-width: 300px) and (max-width: 991px) {
  .card_movil {
    border-bottom-right-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }
}

hr.gray {
  opacity: 1;
  color: #c3c3c3;
}

.footer-background {
  background-color: #4d4d4d !important;
}

/* NAVBAR TABS ON INICIO */

#navbar_tabs_inicio .nav-tabs {
  border-color: white white #bababa;
  border-width: 1.5px !important;
}

#navbar_tabs_inicio .nav-link:hover {
  color: black !important;
  border-color: white white white white;
}

#navbar_tabs_inicio .nav-link {
  color: gray !important;
}

#navbar_tabs_inicio .nav-link.active {
  font-weight: 700 !important;
  border-color: white white #2782ff;
  border-width: 3px !important;
  color: black !important;
}

hr.mostaza {
  opacity: 1;
  color: #2782ff !important;
  width: 15%;
  border-style: solid;
  border-radius: 10px;
  border-width: .15rem !important;
}

.icon_sistema {
  /* fill: #10312B; */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.link_sistemas {
  text-decoration: none !important;
}

.border_radius_sistemas {
  border-radius: 3rem !important;
}

.cuadro_sistemas {
  border: 0.5px solid gray;
  border-radius: 3rem !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cuadro_sistemas:hover {
  border: 1px solid rgba(39,130,255,0.09) !important;
  background-color: rgba(39,130,255,0.09) !important;
}

.cuadro_sistemas:hover .icon_sistema {
  fill: #000000 !important;
}

.overlay-spinner {
  background-color:#EFEFEF;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0px;
  left: 0px;
  /*filter: alpha(opacity=50);*/
  background-color: rgba(255, 255, 255, 0.75);
  display: none;
  visibility: hidden;
  color: rgb(39,130,255) !important;
}

.bg_azul {
  background-color: #2462b7 !important;
}

.primary_color_text_login{
  color: #2462b7 !important;
  }

  @media (max-width: 991px) {
    .bg_azul {
      background-color: #ffffff !important;
    }
    
  }