:root {
	--negro-label-card: #61676E;
}

.card-perfil{
    width: 423px;
    height: auto;
    box-shadow: rgb(0, 0, 0, 10%) 3px 3px 5px 0px;
    border: 1px solid var(--blanco-borde);
    border-radius: 11px;
    margin: auto;
    position: relative;
    padding: 51px 84px;
}

.header-foto{
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 28px;
}

.card-perfil .header-foto img{
    position: relative !important;
}

.header-foto img{
    height: 129px;
    width: 129px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.perfil-cerrar{
    position: absolute;
    top: 20px;
    left: 360px;
}

.modal-dialog .square-inputs .form-group {
	margin: 28px 0;
	margin-bottom: 0px;
}

.square-inputs label {
	font-size: 14px;
	color: var(--negro-label-card);
	font-weight: 100;
}

.botones button.btn {
	margin-top: 22px;
	margin-bottom: 9px;
    font-size: 14px;
    height: 36px;
    border-radius: 4px !important;
    color: var(--blanco-inst);
    font-weight: 100;
}

.spaners {
    font-size: 14px;
    color: var(--negro-label-card);
    font-weight: 100;
    line-height: 1.3;
}

.btns {
    margin-top: 47px;
}

.btns button.btn {
	width: 115px;
}

.btns button.actions-eliminar{
	margin-right: 18px !important;
}




