.login-container {
    width: 100%;
    height: 100vh;
    justify-content: center;
    background-color: #f0f0f0;
    font-family: 'Arial', sans-serif;
    border-radius: 10px;
    border: 1px solid #ccc;
}
h1{
    display:block;
    width: 100%;
    text-align: center;
    font-size:18px;
}
.login-container input[type="text"],
.login-container input[type="password"] {
    width: 250px;
    padding: 3px;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.menu{
    list-style: none;
    padding: 0;
    margin: 5px auto;
    display: block;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    width: 80%;
    background-color: #f8f8f8;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    color: #333;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;

}
.menu li {
    padding: 10px;
    text-align: center;
    display: block;
    width: 50%;
    margin: auto;
    border-radius: 5px;
    transition: background-color 0.3s;

}
.menu li a{
    color: white;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
    text-align: left;
    width: 100%;
}
.titulo{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    background-color: black;
}
input[type="text"], input[type="date"], select, textarea {
    width: 300px;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}
input [type="file"] {
    width: 320px;
    padding: 10px;
    background-color: #013cbc;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.container-form{
    width: 100%;
    height: 100vh;
    display: block;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    font-family: 'Arial', sans-serif;
    border-radius: 10px;
    border: 1px solid #ccc;
    text-align: center;
}

header {
    .contenedor {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: white;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
}
.formulario {
  max-width: 600px;
  margin: auto;
  padding: 20px;
  background: #f3f3f3;
  border-radius: 10px;
}
.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.form-group label {
  flex: 0 0 180px; /* ancho fijo para los labels */
  font-weight: bold;
}

.form-group input,
.form-group select {
  flex: 1; /* los inputs se expanden */
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.table-actividades{
    overflow-x: auto;
    margin: 2px;
    width: 98%;
    margin: 0 auto;
    font-size: 8px;
}
.btn-actividades{
    display: block;
    text-decoration: none;
    width: 80%;
    margin: auto;
    height: 15px;
    padding: 0;
    color:#fff;
    font-size: 10px;
}
.tbl-actividades{
    display: block;
    width: 90%;
}
.tituloActividades {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f8f8f8;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    width: 100%;
    margin: 20px auto;
    padding: 15px;
    box-sizing: border-box;
}
.tituloActividades h2 {
    margin: 0;
    font-size: 24px;
    display: inline-block;
}
.tituloActividades span {
    font-size: 14px;
    color: #666;
    display: inline-block;
    font-weight: bold;
}



.navbar-custom {
        background-color: #f8f9fa;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .navbar-brand img {
        height: 80px;
    }
    .nav-controls .btn {
        margin-left: 8px;
        font-size: 0.9rem;
    }
    .btn-login{
    width: 150px;
    height: 40px;
    background-color: rgb(255, 221, 0);
    color: black;
    font-weight: 700;
    font-size: 16px;
    border: none;
    border-radius: 10px;
}
.btn-login:hover{
    background-color: rgb(232, 175, 4);
    cursor: pointer;
    font-size: 18px;
}
.tarjeta-login{
    display: flex;
    width: 60%;
    margin: 80px auto 40px auto;
    border-radius: 20px;
    box-shadow: 0 5px 9px rgba(0,0,0,0.1);
    background-color: white;
    color:#666;
}
    .titulo-login{
        color: black;
        font-size: 24px;
        text-align: left;
    }
    .link-correo{
        text-decoration: none;
        color: blue;
    }
    .form-login{
        display: inline-block;
        width: 47%;
        margin: auto;
        font-size: 12px;
        text-align: justify;
        padding: 0;
    }
    .form-login img{
        display: block;
        width: 100%;
        margin: auto;
    }
    .img-lateral{
        display: inline-block;
        width: 47%;
        border-radius: 0 20px 20px 0;
    }
    .img-lateral img{
        border-radius: 0 20px 20px 0;
    }
    .img-dosimetria{
        width: 100%;
        height: 100%;
    }
.enlace-login{

    display: block;
    width: 50%;
    margin: 20px auto auto auto;
    text-align: center;
}
.enlace-login a{
    text-decoration: none;
    color: blue;
    font-size: 14px;
    transition: color 0.3s;

}
.enlace-login a:hover{
    color: rgb(43, 82, 255);
    font-size: 18px;

}
        @media (max-width: 768px) {
            .nav-controls .btn {
                margin: 5px 0;
                width: 100%;
            }
            .tarjeta-login{
                width: 95%;
            }
            .login-container input[type="text"],
.login-container input[type="password"] {
    width: 90%;
    padding: 10px;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.form-login{
    width: 100%;
    font-size: 14px;
    padding: 5px;
}
.img-lateral{
    display: none;
}

        
        
        }
