#catalogo-publicity-wrap *{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
#catalogo-publicity-wrap{
      scroll-behavior: smooth;
    }
#catalogo-publicity-wrap{
      font-family: 'Montserrat', sans-serif;
      background: #f3f4f6;
      color: #111827;
      line-height: 1.5;
    }
#catalogo-publicity-wrap .drag-scroll-enabled{
      cursor: grab;
    }
#catalogo-publicity-wrap .drag-scroll-enabled:active{
      cursor: grabbing;
    }
#catalogo-publicity-wrap .catalog{
      width: 100%;
    }
#catalogo-publicity-wrap .hero{
      min-height: 20vh;
      background:
        linear-gradient(135deg, rgba(7, 17, 35, 0.96), rgba(17, 24, 39, 0.88)),
        url('https://images.unsplash.com/photo-1524758631624-e2822e304c36?q=80&w=1600&auto=format&fit=crop');
      background-size: cover;
      background-position: center;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 40px 30px;
    }
#catalogo-publicity-wrap .hero-content{
      max-width: 750px;
    }
#catalogo-publicity-wrap .hero h1{
      font-size: 48px;
      line-height: 1;
      font-weight: 800;
      margin-bottom: 16px;
      letter-spacing: -1.5px;
    }
#catalogo-publicity-wrap .hero h1 span{
      color: #d4af37;
    }
#catalogo-publicity-wrap .hero p{
      font-size: 17px;
      color: rgba(255, 255, 255, 0.85);
      margin-bottom: 24px;
    }
#catalogo-publicity-wrap .hero-tags{
      display: flex;
      gap: 10px;
      justify-content: center;
      flex-wrap: wrap;
    }
#catalogo-publicity-wrap .hero-tags span{
      border: 1px solid rgba(255, 255, 255, 0.2);
      padding: 8px 16px;
      border-radius: 999px;
      backdrop-filter: blur(8px);
      background: rgba(255, 255, 255, 0.08);
      font-size: 12px;
      letter-spacing: 1px;
    }
#catalogo-publicity-wrap .brand-page{
      min-height: auto;
      padding: 40px 50px;
      background: white;
      page-break-after: always;
      border-bottom: 1px solid #e5e7eb;
      scroll-margin-top: 80px;
    }
#catalogo-publicity-wrap .brand-nav{
      position: sticky;
      top: 0;
      z-index: 100;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 30px;
      overflow-x: auto;
      background: rgba(255, 255, 255, 0.85);
      backdrop-filter: blur(12px);
      padding: 15px 40px;
      border-bottom: 1px solid #e5e7eb;
      scrollbar-width: thin;
      scrollbar-color: #cbd5e1 transparent;
    }
#catalogo-publicity-wrap .brand-nav::-webkit-scrollbar{
      height: 6px;
    }
#catalogo-publicity-wrap .brand-nav::-webkit-scrollbar-track{
      background: transparent;
    }
#catalogo-publicity-wrap .brand-nav::-webkit-scrollbar-thumb{
      background-color: #cbd5e1;
      border-radius: 10px;
    }
#catalogo-publicity-wrap .brand-nav a{
      display: flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      min-width: 80px;
      opacity: 0.6;
      transition: all 0.3s ease;
      flex-shrink: 0;
      text-decoration: none;
    }
#catalogo-publicity-wrap .brand-nav a:hover{
      opacity: 1;
      transform: scale(1.05);
    }
#catalogo-publicity-wrap .brand-nav img{
      max-height: 100%;
      width: auto;
      object-fit: contain;
    }
#catalogo-publicity-wrap .brand-nav .logo-placeholder{
      font-size: 13px;
      color: #111827;
    }
#catalogo-publicity-wrap .brand-header{
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 28px;
      gap: 16px;
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto;
    }
#catalogo-publicity-wrap .brand-info-container{
      display: flex;
      flex-direction: column;
    }
#catalogo-publicity-wrap .brand-title-wrapper{
      display: flex;
      align-items: center;
      gap: 20px;
    }
#catalogo-publicity-wrap .brand-logo-space{
      background: #f9fafb;
      border: 2px dashed #d1d5db;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px;
      
      transition: all 0.4s ease;
    }
#catalogo-publicity-wrap .brand-logo-space:hover{
      border-color: #9ca3af;
      transform: translateY(-3px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }
#catalogo-publicity-wrap .brand-logo-space img{
      max-width: 200px;
      max-height: 60px;
      width: auto;
      height: auto;
      display: block;
    }
#catalogo-publicity-wrap .logo-placeholder{
      font-size: 12px;
      font-weight: 700;
      color: #9ca3af;
      letter-spacing: 1px;
      text-align: center;
    }
#catalogo-publicity-wrap .brand-title{
      font-size: 34px;
      font-weight: 800;
      letter-spacing: -0.5px;
    }
#catalogo-publicity-wrap .brand-subtitle{
      font-size: 14px;
      color: #6b7280;
      max-width: 500px;
      margin-top: 12px;
    }
