:root {
  --secondary-color: #dee2e6;
  --color-danger: #f5c6cb;
  --color-warning: #ffeeba;
  --color-info: #bee5eb;
}


html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

footer {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 1rem;
}

footer > span {
    margin: 1rem;
} 

.btn-login {
    background-color: #3f6b9a;
    color: white;
}

.btn-action {
    display: block !important;
    margin: 0 auto;
}

.container {
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-width: 85vw;
}

.cuadroLogin {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 100%;
    padding: 1rem;
    text-align: center;
}

.image-fondo {
    /* background-image: url("https://www.unizar.es/sites/default/files/identidadCorporativa/recursos/marca_agua10.png"); */
    background-image: url("/static/img/marca_agua3.png");
    background-repeat: no-repeat;
    background-position-x:right;
    background-position-y:bottom;
    background-size: 30rem;
    display: flex;
    flex-direction: column; 
    flex: 1;
}

.titulomaestros{
    color: rgb(0, 0, 0);
    text-shadow: #111 8px 8px 8px;
}

#div-error {
    margin: auto;
    width: 25%;
}

#body-content {
    text-align:center;
}

.body-content {
    flex: 1;
}

#div-error {
    margin:0px auto;
    font-weight: bold;
}

/* menu */

.dropdown-menu {
    box-shadow: 2px 2px 3px #000;
}

#main-nav {
    width: 100%;
}

#loggedin-user > .nav-link {
    color: var(--blue);
}

.trans {
    opacity: 0.9;
}

.descripcion {
    border: 0px !important;
    margin-bottom: 2rem;
}

.descripcion__ayuda p {
    text-align: justify
}

.descripcion__fecha,
.destacar{
    padding: .2rem;
    background-color: var(--secondary-color);
}

.puntero {
    cursor: pointer;
}

.puntero .fa,
.puntero .bi {
    color: #000;
}

.leyenda {
    margin-top: 1rem;
    font-size: .8rem;
}

.leyenda__variable,
.leyenda__valor {
    padding: .2rem;
    background-color: var(--secondary-color);
    font-family: monospace;
    white-space: nowrap;
}

.leyenda__valores-list {
    list-style-type: none;
}

.leyenda__valores-item {
    margin: .3rem 0;
}

.tabla-acciones {
    margin: 2rem auto;
}

.tabla-acciones__fila {
    margin: 1rem auto;
}

.tabla-acciones__fila-titulo {
   font-size: 1.1rem;
   padding: .5rem !important;
   background-color: var(--gray);
   color: white;
   vertical-align: middle;
}

.linea-info {
    margin-bottom: .5rem;
    display: flex;
}

.info-titulo {
    padding-right: .5rem;
}

.u-margin-top-1 {
    margin-top: 1rem;
}

.u-margin-top-2 {
    margin-top: 2.5rem;
}

.u-margin-left-2 {
    margin-left: 2rem;
}

.u-margin-bottom-1 {
    margin-bottom: 1rem;
}

.u-margin-bottom-2 {
    margin-bottom: 2rem;
}

.u-uppercase {
    text-transform: uppercase;
}

.u-padding-lateral-1 {
    padding-left: .2rem;
    padding-right: .2rem;
}

.u-bold {
    font-weight: bold;
}