body {
      margin: 0;
      font-family: "Arial", sans-serif;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      min-height: 100vh;
      background: #0d0d0d;
      color: #fff;
      overflow-x: hidden;
    }

    /* Canvas de partículas */
    #particles-bg { 
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }
.img_fluid{  display: table; max-width: 100%}
    header {
      margin: 40px 0 20px;
      text-align: center;
    }
.cont_linktree{ max-width: 420px}
.header_linktree{ display: flex; justify-content: space-between; align-items: center}
.header_linktree span.logo{ width: 80px}
.header_linktree  h1{ width: calc(100% - 80px); padding-left: 15px}
    header h1 {  font-weight: 600;  color: #fff; text-align: left}
      header h1 span{ font-size: 18px; line-height: 18px; text-transform: uppercase}
      header h1 b{font-size: 25px; font-weight: bolder;font-weight: bold;
  background: linear-gradient(
    90deg,
    #b8860b,
    #ffd700,
    #ffec8b,
    #ffd700,
    #b8860b
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;}
      header h1 b,header h1 span{ display: block}

    .links {
      width: 100%;
      max-width: 420px;
      display: flex;
      flex-direction: column;
      gap: 25px;
    }

    .link-card {
      background: rgb(255, 255, 255);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 16px;
      padding: 5px;
      backdrop-filter: blur(8px);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .link-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    }

    .link-item {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 14px 22px;
      border-radius: 12px;
      background: linear-gradient(
    90deg,
    #b8860b,
    #ffd700,
    #ffec8b,
    #ffd700,
    #b8860b
  );
      color: #000;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: 600;
      transition: all 0.3s ease; text-transform: uppercase
    }

.link-item i{ display: inline-block; width: 50px}
.link-item i svg{width: 50px!important; height: auto!important}
.link-item span{ width: calc(100% - 50px); padding-left: 10px}
    .link-item:hover {
      background: #fff; color: #000!important;
      transform: scale(1.02);
    }

    .link-item img {
      width: 65px;
  
      object-fit: contain;
      margin-right: 12px;
    }

.gradient-border {
  --angle: 0deg;
  border: 4px solid transparent;
  border-radius: 12px;
  position: relative;
  padding: 1em;
  
  background-image:
    conic-gradient(from var(--angle),
                   #ff0000 0deg, #00ff00 120deg, #0000ff 240deg, #ff0000 360deg);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  animation: rotate 3s linear infinite;
}

@keyframes rotate {
  to {
    --angle: 360deg;
  }
}

.glow-border {
  padding: 2px;
  border: 2px solid #fff;
  border-radius: 8px;
  animation: glow 1.5s infinite alternate;
}

@keyframes glow {
  from {
    border-color: #fff;
    box-shadow: 0 0 5px rgba(52, 152, 219, 0.7);
  }
  to {
    border-color: #fff;
    box-shadow: 0 0 20px rgba(241, 196, 15, 0.8);
  }
}

#anchor_text a{ color: #fff; display: block; margin-top: 15px; font-size: 12px}
#anchor_text a i{margin-right: 10px}
.redes_sociales{ padding: 0!important; margin-top: 30px}

.redes_sociales ul {list-style: none;  margin: 0;display: flex; justify-content: flex-start; align-content: flex-start;flex-wrap: wrap; flex-direction: column;align-items: center}
.redes_sociales li {} 

.redes_sociales a{ position: relative; text-align: right; display: flex; align-items: center; color: #fff; text-transform: uppercase}
.redes_sociales a:before{ font-family: "Font Awesome 5 Brands";content: "\f415"; font-size: 17px; width: 30px; height: 30px;; margin-right: 10px }
.redes_sociales a:hover:before{ }
.text_redes{}



.redes_sociales a[href*="codepen.io"]:before {content: "\f1cb ";}
.redes_sociales a[href*="digg.com"]:before {content: "\f1a6 ";}
.redes_sociales a[href*="dribbble.com"]:before {content: "\f17d";}
.redes_sociales a[href*="dropbox.com"]:before {	content: "\f16b";}
.redes_sociales a[href*="facebook.com"]:before {content: "\f39e"; }
.redes_sociales a[href*="flickr.com"]:before {content: "\f16e";}
.redes_sociales a[href*="foursquare.com"]:before {content: "\f180";}
.redes_sociales a[href*="plus.google.com"]:before {	content: "\f0d5";}
.redes_sociales a[href*="github.com"]:before {content: "\f09b";}
.redes_sociales a[href*="instagram.com"]:before {content: "\f16d"; }
.redes_sociales a[href*="linkedin.com"]:before {content: "\f0e1"; }
.redes_sociales a[href*="pinterest.com"]:before {content: "\f231";}
.redes_sociales a[href*="getpocket.com"]:before {content: "\f265";}
.redes_sociales a[href*="f281 .com"]:before {content: "\f222";}
.redes_sociales a[href*="skype.com"]:before {content: "\f17e";}
.redes_sociales a[href*="twitter.com"]:before {	content: "\f099"; }
.redes_sociales a[href*="vimeo.com"]:before {content: "\f27d";}
.redes_sociales a[href*="youtube.com"]:before {	content: "\f167";}
.redes_sociales a[href*="pinterest.es"]:before {content: "\f231";}
.redes_sociales a[href*="pinterest.com"]:before {content: "\f231";}
.redes_sociales a[href*="api.whatsapp.com"]:before {content: "\f232";}
.redes_sociales a[href*="tiktok.com"]:before {content: "\e07b";}
.redes_sociales a[href*="wa.me"]:before {content: "\f232";}

