.input-texts i {
    position: absolute;
    color: var(--black);
    border-right: 1px solid var(--black);
    margin-top: 6px;
}

.input-texts {
    width: 100%;
    margin-bottom: 10px;
}

.icon {
    padding: 10px;
    min-width: 40px;
}

.input-field {
    padding-left: 65px;
}

select:invalid {
    color: var(--gris);
}

select option {
    color: var(--black);
}

.link-activo1>span {
    border: 2px solid blue;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: rgb(255, 255, 255);
    color: blue;
}

.link-activo2>span {
    border: 2px solid blue;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: rgb(255, 255, 255);
    color: blue;
}

.item1>span {
    border: 2px solid rgb(206, 206, 206);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: rgb(240, 240, 240);
    color: rgb(112, 112, 112);
    cursor: pointer;
}

.item2>span {
    border: 2px solid rgb(206, 206, 206);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: rgb(240, 240, 240);
    color: rgb(112, 112, 112);
    cursor: pointer;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 4px solid var(--primary-400);
    font-weight: bold;
}

.nav-tabs .nav-link {
    border: none;
    border-bottom: 4px solid transparent;
    color: var(--texto-medio);
    font-weight: bold;
}

.borrarImg {
    width: 16px;
    cursor: pointer;
}

table tr:hover .borrarImg {
    display: inline-block !important;
}

.lupa {
    height: 16px;
    width: 16px;
}

.preferencias {
    max-width: 1200px;
    margin: 0 auto;
}

.links {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.img-empresa-rectangle {
    height: 100px;
}

.img-user {
    border-radius: 50%;
    width: 136px;
    height: 136px;
}


/*.preferencias .nombre-empresa,
.preferencias .nombre-persona {
    display: block;
    float: left;
    margin-top: 40px;
    margin-left: 20px;
}*/

.avatar {
    width: 100px;
    height: 100px;
    margin: 0;
    margin-right: 16px;
}

.avatar.empresa {
    width: 300px;
}

.img-empresa {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 1px solid var(--color-borde);
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerCamera {
    position: absolute;
    top: 72%;
    left: 72%;
    padding: 4px !important;
}


/*
.camera {
    height: 36px;
    width: 36px;
    background: var(--superficie-white);
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.camera:hover {
    background: var(--acento-azul-200);
}
*/

.header {
    width: fit-content;
    left: 432px;
    top: 96px;
    position: relative;
}