@charset "UTF-8";
.show-in-desktop {
  display: none;
}

@media (min-width: 778px) {
  .show-in-mobile.show-in-mobile {
    display: none;
  }

  .show-in-desktop {
    display: block;
  }
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media (max-width: 777px) {
  .text-center-in-mobile {
    text-align: center;
  }
}
.image-cover {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-danger {
  color: #b50b19;
}

.hero-profile {
  background-color: #4C5F70;
  background-image: url("/v2/resources/img/pattern-header-profile-transparent.svg");
  background-position: center center;
  color: #ffffff;
  padding-bottom: 3.8rem;
}

.hero-profile__menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 2.8rem;
  padding-top: 0.35rem;
}

.hero-profile__menu a {
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}

.hero-profile__menu li:not(:last-child) {
  margin-bottom: 0.4rem;
}

.hero-profile__container {
  padding-top: 21px;
  padding-bottom: 21px;
}

@media (min-width: 778px) {
  .hero-profile {
    padding-bottom: 0;
  }

  .hero-profile__container {
    display: flex;
    flex-direction: row-reverse;
    min-height: 12.66667rem;
    align-items: flex-end;
  }

  .hero-profile__menu {
    align-self: flex-end;
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 12px;
  }

  .hero-profile__menu svg {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 840px) {
  .hero-profile:not(.hero-profile--with-promotion) .hero-profile__menu li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 3rem;
  }

  .hero-profile:not(.hero-profile--with-promotion) .common-actions-menu ul {
    display: flex;
  }
}
@media (min-width: 1600px) {
  .hero-profile--with-promotion .hero-profile__menu li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 3rem;
  }

  .hero-profile--with-promotion .common-actions-menu ul {
    display: flex;
  }
}
.icon-link {
  display: inline-flex;
  align-items: center;
}

.icon-link svg {
  margin-right: 11px;
}

.page-container {
  max-width: 1540px;
  width: calc(100% - 28px);
  margin-left: auto;
  margin-right: auto;
}

.nav-profile {
  padding-top: 1.4rem;
}

.nav-profile ul {
  margin-bottom: 2rem;
}

.nav-profile__title-section {
  font-size: 12px;
  text-transform: uppercase;
  color: #A6AAAF;
  color: #9497A1;
}

.nav-profile__item {
  display: flex;
  padding: 5px 0;
  font-size: 0.86667rem;
  color: #2b2d30;
  text-decoration: none;
}

.nav-profile__item.is-actived {
  font-weight: 600;
  color: #6EB118;
}

.nav-profile__item::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background-image: url("/v2/resources/img/i-perfil-18px.svg?v23052019");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 10px;
}

.nav-profile__item--activities::before {
  background-position: 0 0;
}

.nav-profile__item--challenge::before {
  background-position: 0 -18px;
}

.nav-profile__item--favourites::before {
  background-position: 0 -36px;
}

.nav-profile__item--collections::before {
  background-position: 0 -54px;
}

.nav-profile__item--activities-played::before {
  background-position: 0 -72px;
}

.nav-profile__item--inbox::before {
  background-position: 0 -90px;
}

.nav-profile__item--notifications::before {
  background-position: 0 -108px;
}

.nav-profile__item--settings::before {
  background-position: 0 -126px;
}

.nav-profile__item--logout::before {
  background-position: 0 -144px;
}

.nav-profile__item--groups::before {
  background-position: 0 -162px;
}

.nav-profile__item--tickets::before {
  background-position: 0 -180px;
}

.nav-profile__item--statistics::before {
  background-position: 0 -198px;
}

.nav-profile__item--users-report::before {
  background-position: 0 -216px;
}

.nav-profile__item--activities-report::before {
  background-position: 0 -234px;
}

.nav-profile__item--custom_environment::before {
  background-position: 0 -252px;
}

.nav-profile__item--assign_license::before {
  background-position: 0 -270px;
}

.nav-profile__item--groupings::before {
  background-position: 0 -288px;
}

.nav-profile__item--browser-notifications::before {
  background-position: 0 -306px;
}

.mobile-menu {
  padding-top: 2.5vh;
  padding-left: 1.66667rem;
}

.field-search {
  position: relative;
  margin-bottom: 0.375rem;
}

.field-search .form-field {
  margin-bottom: 0;
}

.field-search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("/v2/resources/img/buscar.png") no-repeat center center;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42px;
  text-indent: -9999em;
  cursor: pointer;
}

.label-left {
  margin-right: 1.4rem;
}

.promotion-invite {
  color: #CBDBE8;
  margin: 0 auto 2.8rem;
}