#catalogo-publicity-wrap .brand-number{
      font-size: 14px;
      color: #9ca3af;
      font-weight: 600;
    }
#catalogo-publicity-wrap .product-track{
      display: flex;
      gap: 16px;
      padding: 12px 0 32px;
      will-change: transform;
      cursor: grab;
      user-select: none;
      -webkit-user-select: none;
    }
#catalogo-publicity-wrap .product-track:active{
      cursor: grabbing;
    }
#catalogo-publicity-wrap .grid-wrapper{
      position: relative;
      max-width: 1100px;
      margin: 0 auto;
      
    }
#catalogo-publicity-wrap .track-clip{
      overflow: hidden;
    }
#catalogo-publicity-wrap .no-card-transition .product-card-inner{
      transition: none !important;
    }
#catalogo-publicity-wrap .nav-btn{
      position: absolute;
      top: calc(50% - 15px);
      transform: translateY(-50%);
      background: white;
      border: 1px solid #e5e7eb;
      color: #111827;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      z-index: 10;
      opacity: 0.85;
      transition: all 0.3s;
      font-size: 18px;
    }
#catalogo-publicity-wrap .nav-btn:hover{
      opacity: 1;
      transform: translateY(-50%) scale(1.1);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
#catalogo-publicity-wrap .nav-btn-prev{
      left: -22px;
    }
#catalogo-publicity-wrap .nav-btn-next{
      right: -22px;
    }
#catalogo-publicity-wrap .lightbox{
      display: none;
      position: fixed;
      z-index: 2000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      backdrop-filter: blur(5px);
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s ease;
      cursor: zoom-out;
    }
#catalogo-publicity-wrap .lightbox.show{
      display: flex;
      opacity: 1;
    }
#catalogo-publicity-wrap .lightbox-content{
      max-width: 90%;
      max-height: 90%;
      border-radius: 8px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
      object-fit: contain;
      transform: scale(0.8);
      transition: transform 0.3s ease;
      cursor: zoom-out;
    }
#catalogo-publicity-wrap .lightbox.show .lightbox-content{
      transform: scale(1);
    }
#catalogo-publicity-wrap .lightbox-close{
      position: absolute;
      top: 20px;
      right: 35px;
      color: #f1f1f1;
      font-size: 40px;
      font-weight: bold;
      cursor: pointer;
      z-index: 2001;
    }
#catalogo-publicity-wrap .product-card{
      flex: 0 0 42%;
      min-width: 260px;
      display: flex;
      flex-direction: column;
    }
#catalogo-publicity-wrap .product-card-inner{
      background: #f9fafb;
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid #e5e7eb;
      will-change: opacity, transform;
      
      transition: opacity 0.45s ease, transform 0.45s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
      flex-grow: 1;
    }
#catalogo-publicity-wrap .product-card.card-edge .product-card-inner{
      opacity: 0.5;
      transform: scale(0.91);
    }
#catalogo-publicity-wrap .product-card.card-active .product-card-inner{
      opacity: 1;
      transform: scale(1);
    }
#catalogo-publicity-wrap .product-card.card-active:hover .product-card-inner{
      transform: translateY(-4px) scale(1.01);
      box-shadow: 0 16px 32px rgba(0, 0, 0, 0.09);
    }
#catalogo-publicity-wrap .product-gallery{
      display: flex;
      flex-direction: column;
      width: 100%;
      border-bottom: 1px solid #e5e7eb;
      overflow: hidden;
    }
#catalogo-publicity-wrap .gallery-container{
      position: relative;
      width: 100%;
      aspect-ratio: 1 / 1;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #111827, #374151);
      overflow: hidden;
    }
#catalogo-publicity-wrap .gallery-main-wrapper{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
#catalogo-publicity-wrap .gallery-main-img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease, opacity 0.3s ease;
      opacity: 0;
    }
#catalogo-publicity-wrap .gallery-main-img.loaded{
      opacity: 1;
    }
#catalogo-publicity-wrap .product-card.card-active:hover .gallery-main-img.loaded{
      transform: scale(1.03);
    }
#catalogo-publicity-wrap .gallery-thumbs{
      display: flex;
      flex-direction: row;
      width: 100%;
      aspect-ratio: 3 / 1;
      padding: 0;
      gap: 0;
      overflow: hidden;
      background: #f3f4f6;
    }
#catalogo-publicity-wrap .gallery-thumb{
      width: 33.3333%;
      height: 100%;
      object-fit: cover;
      cursor: pointer;
      opacity: 0.9;
      transition: filter 0.3s ease;
      border-radius: 0;
      border: none;
      flex-shrink: 0;
    }
#catalogo-publicity-wrap .gallery-thumb:hover{
      opacity: 1;
      filter: brightness(1.15);
    }
#catalogo-publicity-wrap .gallery-nav{
      position: absolute;
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.15);
      color: white;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      z-index: 10;
      user-select: none;
      opacity: 0;
      font-size: 12px;
    }
