@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--btn-primary-color:#c00;--btn-secondary-color:#f9f9f9;--btn-alternative-color:#26ab82;--btn-repasse-color:#ca6c20;--text-color:#71717b;--text-title-color:#3f3f46;--text-subtitle-color:#a0a0ab;--white:#fff}*{font-family:Inter,sans-serif}html{scrollbar-gutter:stable}body.modal-open{padding-right:0!important;overflow:hidden}hr{width:100%;border:none;height:2px;background-color:#e4e4e7}.container{padding-left:64px;padding-right:64px}.text-primary-color{color:var(--btn-primary-color)!important}#header{padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid #e4e4e7}#header_bg{height:156px;background-size:cover;background-position:50%;background-repeat:no-repeat;border-bottom-left-radius:16px;border-bottom-right-radius:16px;margin-bottom:-124px;background-color:var(--btn-primary-color);background-image:linear-gradient(120deg,var(--brand-dark,#7a0000) 0,var(--btn-primary-color) 45%,var(--brand-light,#ffb26b) 100%)}.brand-title{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:700;color:var(--text-title-color);margin:8px 0 16px}.brand-dot{width:10px;height:10px;border-radius:10px;display:inline-block}.header_seller_image{width:160px;height:160px;background-color:#fff;border-radius:100%;border:1px solid #e4e4e7;background-size:cover;background-position:50%;background-repeat:no-repeat;box-shadow:inset 0 0 0 8px #fff,0 12px 16px -4px rgba(16,24,40,.2)}.header_store_divisor{width:1px;height:96px;background-color:#fff;margin-right:32px}.header_store_image{width:96px;height:96px;background-size:contain;background-position:50%;background-repeat:no-repeat;border:8px solid #fff;border-radius:8px;background-color:#fff}.header_seller_name{font-size:32px;font-weight:700;color:#3f3f46;line-height:100%;margin-top:32px;margin-bottom:8px}.header_seller_bio{font-size:16px;color:#71717b;font-weight:500}@media (max-width:767px){.container{padding-left:32px;padding-right:32px}#header{padding-bottom:24px;margin-bottom:24px}#header_bg{height:120px;margin-bottom:-80px}.header_seller_image{width:120px;height:120px;box-shadow:inset 0 0 0 4px #fff,0 12px 16px -4px rgba(16,24,40,.2)}.header_seller_name{font-size:24px}.header_seller_bio{font-size:14px}}.btn{padding:11px 16px;min-width:48px}.btn,.btn-circle{border-radius:48px}.btn-circle{padding:0;height:48px;width:48px;text-align:center;display:inline-block;line-height:48px}.btn-primary{background-color:var(--btn-primary-color);color:#fff;font-weight:700}.btn-primary,.btn-primary:hover{border:1px solid var(--btn-primary-color)}.btn-primary:hover{background-color:#fff;color:var(--btn-primary-color)}.btn-secondary{color:var(--text-title-color);font-weight:700}.btn-secondary,.btn-secondary:hover{background-color:var(--btn-secondary-color);border:1px solid #e4e4e7}.btn-secondary:hover{color:var(--btn-primary-color)}.btn-alternative{border:1px solid var(--btn-alternative-color);font-weight:700}.btn-alternative,.btn-alternative:hover{background-color:var(--btn-alternative-color);color:#fff}.btn-small{font-size:12px;padding:6px 12px}.section-title{font-size:24px;font-weight:700;color:var(--text-title-color);line-height:100%;margin-bottom:24px}.product-box{border:1px solid #e4e4e4;border-radius:16px;padding:16px;margin-bottom:16px;height:calc(100% - 16px);display:flex;flex-direction:column}.product-box .title{font-size:18px;font-weight:700;color:var(--text-title-color)}.product-box .subtitle{font-size:14px;color:var(--text-subtitle-color)}.product-box .image{margin-bottom:24px;margin-top:8px;flex:1 1;display:flex;align-items:center;justify-content:center}.product-box .image img{width:100%}#footer{margin-top:40px;padding:40px 0;border-top:1px solid #e4e4e7;color:var(--text-color);font-size:14px}.floating_whatsapp_button{position:fixed;bottom:32px;right:32px;z-index:1030}.floating_whatsapp_button .btn{box-shadow:0 12px 16px -4px rgba(16,24,40,.2)}.bi{-webkit-text-stroke:.5px}.modal-open-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1050}.app-modal{position:fixed;inset:0;z-index:1055;overflow-y:auto}.product-modal .modal-title{font-weight:700;font-size:32px}.product-modal-description{color:var(--text-color)}.product-modal-description img{max-width:100%}.product-modal-payment-btns .btn{border-radius:8px}.product-modal .carousel-main{position:relative;background:#fff;border-radius:8px;min-height:300px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-modal .carousel-main img{width:100%;max-height:380px;object-fit:contain;border-radius:8px;animation:fotoFade .45s ease}.product-modal .carousel-video{width:100%;height:320px;border-radius:8px}@keyframes fotoFade{0%{opacity:.25}to{opacity:1}}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:36px;border:none;background:hsla(0,0%,100%,.9);box-shadow:0 2px 8px rgba(16,24,40,.18);color:var(--text-title-color);font-size:18px;line-height:1;opacity:.85;z-index:2}.carousel-arrow:hover{opacity:1;color:var(--btn-primary-color)}.carousel-arrow.left{left:8px}.carousel-arrow.right{right:8px}.carousel-dots{position:absolute;bottom:10px;left:0;right:0;display:flex;justify-content:center;gap:6px;z-index:2}.carousel-dots button{width:8px;height:8px;padding:0;border-radius:8px;border:none;background:#d4d4d8}.carousel-dots button.active{background:var(--btn-primary-color);width:20px}.product-thumbs img{cursor:pointer;border:2px solid #e4e4e7;border-radius:8px;width:104px;height:78px;object-fit:contain;background:#fff;padding:2px;flex:0 0 auto}.product-thumbs img.active{border-color:var(--btn-primary-color);box-shadow:0 0 0 2px rgba(0,0,0,.04)}.product-consortia-modal .modal-header,.product-financing-modal .modal-header{font-size:12px;color:var(--text-color)}.product-consortia-modal .seller_image,.product-consortia-modal .store_image,.product-financing-modal .seller_image,.product-financing-modal .store_image{width:48px;height:48px;background-size:cover;background-color:#fff;border-radius:48px;background-position:50%;background-repeat:no-repeat;border:2px solid #e4e4e7}.product-consortia-modal .store_image,.product-financing-modal .store_image{width:76px;height:48px;border:none;border-radius:6px;background-size:contain}.badge-divisor{width:1px;height:36px;background:#e4e4e7;margin:0 10px;display:inline-block;flex:0 0 auto}.product-consortia-modal .seller_image,.product-financing-modal .seller_image{margin-left:0;flex:0 0 auto}.seller_name_badge{font-weight:700;font-size:13px;line-height:1.25;color:var(--text-title-color)}.product-consortia-modal .modal-title,.product-financing-modal .modal-title{font-size:24px;color:var(--text-title-color);font-weight:700}.product-consortia-modal .subtitle,.product-financing-modal .subtitle{font-weight:700;color:var(--text-title-color)}.product-consortia-modal-credit,.product-financing-modal-credit{color:var(--text-color);line-height:140%}.product-consortia-modal-credit b,.product-financing-modal-credit b{color:var(--btn-primary-color);font-size:24px}.product-consortia-modal-image,.product-financing-modal-image{border:1px solid #dee2e6;border-radius:8px;margin-left:16px;max-width:45%}.product-consortia-modal-image img,.product-financing-modal-image img{width:100%;max-width:100%;display:block}.form-check-input:checked{background-color:var(--btn-primary-color);border-color:var(--btn-primary-color)}.product-consortia-modal .form-check{font-size:14px;color:var(--text-color)}.product-consortia-modal .form-check b{color:var(--text-title-color)}.product-consortia-modal-legal-text,.product-financing-modal-legal-text{color:var(--text-color);font-size:12px}.spec-table th{color:var(--text-title-color);font-weight:600;width:45%}.spec-table td{color:var(--text-color)}.admin-shell{background:#f6f6f7;min-height:100vh}.admin-nav{background:#fff;border-bottom:1px solid #e4e4e7}.admin-nav .nav-link{color:var(--text-color);font-weight:600}.admin-nav .nav-link.active{color:var(--btn-primary-color);border-bottom:2px solid var(--btn-primary-color)}.admin-card{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:20px}.admin-shell .btn{border-radius:8px;padding:8px 14px}.photo-card img{height:110px;width:150px;object-fit:contain;background:#fafafa;border:1px solid #e4e4e7;border-radius:8px}.photo-cover-badge{position:absolute;top:6px;left:6px;background:var(--btn-primary-color);color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:20px}.rich-text{border:1px solid #ced4da;border-radius:8px;overflow:hidden;background:#fff}.rich-text-toolbar{display:flex;align-items:center;gap:2px;flex-wrap:wrap;padding:6px 8px;border-bottom:1px solid #e4e4e7;background:#fafafa}.rich-text-btn{border:none;background:none;width:32px;height:32px;border-radius:6px;color:var(--text-title-color);font-size:16px;line-height:1}.rich-text-btn:hover{background:#ececee}.rich-text-sep{width:1px;height:20px;background:#e4e4e7;margin:0 4px}.rich-text-area{padding:12px 14px;outline:none;color:var(--text-title-color);font-size:15px;line-height:1.6;overflow-y:auto;max-height:420px}.rich-text-area:empty:before{content:attr(data-placeholder);color:var(--text-subtitle-color)}.rich-text-area h5{font-size:16px;font-weight:700;margin:12px 0 6px}.rich-text-area ul{padding-left:20px;margin-bottom:8px}.spec-text h5{font-size:16px;font-weight:700;color:var(--text-title-color);margin:14px 0 6px}.spec-text ul{padding-left:20px}.spec-text p{margin-bottom:8px}.brand-group+.brand-group{margin-top:12px;border-top:1px solid #ececee;padding-top:10px}.brand-group-head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-bottom:6px;color:var(--text-title-color)}.admin-thumb{width:64px;height:48px;object-fit:contain;background:#fafafa;border:1px solid #e4e4e7;border-radius:6px}body{overflow-x:hidden;-webkit-text-size-adjust:100%}.consortia-plans{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.consortia-plans>div{flex:1 1 45%;min-width:150px;max-width:320px;text-align:center}.consortia-plans .plan-options{display:inline-block;text-align:left}.consortia-plans .plan-options .form-check{margin-bottom:2px}.product-thumbs{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:767.98px){.product-box{padding:14px;border-radius:14px;margin-bottom:12px}.product-box .title{font-size:16px}.product-box .subtitle{font-size:13px}.product-box .image{margin-top:4px;margin-bottom:12px}.product-box .image img{width:auto;max-width:100%;max-height:150px;object-fit:contain}.section-title{font-size:20px;margin-bottom:16px}.btn{padding:10px 14px;font-size:15px}.floating_whatsapp_button{bottom:16px;right:16px}.floating_whatsapp_button .btn{width:56px;height:56px;min-width:56px;padding:0;border-radius:56px;font-size:24px;line-height:56px}.floating_whatsapp_button .btn i{margin:0!important}.wa-label{display:none}#footer{margin-top:24px;padding:24px 0 96px}#footer .container{flex-direction:column;gap:4px!important}.app-modal .modal-content{padding:16px!important}.product-consortia-modal .modal-title,.product-financing-modal .modal-title,.product-modal .modal-title{font-size:20px}.product-modal .carousel-main{min-height:220px}.product-modal .carousel-main img{max-height:260px}.product-modal .carousel-video{height:230px}.product-thumbs{justify-content:flex-start!important;padding-bottom:4px}.product-thumbs img{width:88px;height:66px}.product-modal-payment-btns{gap:8px}.product-modal-payment-btns .btn{margin:0!important}.app-modal .modal-body,.product-modal .modal-header{padding-left:0;padding-right:0}.consortia-plans{gap:20px}.consortia-plans>div{flex:1 1 100%}.product-consortia-modal .store_image,.product-financing-modal .store_image{width:58px;height:42px}.product-consortia-modal .seller_image,.product-financing-modal .seller_image{width:42px;height:42px}.badge-divisor{margin:0 8px;height:32px}.seller_name_badge{font-size:12px}.product-consortia-modal-image,.product-financing-modal-image{max-width:38%;margin-left:12px}.product-consortia-modal-credit b,.product-financing-modal-credit b{font-size:22px}.spec-table td,.spec-table th{font-size:14px}}@media (max-width:575.98px){.container{padding-left:20px;padding-right:20px}.header_seller_name{font-size:22px}}