.formperfil h1 {
    color: #683396;
    font-weight: bold;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.labformperfil {
    position: relative;
    width: 100%;
    font-size: 15px;
    color: #253166;
    text-align: left;
    font-weight: bold;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    margin-top: 0px;
    margin-bottom: 0px;
}
.config {
    transition: all 0.3s ease;
}
.config:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.config img {
    float: right;
}
.cabeceraperfil {
    padding-left: 50px;
    padding-right: 50px;
}

.perfil {
    width: 100%;
    height: 100%;
    padding: 0px;
}

.perfil .fotico {
    position: absolute;
    border-radius: 100%;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 20px;
    margin: 0px;
    padding: 0px;
    transform: translateY(-50%);
    overflow: hidden;
}

.perfil .fotico .img {
    width: 100%;
    object-fit: cover;
}

.perfil .nombre {
    top: 50%;
    left: 45%;
    margin: 0px;
    text-decoration: none;
    width: 50%;
    height: auto;
    position: absolute;
    transform: translateY(-50%);
    color: white;
}
.nombreUsuario {
    font-size: 30px;
}
/* .flecha {
    margin-left: 6px;
    padding-top: 25px;
} */

/* ============================================ RESPONSIVE =========================================*/
@media only screen and (max-width: 780px) {
    .formperfil h1 {
        font-size: 14px;
    }
    .formperfil h2 {
        font-size: 14px;
    }
    .labformperfil {
        font-size: 12px;
        margin-top: 8px;
    }
    .box img {
        width: 80%;
    }
    .cabeceraperfil {
        padding-left: 0px;
        padding-right: 0px;
    }
    .nombreUsuario {
        font-size: 20px;
    }
    .flecha {
        width: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .labformperfil {
        font-size: 14px;
        margin-top: 15px;
    }
}
