body {
   font-family: 'Open Sans', sans-serif !important;
}

h1 {
   font-size: 2.3em;
}

h1,a {
   font-weight: 600 !important;
}

.link-html {
  min-height: 100%;
}

.link-body {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  min-height: 100%;
}

.link-content {
  padding-top: 2rem;
}

.link-image {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.link-verified {
  color: #3897f0;
}

.link-btn {
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  padding: 1rem 4.5rem;
  font-size: 1.1rem;
  box-shadow: 0 0 20px #00000010;
  border: 0;
  transition: opacity 0.3s, background 0.3s;
  border-radius: 0;
  background-color: #0C82C7
}

.link-btn:hover {
  animation: none;
}

.link-btn-round {
  border-radius: 0.3rem;
}

.link-btn-rounded {
  border-radius: 50px;
}

.link-btn-image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 45px;
  max-height: 45px;
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  margin-left: -4.1rem;
}

.link-btn-image {
  width: 100%;
  height: auto;
}

.link-iframe-round {
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}

.tiktok-embed {
  border-radius: 0.3rem !important;
}

.link-container {
  min-height: 100vh;
}

.link-footer {
  /* margin: 3rem 0; */
  background-color: #fff;
  padding: 3rem 0 1.5rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  font-family: 'Inter', sans-serif;
}
.link-footer .container {
  width: 90%;
}
.link-footer .footer-brand {
  /* border-top: 1px solid #e0e0e0; */
  text-align: center;
  /* padding-top: 2rem; */
  /* margin-top: 2rem; */
  text-transform: uppercase;
}
.link-footer .footer-brand a {
  font-size: 0.7rem;
}
.link-footer article a {
  color: #000;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
.link-footer article.card {
  border: none;
  border-radius: 0;
  margin-bottom: 2rem;
}
.link-footer .row > div:not(:last-child) article.card {
  border-bottom: 2px solid #333;
  padding-bottom: 2rem;
}
.link-footer article img {
  /*max-width: 30%;
    max-height: 200px;
    aspect-ratio: 16/9;
    */

  width: 100%;
  max-height: 180px;
  aspect-ratio: 16/9;
  object-fit: cover;
  flex: 1;
}
.link-footer article .card-body {
  padding: 1.6rem 0.8rem;
  flex: 1;
}
.link-footer article .card-title {
  color: #000;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}
.link-footer article .card-text {
  margin-bottom: 0;
  line-height: 160%;
  color: #404040;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;

  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: left;
}

/* Menu */

.showMenu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  height: 32px;
  transition: filter 750ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-appearance: initial;
  border: none;
  background: none;
  margin: 18px 0 0 5%;
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
}
.showMenu:focus {
  outline: none;
}
._bar {
  background: #fff;
  box-shadow: 0 0 4px rgb(0 0 0 / 20%);
  border-radius: 3px;
  height: 3px;
  transform: none;
  transform-origin: left;
  transition: transform 500ms cubic-bezier(0, 0.61, 0.28, 0.92);
  width: 32px;
}
._bar + ._bar {
  margin-top: 8px;
  transform-origin: center;
}
.iconActive ._bar {
  background-color: #fff;
  transform: rotate(45deg) translateY(-6.5px);
}
.iconActive ._bar + ._bar {
  transform: rotate(-45deg) translateY(-3px) translateX(3px);
}
.menuContainer {
  position: fixed;
  left: -680px;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.listMenu {
  opacity: 0;
  transition: all;
  padding: 5rem 1rem 0 8%;
}
.listMenu a {
  display: block;
  color: #fff;
  font-size: 2.5rem;
  padding: 10px 0;
  font-weight: 300;
}
.menuContainer.showAll {
  background: linear-gradient(270deg, rgb(137 151 255 / 100%) 1.24%, rgb(213 122 255 / 100%) 100%);
  left: 0;
}
.menuContainer.showAll .listMenu {
  opacity: 1;
  transition: all;
}

@media (max-width: 576px) {
  .link-footer article.card {
    margin-bottom: 2.5rem;
  }
  .link-footer article .card-body {
    padding: 1rem 0;
  }
  .link-footer article .card-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .link-footer .footer-brand {
    margin-top: 0.8rem;
  }
  .navbar-brand {
    margin-right: 0;
  }
  ._bar {
    height: 4px;
  }
}
@media (min-width: 768px) {
  .link-footer article .card-body {
    padding: 1.6rem 0rem;
  }
}
@media (min-width: 992px) {
  .link-footer article .card-body {
    padding: 0.1rem 1.4rem 0.1rem 2.8rem;
  }
  .link-footer article {
    flex-direction: row !important;
  }
  .link-footer article img {
    border-top-left-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  .menuContainer {
    max-width: 680px;
  }
  .showMenu {
    margin: 20px 0 0 3%;
  }
  .menuContainer.showAll {
    background: linear-gradient(270deg, rgb(137 151 255 / 97%) 1.24%, rgb(213 122 255 / 97%) 100%);
  }
}

/* Background presets */
.link-body-background-one {
  background-image: linear-gradient(111.7deg, #a529b9 19.9%, #50b1e1 95%);
}

.link-body-background-two {
  background-image: linear-gradient(109.6deg, #ffb418 11.2%, #f73131 91.1%);
}

.link-body-background-three {
  background-image: linear-gradient(135deg, #79f1a4 10%, #0e5cad 100%);
}

.link-body-background-four {
  background-image: linear-gradient(to bottom, #ff758c, #ff7eb3);
}

.link-body-background-five {
  background-image: linear-gradient(292.2deg, #3355ff 33.7%, #0088ff 93.7%);
}

.link-body-background-six {
  background: linear-gradient(to bottom, #fc5c7d, #6a82fb);
}
