
.listaAlumnosForm .label.filtro {
    width: 60px;
}

.listaAlumnosForm .listaValores {
    width: 179px;
}

.listaAlumnosForm .inputFiltro {
    width: 60%;
}

.listaAlumnosForm textarea {
    width: 100%;
    height: 50px;
}

.alumnoForm .label {
    width: 82px;
}

.alumnoForm .label-long {
    width: 110px;
}

.vinlaboral-container {
    display: flex;
    align-items: center;
}

.labelObligatorio {
    color: #EA2E06 !important;
    /*margin-left: 0.4em;**/
}

.ajustarMarginInput {
    margin-left: 0px !important;
}

.alumnoForm input.lvAsignaturaCurso {
    width: 95%;
}

.camposAlumno .ui-g input {
    width: 70%;
}

.datosAsignatura {
    width: 50% !important;
}

.datosAsignatura .label {
    width: 80px;
}

.listaCursoForm .label {
    width: 60px;
}

.listaCursoForm input[type=text] {
    width: 200px;
}

.listaCursoForm td.columna-lp {
    text-align: center;
}

.infoUsuarioForm .label {
    width: 200px;
}

.elegirAsignatura {
    padding: 20px 0px;
}

.inputDireccion {
    width: 70%;
}

.login-content, .warn-welcome {
    max-width: 350px;
}

/* LOGIN Y LOGOUT*/
.login-content, .warn-welcome {
    max-width: 350px;
}

/*PAGINAS DE INICIO*/
.contenedorAcceso {
    max-width: 37rem;
    text-align: center;
}

.contenedorAcceso>.tituloPagina {
    font-size: 1.3em;
}

.atlasContenedorHijo {
    max-width: 56rem;
    margin: 0 auto;
    /*display: inline-block;*/
    display: block;
    padding-top: 1.5rem;
}

.atlasContenedorHijo:after {
    content: "";
    display: table;
    clear: both;
}

.atlasContenedorHijo a {
    float: none;
}

.atlasContenedorHijo a:hover {
    color: none;
    text-decoration: none;
}

.atlasFicha {
    width: 250px;
    height: 200px;
    text-align: initial;
    border-radius: 3px;
    margin: 0.75rem 0.4rem 0.4rem 0.4rem;
    padding: 1rem;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0
        rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    float: left;
}

.atlasFicha:hover {
    background: #FAFAFA;
}

.atlasFichaTitulo {
    margin: 0.5rem 0 0 0;
    font-size: 1.5rem;
    display: inline;
}

.atlasFichaCuerpo {
    margin: 0.5rem 0 0.5rem 0;
    color: #7b7b7b;
    font-size: 14px
}

.atlasContenidoColorAzul {
    color: #557cac;
}

.atlasContenidoColorRojo {
    color: #ac5555;
}

.atlasIconoTamanoGrande {
    font-size: 4em;
}

.atlasIconoTamanoPequeno {
    font-size: 1em;
}

/* Contenedor que centra la tarjeta vertical y horizontalmente */
.contenedorFirma {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    width: 100%
    background-color: transparent;
}

/* Tarjeta blanca central */
.tarjetaFirma {
    background-color: #ffffff;
    width: 100%;
    max-width: 600px;
    padding: 40px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e1e4e8;
    box-sizing: border-box;
    margin: 0 auto;
}

/* Icono de éxito para la tarjeta */
.iconoExito {
    width: 80px;
    height: 80px;
    border: 2px solid #5cb85c;
    border-radius: 50%;
    margin: 0 auto 30px auto;
    position: relative;
    display: block;
}

/* Check dentro del círculo */
.iconoExito::after {
    content: '';
    position: absolute;
    left: 28px;
    top: 14px;
    width: 20px;
    height: 40px;
    border-bottom: 2px solid #5cb85c;
    border-right: 2px solid #5cb85c;
    transform: rotate(45deg);
}

/* Icono de error para la tarjeta */
.iconoError {
    width: 80px;
    height: 80px;
    border: 2px solid #dc3545; /* Color rojo */
    border-radius: 50%;
    margin: 0 auto 30px auto;
    position: relative;
    display: block;
}

/* Líneas que forman la X */
.iconoError::before, .iconoError::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 40px;
    background-color: #dc3545;
    left: 39px;
    top: 20px;
}

/* Rotamos la primera línea 45 grados */
.iconoError::before {
    transform: rotate(45deg);
}

/* Rotamos la segunda línea -45 grados */
.iconoError::after {
    transform: rotate(-45deg);
}


.tituloFirma {
    color: #555555;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    font-size: 32px;
    margin: 0 0 20px 0;
}

.textoFirma {
    color: #777777;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto 30px auto;
    max-width: 90%;
}

/* Contenedor para botones dentro de la tarjeta */
.accionesFirma {
    margin-top: 20px;
}
}