.ct {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

footer {
    margin-top: 5rem;
}

.item {
    font-size: 14px;
}

input.error {
    border: solid 1px red;
}

select.error {
    border: solid 1px red;
}

.error {
    margin-top: 0.3rem;
    margin-bottom: 0;
    color: #fe346e;
}

.btnFoto {
    z-index: 5;
}

.imagen-edit-empleado {
    cursor: pointer;
}

.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;
}

.favorito:hover {
    background: rgba(179, 178, 178, 0.267);
}
.rowContain{
    height: 100vh;
}
