body{
    font-family: 'roboto condensed';
}

.pointer{
    cursor: pointer;
}
.modal-backdrop.show {
    opacity: 0.1;
}

.modal-dialog {
    position: relative;
    top: 1250px;
    /* right: 100px; */

    z-index: 10040;
    overflow: auto;
    overflow-y: auto;
}
#fotoCarnet{
    box-shadow: 0 0 0 2px #4d9eac;
}


#fotoCarnetImg{
    margin: 0 auto;
} 
.modulo{
margin: 0 -15px;
padding: 1rem 0;
border: 1px solid #ccc;
border-top: 0;
box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1), 0 1px 1px 0 rgba(0,0,0,0.11);
/* border: 1px solid #ccc; */
border-bottom: 0;
/* border-right-width: 0; */
border-top: 0;
}

.modulo{
    padding: 1.5em 1em;
    margin-bottom: 1em;
    background-image: url('../../imagenes/fondo-gris.png');
    background-position: center top; 
    background-repeat: no-repeat;
    background-size: cover;


}
.modulo-titulo{
    font-family: 'gothamLight';
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333333;
    font-weight: bold;
    font-size: 2rem;
}
.modulo-subtitulo{
    font-family: 'gothamLight';
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333333;
    font-weight: normal;
    font-size: 1rem;
}
.modulo-contenido{
    margin: 0 -15px;
}
.titulo{
        letter-spacing: .1em;
        font-size: 1.5em;
        color: #696969;
    }
    .titulo::after{
        display: block;
        position: absolute;
        top: 40px;
        content: '';
        width: 98%;
        height: 1px;
        background-color: #d3d0d0;
    }
.modulo-bloque{
    -webkit-box-shadow: 0px 0px 4px #aaa;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.3);

    /* box-shadow: 0px 0px 4px #aaa; */
    margin: 20px 5px;
    border-radius: 5px;

}
.modulo-bloque-titulo{
    background: #3ab6ce;
    /* background-image: url('../../imagenes/fondo.png'); */
    background-image: url('../../imagenes/manipuladores/fondo.png');
    background-position: center top; 
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.2rem;
    font-size: 1.2rem;
    text-align: center;
    color: white;
    
    border-top-left-radius: 5px ;
    border-top-right-radius: 5px ;
    text-transform: uppercase;
}

.modulo-bloque-contenido{
    padding: 0 15px;
    padding-bottom: 30px;
    padding-top: 15px;
}

label{
    font-weight: bold;
    color: #484848;
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
    letter-spacing: 0.6px;
}



.registro-label{
    font-size: 0.9em;
    margin-bottom: 0;
    /* color: #ababab; */
    /* color: #6e9096; */
    color: #828282;
    font-weight: bold;
    /* font-family: 'gothamlight'; */
    font-family: 'roboto condensed';

}

.registro-dato{
    color: #4b4b4b;
    /* font-weight: bold; */
    font-size: 1.1em;
    text-transform: uppercase;
    /* font-family: 'gothamlight'; */
    font-family: 'roboto condensed';

}


.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
background-color: #487B9F ;
color: #f8f9fa; }

.modulo-bloque-contenido > .row {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.modulo-bloque-contenido > .row > div{
    text-align: center;
}


input[type=checkbox]{
    width: unset;
}

.table-busqueda > thead > tr{
    background-color: rgb(32,163,224);
    color: white;
    font-weight: 400;
    letter-spacing: 1px;
}

.form-buttons-row{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1rem;
}


.btn-form{
    width: 150px;
    margin: 0 .8em;
}

#img-message{
    position: absolute;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}