
.volver{
    margin-left: 2rem;
}

.container-personal{
    padding-left: 0;
    padding-right: 0;
}

.boton_navegacion{
    min-width: 15rem;
    height: 8rem;
}

.img_logo {
    max-width: 6rem;
}

.img_ver {
    max-width: 2rem;
}


.td_img_gastos{
    display: flex;
    justify-content: center;
}
.img_gasto{
    max-width: 4rem;
}


.image {
    max-width: 150px;
    cursor: pointer;
}

.cabecera-modal-img-amp {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.modal-foto {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;	   
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    display: block;
    margin: auto;
    margin-top: 9rem;
    width: 600px;
    height: auto;
}

.disp-modal{
    display: flex;
    max-width: 10rem;
    max-height: 10rem;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.close {
    color: white;
    font-size: 30px;
    font-weight: bold;
    top: 20px;
    right: 30px;
}

.a-index{
    text-decoration: none;
}

.boton-inicio{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 22px;
}

.envio-correcto-liquidacion{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.alinear_vertical{
    vertical-align: middle;
}

.alinear_totales{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.error-container {
    text-align: center;
    padding: 100px;
}

.error-code {
    font-size: 120px;
    color: #e74c3c;
}

.error-message {
    font-size: 24px;
    color: #e74c3c;
}

.back-link {
    color: #e74c3c;
    text-decoration: none;
    font-weight: bold;
}

.back-link:hover {
    text-decoration: underline;
}


body {
    font-family: Arial, sans-serif;
				   
}

.image-container {
    text-align: center;
				   
}

#zoom-button {
    margin-top: 10px;
    cursor: pointer;
					  
} 

.blanco{
    color: white;
}


.div-login{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;  
}

.contenedor-login {
    position: relative;
    width: 400px;
    height: auto;
    background: white;
    margin: 20px;
    overflow: hidden; 
    border: 2px solid #dc3545;     
    border-radius: 10px;
}

.boton-login {
    width: 100%;
    background: #dc3545;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 20px;
}

.invertir-color{
    filter: invert(100%);
}

.seleccionar{
    cursor: pointer;
}

.alinear_cabecera_totales{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.contenedor-enlace {
    position: relative;
    min-width: 20rem;
    height: 11rem;
    background: white;
    margin: 20px;
    overflow: hidden;
    border-radius: 10px;
  }

  .tamanio-fondo-imagen{
    background-size: cover;
    background-position: center;
    background-size: 48%;
    background-repeat: no-repeat;
    width: 100%;
    height: 85%;
    border: 2px solid #dc3545;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .imagen-fondo-liquidacion {
    background-image: url('/public/img/liquidaciones.svg');    
  }

  .imagen-fondo-nueva-liquidacion {
    background-image: url('/public/img/nueva_liquidacion.svg');    
  }

  .imagen-fondo-informes {
    background-image: url('/public/img/informes.svg');    
  }

  .imagen-fondo-usuarios {
    background-image: url('/public/img/usuarios.svg');    
  }

  .imagen-fondo-login {
    background-image: url('/public/img/login.svg');    
  }
  
  .imagen-fondo-dashboard {
    background-image: url('/public/img/dashboard.svg');    
  }

  .imagen-resumen-dashboard {
    background-image: url('/public/img/resumen.svg');    
  }
  
  .texto {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #dc3545;
    color: #fff; 
    text-align: center;
    padding: 5px; 
    font-size: 17px;
  }

  .imagen-vertical {
    transform: rotate(90deg); /* Rota la imagen 90 grados (orientación vertical) */
}