@media (min-width: 768px) {
  .social-container {
    /*width: 680px;*/
    overflow: hidden;
  }
}

.main-back {
  height: 100vh;
}

.contenedor {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.detalles {
  margin: 30px 0px 20px;
  width: 120px;
  height: auto;
}

@media (min-width: 768px) {
  .detalles {
    margin: 30px 0px 20px;
    width: 150px;
    height: auto;
  }
}

.retrato {
  width: 100%;
  /*border-radius: 50%;*/
}

.head-links {
  font-size: 2rem;
  margin-bottom: 0;
  color: #ffffff;
}

.link-tree {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  padding: 15px;
  border: solid 2px;
  border-color: #fff;
  border-radius: 0;
}

.iconos {
  margin-bottom: 20px;
}

.icon {
  font-size: 1.5rem;
  color: #000;
  margin-left: 15px;
  margin-right: 15px;
}

.icon:hover {
  color: rgba(0, 0, 0, .8);
}

.cuenta {
  font-size: .8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.actividad {
  font-size: .9rem;
  line-height: 1rem;
  color: #ffffff;
}

.link-tree:hover {
  background-color: #fff;
  color: #000;
}

.link-tree::after::before {
  background-color: #fff;
  color: #000;
}

.logo-linktree {
  max-width: 40px;
  max-height: auto;
  margin: 30px 0;
}

