.hw-marcas-module{font-family:sans-serif;margin:0 auto;max-width:1200px;padding:40px 20px}.hw-header{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:30px}.hw-header h2{color:#ff0201;font-weight:700;letter-spacing:1px;margin:0;text-transform:uppercase}.hw-toggle-btn{background:transparent;border:none;color:#dc1915;cursor:pointer;font-size:16px}.hw-toggle-btn:hover{border:none;text-decoration:none}.hw-brands-container{display:flex;gap:20px;overflow-x:auto;padding-bottom:25px;scroll-behavior:smooth}.hw-brands-container::-webkit-scrollbar{height:8px}.hw-brands-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.hw-brands-container::-webkit-scrollbar-thumb{background:#dc1915;border-radius:10px}.hw-brands-container.hw-grid-active{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));overflow-x:visible}.hw-brand-item{align-items:center;aspect-ratio:1/1;background:#fff;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;min-width:220px;padding:15px;transition:box-shadow .3s ease}.hw-brands-container.hw-grid-active .hw-brand-item{min-width:unset;width:100%}.hw-brand-item:hover{box-shadow:0 10px 20px rgba(0,0,0,.08)}.hw-brand-item img{max-height:180px;max-width:90%;object-fit:contain}.hw-modal-overlay{align-items:center;background:rgba(0,0,0,.6);display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;visibility:hidden;width:100%;z-index:9999}.hw-modal-content{background:#fff;box-shadow:0 25px 50px rgba(0,0,0,.15);max-width:900px;padding:40px;position:relative;width:90%}.hw-close-modal{background:transparent;border:none;color:#0056b3;cursor:pointer;font-size:28px;position:absolute;right:20px;top:15px}.hw-modal-layout{gap:40px}.hw-modal-images,.hw-modal-layout{display:grid;grid-template-columns:1fr 1fr}.hw-modal-images{gap:10px}.hw-img-box{align-items:center;aspect-ratio:1/1;background:#f9f9f9;display:flex;justify-content:center;overflow:hidden}.hw-img-box img{height:100%;object-fit:cover;width:100%}.hw-logo-box img{object-fit:contain;padding:20px}.hw-modal-info h3{color:#4c8832;font-size:34px;font-weight:700;margin-top:0}.hw-modal-info p{color:#666;line-height:1.6}.hw-btn-download{background-color:#4c8832;border-radius:24px;color:#fff;display:inline-block;font-size:14px;font-weight:700;padding:12px 24px;text-decoration:none;transition:background .3s}.hw-btn-download:hover{background-color:#f5dfbf;color:#dc1915;text-decoration:none}@media (max-width:768px){.hw-modal-layout{grid-template-columns:1fr}}