@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Regular.ttf');
}

.dropdown-item {
  font-size: .85em;
}

.dropdown-item:hover {
  color: #8FBE00 !important;
}

.dropdown-item:active {
  color: #ffffff !important;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: #8FBE00;
}

body,
html {
  height: 100%;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}

/* Login */
.bg {
  background-image: url("images/fondo-tec-neutro.webp");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-color-cliente {
  background-color: #8FBE00;
  color: #ffffff;
  border-radius: 40px;
  padding-right: 30px;
  padding-left: 30px;
}

.btn-color-cliente:active {
  background-color: #aadb17;
  color: #ffffff;
}

.btn-color-cliente:hover {
  background-color: #aadb17;
  color: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Menu rail lateral */
.logo-w {
  height: 30px;
  border: 0;
  opacity: 0.5;
  transition: 0.5s;
}

.logo-w:hover {
  height: 33px;
  opacity: 1;
}

.flex {
  display: flex;
}

.ae-body {
  height: 100vh;
}

.ae-nav-rail {
  width: 5rem;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #E1E6C5;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
  z-index: 1000;
  position: fixed;
}

.avatar {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -5px;
}

/* header */

.nombre-usuario-index {
  color: #739800;
}

.color-cliente {
  color: #739800;
}

.color-cliente:hover {
  color: #8FBE00;
}

.ae-content {
  background-color: #FDFDFD;
  padding: 1rem 2rem;
  font-size: small;
}

.ae-container {
  padding-left: 5rem;
}

.fondo-color {
  background-color: #F5F5F5;
}

.custom-tooltip {
  --bs-tooltip-bg: #535d5c;
}

.ico-tamano {
  width: 80px;
  margin: 20px;
}

h2 {
  font-size: 2.5em;
  padding: 20px 0;
  font-family: 'Inter';
  color: #739800;
}