.promotion-invite .field-group {
  max-width: 420px;
}

.promotion-invite__title {
  color: #F2C90C;
  margin: 0 0 0.35rem;
  font-size: 1.5rem;
}

@media (min-width: 778px) {
  .promotion-invite__title {
    font-size: 1.6rem;
  }
}
.promotion-invite p {
  font-size: 0.85714rem;
  margin: 0;
}

@media (min-width: 778px) {
  .promotion-invite p {
    font-size: 0.93333rem;
  }
}
.promotion-invite .field-group {
  margin: 1.4rem 0;
}

@media (max-width: 777px) {
  .promotion-invite {
    max-width: 420px;
    margin-left: auto;
  }
}
@media (min-width: 778px) {
  .promotion-invite {
    margin-left: 18.5rem;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    position: relative;
  }

  .promotion-invite::after {
    position: absolute;
    top: 6px;
    left: -16px;
    transform: translateX(-100%);
    background-image: url("/v2/resources/img/conect-user-to-promotion.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 162px;
    height: 99px;
  }
}
.showmore__hidden {
  display: none;
}

.showmore__button {
  padding-top: 6px;
}

.showmore__button a {
  color: #6B7179;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.6;
}

.toolbar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid #D6DADF;
  padding: 0.7rem 0;
  margin-bottom: 0.7rem;
}

.toolbar__title {
  font-size: 1.14286rem;
  font-weight: 700;
  margin: 0;
}

@media (min-width: 778px) {
  .toolbar__title {
    font-size: 1.2rem;
  }
}
@media (min-width: 778px) {
  .toolbar {
    padding-top: 2.8rem;
  }

  .toolbar__actions a {
    margin-left: 21px;
  }
}
.toolbar a {
  position: relative;
}

.toolbar a::after {
  width: 100%;
  height: 3px;
  background-color: #6EB118;
  content: "";
  left: 0;
  position: absolute;
  bottom: -0.7rem;
  transform: scaleY(0);
  transition: transform 0.15s;
  transform-origin: 0 100%;
}

.toolbar a.is-actived::after {
  transform: scaleY(1);
}

.responsive-button {
  color: #2b2d30;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 4px;
}

.responsive-button__icon {
  margin-right: 6px;
}

.responsive-button__icon svg {
  vertical-align: middle;
  fill: currentColor;
}

@media (max-width: 777px) {
  .responsive-button__text {
    display: none;
  }
}
.bar-filter {
  padding: 5.25px 0 26.25px;
  display: none;
}

@media (min-width: 778px) {
  .bar-filter__row {
    display: flex;
    justify-content: space-between;
  }

  .bar-filter .field-search {
    width: 390px;
    max-width: 25vw;
  }
}
.user-profile {
  margin-top: calc(-130px + 1.75rem);
}

.user-profile__photo {
  width: 130px;
  height: 130px;
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 0.35rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
}

.user-profile__photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.user-profile__name {
  margin: 0 0 0.35rem;
  font-size: 1.14286rem;
  font-weight: 600;
}

@media (min-width: 778px) {
  .user-profile__name {
    font-size: 1.2rem;
  }
}
.user-profile__details {
  max-width: 420px;
  margin: 0 auto;
}

.user-profile__presentation {
  color: #6B7179;
  font-size: 0.85714rem;
  padding: 1.05rem 0;
}

@media (min-width: 778px) {
  .user-profile__presentation {
    font-size: 0.93333rem;
  }
}
.user-profile__presentation p, .user-profile__presentation ul {
  margin: 0 0 0.35rem;
}

.grid-profile {
  padding-bottom: 1.4rem;
}

@media (min-width: 778px) {
  .grid-profile {
    display: flex;
  }

  .grid-profile__aside {
    width: 250px;
    flex-shrink: 0;
    margin-right: 2.8rem;
  }

  .grid-profile__content {
    flex-grow: 1;
  }
}
.emptyResults {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-size: 1.3rem;
  font-weight: lighter;
}

.card-activity__title--deactivate a {
  color: #b50b19;
}

.user-profile__label__premium {
  font-size: 0.8rem;
  margin-left: 1rem;
}

.user-profile__label {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 778px) {
  .user-profile__label {
    justify-content: flex-start;
  }
}
.emergente__contenido {
  width: 35rem;
  height: 25rem;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  border-radius: 0.2rem;
  overflow: hidden;
  background: #FFF;
}

.emergente__contenido__cerrar {
  position: absolute;
  top: 0;
  right: 0;
}

.emergente__contenido__cerrar:before {
  display: block;
  content: "❌";
  cursor: pointer;
}

.emergente__contenido__display {
  border: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
