* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#img-login {
  padding-bottom: 70px;
}

#log-gest-cont {
  width: 50%;
}

.navbar {
  height: 60px;
}

.logo-nav {
  height: 40px;
}

.offcanvas-header {
  height: 60px;
}

.cont-cst {
  height: calc(100% - 60px);
}

.nav-link {
  color: #2e2e2e;
}

.nav-item .nav-link.active {
  color: white;
  background-color: #e00d17;
  font-weight: bold;
}

.nav-link:focus,
.nav-link:hover {
  color: white;
  background-color: #e00d17;
}

#activity {
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

#activity .dropdown-toggle {
  border-color: #2e2e2e;
}

#activity .dropdown-toggle * {
  color: #2e2e2e;
}

#activity .dropdown-menu {
  min-width: 0 !important;
  width: 100px;
}

#activity .dropdown-item {
  min-width: 0 !important;
  display: flex;
  justify-content: end;
  font-size: 0.7rem;
}

.dropdown-toggle::after {
  display: none !important;
}

img.card-img-top {
  height: 110px;
}

.card-title {
  color: #2e2e2e;
  font-size: 0.8rem;
  line-height: 0.8rem;
}

#viewer {
  height: calc(100% - 35px);
}

#viewer-title {
  height: 35px;
}

#viewer-title h2 {
  font-size: 1.5rem;
  color: #2e2e2e;
}

#viewer-title i {
  font-size: 1rem;
  color: #2e2e2e;
}

#viewer-title .btn {
  border-color: #2e2e2e;
}

@media screen and (min-width: 576px) {
  #log-gest-cont {
    width: 20%;
  }

  img.card-img-top {
    height: 130px;
  }

  .card .card-title {
    font-size: 1rem;
    line-height: 1rem;
  }
}

@media screen and (min-width: 992px) {
  img.card-img-top {
    height: 130px;
  }
}

@media screen and (min-width: 1400px) {
  img.card-img-top {
    height: 200px;
  }

  .card:hover {
    scale: 1.02;
    box-shadow: 0px 0px 10px 2px #cccccc;
  }

  #activity {
    opacity: 0;
  }

  .card:hover #activity {
    opacity: 1;
  }

  #viewer {
    height: calc(100% - 40px);
  }

  #viewer-title {
    height: 40px;
  }

  #viewer-title h2 {
    font-size: 2rem;
  }

  #viewer-title i {
    font-size: 1.2rem;
  }
}

/* PAGINA 404 */
.custom-bg {
  background: linear-gradient(to right, #e2e8f0, #e5e7eb);
}

@media (prefers-color-scheme: dark) {
  .custom-bg {
    background: linear-gradient(to right, #1f2937, #111827);
    color: white !important;
  }
}
