:root {
    --background: #F0F0F0;
    /* --celeste: #CFF4FC; */
  }

body {
    background-color: var(--background);
}

/* footer {
    background-color: var(--celeste);

} */
.table {
    width: 100%;
}

.buttonHover:hover {
    background-color: #fff;
    border-radius: 5px;
    text-decoration: none;
    color: black;

}

.showMore:hover {
    cursor: pointer;
    
}

#logo:hover {
    background-color: none;
}

/* .password-container {
    position: relative;
    width: 100%;
}
.eye-icon {
    position: absolute;
    transform: translateX(-20%);
} */

.fondo-inputs {
    background-color: #F1F1F1;
}

.overflow {
    max-height: 44px; /* Define una altura fija */
    overflow-y: auto;  /* Habilita el scroll vertical */
}

.hero {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url('../images/hero.jpg'); */
    background-size: cover;
    background-position: center;
    height: 88vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}