  html {
      scroll-behavior: smooth;
  }

  .bg-haribo-footer {
      background-color: #004B87;
  }

  @keyframes float {
      0% {
          margin-top: 0px;
      }

      50% {
          margin-top: -15px;
      }

      100% {
          margin-top: 0px;
      }
  }

  .floating {
      animation: float 3s ease-in-out infinite;
      will-change: margin-top;
  }

  .parallax-item {
      transition: transform 0.2s linear;
  }

  .fixed-nav-desktop {
      position: fixed;
      top: 54px;
      z-index: 100;
      transition: right 0.3s ease-out;
      right: 70px;
  }

  @media (min-width: 1024px) {
      .fixed-nav-desktop {
          right: 105px;
      }
  }

  @media (min-width: 1730px) {
      .fixed-nav-desktop {
          right: 140px;
      }
  }

  .fixed-nav-mobile {
      position: fixed;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 100;
      width: 100%;
      max-width: 333.37px;
  }

  .nav-links-mobile {
      gap: 28.07px;
  }

  @media (max-width: 767px) {
      .oso-mobile-adjust {
          max-width: 333.3px;
          width: 100%;
          margin-bottom: -10px;
      }
  }

  .premios-background {
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
      background-image: url(https://i.postimg.cc/KcP32V0Z/Barra-desktop.jpg);
      /*background-color: rgba(0, 96, 170, 0.5);*/
      /* #0060AA */
      background-blend-mode: multiply;
  }


  .premios-background::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(172, 210, 237, 0.279);
      opacity: 0.75;
      /* exacto Figma */
  }

  .couple-background {
      background-image: url('https://i.postimg.cc/HkmXWRp6/Pareja.jpg');
      background-size: 140%;
      background-position: left 25% center;
      background-repeat: no-repeat;
  }

  @media (max-width: 767px) {
      .couple-background {
          background-size: 180%;
          background-position: left 30% center;
      }
  }

  .gif-mask {
      -webkit-mask-image: url('https://i.postimg.cc/02zKkx1s/Mask.png');
      mask-image: url('https://i.postimg.cc/02zKkx1s/Mask.png');
      -webkit-mask-size: contain;
      mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-position: center;
  }

  .cookie-modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1000;
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
  }

  .cookie-modal-content {
      background-color: white;
      padding: 30px;
      border-radius: 0.5rem;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
      max-width: 450px;
      width: 90%;
      text-align: center;
  }

  .no-scroll {
      overflow: hidden;
  }

  .bg-brand-yellow-bg {
      background-color: #FFF8B0;
  }

  .bg-brand-red {
      background-color: #D32F2F;
  }

  .bg-brand-cta-base {
      background-color: #0061A7;
  }

  .bg-brand-cta-hover {
      background-color: #4C86C7;
  }

  .bg-haribo-footer {
      background-color: #004B87;
  }

  .floating {
      animation: float 3s ease-in-out infinite;
  }

  @keyframes float {
      0% {
          transform: translateY(0);
      }

      50% {
          transform: translateY(-12px);
      }

      100% {
          transform: translateY(0);
      }
  }

  ._text_ {
      background-color: #FFF8B0;
      width: 100vw;
      height: 120vh;
  }

  ._img_register_form {
      margin: auto;
      padding: 25vh 0% 0%;
  }


  .haribo-code-box {
      margin-top: 52px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 18px;
  }

  .haribo-input {
      width: 320px;
      max-width: 90%;
      padding: 14px 18px;
      border-radius: 999px;
      border: none;
      outline: none;
      font-size: 16px;
      text-align: left;
      background: #ffffff;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  }

  .haribo-input::placeholder {
      color: #888;
      font-weight: 500;
  }

  .haribo-btn-validate {
      background: #0b63b5;
      color: #ffffff;
      border: none;
      border-radius: 14px;
      padding: 12px 42px;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.2s ease;
      box-shadow: 0 6px 0 #084a87;
  }

  .haribo-btn-validate:hover {
      transform: translateY(-1px);
      box-shadow: 0 8px 0 #084a87;
  }

  .haribo-btn-validate:active {
      transform: translateY(2px);
      box-shadow: 0 3px 0 #084a87;
  }

  .error_code {
      font-family: Quicksand;
      font-weight: 700;
      font-style: Bold;
      font-size: 35.23px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;
      color: #0062A7;
      margin-top: 20px;

  }

  .pb-3 {
      padding-bottom: 0 !important;
  }

  .haribo-select {
      width: 320px;
      max-width: 90%;
      position: relative;
      font-family: inherit;
  }

  /* BOTÓN SUPERIOR */
  .haribo-select-trigger {
      width: 100%;
      background: #ffffff;
      color: #333;
      border: none;
      border-radius: 999px;
      padding: 14px 20px;
      font-size: 15px;
      font-weight: 500;
      text-align: left;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  }

  /* FLECHA */
  .haribo-arrow {
      font-size: 14px;
      transition: transform 0.2s ease;
  }

  /* CAJA AZUL */
  .haribo-select-options {
      position: absolute;
      top: 44px;
      width: 80%;
      background: #0b63b5;
      border-radius: 14px;
      list-style: none;
      padding: 6px 0;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
      opacity: 0;
      pointer-events: none;
      transform: translateY(-10px);
      transition: all 0.2s ease;
      z-index: 1;
      margin: 0 0 0 10%;
  }

  /* ITEMS */
  .haribo-select-options li {
      padding: 12px 18px;
      color: #ffffff;
      font-size: 15px;
      cursor: pointer;
      transition: background 0.15s ease;
  }

  .haribo-select-options li:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .haribo-select-options li:hover {
      background: rgba(255, 255, 255, 0.15);
  }

  /* ESTADO ABIERTO */
  .haribo-select.open .haribo-select-options {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
  }

  .haribo-select.open .haribo-arrow {
      transform: rotate(180deg);
  }

  .haribo-arrow-icon {
      transition: transform 0.2s ease;
      font-size: 14px;
      color: #333;
  }

  @media screen and (max-width: 600px) {

     .premios-background {
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
      background-image: url(https://i.postimg.cc/cHQCdgB1/Barra-mobile.jpg);
      /*background-color: rgba(0, 96, 170, 0.5);*/
      /* #0060AA */
      background-blend-mode: multiply;
  }

      ._img_register_form {
          max-width: 320px !important;
          padding: 10vh 0 0;
      }

      .text_mobile {
          max-width: 300px !important;
          margin: auto !important;
          font-size: 15px;
      }

      .error_code {
          font-size: 30px !important;
          max-width: 300px;
          text-align: center;
          margin: auto;
          margin-top: 20px;
      }

      .haribo-code-box {
          align-items: center !important;
      }

      .street {
          margin-top: -5px !important;
      }

      .streaming {
          margin-top: -8px !important;
      }

      .validate {
          margin-top: 20px !important;
      }

      /*Landing page adjustments*/
      .ph_title {
          max-width: 260px !important;
      }

      .ph_img {
          max-width: 160px !important;
      }

      .py-20 {
          padding-top: 2rem !important;
          padding-bottom: 2rem !important;
      }

      .couple-background {
          background-size: 238% !important;
          background-position: left 1% center !important;
      }

      .ph_tv {
          font-size: 18px !important;
          line-height: 24px !important;
      }

      .ph_howto {
          max-width: 250px !important;
      }

      .ph_button {
          scale: 0.9 !important;
      }

      .ph_cereza {
          top: 560px !important;
          left: 22px !important;
          width: 40px !important;
      }

      #Osito_Sofa {
          max-width: 300px !important;
          margin-bottom: 2em !important;
          margin-top: 2em !important;
      }

      #Osito_Verde {
          width: 32px !important;
          top: 420px !important;
          left: 38px !important;
      }

      #Corazon {
          width: 28px !important;
          top: 100px !important;
          left: 24px !important;
      }

      #Malvavisco {
          width: 28px !important;
          top: 235px !important;
      }

      #Huevo {
          top: 465px !important;
          width: 28px !important;
          left: 316px !important;
      }

      #Osito_Naranja {
          top: 700px !important;
          width: 24px !important;
      }
      .preform-text {
        max-width: 340px !important;
      }
  }

  @media screen and (min-width: 600px) and (max-width: 1450px) {
       .premios-background {
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
      background-image: url(https://i.postimg.cc/wjv1DBgQ/Barra-tablet.jpg);
      /*background-color: rgba(0, 96, 170, 0.5);*/
      /* #0060AA */
      background-blend-mode: multiply;
  }

      #Osito_Sofa {
          max-width: 580px !important;
          margin: auto !important;
          position: relative;
          top: 530px !important;
      }

      #jugar {
          height: calc(1000px + 10vh) !important;
      }

      .ph_osito_text {
          display: block !important;
      }

      .oso-container-desktop {
          padding: 0 !important;
      }

      .ph_copy_container {
          width: 100% !important;
          top: -384px !important;
      }

      .ph_center_content {
          max-width: 550px !important;
      }

      #Cereza {
          top: 104px !important;
          width: 52px !important;

      }

      #Osito_Verde {
          width: 52px !important;
      }

      #Corazon {
          width: 52px !important;
      }

      #Malvavisco {
          width: 52px !important;
          top: 116px !important;
      }

      #Huevo {
          width: 52px !important;
          top: 108px !important;
      }

      #Osito_Naranja {
          width: 52px !important;
          top: 124px !important;
      }

      .md\:gap-20 {
          gap: 0rem !important;
      }

      .ph_prizes {
          max-width: 270px !important;
          margin: auto !important;
      }

      .ph_img {
          max-width: 300px !important;
          padding: 0px 20px !important;
      }

      #premios {
          max-height: 435px !important;
      }

      .couple-background {
          background-size: cover;
          background-position-x: inherit;
      }
  }