.mc-titulos {
    padding-top: 0px;
}

.mc-enlaces {
    cursor: pointer;
}

#mc-indicador {
    padding-top: 700px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.bloque {
    display: inline-block;
}

.errores {
    background: red;
    font-size: 15px;
    display: none;
    color: white;
    margin-top: 10px;
    padding: 10px;
}

#ancorPassword {
    cursor: pointer;
    margin-top: 12px;
    margin-left: 203px;
}

.inicioLogin {
    font-size: 50px;
    color: white;
}

.mc-video {
    padding-top: -50rem;
}

.mc-columnaImagen {
    width: 450px;
}

.mc-columnaImagenDiviciones {
    width: 150px;
}

.mc-columnaAcciones {
    width: 100px;
}

.mc-tituloModal {
    background-color: rgb(55, 141, 221);
    color: white;
    text-align: center;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.is-invalid {
    border-color: red;
}

.mc-imgmodal {
    margin-left: auto;
}

.mc-margenP {
    margin-left: 20px;
    font-size: 17px;
}

.mc-texto {
    color: rgb(55, 141, 221)
}

.mc-imgenPerfil {
    margin-top: 42px;
}

.mc-imagenes {
    width: 100%;
    height: auto;
}