:root{
  --header-height: 48px;
  --logos-bar-height: 78px;
}

html{
  scroll-behavior: smooth;
}
@font-face {
    font-family: 'Sohne Breit Halbfett';
    src: url('../fonts/SohneBrt-Halbfett.eot');
    src: url('../fonts/SohneBrt-Halbfett.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SohneBrt-Halbfett.woff2') format('woff2'),
        url('../fonts/SohneBrt-Halbfett.woff') format('woff'),
        url('../fonts/SohneBrt-Halbfett.ttf') format('truetype'),
        url('../fonts/SohneBrt-Halbfett.svg#SohneBrt-Halbfett') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Halbfett';
    src: url('../fonts/Sohne-Halbfett.eot');
    src: url('../fonts/Sohne-Halbfett.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sohne-Halbfett.woff2') format('woff2'),
        url('../fonts/Sohne-Halbfett.woff') format('woff'),
        url('../fonts/Sohne-Halbfett.ttf') format('truetype'),
        url('../fonts/Sohne-Halbfett.svg#Sohne-Halbfett') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Buch';
    src: url('../fonts/Sohne-Buch.eot');
    src: url('../fonts/Sohne-Buch.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sohne-Buch.woff2') format('woff2'),
        url('../fonts/Sohne-Buch.woff') format('woff'),
        url('../fonts/Sohne-Buch.ttf') format('truetype'),
        url('../fonts/Sohne-Buch.svg#Sohne-Buch') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Breit Buch';
    src: url('../fonts/SohneBrt-Buch.eot');
    src: url('../fonts/SohneBrt-Buch.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SohneBrt-Buch.woff2') format('woff2'),
        url('../fonts/SohneBrt-Buch.woff') format('woff'),
        url('../fonts/SohneBrt-Buch.ttf') format('truetype'),
        url('../fonts/SohneBrt-Buch.svg#Sohne-Buch') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
   body {
     font-family: 'Sohne Buch';
     margin: 0;
     background: #ffffff;
     color: #000000
   }

.site-header{
  z-index: 1050;
  background: #010824;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.site-header .navbar{
  min-height: var(--header-height);
}

.site-header .nav-link{
  color: #fff;
  font-weight: 600;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus{
  color: #a9a9a9;
  border-bottom: 2px solid #ffffff;
}
li.nav-item {
    padding: 0 20px;
}
.header-logo{
  position: absolute;
  top: 0px;
  box-shadow: 0px 0px 10px #808080;
}
.hero-home{
  position: relative;
  min-height: 72vh;
  background-image: url("../images/signify_desktop_text.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-overlay{
  min-height: 72vh;
  display: flex;
  align-items: flex-start;
}

.hero-content{
  width: 100%;
}

.hero-top-copy{
  text-align: center;
  padding-top: 5rem;
  color: #fff;
}

.hero-kicker{
  font-family: 'Sohne Buch';
  font-size: clamp(1.7rem, 3.6vw, 3.6rem);
  font-weight: normal;
  line-height: 1.05;
}

.hero-title{
  font-family: 'Sohne Halbfett';  
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  text-shadow: 0 6px 24px rgba(0,0,0,.35);
}

.promo-logos-bar{
  position: sticky;
  top: var(--header-height);
  z-index: 1040;
  background: #ffffff;
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 10px 0 30px #000000;
}

.promo-logo-col{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: var(--logos-bar-height);
  padding: 12px 16px;
}

.promo-logo{
  max-height: 42px;
  width: auto;
  object-fit: contain;
}
.title-din{
  font-size: 1.4rem;
}
.navbar-toggler{
  border-color: rgba(255,255,255,.25);
}

.navbar-dark .navbar-toggler-icon{
  filter: brightness(1.2);
}
.premios-img1{
    background-image: url('../images/premios_img-01.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 180px;
}
.premios-img2{
    background-image: url('../images/premios_img-02.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 180px;
}
.premios-img3{
    background-image: url('../images/premios_img-03.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 180px;
}

@media (max-width: 991.98px){
  :root{
    --header-height: 74px;
    --logos-bar-height: 70px;
  }

  .site-header .navbar-collapse{
    background: rgba(8,15,31,.98);
    padding: 1rem 0;
    border-top: 1px solid rgba(255,255,255,.08);
    margin-top: .75rem;
  }

  .hero-home,
  .hero-overlay{
    min-height: 58vh;
  }

  .hero-top-copy{
    padding-top: 1.5rem;
  }

  .promo-logo{
    max-height: 34px;
  }
}

@media (max-width: 767.98px){
/*  .hero-home{
    background-image: url("../images/signify_mobile.jpg");
  }*/

  .hero-title{
    font-size: clamp(1.6rem, 7vw, 2.5rem);
  }

  .promo-logo-col{
    min-height: 62px;
  }
}
    
    .bg-gray{
      background: #f9f9f9;
    }
    .wrap {
      max-width: 980px;
      margin: 0 auto;
      padding: 20px
    }

    .card {
      background: #ffffff;
      border: 1px solid #cccccc;
      border-radius: 10px;
      padding: 18px;
      margin: 14px 0;
      color: #000000;
    }

    .top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px
    }

    .btn-top {
    font-family: 'Sohne Halbfett';
    font-size: 13px;
    padding: 5px 18px;
    border-radius: 20px;
    color: #010824;
    background: #ffffff;
    cursor: pointer;
    border:none;
    text-decoration: none;
    }
    
    .btn-top:hover {
    color: #ffffff;
    background: #0160df;
    }

    h1 {
      margin: 8px 0 0
    }

    h2 {
      margin: 0 0 10px;
      font-size: 18px
    }

    .muted {
      opacity: .85;
      white-space: pre-line
    }

    .cta {
      display: flex;
      gap: 12px;
      align-items: center;
      flex-wrap: wrap;
      padding-top: 0;
    }

    .cta button {
      font-family: 'Sohne Halbfett';
      border: 0;
      background: #3b82f6;
      color: #fff;
      border-radius: 12px;
      padding: 12px 16px;
      font-weight: 700;
      cursor: pointer
    }

    .cta input {
      transform: scale(1.2)
    }

    .note {
      font-size: 12px;
      opacity: .8
    }

    .cards-container {
      display: flex;
      gap: 20px;
    }

    .cards {
      display: flex;
      gap: 20px;
      color: #fff;
    }

    .card {
      flex: 1;
      display: flex;
      flex-direction: column;
    }
    
    .card-body {
      display:flex;
      flex-direction:column;
      padding: 0;
    }

    .card-buttons{
        margin-top:auto;
    }

    .leaderboards-wrap {
      gap: 28px;
      /*border: 2px solid #d41212;
      border-radius: 50px;
      box-shadow: 0 0 15px 5px #d41212 inset, 0 0 15px 5px #d41212;*/
    }

    .lb-section {
      border-radius: 16px;
      overflow: hidden;
      position: relative;
      padding: 0 30px;
    }

    .lb-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 14px;
      gap: 12px;
      flex-wrap: wrap;
    }

    .lb-header h2 {
      margin: 0;
      font-size: 22px;
    }

    .lb-controls {
      position:absolute;
      top:50%;
      left:0;
      width:100%;
      transform:translateY(-50%);
      display:flex;
      justify-content:space-between;
      pointer-events:none;
      z-index: 2;
    }

    .lb-controls button {
    pointer-events: auto;
    background: #ffffff;
    border: 1px solid #024beb;
    padding: 5px;
    border-radius: 50px;
    }

    .lb-viewport {
      overflow: hidden;
      width: 100%;
      padding: 20px;
    }

    .lb-track {
      display: flex;
      gap: 16px;
      transition: transform .35s ease;
      will-change: transform;
    }

    .lb-card {
      min-width: calc((100% - 32px) / 3);
      max-width: calc((100% - 32px) / 3);
      padding: 14px;
      box-sizing: border-box;
      border: 1px solid #cccccc;
      border-radius: 10px;
    }

    .lb-card h3 {
      margin: 0 0 12px;
      font-size: 18px;
    }
    .lb-row {
      display: grid;
      grid-template-columns: 35px 1fr 80px;
      gap: 8px;
      align-items: center;
      padding:2px 0;
    }
    .lb-row:last-child {
      border-bottom: none;
    }
    .lb-rank {
      font-weight: normal;
      color:#0d6efd;
      font-size: 12px;
    }
    .lb-rank-pos{
      color: #0d6efd;
    }
    .lb-name {
      font-size: 12px;
      color:#000000;
      text-transform: uppercase;
    }
    .lb-score {
      text-align: right;
      font-weight: 800;
      color: #000000;
      font-size: 12px;
    }
    .lb-empty {
      opacity: .75;
      padding: 12px 0;
    }
    .title-promo{
      font-family: 'Sohne Breit Buch';
    }
    select#weekSelect, select#monthSelect {
        padding: 5px 10px;
        background: #498afd;
        color: #ffffff;
        border-radius: 30px;
        border: 1px solid #2e6ee0;
    }
    .footer-title {
      font-family: 'Sohne Halbfett';
    }
    .footer-main {
      color:#ffffff;
      background-color: #030c2a;
      background:linear-gradient(90deg, #030c2a, #194276);
    }
    .footer-bottom {
      font-size:11px;
      color:#ffffff;
      background-color: #030c2a;
      background:linear-gradient(90deg, #030c2a, #194276);
      padding:40px 0;
    }
.title_neon {
  font-family: 'Sohne Halbfett';
  color: #000000;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  padding: 0;
  position: relative;
  border-radius: 50px;
  background: #ffffff;
  z-index: 1;
  isolation: isolate;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.title_neon h1 {
  font-family: 'Sohne Halbfett';
  color: #000000;
  font-size: 1.8rem;
  background: #ffffff;
  padding: 5px 20px;
  border-radius: 50px;
  margin: 0;
  position: relative;
  z-index: 2;
}

.title_neon::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffff00, #ff0000, #ca00a3, #0349de, #ffff00, #ca00a3, #0349de);
  background-size: 300% 300%;
  animation: gradientMove 3s ease-in-out infinite;
  z-index: -1;
  filter: none;
}

.title_neon::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffff00, #ff0000, #ca00a3, #0349de, #ffff00, #ca00a3, #0349de);
  background-size: 300% 300%;
  animation: gradientMove 3s ease-in-out infinite;
  z-index: -2;
  filter: blur(6px);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .title_neon::before {
    inset: -1.5px;
  }

  .title_neon::after {
    inset: -3px;
    filter: blur(3px);
    opacity: 0.55;
  }
}
    .txt-animado {
      visibility: hidden;
    }
    
    .txt-animado.show {
      visibility: visible;
      animation-duration: 1s;
      animation-delay: 0.3s;
    }
    @keyframes gradientMove {
      0% {
        background-position: 0% 50%;
      }
      100% {
        background-position: 100% 50%;
      }
    }
    
    .text-neon {
      font-size: 3.5rem;
      color: #000000;
      /*-webkit-text-stroke: 2px #ffe2e1;
      text-shadow: 0 0 20px #c71620;*/
      font-family: 'Sohne Halbfett';
    }
    .title-howto {
      font-family: 'Sohne Halbfett';
      font-size: 1.8rem;
      font-weight: bold;
      color: #000000;
    }
    #howto li{
      margin-bottom:15px;
    }
    .title-price {
      font-family: 'Sohne Halbfett';
      font-size: 1.3rem;
      font-weight: bold;
      color: #000000;
    }
    .subtitle-price {
      font-size: 0.8rem;
      font-weight: bold;
      color: #000000;
      margin-top: -5px;
    }
    .btn_neon {
      font-family: 'Sohne Halbfett';
      color: #000000;
      font-size: 1.3rem;
      text-align: center;
      border: 3px solid #ffe2e1;
      padding: 10px 5px;
      /*background: #000000;
      border-radius: 20px;
      box-shadow: 0 0 15px 5px #c71620 inset, 0 0 15px 5px #c71620;*/
    }
    .btn_neon:hover {
      color: #000000;
      font-size: 1.3rem;
      text-align: center;
      border: 3px solid #ffe2e1;
      padding: 10px 5px;
      /*background: #000000;
      border-radius: 20px;
      box-shadow: 0 0 20px 5px #c71620 inset, 0 0 20px 5px #c71620;*/
    }
    .btn-r-20 {
    border-radius: 20px;
    text-align: left;
    padding: 10px 20px;
    width: 50%;
    border: 2px solid;
    background:#ffffff;
    }
    .btn-r-30 {
    border-radius: 30px;
    }
    .btn-hover-zoom {
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      will-change: transform;
    }
    
    .btn-hover-zoom:hover {
      transform: scale(1.06) !important;
      box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    }
    
    .btn-hover-zoom:active {
      transform: scale(0.98) !important;
    }
    .mright-30 {
      margin-right:20px;    
    }
    .mleft-30 {
      margin-left:20px;    
    }
    .mini-txt {
      font-size: 0.9rem;
      margin-top: -5px;
      display: block;  
    }
    #howto .container {
      /*border: 2px solid #0d6efd;
      border-radius: 20px;
      box-shadow: 0 0 15px 5px #4eb939 inset, 0 0 15px 5px #4eb939;*/
    }
    .absolute-pos{
      position:absolute;
    }
    .card-prizes {
      /*background-image: url('../images/backgroound_prize_cards.png');
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size:cover;
      border: 2px solid #c9abab;
      border-radius: 50px;
      box-shadow: 0 0 15px 5px #d41212 inset, 0 0 15px 5px #d41212;*/
    }
    .slideHome{
      padding: 0;
      /*border: 2px solid #d41212;
      border-radius: 30px;
      box-shadow: 0 0 10px 3px #d41212 inset, 0 0 10px 3px #d41212;*/
    }
    .slideHome img {
      border-radius: 30px;
    }
    .btn-prizes{
      font-family: 'Sohne Halbfett';
      color:#000000;
      font-size: 0.8rem;
      text-align: left;
      line-height: 15px;
      background: transparent;
      border:none;
      transition: transform 0.25s ease;
    }
    .btn-prizes:hover{
      font-size: 0.8rem;
      color:#000000;
      text-align: left;
      line-height: 15px;
      background: transparent;
      margin-left: 5px;
    }
    .din-Card{
      border: 1px solid #cccccc;
      border-radius: 10px;
      padding: 10px 10px 0;
    }
    .mt--8{
      margin-top:-8px;
    }
    .mt--38{
      margin-top:-38px;
    }
    .mt-80{
      margin-top:80px;
    }
    .mb-90{
      margin-bottom:90px;
    }
    .w-65{
     width: 65%;
    }
    .mright-10 {
      margin-right:10px;    
    }
    .mleft-10 {
      margin-left:10px;    
    }
    .py-50{
      padding-top:50px;
      padding-bottom:50px;
    }
    .footer-title{
      font-size:clamp(1.8rem, 3vw, 2.8rem);
      font-weight:800;
      margin-bottom:14px;
    }
    .txt-bold{
      font-family: 'Sohne Halbfett';  
    }
    .footer-subtitle{
      max-width:760px;
      margin:0 auto 28px;
      opacity:.82;
      line-height:1.6;
    }
    
    .footer-marketplaces{
      display:flex;
      justify-content:center;
      align-items:center;
      gap:28px;
      flex-wrap:wrap;
    }
    
    .footer-marketplace-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      text-decoration:none;
      background: #fff;
      border-radius: 20px;
      padding: 10px;
    }
.footer-marketplace-logo{
  max-height:60px;
  width:auto;
  object-fit:contain;
}
.logo-separator{
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    padding: 0 20px;
}
.footer-main{
  padding:42px 0 32px;
}

.footer-col-title{
  font-size:13px;
  font-weight:700;
  margin-bottom:18px;
}

.footer-socials{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content: center;
}

.footer-social{
  width:30px;
  height:30px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, .12);
  transition: all .2s ease;
  text-decoration: none;
  color: #060e2d;
}

