:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.s2-destaques-storys {
  border: 0 solid red;
}

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

.div-avatar-perfil {
  border: 0 solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.infos-bio {
  border: 0 solid red;
  width: 386px;
  height: 163px;
  margin-left: 60px;
}

.container-2 {
  display: flex;
}

.div-base-story {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 95px;
}

.story-img {
  border: 1px solid red;
  border-radius: 100px;
  width: 65px;
  height: 65px;
}

.div-txt-descricao-story {
  border: 0 solid #5c0000;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 21px;
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.s3-publicacoes {
  border: 0 solid red;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link {
  background-color: rgba(221, 221, 221, 0);
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.tab-link.w--current {
  background-color: rgba(200, 200, 200, 0);
  border: 2px solid #e0f;
  border-radius: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
}

.tabs {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tab-pane-tab-1 {
  margin-top: 10px;
}

.div-base-publica-es {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.base-post-div {
  border: 0 solid red;
  width: 300px;
  height: 300px;
}

.post-link {
  margin-top: 5px;
  margin-right: 5px;
}

.div-base-hero-nome {
  border: 0 solid #0023eb;
  justify-content: flex-start;
  align-items: center;
  width: 386px;
  height: 35px;
}

.div-nome {
  border: 0 solid #f10000;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 25px;
}

.div-botoes {
  border: 0 solid #db00c5;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 25px;
  margin-left: 10px;
}

.div-seguidores-publicacoes {
  border: 0 solid #0073ff;
  justify-content: flex-start;
  align-items: center;
  width: 386px;
  height: 35px;
}

.div-bio-descricao {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 386px;
  height: 85px;
  margin-top: 5px;
}

.div-base-numbers {
  border: 0 solid #ff007b;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 25px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.bt-base {
  background-image: linear-gradient(79deg, #ff00a1, #d500b1);
  border-radius: 3px;
  margin-bottom: 3px;
  padding: 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.bt-base.vip, .bt-base.whats {
  margin-bottom: 0;
}

.txt-bio-desc {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.name-div {
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-bio {
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  display: flex;
}

.options-bts {
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
}

@media screen and (max-width: 479px) {
  .s1-hero-perfil {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
  }

  .div-avatar-perfil {
    width: 95px;
    height: 95px;
    margin-right: 10px;
    display: flex;
  }

  .infos-bio {
    justify-content: flex-start;
    align-items: center;
    width: 250px;
    height: auto;
    margin-left: 10px;
  }

  .tab-link {
    font-size: 12px;
  }

  .div-base-hero-nome {
    width: auto;
  }

  .div-nome {
    justify-content: center;
    align-items: center;
  }

  .div-botoes {
    width: auto;
  }

  .div-seguidores-publicacoes {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: auto;
    margin-bottom: 5px;
  }

  .div-bio-descricao {
    flex-flow: column;
    width: 230px;
    height: auto;
    margin-bottom: 5px;
  }

  .div-base-numbers {
    width: 120px;
    height: 35px;
    margin-bottom: 3px;
  }

  .div-bio {
    width: 160px;
    height: auto;
    margin-bottom: 10px;
  }

  .image {
    width: 140px;
    height: 95px;
  }
}
