/* ------------------GENERAL DE EMARKET ------------------*/
/* ------------------GENERAL OTROS PORTALES ------------------*/
.profile-user p {
  margin: 0;
}
.profile-user .icex-loading {
  text-align: center;
  margin-bottom: 20px;
}
.profile-user .profile-user-cmp {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 80px;
}
.profile-user .profile-user-cmp div.profile-user-cmp__content:nth-child(3) {
  padding: 20px 20px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin-bottom: 30px;
}
.profile-user .profile-user-cmp div.profile-user-cmp__content:nth-child(3) .profile-user-cmp__text {
  padding: 16px 0;
  border-top: 1px solid #eeeeee;
}
.profile-user .profile-user-cmp div.profile-user-cmp__content:nth-child(3) .profile-user-cmp__text:first-child {
  border: 0;
}
.profile-user .profile-user-cmp div.profile-user-cmp__content:nth-child(3) .profile-user-cmp__text span {
  display: block;
  padding-right: 10px;
}
.profile-user .profile-user-cmp div.profile-user-cmp__content:nth-child(3) .profile-user-cmp__text span:nth-child(1) {
  font-weight: bold;
}
.profile-user .profile-user-cmp div.profile-user-cmp__content:nth-child(5) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.profile-user .profile-user-cmp div.profile-user-cmp__content:nth-child(5) .profile-user-cmp__gestion-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  color: #444242;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 40px;
  transition: all, .6s;
  cursor: pointer;
  padding: 0 15px;
  margin: 10px;
  background-color: #fff;
  border: solid 1px rgba(42, 201, 175, 0.4);
}
.profile-user .profile-user-cmp div.profile-user-cmp__content:nth-child(5) .profile-user-cmp__gestion-link a:hover {
  border: 1px solid #2bc9af;
}
@media (min-width: 1025px) {
  .profile-user .profile-user-cmp {
    margin-top: 40px;
  }
  .profile-user .profile-user-cmp div.profile-user-cmp__content:nth-child(3) {
    padding: 20px 40px;
  }
  .profile-user .profile-user-cmp div.profile-user-cmp__content:nth-child(3) .profile-user-cmp__text span {
    display: inline-block;
  }
}