#catalogo-publicity-wrap .gallery-container:hover .gallery-nav{
      opacity: 0.9;
    }
#catalogo-publicity-wrap .gallery-nav:hover{
      background: rgba(255, 255, 255, 0.3);
      transform: scale(1.1);
      border-color: rgba(255, 255, 255, 0.4);
    }
#catalogo-publicity-wrap .gallery-prev{
      left: 8px;
    }
#catalogo-publicity-wrap .gallery-next{
      right: 8px;
    }
#catalogo-publicity-wrap .mock-logo{
      display: none;
      position: absolute;
      bottom: 10px;
      right: 10px;
      background: rgba(255, 255, 255, 0.9);
      color: #111827;
      padding: 4px 10px;
      border-radius: 999px;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.5px;
      z-index: 10;
    }
#catalogo-publicity-wrap .product-content{
      padding: 18px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      flex-grow: 1;
    }
#catalogo-publicity-wrap .product-type{
      display: inline-block;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.8px;
      text-decoration: none;
      text-transform: uppercase;
      color: #b45309;
      background: #fef3c7;
      padding: 4px 10px;
      border-radius: 999px;
      width: fit-content;
      transition: all 0.3s ease;
    }
#catalogo-publicity-wrap .product-type:hover{
      background: #fde68a;
      transform: scale(1.05);
    }
#catalogo-publicity-wrap .product-title{
      font-size: 20px;
      font-weight: 700;
      line-height: 1.15;
      transition: color 0.3s ease;
    }
#catalogo-publicity-wrap .product-card:hover .product-title{
      color: #b45309;
    }
#catalogo-publicity-wrap .product-description{
      color: #4b5563;
      font-size: 13px;
      min-height: 48px;
      line-height: 1.5;
    }
#catalogo-publicity-wrap .product-meta{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
      margin-top: auto;
    }
#catalogo-publicity-wrap .meta-box{
      background: white;
      border-radius: 12px;
      padding: 10px;
      border: 1px solid #e5e7eb;
      transition: all 0.3s ease;
    }
#catalogo-publicity-wrap .meta-box:hover{
      border-color: #d1d5db;
      transform: translateY(-2px);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    }
#catalogo-publicity-wrap .meta-label{
      font-size: 9px;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      color: #9ca3af;
      margin-bottom: 3px;
      font-weight: 700;
    }
#catalogo-publicity-wrap .meta-value{
      font-size: 13px;
      font-weight: 700;
      color: #111827;
    }
#catalogo-publicity-wrap .footer-banner{
      background: #111827;
      color: white;
      padding: 50px 40px;
      text-align: center;
    }
#catalogo-publicity-wrap .footer-banner h2{
      font-size: 30px;
      margin-bottom: 14px;
    }
#catalogo-publicity-wrap .footer-banner p{
      max-width: 700px;
      margin: 0 auto;
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px;
    }


    @media (max-width: 1000px) {
      #catalogo-publicity-wrap .brand-nav {
        justify-content: flex-start;
        padding: 10px 15px;
        gap: 15px;
        transition: all 0.3s ease;
      }
        #catalogo-publicity-wrap .brand-nav a {
          min-width: 40px;
          height: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          overflow: hidden;
        }
      #catalogo-publicity-wrap .brand-nav.floating {
        position: fixed;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        flex-direction: column;
        justify-content: flex-start;
        padding: 10px 5px;
        background: rgba(255, 255, 255, 0.95);
        border: 1px solid #e5e7eb;
        border-right: none;
        border-radius: 12px 0 0 12px;
        box-shadow: -4px 0 15px rgba(0,0,0,0.1);
        gap: 12px;
        z-index: 1000;
        max-height: 80vh;
        overflow-y: auto;
        overflow-x: hidden;
      }
      #catalogo-publicity-wrap .brand-nav img {
          max-height: 24px;
          max-width: 28px;
        }
      #catalogo-publicity-wrap .brand-nav.floating a {
        min-width: unset;
        height: auto;
      }
      #catalogo-publicity-wrap .nav-btn{
        display: none;
      }
      #catalogo-publicity-wrap .product-card{
        flex: 0 0 100%;
        min-width: 240px;
      }
      #catalogo-publicity-wrap .hero h1{
        font-size: 32px;
      }
      #catalogo-publicity-wrap .hero p{
        font-size: 15px;
      }
      #catalogo-publicity-wrap .brand-page{
        padding: 28px 20px;
      }
      #catalogo-publicity-wrap .brand-title{
        font-size: 26px;
      }
      #catalogo-publicity-wrap .brand-header{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
      }

    }


    
    @media print {#catalogo-publicity-wrap .no-print{
        display: none !important;
      }
#catalogo-publicity-wrap{
        background: white !important;
      }
#catalogo-publicity-wrap .brand-page{
        page-break-after: always !important;
        border-bottom: none !important;
        padding: 40px 20px !important;
      }

    }


      @keyframes pageFadeIn {
        from {
          opacity: 0;
          transform: translateY(20px);
        }

        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