.footer-social:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.12);
  color:#ffffff
}
.signify-footer{
  text-align: center;
  font-size: 13px;
  margin-top:30px;
}
.footer-social img{
  width:20px;
  height:20px;
  object-fit:contain;
}

.footer-brand-logos{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  align-items:center;
  justify-content: center;
}

.footer-brand-link{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
}

.footer-brand-logo{
  max-height:34px;
  width:auto;
  object-fit:contain;
}

.footer-links{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-links li{
  font-size:13px;
  margin-bottom:10px;
}

.footer-links a{
  color:#fff;
  text-decoration:none;
  opacity:.85;
  transition:opacity .2s ease;
}

.footer-links a:hover{
  opacity:1;
  text-decoration:underline;
}

.footer-bottom{
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,.08);
}

.footer-copyright{
  font-size:12px;
}

.wts-btn {
    background: #4CAF50;
    padding: 5px 10px;
    border: 1px solid green;
    border-radius: 20px;
}
.wts-btn:hover {
    background: #5ec462;
    padding: 5px 10px;
    border: 1px solid green;
    border-radius: 20px;
    text-decoration:none !important;
}
.form-control {
    border: none;
    border-bottom: 2px solid #0c5ed7;
    border-radius: 0;
}
input[type="file"]::file-selector-button {
  background: #0c5ed7; /* tu color */
  color: #fff;
  border: none;
  padding: 8px 16px;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.2s;
}

input[type="file"]::file-selector-button:hover {
  background: #cccccc;
  color: #0c5ed7;
}

@media (max-width: 991.98px){
  .footer-main{
    text-align:center;
  }

  .footer-socials,
  .footer-brand-logos{
    justify-content:center;
  }
}
    @media (max-width: 980px) {
      .lb-card {
        min-width: calc((100% - 16px) / 2);
        max-width: calc((100% - 16px) / 2);
      }
    }

    @media (max-width: 640px) {
      .lb-card {
        min-width: 100%;
        max-width: 100%;
      }
    }