.team-boxed {
  color: #313437;
  background-color: #eef4f7;
  padding-top: 40px;
}

.team-boxed p {
  color: #7d8285;
}

.team-boxed h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

.description i, .description svg {
  text-align: left;
  font-size: 30px;
}

@media (max-width:767px) {
  .team-boxed {
    /*margin-bottom: 26px;*/
    /*margin-top: 65px;*/
  }
}

@media (max-width:767px) {
  .team-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.team-boxed .intro {
  font-size: 16px;
  max-width: 728px;
  max-height: 90px;
  margin: 0 auto;
  margin-top: 65px;
  border: dashed;
}

.team-boxed .end-banner {
  font-size: 16px;
  max-width: 728px;
  max-height: 90px;
  margin: 0 auto;
  margin-top: 20px;
  border: dashed;
}

.team-boxed .intro p {
  margin-bottom: 0;
}

.team-boxed .people {
  padding: 20px 0;
}

.team-boxed .item {
  text-align: center;
}

.team-boxed .item .box {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

.team-boxed .item .name {
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 8px;
  color: inherit;
}

.team-boxed .item .categoryUser {
  text-transform: uppercase;
  font-weight: bold;
  color: #d0d0d0;
  letter-spacing: 2px;
  font-size: 15px;
}

@media (max-width: 375px) {
  .team-boxed .item .categoryUser {
    text-transform: uppercase;
    font-weight: bold;
    color: #d0d0d0;
    letter-spacing: 2px;
    font-size: 15px!important;
  }
}

.team-boxed .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
  width: 100%;
}

.team-boxed .item img.photo-single {
  max-width: 80px;
}

.team-boxed .item img.photo {
  max-width: 160px;
  z-index: 100;
  position: absolute;
  display: inherit;
  bottom: -64px;
}

@media (max-width: 375px) {
  .team-boxed .item img.photo {
    max-width: 25%;
    z-index: 100;
    position: absolute;
    display: inherit;
    bottom: -35px;
  }
}

.team-boxed .social {
  font-size: 18px;
  color: #a2a8ae;
}

.team-boxed .social a {
  color: inherit;
  margin: 0 10px;
  display: inline-block;
  opacity: 0.7;
}

.team-boxed .social a:hover {
  opacity: 1;
}

.team-boxed .box .img-perfil-background {
  width: 100%;
  max-height: 300px;
  z-index: 1;
  position: relative;
  display: inline-block;
}

@media (max-width: 375px) {
  .team-boxed .box .img-perfil-background {
    width: 100%;
    max-height: 160px;
    z-index: 1;
    position: relative;
    display: inline-block;
  }
}

.description .link-redes {
  width: 100%!important;
  color: white;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  margin: 0 auto;
  max-width: 500px;
}

.navbar.navbar-dark.navbar-expand-md.fixed-top {
  box-shadow: 0px 0px;
  opacity: 0.77;
  filter: brightness(131%);
  background: linear-gradient(70deg, #000000 0%, var(--gray) 100%);
  padding: 12px 16px;
}

.nav-item i.fa {
  color: var(--info);
}

.username {
  font-size: 40px!important;
  margin-bottom: 0;
}

@media (max-width: 375px) {
  .username {
    font-size: 30px!important;
    margin-bottom: 0;
  }
}

/*.tab-pane {
  margin: 20px!important;
}*/

