@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;900&display=swap);.tanager-ai-chat-widget-0-x-chatRoot{position:relative;z-index:40}.tanager-ai-chat-widget-0-x-fabWrapper{position:fixed;left:0;top:90px;z-index:40;display:flex;align-items:center;gap:16px;transition:all .5s cubic-bezier(.175,.885,.32,1.275)}.tanager-ai-chat-widget-0-x-fabButton{background:#0c2920;border:1px solid #144234;border-left:none;width:56px;height:56px;border-top-right-radius:100px;border-bottom-right-radius:100px;display:flex;align-items:center;justify-content:center;cursor:pointer;animation:tanager-ai-chat-widget-0-x-glowPulse 3s ease-in-out infinite;transition:background .2s;padding:8px}.tanager-ai-chat-widget-0-x-fabButton:hover{background:#132b26}.tanager-ai-chat-widget-0-x-fabLogo{width:32px;height:32px;border-radius:100px;overflow:hidden}.tanager-ai-chat-widget-0-x-hintBubble{background:rgba(2,64,61,.6);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(120,237,18,.16);box-shadow:0 8px 32px 0 rgba(0,0,0,.3);border-radius:100px;padding:12px 24px;max-width:340px}.tanager-ai-chat-widget-0-x-hintText{color:#fff;font-size:13px;line-height:1.4;margin:0;font-weight:400}@keyframes tanager-ai-chat-widget-0-x-glowPulse{0%,to{box-shadow:0 0 5px rgba(120,237,18,.2)}50%{box-shadow:0 0 20px rgba(120,237,18,.6)}}.tanager-ai-chat-widget-0-x-drawer{position:fixed;left:0;top:70px;width:350px;height:calc(100vh - 70px);background:linear-gradient(180deg,#011b1a,#02403d);z-index:50;display:flex;flex-direction:column;border-right:1px solid hsla(0,0%,100%,.1);box-shadow:4px 0 32px rgba(0,0,0,.4);animation:tanager-ai-chat-widget-0-x-slideInLeft .3s ease}@keyframes tanager-ai-chat-widget-0-x-slideInLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.tanager-ai-chat-widget-0-x-drawerHeader{padding:8px 16px;height:55px;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:space-between;background:#041d1a;flex-shrink:0}.tanager-ai-chat-widget-0-x-drawerHeaderInfo{display:flex;align-items:center;gap:12px}.tanager-ai-chat-widget-0-x-drawerAgentAvatar{width:32px;height:32px;border-radius:100px;background:#e5f1d7;display:flex;align-items:center;justify-content:center;font-size:16px;color:#02403d;flex-shrink:0}.tanager-ai-chat-widget-0-x-drawerAgentName{color:#fff;font-weight:700;font-size:14px;margin:0}.tanager-ai-chat-widget-0-x-drawerAgentSubtitle{color:#b1c4c3;font-size:11px;margin:0}.tanager-ai-chat-widget-0-x-drawerCollapseButton{background:none;border:none;color:hsla(0,0%,100%,.6);cursor:pointer;font-size:20px;padding:4px;line-height:1;transition:color .2s}.tanager-ai-chat-widget-0-x-drawerCollapseButton:hover{color:#fff}.tanager-ai-chat-widget-0-x-drawerBody{flex:1;overflow-y:auto;padding:20px;scroll-behavior:smooth}.tanager-ai-chat-widget-0-x-drawerBody::-webkit-scrollbar{width:6px}.tanager-ai-chat-widget-0-x-drawerBody::-webkit-scrollbar-track{background:transparent}.tanager-ai-chat-widget-0-x-drawerBody::-webkit-scrollbar-thumb{background-color:#144234;border-radius:10px}.tanager-ai-chat-widget-0-x-drawerWelcomeTitle{color:#fff;font-weight:700;font-size:22px;margin:0 0 8px}.tanager-ai-chat-widget-0-x-drawerWelcomeText{color:hsla(0,0%,100%,.8);font-size:14px;line-height:1.6;margin:0 0 16px}.tanager-ai-chat-widget-0-x-drawerMessagesArea{display:flex;flex-direction:column;gap:12px}.tanager-ai-chat-widget-0-x-drawerTypingIndicator{color:hsla(0,0%,100%,.5);font-size:13px;font-style:italic;animation:tanager-ai-chat-widget-0-x-fadePulse 1.5s infinite}@keyframes tanager-ai-chat-widget-0-x-fadePulse{0%,to{opacity:.5}50%{opacity:1}}.tanager-ai-chat-widget-0-x-drawerFooter{padding:16px;border-top:1px solid hsla(0,0%,100%,.1);flex-shrink:0}.tanager-ai-chat-widget-0-x-drawerInputWrapper{display:flex;align-items:center;background:#07251f;border:1px solid hsla(0,0%,100%,.2);border-radius:100px;padding:6px 16px;gap:8px;transition:border-color .2s}.tanager-ai-chat-widget-0-x-drawerAttachButton{background:none;border:none;color:hsla(0,0%,100%,.6);cursor:pointer;font-size:16px;padding:0;flex-shrink:0;transition:color .2s}.tanager-ai-chat-widget-0-x-drawerAttachButton:hover{color:#fff}.tanager-ai-chat-widget-0-x-drawerInput{flex:1;background:transparent;border:none;outline:none;color:#f2fde7;font-size:14px}.tanager-ai-chat-widget-0-x-drawerInput::placeholder{color:rgba(242,253,231,.5)}.tanager-ai-chat-widget-0-x-drawerSendButton{width:36px;height:36px;flex-shrink:0;border-radius:100px;background:#78ed12;border:none;display:flex;align-items:center;justify-content:center;color:#02403d;font-size:16px;cursor:pointer;transition:opacity .2s}.tanager-ai-chat-widget-0-x-drawerSendButton:hover:not(:disabled){opacity:.9}.tanager-ai-chat-widget-0-x-drawerSendButton:disabled{opacity:.4;cursor:not-allowed}.tanager-ai-chat-widget-0-x-messageWrapper{display:flex;flex-direction:column;animation:tanager-ai-chat-widget-0-x-fadeInUp .3s ease}@keyframes tanager-ai-chat-widget-0-x-fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tanager-ai-chat-widget-0-x-messageWrapperUser{align-items:flex-end}.tanager-ai-chat-widget-0-x-messageWrapperAgent{align-items:flex-start}.tanager-ai-chat-widget-0-x-messageBubble{max-width:88%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5}.tanager-ai-chat-widget-0-x-messageBubbleUser{background:rgba(120,237,18,.15);border:1px solid rgba(120,237,18,.2);color:#f2fde7;border-bottom-right-radius:4px}.tanager-ai-chat-widget-0-x-messageBubbleAgent{background:rgba(120,237,18,.08);border:1px solid rgba(120,237,18,.12);color:#f2fde7;border-top-left-radius:4px}.tanager-ai-chat-widget-0-x-messageText{margin:0}.tanager-ai-chat-widget-0-x-cartActionsWrapper{margin-top:12px;display:flex;flex-direction:column;gap:8px;width:88%}.tanager-ai-chat-widget-0-x-cartActionsLabel{color:hsla(0,0%,100%,.8);font-size:13px;line-height:1.5;margin:0}.tanager-ai-chat-widget-0-x-clearCartButton{background:#78ed12;color:#02403d;border:none;border-radius:100px;padding:10px 20px;font-size:13px;font-weight:700;cursor:pointer;transition:opacity .2s;text-align:center}.tanager-ai-chat-widget-0-x-clearCartButton:hover{opacity:.9}.tanager-ai-chat-widget-0-x-keepCartButton{background:none;border:none;color:#78ed12;font-size:13px;cursor:pointer;text-align:center;padding:4px;text-decoration:underline;transition:opacity .2s}.tanager-ai-chat-widget-0-x-keepCartButton:hover{opacity:.7}.tanager-ai-chat-widget-0-x-quickActionsWrapper{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.tanager-ai-chat-widget-0-x-viewPortfolioButton{background:#132b26;border:1px solid rgba(120,237,18,.3);color:#78ed12;font-size:12px;padding:6px 14px;border-radius:100px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .2s}.tanager-ai-chat-widget-0-x-viewPortfolioButton:hover{background:#1a3a33}.tanager-ai-chat-widget-0-x-suggestButton{background:rgba(120,237,18,.08);border:1px solid rgba(120,237,18,.2);color:#f2fde7;font-size:13px;padding:8px 16px;border-radius:16px;border-top-left-radius:4px;cursor:pointer;transition:background .2s}.tanager-ai-chat-widget-0-x-suggestButton:hover{background:rgba(120,237,18,.15)}.tanager-ai-chat-widget-0-x-modalOverlay{position:fixed;inset:0;z-index:100;background:rgba(1,27,26,.4);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;animation:tanager-ai-chat-widget-0-x-fadeInModal .3s ease}@keyframes tanager-ai-chat-widget-0-x-fadeInModal{0%{opacity:0}to{opacity:1}}.tanager-ai-chat-widget-0-x-modalContainer{background:#fff;border-radius:24px;width:100%;max-width:760px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3);margin:16px;animation:tanager-ai-chat-widget-0-x-scaleInModal .3s ease}@keyframes tanager-ai-chat-widget-0-x-scaleInModal{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.tanager-ai-chat-widget-0-x-modalHeader{padding:24px 32px;border-bottom:1px solid #f0f0f0;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-shrink:0}.tanager-ai-chat-widget-0-x-modalTitle{font-size:22px;font-weight:700;color:var(--primary-500);margin:0}.tanager-ai-chat-widget-0-x-modalSubtitle{font-size:14px;color:rgba(2,64,61,.7);margin:4px 0 0}.tanager-ai-chat-widget-0-x-modalCloseButton{width:40px;height:40px;border-radius:100px;background:#f5f5f5;border:none;cursor:pointer;font-size:16px;color:#011b1a;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.tanager-ai-chat-widget-0-x-modalCloseButton:hover{background:#e8e8e8}.tanager-ai-chat-widget-0-x-modalBody{padding:32px;overflow-y:auto;flex:1}.tanager-ai-chat-widget-0-x-analysisSectionWrapper{display:flex;gap:24px}.tanager-ai-chat-widget-0-x-analysisSectionContent{color:var(--primary-500);font-family:var(--font-poppins);flex:1}.tanager-ai-chat-widget-0-x-analysisSectionTitle{font-size:17px;font-weight:700;color:var(--primary-500);font-family:var(--font-poppins);margin:0 0 8px}.tanager-ai-chat-widget-0-x-analysisSectionText{font-size:14px;line-height:1.7;color:#4a5568;margin:0;white-space:pre-line}.tanager-ai-chat-widget-0-x-analysisDivider{border:none;border-top:1px solid #f0f0f0;margin:24px 0}.tanager-ai-chat-widget-0-x-modalFooter{padding:20px 32px;border-top:1px solid #f0f0f0;display:flex;justify-content:flex-end;flex-shrink:0}.tanager-ai-chat-widget-0-x-modalConfirmButton{background:#78ed12;color:#02403d;border:none;border-radius:100px;padding:12px 32px;font-size:14px;font-weight:700;cursor:pointer;transition:opacity .2s}.tanager-ai-chat-widget-0-x-modalConfirmButton:hover{opacity:.9}.tanager-ai-chat-widget-0-x-portfolioRoot{min-height:100vh;background:#f7f7f7;padding-top:110px;padding-bottom:80px}.tanager-ai-chat-widget-0-x-portfolioHeaderWrapper{max-width:1280px;padding:0 80px;margin:0 auto 48px}.tanager-ai-chat-widget-0-x-backButton{display:inline-flex;align-items:center;gap:8px;color:#02403d;font-weight:700;font-size:14px;background:none;border:none;cursor:pointer;padding:0;margin-bottom:32px;transition:opacity .2s}.tanager-ai-chat-widget-0-x-backButton:hover{opacity:.7}.tanager-ai-chat-widget-0-x-backButtonIcon{font-size:16px}.tanager-ai-chat-widget-0-x-portfolioTitle{font-size:40px;font-weight:700;color:#02403d;line-height:1;margin:0 0 16px}.tanager-ai-chat-widget-0-x-portfolioDescription{color:#02403d;font-size:16px;line-height:1.7;font-weight:300;max-width:860px;margin:0 0 16px}.tanager-ai-chat-widget-0-x-analysisButton{display:inline-flex;align-items:center;gap:8px;background:#04403d;color:#fff;border:none;border-radius:100px;padding:10px 24px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s;margin-bottom:32px}.tanager-ai-chat-widget-0-x-analysisButton:hover{background:#35615e}.tanager-ai-chat-widget-0-x-summaryBar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;background:#fff;padding:20px;border-radius:16px;border:1px solid #f0f0f0;box-shadow:0 1px 4px rgba(0,0,0,.04);position:sticky;top:90px;z-index:10}.tanager-ai-chat-widget-0-x-totalLabel{font-size:11px;color:#02403d;font-weight:500;text-transform:uppercase;letter-spacing:.08em;opacity:.6;margin:0}.tanager-ai-chat-widget-0-x-totalAmount{font-size:28px;font-weight:700;color:#02403d;white-space:nowrap;margin:0}.tanager-ai-chat-widget-0-x-addAllButton{background:#78ed12;color:#02403d;border:none;border-radius:100px;padding:0 20px;height:44px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:opacity .2s}.tanager-ai-chat-widget-0-x-addAllButton:hover:not(:disabled){opacity:.9}.tanager-ai-chat-widget-0-x-addAllButton:disabled{opacity:.5;cursor:not-allowed}.tanager-ai-chat-widget-0-x-addAllButtonLoading{opacity:.6}.tanager-ai-chat-widget-0-x-portfolioContent{max-width:1280px;margin:0 auto;padding:0 80px}.tanager-ai-chat-widget-0-x-portfolioListWrapper{width:100%}.tanager-ai-chat-widget-0-x-portfolioEmptyState{max-width:1280px;margin:0 auto;padding:80px;text-align:center;color:#02403d;font-size:16px}.tanager-ai-chat-widget-0-x-portfolioLoadingState{text-align:center;padding:48px;color:#02403d;font-size:16px;opacity:.6}.tanager-ai-chat-widget-0-x-portfolioGrid{display:flex;flex-direction:row;gap:1rem}@media (max-width:768px){.tanager-ai-chat-widget-0-x-portfolioContent,.tanager-ai-chat-widget-0-x-portfolioHeaderWrapper{padding:0 16px}.tanager-ai-chat-widget-0-x-portfolioTitle{font-size:28px}.tanager-ai-chat-widget-0-x-totalAmount{font-size:22px}.tanager-ai-chat-widget-0-x-summaryBar{flex-direction:column;align-items:flex-start}.tanager-ai-chat-widget-0-x-addAllButton{width:100%}}:root{--mobile-font-line-height-xxs:14px;--mobile-font-line-height-xs:16px;--mobile-font-line-height-sm:20px;--mobile-font-line-height-md:22px;--mobile-font-line-height-lg:24px;--mobile-font-line-height-xl:32px;--mobile-font-line-height-xxl:36px;--mobile-font-line-height-xxxl:48px;--mobile-font-size-xxs:11px;--mobile-font-size-xs:12px;--mobile-font-size-s:14px;--mobile-font-size-h5:16px;--mobile-font-size-h6:16px;--mobile-font-size-h4:18px;--mobile-font-size-h3:24px;--mobile-font-size-h2:28px;--mobile-font-size-h1:36px;--mobile-font-weight-bold:Bold;--mobile-font-weight-medium:Medium;--mobile-font-weight-regular:Regular;--mobile-font-weight-semibold:Semibold;--font-line-height-xxs:16px;--font-line-height-xs:20px;--font-line-height-sm:22px;--font-line-height-md:24px;--font-line-height-lg:32px;--font-line-height-xl:36px;--font-line-height-xxl:40px;--font-line-height-xxxl:56px;--font-size-xxs:12px;--font-size-xs:14px;--font-size-h6:16px;--font-size-s:16px;--font-size-h5:18px;--font-size-h4:24px;--font-size-h3:28px;--font-size-h2:36px;--font-size-h1:48px;--font-poppins:"Poppins",-apple-system,sans-serif;--font-weight-bold:700;--font-weight-semibold:600;--font-weight-medium:500;--font-weight-regular:400;--primary-0:#fff;--primary-50:#e6ecec;--primary-100:#b1c4c3;--primary-200:#8ba7a6;--primary-300:#557f7d;--primary-400:#356664;--primary-500:#02403d;--primary-600:#023a38;--primary-700:#012d2b;--primary-800:#012322;--primary-900:#011b1a;--secondary-50:#f2fde7;--secondary-100:#d5f9b6;--secondary-200:#c1f792;--secondary-300:#a5f360;--secondary-400:#93f141;--secondary-500:#78ed12;--secondary-600:#6dd810;--secondary-700:#55a80d;--secondary-800:#42820a;--secondary-900:#326408;--cyan-100:#b3edee;--cyan-200:#8fe5e5;--cyan-300:#5cd9d9;--cyan-400:#3cd1d2;--cyan-50:#e7f9f9;--cyan-500:#0bc6c7;--cyan-600:#0ab4b5;--cyan-700:#088d8d;--cyan-800:#066d6d;--cyan-900:#055354;--gray-100:#ebebeb;--gray-200:#d9d9d9;--gray-300:#ccc;--gray-400:#b1b1b1;--gray-50:#f8f8f8;--gray-500:#868686;--gray-600:#777;--gray-700:#6c6c6c;--gray-800:#4e4e4e;--gray-900:#303030;--green-neutral-50:#fcfef8;--green-neutral-100:#f4fce9;--green-neutral-200:#effade;--green-neutral-300:#e8f8cf;--green-neutral-400:#e4f6c6;--green-neutral-500:#ddf4b8;--green-neutral-600:#c9dea7;--green-neutral-700:#9dad83;--green-neutral-800:#7a8665;--green-neutral-900:#5d664d;--green-50:#e6ecec;--green-100:#b1c4c3;--green-300:#557f7d;--green-200:#8ba7a6;--green-400:#356664;--neutral-50:#fff;--neutral-500:#eeeee4;--orange-100:#fdd6c6;--orange-200:#fbc2ab;--orange-300:#faa784;--orange-400:#f9956d;--orange-50:#fef2ed;--orange-500:#f77b48;--orange-600:#e17042;--orange-700:#af5733;--orange-800:#884428;--orange-900:#68341e;--yellow-100:#fffdbe;--yellow-200:#fffb9f;--yellow-300:#fffa73;--yellow-400:#fff958;--yellow-50:#fffeea;--yellow-500:#fff72e;--yellow-600:#e8e12a;--yellow-700:#b5af21;--yellow-800:#8c8819;--yellow-900:#6b6813;--blue-500:#023444}.vtex-menu-2-x-submenuAccordion{padding:0}.vtex-menu-2-x-styledLinkContainer{padding:0;margin:0}.vtex-menu-2-x-styledLinkIcon{margin:0}.vtex-menu-2-x-styledLink{display:block}.vtex-modal-layout-0-x-paper{box-shadow:0 0 6px rgba(0,0,0,.16)}.vtex-rich-text-0-x-heading,.vtex-rich-text-0-x-paragraph{margin:0;line-height:normal;font-family:var(--font-poppins)}.vtex-slider-layout-0-x-sliderArrows{margin:0;padding:0}.vtex-store-components-3-x-imageElement,.vtex-store-components-3-x-logoContainer,.vtex-store-components-3-x-logoImage,.vtex-store-components-3-x-logoLink{display:block;width:100%;min-width:0;max-width:none;height:auto;max-height:none;padding:0}.vtex-store-components-3-x-imageElement,.vtex-store-components-3-x-imageElementLink{display:block;width:100%;max-height:none}.vtex-button__label{padding:0}.vtex-button{border:0;min-height:0}.vtex-menu-2-x-styledLinkContent--footer-menu-item{color:var(--primary-0);font-weight:300;font-size:.875rem;margin-bottom:.625rem;font-size:medium;text-align:left;justify-content:left;white-space:normal;word-break:break-word}.vtex-menu-2-x-styledLinkIcon--footer-menu-item{margin-right:.5rem}.tanager-components-0-x-containerLayout--footer-newsletter{background-color:var(--secondary-300);width:100%}.tanager-components-0-x-containerLayout--footer-newsletter-wrapper{max-width:100rem;margin:0 auto;display:flex;flex-direction:row;align-items:stretch}@media (max-width:767px){.tanager-components-0-x-containerLayout--footer-newsletter-wrapper{flex-direction:column}}.tanager-components-0-x-containerLayout--footer-newsletter-images{display:flex;flex-wrap:nowrap;width:auto;max-width:840px}@media (max-width:767px){.tanager-components-0-x-containerLayout--footer-newsletter-images{width:100%}}.tanager-components-0-x-containerLayout--footer-newsletter-form{background-color:var(--secondary-300);flex:1;display:flex;flex-direction:column;justify-content:center;padding:2rem;width:100%}.tanager-components-0-x-containerLayout--newsletter-email{display:flex;flex-direction:row;background-color:#fff;border-radius:5rem;padding:.25rem .5rem;margin-right:auto}@media (max-width:767px){.tanager-components-0-x-containerLayout--footer-newsletter-form{width:100%;padding:2rem 1rem}}.tanager-components-0-x-containerLayout--newsletter-text{margin-bottom:1rem}.tanager-components-0-x-containerLayout--footer-menu-mobile{display:flex;flex-direction:column;width:100%;margin-inline:auto;flex-wrap:wrap}.tanager-components-0-x-responsiveImage--footer-logo{max-width:20rem;height:auto;margin-bottom:2rem}.tanager-components-0-x-responsiveImageContainer--footer-line-desktop{display:flex;align-items:stretch;height:auto}.tanager-components-0-x-responsiveImage--footer-line-desktop{width:auto;height:100%;object-fit:cover}.tanager-components-0-x-responsiveImageContainer--footer-line-mobile{width:100%;max-height:10px}.tanager-components-0-x-responsiveImage--footer-line-mobile{width:100%;height:100%;object-fit:fill}@media (max-width:767px){.tanager-components-0-x-responsiveImageContainer--footer-line-desktop{display:none}}@media (min-width:767px){.tanager-components-0-x-responsiveImageContainer--footer-line-mobile{display:none}}@media (max-width:1024px){.tanager-components-0-x-containerLayout--footer-columns-wrapper{flex-direction:column;padding-block:1.5rem;transition:all .3s ease}}.tanager-components-0-x-containerLayout--footer-contact-column,.tanager-components-0-x-containerLayout--footer-menu-column{flex:1;min-width:100px;margin:2rem}@media (max-width:767px){.tanager-components-0-x-containerLayout--footer-menu-column{margin:1rem 2rem 0}.tanager-components-0-x-containerLayout--footer-contact-column{margin:0 2rem;.vtex-rich-text-0-x-container--footer-column-title{margin-block:1.5rem .5rem}}}.tanager-components-0-x-containerLayout--footer-social-icons{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.25rem 1rem;overflow:hidden}.vtex-disclosure-layout-1-x-trigger--footer-disclosure{background:none;box-shadow:none;margin:1rem 2rem .5rem;border:none;border-bottom:1px solid hsla(0,0%,100%,.5);display:flex;flex-direction:row;justify-content:space-between;align-items:center}.vtex-disclosure-layout-1-x-content--footer-disclosure{padding:.5rem 2rem}.vtex-disclosure-layout-1-x-icon-state-indicator{color:#fff}.vtex-rich-text-0-x-paragraph--newsletter-title{color:var(--primary-500);font-weight:600;font-size:2.25rem}.vtex-rich-text-0-x-paragraph--newsletter-desc{color:var(--primary-500);font-weight:400;font-size:.875rem}.vtex-rich-text-0-x-paragraph--footer-column-title{color:var(--primary-0);font-weight:700;font-size:1.25rem;margin:.75rem 0}@media (max-width:767px){.vtex-rich-text-0-x-paragraph--footer-column-title{font-size:1rem;font-weight:700;letter-spacing:.5px;margin:.5rem 0}}.vtex-store-components-3-x-imageElement--footer-newsletter-image{flex:1 1 0;aspect-ratio:1/1;object-fit:cover;height:auto}.vtex-store-components-3-x-imageElement--footer-payments{max-width:300px;height:auto;margin-left:1rem}.vtex-store-newsletter-1-x-newsletterForm--newsletter-footer{display:flex;justify-content:flex-start;flex-direction:column;gap:1rem;padding-block:1rem}.vtex-store-newsletter-1-x-emailInputContainer--newsletter-footer{display:flex;flex-direction:row;.vtex-input-prefix__group{border:none}.vtex-styleguide-9-x-input{background:none}}.vtex-store-newsletter-1-x-confirmationCheckboxContainer--newsletter-footer{.vtex-checkbox__inner-container{border:2px solid var(--primary-500);border-radius:4px}.vtex-checkbox__inner-container.bg-action-primary{background-color:var(--primary-500)}}.vtex-store-newsletter-1-x-formSubmitContainer--newsletter-footer{margin:0;padding:0;display:flex;align-items:center;.vtex-button{content:"";display:inline-block;width:24px;height:24px;background-color:transparent;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMS4zMzNhNi42NjggNi42NjggMCAxMS0uMDAyIDEzLjMzNkE2LjY2OCA2LjY2OCAwIDAxOCAxLjMzM3ptMCAxLjIxMmMtMy4wMTYgMC01LjQ1OSAyLjQ0My01LjQ1OSA1IC4wMDQgMy40NjcgMi40NDcgNS45MDkgNS40NTkgNS45MDlBNS40NDYgNS40NDYgMCAwMDEzLjQ0NSA4IDUuNDQ3IDUuNDQ3IDAgMDA4IDIuNTQ1em0tLjQ3MiAyLjMxN2EuNjY3LjY2NyAwIDAxLjk0NCAwbDIuNjY1IDIuNjY2YS42NjYuNjY2IDAgMDEwIC45NDRsLTIuNjY1IDIuNjY1YS42NjYuNjY2IDAgMTEtLjk0NC0uOTQybDEuNTI5LTEuNTI3aC0zLjc5Yy0uMzMyLS4wMDEtLjYtLjMtLjYtLjY2OCAwLS4zNjguMjY4LS42NjcuNi0uNjY3aDMuNzlMNy41MjggNS44MDVhLjY2Ny42NjcgMCAwMTAtLjk0M3oiIGZpbGw9IiMwMjQwM0QiLz48L3N2Zz4=");background-size:contain;background-repeat:no-repeat;vertical-align:middle}.vtex-button__label{display:none}}.vtex-store-newsletter-1-x-container--newsletter-footer{padding:0;margin:0;justify-content:flex-start}.vtex-store-newsletter-1-x-form--newsletter-footer{gap:1rem;display:flex;flex-direction:column}.vtex-store-newsletter-1-x-label--newsletter-footer{margin:0;line-height:1.25;font-family:var(--font-poppins);font-size:1rem;font-weight:400;color:var(--primary-500);text-align:left;display:flex}.tanager-components-0-x-containerLayout--header-desktop-content{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:100rem;margin:0 auto;padding:.75rem 3rem;gap:4vw;flex-wrap:nowrap}.tanager-components-0-x-containerLayout--logo-header-desktop{display:flex;flex-direction:row;align-items:center;gap:2rem;flex-shrink:0}.tanager-components-0-x-containerLayout--images-header-desktop{display:flex;flex-direction:row;align-items:center;gap:.5rem;flex-shrink:0}.tanager-components-0-x-containerLayout--menu-header-desktop{display:flex;flex-direction:row;align-items:center}.tanager-components-0-x-containerLayout--searchbar-header-desktop{flex-grow:1;display:flex;justify-content:center}.tanager-components-0-x-containerLayout--login-header-desktop{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem;flex-shrink:0}.tanager-components-0-x-responsiveImage--iconHeader{width:34px;height:auto}.tanager-components-0-x-responsiveImage--logoHeader{margin-top:5px;width:66px;height:auto}.tanager-components-0-x-containerLayout--main-header-mobile{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem;box-sizing:border-box;.vtex-login-2-x-container{margin-right:1rem}}.tanager-components-0-x-containerLayout--icons-mobile,.tanager-components-0-x-containerLayout--login-header-desktop{.vtex-button:focus,.vtex-button:hover{background-color:transparent}}.tanager-components-0-x-containerLayout--icons-mobile{display:flex;flex-direction:row;gap:.5rem}.vtex-login-2-x-profileIcon{width:24px;height:24px}.vtex-menu-2-x-menuContainerNav--menu{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:10px 20px}.vtex-menu-2-x-menuContainer--menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;gap:1.5rem}.vtex-menu-2-x-styledLink--menu{text-decoration:none;color:var(--primary-500);font-size:.875rem;font-weight:400;transition:color .3s ease-in-out;display:flex;align-items:center}@media (max-width:767px){.vtex-menu-2-x-styledLink.vtex-menu-2-x-styledLink--menu{padding:1.5rem 3rem;margin:0;font-size:1.25rem;border-bottom:2px solid #979899}.vtex-menu-2-x-styledLinkContent.vtex-menu-2-x-styledLinkContent--menu{gap:1rem}}.vtex-menu-2-x-styledLink--menu:hover{color:var(--secondary-500);border-color:var(--secondary-500)}.vtex-menu-2-x-styledLinkIcon--menu{margin-right:5px}@media (max-width:1024px){.vtex-menu-2-x-menuContainerNav--menu{flex-direction:column;align-items:center}.vtex-menu-2-x-menuContainer--menu{flex-direction:column;gap:.8rem}.vtex-menu-2-x-styledLink--menu{font-size:.9rem}}.vtex-sticky-layout-0-x-wrapper--header,.vtex-sticky-layout-0-x-wrapper--header-home{position:absolute!important;top:0;left:0;width:100%}.vtex-sticky-layout-0-x-wrapper--header-home .vtex-sticky-layout-0-x-container{background:rgba(2,64,61,.26);transition:background .3s ease-in-out;.vtex-sticky-layout-0-x-icon--bnd-tanager{color:var(--primary-0);width:124px}.login-label,.vtex-menu-2-x-styledLink--menu,.vtex-minicart-2-x-cartIcon,.vtex-store-components-3-x-searchIcon--search-header,.vtex-store-drawer-0-x-openIconContainer,.vtex-styleguide-9-x-input,.vtex-styleguide-9-x-input::placeholder{color:var(--primary-0)}}.vtex-sticky-layout-0-x-wrapper--header-home--stuck .vtex-sticky-layout-0-x-container,.vtex-sticky-layout-0-x-wrapper--header .vtex-sticky-layout-0-x-container{.login-label,.vtex-menu-2-x-styledLink--menu,.vtex-minicart-2-x-cartIcon,.vtex-store-components-3-x-searchIcon--search-header,.vtex-store-drawer-0-x-openIconContainer,.vtex-styleguide-9-x-input{color:var(--primary-500)}.vtex-styleguide-9-x-input::placeholder{color:var(--primary-100)}.vtex-sticky-layout-0-x-icon--bnd-tanager{width:124px;color:var(--primary-500)}}.vtex-sticky-layout-0-x-wrapper--header--stuck .vtex-sticky-layout-0-x-container,.vtex-sticky-layout-0-x-wrapper--header-home--stuck .vtex-sticky-layout-0-x-container{background-color:var(--primary-0);box-shadow:0 5px 5px rgba(0,0,0,.1)}.vtex-minicart-2-x-cartIcon{width:24px;height:24px;padding:0}.vtex-minicart-2-x-overlay--visible{transition:all .3s ease;opacity:.4!important;background-color:var(--primary-500)}.vtex-minicart-2-x-minicartQuantityBadge{color:var(--primary-500);background-color:var(--secondary-500)}.vtex-store-drawer-0-x-childrenContainer{display:block}.vtex-store-drawer-0-x-openIconContainer{padding:0;margin:0;display:flex;justify-content:flex-start;align-items:center}.vtex-store-drawer-0-x-overlay--visible{transition:all .3s ease;opacity:.4!important;background-color:var(--primary-500)}.vtex-store-drawer-0-x-drawerContent{height:100%;box-shadow:0 3px 6px rgba(0,0,0,.16)}.vtex-store-drawer-0-x-closeIcon--menu-mobile{color:var(--primary-500)}.vtex-store-components-3-x-searchBarContainer{background:transparent;border:1px solid var(--green-100);border-radius:20rem;padding:.25rem;width:100%;max-width:400px}.vtex-store-components-3-x-searchBarContainer .vtex-input-prefix__group,.vtex-store-components-3-x-searchBarContainer .vtex-input__suffix,.vtex-store-components-3-x-searchBarContainer .vtex-styleguide-9-x-input{border:none;background:transparent;color:var(--primary-500);font-size:.875rem}.vtex-store-header-2-x-childrenContainer{display:block}.vtex-store-header-2-x-openIconContainer{width:3rem;padding:0;margin:0;display:flex;justify-content:flex-start;align-items:center}.vtex-store-header-2-x-drawerContent{height:100%;box-shadow:0 3px 6px rgba(0,0,0,.16)}.tanager-components-0-x-containerLayout--project-image-container{position:relative;width:100%;overflow:hidden}.tanager-components-0-x-containerLayout--product-icons-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:.5rem;padding:1rem 1rem .5rem}@media (max-width:767px){.tanager-components-0-x-containerLayout--product-icons-container{gap:.5rem;padding-bottom:1rem}}.tanager-components-0-x-specificationIconWrapper--card{display:flex;flex-direction:row;align-items:center}.tanager-components-0-x-specificationIconItem--card{display:flex;flex-direction:row;align-items:center;gap:.5rem}.tanager-components-0-x-specificationIconImage--card-pais{height:32px;width:auto}.tanager-components-0-x-specificationIconImage--card-certificaciones{height:22px;width:auto;object-fit:contain}.tanager-components-0-x-specificationIconText--card{color:var(--primary-500);font-size:.875rem;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vtex-product-summary-2-x-element--project{background:var(--neutral-500);border-radius:1rem;padding:0;box-shadow:0 0 8px rgba(0,0,0,.05);transition:box-shadow .3s ease}.vtex-product-summary-2-x-containerNormal--project{margin-inline:auto}.vtex-product-summary-2-x-image--project-image-badge{overflow:hidden;position:relative;width:100%}.vtex-product-summary-2-x-imageNormal{aspect-ratio:5/4;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.vtex-product-summary-2-x-nameContainer--project-name{padding:1rem 1rem .5rem;align-items:flex-start;justify-content:flex-start;text-align:left;min-height:3.5rem}.vtex-product-summary-2-x-productBrand--project-name{font-weight:700;font-size:.875rem;line-height:1;color:var(--primary-500);text-align:left;font-family:var(--font-poppins);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vtex-product-summary-2-x-description--project-description{font-weight:400;font-size:.75rem;line-height:1rem;color:var(--primary-500);padding-inline:1rem;font-family:var(--font-poppins);text-align:left}.vtex-product-summary-2-x-description--project-description :first-child{display:-webkit-box!important;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:3rem}.vtex-product-summary-2-x-element--project{.vtex-button{margin-inline:1rem;margin-bottom:1rem;margin-top:auto;padding-block:.5rem;border-radius:2rem;display:flex;align-items:center;text-decoration:none;transition:background .3s ease;justify-content:center;width:auto}.vtex-button.bg-action-primary{background-color:var(--secondary-500)}.vtex-button.bg-action-primary:hover{background-color:var(--secondary-600)}.vtex-button__label{width:auto;padding:0!important}.vtex-add-to-cart-button-0-x-buttonText--project-button{font-size:.75rem;color:var(--primary-500);font-weight:500;line-height:1rem;text-transform:none}}.tanager-components-0-x-containerLayout--not-found--container{max-width:100rem;margin-top:4.5rem;margin-inline:auto}.tanager-components-0-x-containerLayout--notFound__banner{width:100%;display:block;object-fit:cover}.vtex-my-account-1-x-menu{border:1px solid var(--gray-100);border-radius:.5rem;display:flex;flex-direction:column;width:30%;margin-top:1.5rem;margin-inline:1.5rem;padding:1.5rem;height:fit-content}.vtex-my-account-1-x-userInfo{align-items:center}.vtex-my-account-1-x-userGreeting,.vtex-my-account-1-x-userName{color:var(--primary-500);font-family:var(--font-poppins);font-weight:500;letter-spacing:.2px;font-size:.75rem;line-height:.875rem}.vtex-my-account-1-x-userName{font-size:.875rem;font-weight:700}.vtex-my-account-1-x-menuLinks{.vtex-account_menu-link{display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left;color:var(--primary-500);font-weight:500;font-size:.875rem;line-height:1rem;white-space:break-spaces}.vtex-account_menu-link:after{content:">";margin-left:auto;margin-right:1rem}.vtex-account_menu-link.b{background-color:var(--green-50);font-weight:700;border-radius:.5rem;letter-spacing:.15px}}.vtex-my-account-1-x-boxContainer{border:1px solid var(--gray-100);border-radius:.5rem;.vtex-my-account-1-x-dateOfBirthSubContainer,.vtex-my-account-1-x-documentsSubContainer,.vtex-my-account-1-x-emailContainer,.vtex-my-account-1-x-firstNameSubContainer,.vtex-my-account-1-x-genderSubContainer,.vtex-my-account-1-x-lastNameSubContainer,.vtex-my-account-1-x-phoneNumberSubContainer{margin-bottom:1.5rem}.vtex-my-account-1-x-dataEntryChildren,.vtex-my-account-1-x-dataEntryLabel,.vtex-my-account-1-x-newsletterContainerMessage,.vtex-my-account-1-x-newsletterContainerTitle{font-weight:700;color:var(--primary-500);letter-spacing:.15px;font-family:var(--font-poppins);font-size:1rem}.vtex-my-account-1-x-dataEntryChildren,.vtex-my-account-1-x-newsletterContainerMessage{font-weight:500}.vtex-my-account-1-x-boxContainerFooter{padding:1rem 2rem}.vtex-button{padding:.5rem 2rem;letter-spacing:.4px;text-transform:none;font-weight:500;font-size:.875rem;line-height:1.25rem;border-radius:3rem}.vtex-button.bg-action-primary,.vtex-button.bg-transparent{color:var(--primary-500);background-color:var(--secondary-500)}.vtex-button.bg-action-primary:hover,.vtex-button.bg-transparent:hover{background-color:var(--secondary-600)}.vtex-button.bg-action-primary:focus,.vtex-button.bg-transparent:focus{box-shadow:0 0 0 2px var(--secondary-700)}.vtex-button.bg-action-primary:active,.vtex-button.bg-transparent:active{background-color:var(--secondary-400)}.vtex-button.bg-action-primary:disabled,.vtex-button.bg-transparent:disabled{background-color:var(--gray-300);color:var(--primary-300)}}@media (max-width:767px){.vtex-my-account-1-x-menu{width:100%;padding:2rem 1rem;margin:4.5rem 1.5rem 2rem;border:1px solid var(--gray-100);border-radius:.5rem}.vtex-my-account-1-x-profile{width:auto;margin:1.5rem;padding:0}.vtex-my-account-1-x-addressBox{flex-direction:column}.vtex-account{font-family:var(--font-poppins);.vtex-pageHeader__container{margin:4.5rem 0 2rem;padding:0 1.5rem}.vtex-pageHeader__title{font-weight:700;color:var(--primary-500);font-size:1.5rem;line-height:2rem;letter-spacing:.4px}.vtex-pageHeader__container{.vtex-button.bg-transparent{.t-action--small{font-size:0;display:inline-block}.t-action--small:after{content:"Regresar";font-size:.875rem;font-weight:400;text-transform:none;display:inline-block;vertical-align:middle}}.vtex-button.bg-transparent:hover{background:none;.t-action--small:after,.vtex__icon-arrow-back{color:var(--primary-400)}}}.vtex-button.bg-action-primary{padding:.5rem 2rem;letter-spacing:.4px;text-transform:none;font-weight:500;font-size:.875rem;line-height:1.25rem;border-radius:3rem;color:var(--primary-500);background-color:var(--secondary-500)}.vtex-button.bg-action-primary:hover{background-color:var(--secondary-600)}.vtex-button.bg-action-primary:focus{box-shadow:0 0 0 1px var(--secondary-700)}.vtex-button.bg-action-primary:active{background-color:var(--secondary-400)}.vtex-button.bg-action-primary:disabled{background-color:var(--gray-300);color:var(--primary-300)}.vtex-checkbox__inner-container{border:2px solid var(--primary-500);border-radius:3px}.vtex-checkbox__inner-container.bg-action-primary{background-color:var(--primary-500)}.vtex-checkbox__label{font-weight:700;color:var(--primary-500);letter-spacing:.15px;font-family:var(--font-poppins);font-size:1rem}.styleguide__layout.min-vh-100.bg-muted-5{background-color:#fff;padding-inline:1rem;.styleguide__pageBlock_title{color:var(--primary-500)}}}.vtex-modal__confirmation{font-family:var(--font-poppins);.vtex-button.bg-action-primary,.vtex-button.bg-transparent{padding:.5rem 2rem;letter-spacing:.4px;text-transform:none;font-weight:500;font-size:.875rem;line-height:1.25rem;border-radius:3rem;color:var(--primary-500)}.vtex-button.bg-action-primary{background-color:var(--secondary-500)}.vtex-button.bg-action-primary:hover{background-color:var(--secondary-600)}.vtex-button.bg-action-primary:focus{box-shadow:0 0 0 2px var(--secondary-700)}.vtex-button.bg-action-primary:active{background-color:var(--secondary-400)}.vtex-button.bg-action-primary:disabled{background-color:var(--gray-300);color:var(--primary-300)}.vtex-button.bg-transparent{background-color:var(--primary-0);border:1px solid var(--primary-500)}.vtex-button.bg-transparent:hover{background-color:var(--green-50)}.vtex-button.bg-transparent:focus{background-color:var(--green-50);box-shadow:0 0 0 .5px var(--primary-500)}.vtex-button.bg-transparent:active{background-color:var(--green-100)}}}@media (min-width:767px){.vtex-account{font-family:var(--font-poppins);.vtex-pageHeader__title{font-weight:700;color:var(--primary-500);font-size:1.5rem;line-height:2rem;letter-spacing:.4px}.vtex-pageHeader__container{.vtex-button.bg-transparent{.t-action--small{font-size:0;display:inline-block}.t-action--small:after{content:"Regresar";font-size:.875rem;font-weight:400;text-transform:none;display:inline-block;vertical-align:middle}}.vtex-button.bg-transparent:hover{background:none;.t-action--small:after,.vtex__icon-arrow-back{color:var(--primary-400)}}}.vtex-button.bg-action-primary{padding:.5rem 2rem;letter-spacing:.4px;text-transform:none;font-weight:500;font-size:.875rem;line-height:1.25rem;border-radius:3rem;color:var(--primary-500);background-color:var(--secondary-500)}.vtex-button.bg-action-primary:hover{background-color:var(--secondary-600)}.vtex-button.bg-action-primary:focus{box-shadow:0 0 0 2px var(--secondary-700)}.vtex-button.bg-action-primary:active{background-color:var(--secondary-400)}.vtex-button.bg-action-primary:disabled{background-color:var(--gray-300);color:var(--primary-300)}.vtex-checkbox__inner-container{border:2px solid var(--primary-500);border-radius:3px}.vtex-checkbox__inner-container.bg-action-primary{background-color:var(--primary-500)}.vtex-checkbox__label{font-weight:700;color:var(--primary-500);letter-spacing:.15px;font-family:var(--font-poppins);font-size:1rem}.styleguide__layout.min-vh-100.bg-muted-5{background-color:#fff;.styleguide__pageBlock_title{color:var(--primary-500)}}}.vtex-modal__confirmation{font-family:var(--font-poppins);.vtex-button.bg-action-primary,.vtex-button.bg-transparent{padding:.5rem 2rem;letter-spacing:.4px;text-transform:none;font-weight:500;font-size:.875rem;line-height:1.25rem;border-radius:3rem;color:var(--primary-500)}.vtex-button.bg-action-primary{background-color:var(--secondary-500)}.vtex-button.bg-action-primary:hover{background-color:var(--secondary-600)}.vtex-button.bg-action-primary:focus{box-shadow:0 0 0 2px var(--secondary-700)}.vtex-button.bg-action-primary:active{background-color:var(--secondary-400)}.vtex-button.bg-action-primary:disabled{background-color:var(--gray-300);color:var(--primary-300)}.vtex-button.bg-transparent{background-color:var(--primary-0);border:1px solid var(--primary-500)}.vtex-button.bg-transparent:hover{background-color:var(--green-50)}.vtex-button.bg-transparent:focus{background-color:var(--green-50);box-shadow:0 0 0 .5px var(--primary-500)}.vtex-button.bg-transparent:active{background-color:var(--green-100)}}}.vtex-my-authentication-1-x-box_container{border:1px solid var(--primary-200);border-radius:8px;.vtex-my-authentication-1-x-loginSessionsBox_title,.vtex-my-authentication-1-x-maskedPassword_title{color:var(--primary-500);font-weight:700;font-size:1rem;letter-spacing:.15px}.vtex-my-authentication-1-x-loginSessionsBox_content,.vtex-my-authentication-1-x-maskedPassword_content{color:var(--primary-500);font-weight:400;font-size:.875rem;letter-spacing:0}.vtex-button.bg-transparent{.vtex-button__label{color:var(--secondary-600);font-weight:700;font-size:1rem;padding-inline:1rem;text-transform:none}}}@media (max-width:767px){.vtex-my-authentication-1-x-authenticationScreen_container{padding:0 .75rem 4rem}}.vtex-my-orders-app-3-x-orderCard{border:1px solid var(--gray-100);border-radius:.5rem;font-family:var(--font-poppins);.vtex-my-orders-app-3-x-orderHeader{.vtex-my-orders-app-3-x-orderHeaderLabel,.vtex-my-orders-app-3-x-orderHeaderValue,.vtex-my-orders-app-3-x-orderId{font-family:var(--font-poppins);text-transform:none;color:var(--primary-500);font-weight:700;font-size:1rem}.vtex-my-orders-app-3-x-orderHeaderValue,.vtex-my-orders-app-3-x-orderId{font-weight:500}.vtex-my-orders-app-3-x-orderId:before{content:"Pedido";font-family:var(--font-poppins);color:var(--primary-500);font-weight:700;font-size:1rem;display:block}}.vtex-my-orders-app-3-x-orderBody{.w-20{width:auto;padding-right:.5rem}.vtex-my-orders-app-3-x-orderProductName,.vtex-my-orders-app-3-x-orderProductQuantity,.vtex-my-orders-app-3-x-orderProductValue{font-family:var(--font-poppins);text-transform:none;color:var(--primary-500);font-weight:600;font-size:1rem}.vtex-my-orders-app-3-x-orderProductValue{color:var(--secondary-700)}.vtex-my-orders-app-3-x-orderProductShipping{display:none}.vtex-my-orders-app-3-x-detailsBtn{background-color:var(--primary-0);border:1px solid var(--primary-100);color:var(--primary-500);font-weight:400;border-radius:3rem;padding:.25rem}.vtex-my-orders-app-3-x-detailsBtn:hover{background-color:var(--green-50)}.vtex-my-orders-app-3-x-cancelBtn,.vtex-my-orders-app-3-x-reorderBtn{display:none}}}.vtex-my-orders-app-3-x-collapsedOrder{border:1px solid var(--gray-100);border-radius:.5rem;font-family:var(--font-poppins);.vtex-my-orders-app-3-x-orderHeaderLabel,.vtex-my-orders-app-3-x-orderHeaderValue,.vtex-my-orders-app-3-x-orderId{font-family:var(--font-poppins);text-transform:none;color:var(--primary-500);font-weight:700;font-size:.875rem}.vtex-my-orders-app-3-x-orderHeaderValue,.vtex-my-orders-app-3-x-orderId{font-weight:500}.vtex-my-orders-app-3-x-orderId:before{content:"Pedido";font-family:var(--font-poppins);color:var(--primary-500);font-weight:700;font-size:.875rem;display:block}}.vtex-my-orders-app-3-x-orderDetails{padding:2rem;.vtex-pageHeader__container{padding:0}div.w-40-ns{span.mr2.mv2{margin-right:.75rem;color:var(--primary-500);font-weight:700;font-size:1rem;line-height:1.25rem}}div.w-60-ns{display:none;a.no-underline,a.underline{span.c-link,span.dib{color:var(--secondary-700);font-size:.875rem}svg.w1{fill:var(--secondary-700);height:.875rem;width:.875rem}}a.no-underline:hover,a.underline:hover{span.c-link,span.dib{color:var(--secondary-900)}svg.w1{fill:var(--secondary-900)}}}section.w-100.mb2-xl{section.overflow-y-scroll{scrollbar-width:none;-ms-overflow-style:none;border:1px solid var(--gray-100);border-radius:.5rem;color:var(--primary-500);padding:2rem 1.5rem}section.overflow-y-scroll::-webkit-scrollbar{display:none}h3.tracked-mega{font-size:1rem;font-weight:700;line-height:1.5;letter-spacing:0;text-transform:none}}div.myo-progress-bar.w-100,h3.tracked-mega{color:var(--primary-500)}div.myo-progress-bar.w-100{border:1px solid var(--neutral-500);background-color:var(--gray-50);border-radius:.5rem;.tracked-mega{font-size:1rem;font-weight:700;line-height:1.5;letter-spacing:0;text-transform:none;padding:0}.myo-progress-bar{padding-inline:2.5rem}}}.vtex-my-orders-packages-0-x-package_header{a{position:relative;font-size:0!important;color:transparent!important;padding:0;width:fit-content}a,a:before{display:inline-block;border-radius:4px}a:before{content:"Descargar certificado";padding:.5rem;font-size:1rem;font-weight:400;text-align:center;color:var(--primary-500);background-color:var(--secondary-500);font-family:var(--font-poppins)}}.vtex-rich-text-0-x-heading--section-title,.vtex-rich-text-0-x-paragraph--section-title{color:var(--primary-500);font-weight:600;font-size:2rem;text-align:left;line-height:1.1}.vtex-rich-text-0-x-italic--section-title{color:var(--secondary-600);font-weight:600;font-style:normal}.vtex-rich-text-0-x-strong--section-title{color:var(--secondary-600)}@media (max-width:767px){.vtex-rich-text-0-x-heading--section-title,.vtex-rich-text-0-x-paragraph--section-title{font-size:1.5rem}.vtex-rich-text-0-x-container--categories-title{padding:0 1rem}}.tanager-components-0-x-containerLayout--orderplaced-order-container{display:flex;flex-direction:row;margin-bottom:3rem}.tanager-components-0-x-containerLayout--order-info{width:50%;display:flex;flex-direction:column;gap:1rem;padding-inline:1rem}.tanager-components-0-x-containerLayout--order-summary{width:50%;display:flex;flex-direction:column;gap:2rem;border:none;padding-inline:1rem}.tanager-components-0-x-containerLayout--order-summary-content{border:none;box-shadow:0 0 12px 0 rgba(0,0,0,.15);padding:1.5rem}.tanager-components-0-x-containerLayout--order-actions{gap:1rem;display:flex;flex-direction:column}.tanager-components-0-x-containerLayout--order-customer,.tanager-components-0-x-containerLayout--order-payment{padding:2rem;border:1px solid var(--primary-100);gap:1.5rem;border-radius:.5rem}.tanager-components-0-x-ExternalLinkAnchor{padding:.5rem .25rem;display:inline-block;justify-content:center;text-align:center;border-radius:3rem;text-decoration:none;font-size:.875rem;color:var(--primary-500);background-color:var(--secondary-500);width:100%;margin-top:1rem}.tanager-components-0-x-ExternalLinkAnchor:hover{background-color:var(--secondary-600)}.tanager-components-0-x-containerLayout--transfer-instructions-wrap{padding-inline:1rem}.tanager-components-0-x-containerLayout--transfer-instructions{display:flex;flex-direction:row;padding:2rem;background:var(--primary-500);border-radius:1rem;margin-bottom:2rem}.tanager-components-0-x-containerLayout--transfer-col{flex:1;display:flex;flex-direction:column;padding-right:2rem;border-right:1px solid hsla(0,0%,100%,.2)}.tanager-components-0-x-containerLayout--transfer-col:last-child{padding-right:0;padding-left:2rem;border-right:none}.tanager-components-0-x-containerLayout--transfer-step{display:flex;flex-direction:row;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid hsla(0,0%,100%,.2);flex:1}.tanager-components-0-x-containerLayout--transfer-step:last-child{border-bottom:none}.tanager-components-0-x-containerLayout--transfer-step:before{content:"";flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:50%;background:hsla(0,0%,100%,.15);color:#fff;font-family:var(--font-poppins);font-size:.875rem;font-weight:600;display:flex;align-items:center;justify-content:center}.tanager-components-0-x-containerLayout--transfer-step--1:before{content:"1"}.tanager-components-0-x-containerLayout--transfer-step--2:before{content:"2"}.tanager-components-0-x-containerLayout--transfer-step--3:before{content:"3"}.tanager-components-0-x-containerLayout--transfer-step--4:before{content:"4"}.tanager-components-0-x-containerLayout--certificate-steps{display:flex;flex-direction:column;align-items:stretch;padding:2rem;gap:.75rem;background:var(--secondary-50);border-radius:1rem;width:100%}.tanager-components-0-x-containerLayout--sura-orderplaced{display:flex;flex-direction:column;align-items:stretch;border-radius:1rem;overflow:hidden;margin-bottom:3rem;border:1px solid #2258ec}.tanager-components-0-x-containerLayout--sura-orderplaced-content{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;gap:1rem;flex:1;background:#fff}@media (max-width:767px){.tanager-components-0-x-containerLayout--transfer-instructions-wrap{padding-inline:0}.tanager-components-0-x-containerLayout--transfer-instructions{flex-direction:column}.tanager-components-0-x-containerLayout--transfer-col{padding-right:0;padding-left:0;border-right:none;border-bottom:1px solid hsla(0,0%,100%,.2)}.tanager-components-0-x-containerLayout--transfer-col:last-child{padding-left:0;border-bottom:none}.tanager-components-0-x-containerLayout--orderplaced-order-container{gap:2rem;flex-direction:column}.tanager-components-0-x-containerLayout--order-info,.tanager-components-0-x-containerLayout--order-summary{padding:0;width:100%}.tanager-components-0-x-containerLayout--sura-orderplaced{flex-direction:column}}.vtex-order-placed-2-x-orderPlacedWrapper{padding-top:4.5rem;max-width:100rem;margin-inline:auto}.vtex-order-placed-2-x-section--confirmation-message{margin-block:2rem}.vtex-order-placed-2-x-confirmationMessage{font-weight:500}.vtex-order-placed-2-x-confirmationMessage,.vtex-order-placed-2-x-orderNumber{font-family:var(--font-poppins);color:var(--primary-500);font-size:1rem;line-height:1.5rem}.vtex-order-placed-2-x-orderNumber{font-weight:700}.vtex-order-placed-2-x-orderDatetime{font-family:var(--font-poppins);color:var(--primary-500);font-weight:500;font-size:.875rem;line-height:1rem}.vtex-order-placed-2-x-customerInfoListName,.vtex-order-placed-2-x-paymentGroup{font-family:var(--font-poppins);color:var(--primary-500);font-weight:700;font-size:.875rem;line-height:1rem;letter-spacing:0;margin:0;padding:0;padding-block:.375rem}.vtex-order-placed-2-x-customerInfoListContainer li[class*=c-muted-2],.vtex-order-placed-2-x-orderPaymentItem [class*=c-muted-1]{font-family:var(--font-poppins);color:var(--primary-500);font-weight:500;font-size:.875rem;line-height:1rem;letter-spacing:0;margin:0;padding:0;padding-block:.375rem}.vtex-order-placed-2-x-orderPaymentItem{padding:0}.vtex-order-placed-2-x-packageHeaderColumn{display:none}.vtex-order-placed-2-x-productList{width:100%}.vtex-order-placed-2-x-productWrapper{display:grid;grid-template-columns:auto 1fr;column-gap:1rem;justify-items:left;.vtex-order-placed-2-x-productImageColumn{grid-row:1/span 2;.vtex-order-placed-2-x-productImageWrapper{width:4.5rem;height:4.5rem}}.vtex-order-placed-2-x-productInfoColumn{grid-column:2;grid-row:1}.vtex-order-placed-2-x-productPrice{grid-column:2;grid-row:2;margin:.5rem auto 0 0;font-family:var(--font-poppins);color:var(--primary-500);font-weight:700;font-size:1rem;line-height:1rem}.vtex-order-placed-2-x-productQuantity{font-weight:500}.vtex-order-placed-2-x-productName,.vtex-order-placed-2-x-productQuantity{font-family:var(--font-poppins);color:var(--primary-500);font-size:.875rem;line-height:1rem}.vtex-order-placed-2-x-productName{font-weight:700;letter-spacing:0;margin:0;padding:0}}.vtex-order-placed-2-x-attachmentWrapper{margin-top:.5rem;background-color:#fff;font-family:var(--font-poppins)}.vtex-order-placed-2-x-attachmentToggleLabel{display:none}.vtex-order-placed-2-x-attachmentToggleButton{color:var(--primary-500)}.vtex-order-placed-2-x-attachmentContent,.vtex-order-placed-2-x-attachmentHeader{padding:.5rem 1rem}.vtex-order-placed-2-x-attachmentContentItem,.vtex-order-placed-2-x-attachmentTitle{font-size:.875rem;color:var(--primary-500)}.vtex-order-placed-2-x-attachmentTitle{font-weight:600}.vtex-order-placed-2-x-totalList{margin:0;padding:0}.vtex-order-placed-2-x-totalListItem{.vtex-order-placed-2-x-totalListItemLabel,.vtex-order-placed-2-x-totalListItemValue{font-family:var(--font-poppins);color:var(--primary-500);font-weight:700;font-size:1.125rem;line-height:1}}.vtex-order-placed-2-x-totalListItem--Items{.vtex-order-placed-2-x-totalListItemLabel,.vtex-order-placed-2-x-totalListItemValue{font-weight:400;font-size:.875rem}}@media (max-width:767px){.vtex-order-placed-2-x-section{padding-inline:1rem}.vtex-order-placed-2-x-orderPlacedMainWrapper{width:100%;padding-inline:1rem;margin-block:2rem}}.vtex-rich-text-0-x-heading--order__confirmation__title{color:var(--primary-500);font-weight:700;font-size:1.5rem;line-height:2rem}.vtex-rich-text-0-x-heading--order__summary__title{color:var(--primary-500);font-weight:500;font-size:1.25rem;line-height:1.25rem}.vtex-rich-text-0-x-container--transfer-step-text{flex:1;min-width:0}.vtex-rich-text-0-x-paragraph--transfer-step-text{color:#fff;font-size:.875rem;line-height:1.375rem}.vtex-rich-text-0-x-link--transfer-step-text,.vtex-rich-text-0-x-strong--transfer-step-text{color:#fff}.vtex-rich-text-0-x-list--transfer-step-text{color:#fff;font-size:.875rem;line-height:1.375rem;padding-left:1rem;margin-top:.5rem}.vtex-rich-text-0-x-listItem--transfer-step-text{color:#fff}.vtex-rich-text-0-x-strong--transfer-step-text{font-weight:700}.vtex-rich-text-0-x-strong--certificate-steps-title{font-weight:600;font-size:1.125rem;line-height:1;color:#023444}.vtex-rich-text-0-x-container--certificate-steps-list,.vtex-rich-text-0-x-wrapper--certificate-steps-list{width:100%}.vtex-rich-text-0-x-list--certificate-steps-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;counter-reset:step}.vtex-rich-text-0-x-listItem--certificate-steps-list{counter-increment:step;display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;border-bottom:1px solid #e0dfdf;font-size:1rem;line-height:1.5rem;color:#02403d;font-weight:400}.vtex-rich-text-0-x-listItem--certificate-steps-list:last-child{border-bottom:none}.vtex-rich-text-0-x-listItem--certificate-steps-list:before{content:counter(step);flex-shrink:0;width:1.5rem;height:1.5rem;background:#356664;border-radius:50%;color:#e6ecec;font-size:.75rem;font-weight:500;display:flex;align-items:center;justify-content:center}.vtex-rich-text-0-x-paragraph--sura-orderplaced-title{text-align:center}.vtex-rich-text-0-x-strong--sura-orderplaced-title{font-weight:600;font-size:1.25rem;line-height:1.5rem;color:var(--primary-500)}.vtex-store-components-3-x-imageElement--sura-orderplaced{display:block;width:100%;height:100%;object-fit:cover;max-height:24rem}.vtex-store-components-3-x-imageElement--sura-logo-orderplaced{height:2rem;width:auto;display:block}@media (max-width:767px){.vtex-store-components-3-x-imageElement--sura-orderplaced{max-height:18rem}}.vtex-store-link-0-x-link--op-button-account,.vtex-store-link-0-x-link--op-button-home,.vtex-store-link-0-x-link--sura-coberturas{border-radius:5rem;font-size:1rem;line-height:1.5rem;letter-spacing:.4px;text-transform:none}.vtex-store-link-0-x-link--op-button-account{background-color:var(--secondary-50);border:1px solid var(--primary-500);color:var(--primary-500);width:100%}.vtex-store-link-0-x-link--op-button-account:hover{background-color:var(--secondary-100);border:1px solid var(--primary-500);color:var(--primary-500)}.vtex-store-link-0-x-link--op-button-account:active,.vtex-store-link-0-x-link--op-button-account:focus{background-color:var(--secondary-100);border:1.5px solid var(--primary-500);color:var(--primary-500)}.vtex-store-link-0-x-link--op-button-home,.vtex-store-link-0-x-link--sura-coberturas{background-color:var(--secondary-500);color:var(--primary-500);border:none}.vtex-store-link-0-x-link--op-button-home:hover,.vtex-store-link-0-x-link--sura-coberturas:hover{background-color:var(--secondary-600);color:var(--primary-500);border:none}.vtex-store-link-0-x-link--op-button-home:active,.vtex-store-link-0-x-link--op-button-home:focus,.vtex-store-link-0-x-link--sura-coberturas:active,.vtex-store-link-0-x-link--sura-coberturas:focus{background-color:var(--secondary-500);color:var(--primary-500);border:1px solid var(--secondary-700)}.tanager-components-0-x-containerLayout--login{display:flex;flex-direction:row;margin-top:5rem}.tanager-components-0-x-containerLayout--login-content{padding:2rem;width:100%;display:flex;flex-direction:column}.tanager-components-0-x-containerLayout--login-institutional{display:flex;flex-direction:row;align-items:center;gap:.5rem;justify-content:center;margin-block:2rem}@media (max-width:767px){.tanager-components-0-x-containerLayout--login{flex-direction:column-reverse;margin-top:4.5rem}.tanager-components-0-x-containerLayout--login-content{padding-inline:1rem}}.vtex-login-2-x-content.vtex-login-2-x-contentAlwaysWithOptions{width:100%}.vtex-login-2-x-content--beginCreatePass,.vtex-login-2-x-content--emailAndPassword,.vtex-login-2-x-contentAlwaysWithOptions{flex-direction:column-reverse;min-height:auto}.vtex-login-2-x-formTitle{display:none}.vtex-login-2-x-contentForm,.vtex-login-2-x-loginOptionsContainer{width:100%;padding-inline:2rem}@media (max-width:767px){.vtex-login-2-x-contentForm,.vtex-login-2-x-loginOptionsContainer{padding-inline:0}}.vtex-login-2-x-inputContainer{display:flex;flex-direction:column;padding-block:.75rem}.vtex-login-2-x-inputContainerEmail,.vtex-login-2-x-inputContainerPassword{.vtex-input-prefix__group{border-radius:.5rem;border:1px solid var(--green-100)}}.vtex-login-2-x-inputContainerAccessCode{.vtex-styleguide-9-x-input{font-family:var(--font-poppins)!important}}.vtex-login-2-x-inputContainerEmail:before{content:"Email"}.vtex-login-2-x-inputContainerPassword:before{content:"Contraseña"}.vtex-login-2-x-inputContainerEmail:before,.vtex-login-2-x-inputContainerPassword:before{font-weight:500;font-size:.875rem;color:var(--primary-500);line-height:1.25rem;margin-bottom:.5rem;opacity:.8}.vtex-login-2-x-forgotPasswordLink{color:var(--primary-400)}.vtex-login-2-x-forgotPasswordLink:hover{color:var(--primary-500);opacity:1}.vtex-login-2-x-formLinkContainer{margin:0;padding:0;.vtex-login-2-x-dontHaveAccount{display:none}}.vtex-login-2-x-tooltipContainerLeft{left:102%;right:auto}.vtex-login-2-x-tooltipContainerLeft,.vtex-login-2-x-tooltipContainerTop{background-color:var(--primary-700)}.vtex-login-2-x-tooltipContainerLeft:after{display:none}.vtex-login-2-x-tooltipContainerLeft:before{content:"";position:absolute;top:45%;left:-1.25rem;border:.625rem solid transparent;border-right:.625rem solid var(--primary-700)}.vtex-login-2-x-tooltipContainerTop:after{border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:var(--primary-700)}.vtex-login-2-x-accessCodeOptionBtn,.vtex-login-2-x-emailPasswordOptionBtn,.vtex-login-2-x-sendButton{.vtex-button{border-radius:3rem;border:none;margin-block:.5rem}.vtex-button__label{width:auto;padding:.5rem 2.5rem;>span{font-size:1rem;font-weight:500;line-height:1.5;text-transform:none;white-space:normal}}}.vtex-login-2-x-sendButton{.vtex-button{background-color:var(--secondary-500)}.vtex-button__label>span{color:var(--primary-500)}}.vtex-login-2-x-accessCodeOptionBtn{.vtex-button{background-color:var(--primary-500)}.vtex-button__label>span{color:#fff}}.vtex-login-2-x-emailPasswordOptionBtn{.vtex-button{background-color:var(--primary-0);border:1px solid var(--primary-500)}.vtex-button__label>span{color:var(--primary-500)}}.vtex-login-2-x-backButton{.vtex-button{color:var(--primary-400);font-family:var(--font-poppins)}.vtex-button:hover{color:var(--primary-500);background:none}}.vtex-login-2-x-options{min-width:auto!important}.vtex-login-2-x-optionsList,.vtex-login-2-x-optionsListItem{margin:0}.vtex-login-2-x-customOAuthOptionBtn,.vtex-login-2-x-facebookOptionBtn,.vtex-login-2-x-googleOptionBtn{display:none}.vtex-store-link-0-x-link--b2b-register-link{color:var(--primary-500);font-weight:400}.tanager-components-0-x-containerLayout--register-form{margin-top:4.5rem;padding:0}.tanager-components-0-x-containerLayout--register-breadcrumb,.tanager-components-0-x-containerLayout--register-form-content{max-width:100rem;width:100%;margin-inline:auto;padding-inline:3rem;margin-bottom:3rem}@media (max-width:767px){.tanager-components-0-x-containerLayout--register-breadcrumb,.tanager-components-0-x-containerLayout--register-form-content{padding-inline:1rem}}.tanager-components-0-x-bg-action-primary{background-color:#7ed957;color:#fff}.tanager-components-0-x-c-on-action-primary{color:#fff}.tanager-components-0-x-bg-transparent{background-color:transparent}.tanager-components-0-x-b--primary{border:1px solid #1c5732}.tanager-components-0-x-c-primary{color:#1c5732}.tanager-store-form-service-0-x-registerFormLoading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;gap:1.5rem}.tanager-store-form-service-0-x-registerFormLoadingSpinner{width:48px;height:48px;border:4px solid var(--green-100);border-top-color:var(--primary-500);border-radius:50%}.tanager-store-form-service-0-x-registerFormLoadingText{font-family:var(--font-poppins);font-size:1rem;font-weight:500;color:var(--primary-500);margin:0}.tanager-store-form-service-0-x-registerFormSelector{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;height:100%}.tanager-store-form-service-0-x-registerFormContent{flex:1 1 50%;max-width:60%;min-width:40%;padding:2rem 4rem 4rem;display:flex;flex-direction:column;justify-content:center;gap:1.5rem}.tanager-store-form-service-0-x-registerFormImageWrapper{flex:1 1 50%;max-width:60%;min-width:40%;display:flex;align-items:center;justify-content:center;height:100%;overflow:hidden}.tanager-store-form-service-0-x-registerFormImage{width:100%;height:auto;object-fit:cover;aspect-ratio:14/13}.tanager-store-form-service-0-x-registerFormTitle{font-size:2.25rem;line-height:2.25rem;font-weight:700;margin-block:0;color:var(--primary-500)}.tanager-store-form-service-0-x-registerFormSubtitle{font-size:1rem;line-height:1.25;font-weight:400;letter-spacing:.15px;margin-block:0;color:var(--primary-500)}.tanager-store-form-service-0-x-registerFormTypeCardWrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.tanager-store-form-service-0-x-registerFormTypeCard{border:1px solid var(--primary-200);padding:2rem;border-radius:1rem;cursor:pointer;text-align:center;transition:all .3s ease;flex-direction:column;gap:1rem}.tanager-store-form-service-0-x-registerFormTypeCard:not(.tanager-store-form-service-0-x-registerFormTypeCardSelected):hover{background-color:var(--green-50);border:1px solid var(--primary-500)}.tanager-store-form-service-0-x-registerFormTypeCardSelected{border:1px solid var(--secondary-100);background-color:var(--secondary-100);transition:all .3s ease}.tanager-store-form-service-0-x-registerFormTypeTitle{font-size:1rem;line-height:1.25;font-weight:400;letter-spacing:.15px;margin-block:0;color:var(--primary-500);margin-top:.5rem}.tanager-store-form-service-0-x-registerFormActions{display:flex;flex-direction:row;gap:1rem;margin-top:1rem;.tanager-store-form-service-0-x-registerFormButton{border-radius:3rem;border:none;color:var(--primary-500);font-family:var(--font-poppins);font-weight:500;font-size:1rem;line-height:1.5;letter-spacing:.4px;padding:.75rem 1.5rem;flex:1;cursor:pointer;transition:background-color .2s ease,border .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.registerForm--primaryButton{background-color:var(--secondary-500)}.registerForm--primaryButton:hover{background-color:var(--secondary-600)}.registerForm--primaryButton:focus{box-shadow:0 0 0 2px var(--secondary-700)}.registerForm--primaryButton:active{background-color:var(--secondary-400)}.registerForm--primaryButton:disabled{background-color:var(--gray-300);color:#fff}.registerForm--secondaryButton{background-color:#fff;border:1px solid var(--primary-500)}.registerForm--secondaryButton:hover{background-color:var(--green-50)}.registerForm--secondaryButton:focus{background-color:var(--green-50);border:1.5px solid var(--primary-500)}.registerForm--secondaryButton:active{background-color:var(--green-100);border:1px solid var(--primary-500)}}.tanager-store-form-service-0-x-registerFormSection{.tanager-store-form-service-0-x-registerFormButton{border-radius:3rem;border:none;color:var(--primary-500);font-family:var(--font-poppins);font-weight:500;font-size:1rem;line-height:1.5;letter-spacing:.4px;padding:.75rem 1.5rem;cursor:pointer;transition:background-color .2s ease,border .2s ease}}@media (max-width:767px){.tanager-store-form-service-0-x-registerFormSelector{flex-direction:column-reverse}.tanager-store-form-service-0-x-registerFormContent{padding:2rem 1rem;margin-bottom:2rem;max-width:100%;min-width:100%}.tanager-store-form-service-0-x-registerFormImageWrapper{max-width:100%;min-width:100%}}.tanager-store-form-service-0-x-registerFormLayout{display:flex;flex-direction:column;align-items:center}.tanager-store-form-service-0-x-registerFormLegal,.tanager-store-form-service-0-x-registerFormNatural{width:100%;max-width:65rem;display:flex;flex-direction:column}.tanager-store-form-service-0-x-registerFormNatural .tanager-store-form-service-0-x-registerFormActions,.tanager-store-form-service-0-x-registerFormNatural .tanager-store-form-service-0-x-registerFormSection{max-width:55rem;margin-inline:auto;width:100%}.tanager-store-form-service-0-x-registerFormHeader{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:2rem}.tanager-store-form-service-0-x-registerFormHeader .tanager-store-form-service-0-x-registerFormFormTitleWrapper{margin-bottom:0;flex-shrink:0}.tanager-store-form-service-0-x-registerFormHeader .tanager-store-form-service-0-x-registerFormStepper{margin:0;min-width:0}@media (max-width:768px){.tanager-store-form-service-0-x-registerFormHeader{flex-direction:column}}.tanager-store-form-service-0-x-registerFormFormTitleWrapper{display:flex;flex-direction:column;max-width:30rem;gap:1rem;margin-bottom:2rem}.tanager-store-form-service-0-x-registerFormSubsectionTitle{font-family:var(--font-poppins);font-weight:700;font-size:20px;line-height:36px;color:#02403d;margin-top:0;margin-bottom:1.5rem;align-self:stretch}.tanager-store-form-service-0-x-registerFormDivider{border:none;border-top:1px solid #ccc;width:100%;margin:0 0 2rem}.tanager-store-form-service-0-x-registerFormRow{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width:640px){.tanager-store-form-service-0-x-registerFormRow{grid-template-columns:1fr}}.tanager-store-form-service-0-x-registerFormSection{padding:2rem 2.5rem;margin-bottom:2rem;border:1px solid var(--green-100);border-radius:1rem;.tanager-store-form-service-0-x-registerFormTitle{font-weight:700;font-size:1.5rem;line-height:2rem;letter-spacing:0;margin-bottom:2.5rem}}.tanager-store-form-service-0-x-registerFormGroup{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.tanager-store-form-service-0-x-registerFormLabel{font-weight:600;font-size:.875rem;line-height:1rem;letter-spacing:.15px;color:var(--primary-500);font-family:var(--font-poppins);display:inline-flex;align-items:center;gap:.5rem}.tanager-store-form-service-0-x-registerFormCheckbox{width:18px;height:18px;min-width:18px;border:2px solid var(--primary-300);border-radius:4px;background-color:#fff;cursor:pointer;transition:background-color .25s ease,border-color .25s ease;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box}.tanager-store-form-service-0-x-registerFormCheckbox--checked{background-color:var(--primary-500);border-color:var(--primary-500)}.tanager-store-form-service-0-x-registerFormFileInput,.tanager-store-form-service-0-x-registerFormInput{padding:.75rem;border:1px solid var(--green-300);border-radius:1.5rem;font-size:1rem;width:auto;color:var(--primary-500);font-family:var(--font-poppins)}.tanager-store-form-service-0-x-registerFormFileInput:focus,.tanager-store-form-service-0-x-registerFormInput:focus{outline:none;border-color:#1c5732}.tanager-store-form-service-0-x-registerFormFieldError{font-weight:600;font-size:.875rem;line-height:1rem;letter-spacing:.15px;color:red;vertical-align:middle;font-family:var(--font-poppins)}.tanager-store-form-service-0-x-registerFormFileInfo{margin-top:.25rem;font-size:.75rem;line-height:1rem;color:var(--gray-500,#6b7280);font-family:var(--font-poppins)}.tanager-store-form-service-0-x-registerFormRadioGroup{display:flex;gap:1.5rem;margin-top:.5rem}.tanager-store-form-service-0-x-registerFormRadioLabel{display:flex;align-items:center;font-size:.95rem;cursor:pointer}.tanager-store-form-service-0-x-registerFormRadioInput{margin-right:.5rem;accent-color:var(--primary-500)}.tanager-store-form-service-0-x-registerFormStepper{display:flex;align-items:flex-start;gap:0}.tanager-store-form-service-0-x-registerFormStep{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0;flex:1}.tanager-store-form-service-0-x-registerFormStepIndex{width:40px;height:40px;min-width:40px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;font-family:Lato,sans-serif;color:#fff;background:#d9d9d9;border:none;transition:background .2s ease}.tanager-store-form-service-0-x-registerFormStepLabel{font-size:14px;font-weight:400;color:#888f97;font-family:var(--font-poppins);white-space:normal;text-align:center;max-width:120px}.tanager-store-form-service-0-x-registerFormStep--active .tanager-store-form-service-0-x-registerFormStepIndex{background:var(--primary-500);color:#fff}.tanager-store-form-service-0-x-registerFormStep--active .tanager-store-form-service-0-x-registerFormStepLabel{color:var(--primary-500)}.tanager-store-form-service-0-x-registerFormStep--done .tanager-store-form-service-0-x-registerFormStepIndex{background:var(--primary-500);color:#fff}.tanager-store-form-service-0-x-registerFormStep--done .tanager-store-form-service-0-x-registerFormStepLabel{color:var(--primary-500)}.tanager-store-form-service-0-x-registerFormStep--disabled .tanager-store-form-service-0-x-registerFormStepIndex{background:#d9d9d9;color:#fff}.tanager-store-form-service-0-x-registerFormStep--disabled .tanager-store-form-service-0-x-registerFormStepLabel{color:#888f97;font-weight:400}.tanager-store-form-service-0-x-registerFormStepDivider{flex:1 0 12px;height:2px;background:#d9d9d9;border-radius:999px;margin-top:20px;min-width:12px}.tanager-store-form-service-0-x-registerFormStepDividerActive{background:var(--primary-500)}.tanager-store-form-service-0-x-customSelect{position:relative;width:100%}.tanager-store-form-service-0-x-customSelectTrigger{display:flex;align-items:center;width:100%;padding:0 .75rem;border:1px solid var(--green-300);border-radius:1.5rem;background:#fff;transition:border-color .2s ease;box-sizing:border-box}.tanager-store-form-service-0-x-customSelect--open .tanager-store-form-service-0-x-customSelectTrigger{border-color:var(--primary-500)}.tanager-store-form-service-0-x-customSelectInput{flex:1;border:none;outline:none;background:transparent;padding:.75rem 0;font-size:1rem;font-family:var(--font-poppins);color:var(--primary-500);min-width:0}.tanager-store-form-service-0-x-customSelectInput::placeholder{color:#999}.tanager-store-form-service-0-x-customSelectInput:disabled{cursor:not-allowed;color:var(--primary-300)}.tanager-store-form-service-0-x-customSelectChevron{display:flex;align-items:center;color:var(--primary-500);transition:transform .2s ease;flex-shrink:0;margin-left:.5rem;cursor:pointer}.tanager-store-form-service-0-x-customSelect--open .tanager-store-form-service-0-x-customSelectChevron{transform:rotate(180deg)}.tanager-store-form-service-0-x-customSelectDropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;box-shadow:0 4px 16px rgba(0,0,0,.12);z-index:1000;max-height:240px;overflow-y:auto;list-style:none;margin:0;padding:.25rem 0}.tanager-store-form-service-0-x-customSelectOption{padding:.75rem 1rem;cursor:pointer;font-size:1rem;font-family:var(--font-poppins);color:var(--primary-500);transition:background-color .15s ease}.tanager-store-form-service-0-x-customSelectOption:hover{background-color:#f3f4f6}.tanager-store-form-service-0-x-customSelectOption--selected{font-weight:700;background-color:#f0f0f0}.tanager-store-form-service-0-x-customSelectNoOptions{padding:.75rem 1rem;font-size:.875rem;font-family:var(--font-poppins);color:#999;font-style:italic}.tanager-store-form-service-0-x-customSelect--disabled .tanager-store-form-service-0-x-customSelectTrigger{background:#f5f5f5;opacity:.6;cursor:not-allowed}@media (max-width:640px){.tanager-store-form-service-0-x-registerFormStepper{gap:0}.tanager-store-form-service-0-x-registerFormStepLabel{max-width:72px;font-size:11px}.tanager-store-form-service-0-x-registerFormStepIndex{width:28px;height:28px;min-width:28px;font-size:13px}.tanager-store-form-service-0-x-registerFormStepDivider{margin-top:14px}.tanager-store-form-service-0-x-registerFormActions{flex-direction:column}}.tanager-store-form-service-0-x-registerFormAccionistaCard{border:1px solid var(--green-100);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.tanager-store-form-service-0-x-registerFormAccionistaHeader{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.tanager-store-form-service-0-x-registerFormAccionistaRemove{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--primary-200);border-radius:3rem;background-color:var(--green-50);color:var(--primary-500);font-family:var(--font-poppins);font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:underline;transition:background-color .2s ease;white-space:nowrap}.tanager-store-form-service-0-x-registerFormAccionistaRemove:hover{background-color:var(--green-100)}.tanager-store-form-service-0-x-registerFormAccionistaRemove:disabled{opacity:.5;cursor:not-allowed}.tanager-store-form-service-0-x-registerFormOnboarding{width:100%;display:flex;flex-direction:column;align-items:center;padding:2rem 0 3rem;gap:2.5rem}.tanager-store-form-service-0-x-registerFormOnboardingHeader{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;max-width:48rem}.tanager-store-form-service-0-x-registerFormOnboardingTitle{font-family:var(--font-poppins);font-weight:700;font-size:2rem;line-height:2.5rem;color:var(--primary-500);margin:0}.tanager-store-form-service-0-x-registerFormOnboardingSubtitle{font-family:var(--font-poppins);font-size:1rem;line-height:1.6;color:#555;margin:0}.tanager-store-form-service-0-x-registerFormOnboardingHint{display:inline-block;padding:.4rem 1.25rem;border:1px solid var(--green-200);border-radius:3rem;background-color:#fff;font-family:var(--font-poppins);font-size:.875rem;color:var(--primary-500)}.tanager-store-form-service-0-x-registerFormOnboardingGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;width:100%}.tanager-store-form-service-0-x-registerFormOnboardingGridRow2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;width:66.66%;margin-inline:auto}.tanager-store-form-service-0-x-registerFormOnboardingCard{display:flex;flex-direction:column;padding:1.5rem;border:2px solid var(--green-100);border-radius:1rem;background-color:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;gap:.75rem}.tanager-store-form-service-0-x-registerFormOnboardingCard:hover{border-color:var(--green-300);box-shadow:0 2px 12px rgba(0,0,0,.07)}.tanager-store-form-service-0-x-registerFormOnboardingCard--selected{border-color:var(--secondary-500);background-color:var(--green-50);box-shadow:0 4px 16px rgba(0,0,0,.1)}.tanager-store-form-service-0-x-registerFormOnboardingCardIcon{width:48px;height:48px;border-radius:.75rem;background-color:var(--green-100);color:var(--primary-500);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .2s ease,color .2s ease}.tanager-store-form-service-0-x-registerFormOnboardingCardIcon--selected{background-color:var(--secondary-500);color:var(--primary-500)}.tanager-store-form-service-0-x-registerFormOnboardingCardTitle{font-family:var(--font-poppins);font-weight:700;font-size:1rem;line-height:1.4;color:var(--primary-500);margin:0}.tanager-store-form-service-0-x-registerFormOnboardingCardDescription{font-family:var(--font-poppins);font-size:.875rem;line-height:1.5;color:#666;margin:0;flex-grow:1}.tanager-store-form-service-0-x-registerFormOnboardingActions{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem;padding-top:2rem;border-top:1px solid var(--green-100);width:100%}.tanager-store-form-service-0-x-registerFormOnboardingSkip{background:none;border:none;font-family:var(--font-poppins);font-size:1rem;font-weight:500;color:#888;cursor:pointer;padding:.75rem 1rem;transition:color .2s ease}.tanager-store-form-service-0-x-registerFormOnboardingSkip:hover{color:var(--primary-500)}.tanager-store-form-service-0-x-registerFormOnboardingSkip:disabled{opacity:.5;cursor:not-allowed}.tanager-store-form-service-0-x-registerFormOnboardingFinalize{padding:.875rem 2.5rem;border-radius:3rem;border:none;background-color:var(--secondary-500);color:var(--primary-500);font-family:var(--font-poppins);font-weight:500;font-size:1rem;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:.5rem}.tanager-store-form-service-0-x-registerFormOnboardingFinalize:hover{background-color:var(--secondary-600)}.tanager-store-form-service-0-x-registerFormOnboardingFinalize--disabled{background-color:var(--gray-300);color:#fff;cursor:not-allowed}@media (max-width:768px){.tanager-store-form-service-0-x-registerFormOnboardingGrid{grid-template-columns:1fr}.tanager-store-form-service-0-x-registerFormOnboardingGridRow2{grid-template-columns:1fr;width:100%}.tanager-store-form-service-0-x-registerFormOnboardingTitle{font-size:1.5rem;line-height:2rem}.tanager-store-form-service-0-x-registerFormOnboardingActions{flex-direction:column-reverse;gap:.5rem}}.vtex-breadcrumb-1-x-container--register{padding:1rem 2rem}@media (max-width:767px){.vtex-breadcrumb-1-x-container--register{padding:.75rem 1rem}}.vtex-breadcrumb-1-x-arrow,.vtex-breadcrumb-1-x-container,.vtex-breadcrumb-1-x-homeLink,.vtex-breadcrumb-1-x-link,.vtex-breadcrumb-1-x-term{font-weight:500;display:flex;flex-wrap:wrap;align-items:center;font-size:.875rem;letter-spacing:.1px;color:var(--primary-300);transition:all .3s ease;padding-inline:0}.vtex-breadcrumb-1-x-term{color:var(--secondary-500);font-weight:600}.vtex-breadcrumb-1-x-link:hover{color:var(--primary-400)}.vtex-breadcrumb-1-x-link:focus{color:var(--primary-400);font-weight:600;outline:none}.vtex-breadcrumb-1-x-container{margin:1rem 0;.vtex-breadcrumb-1-x-arrow:last-of-type{.vtex-breadcrumb-1-x-link{color:var(--secondary-500);font-weight:600}}}.vtex-breadcrumb-1-x-homeLink:before{content:"Inicio"}.vtex-breadcrumb-1-x-homeIcon{display:none}.vtex-breadcrumb-1-x-arrow:before{content:"";display:inline-block;width:20px;height:20px;background-image:url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4777_870" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4777_870)"><path d="M10.5002 10.0003L7.25016 6.75033C7.09738 6.59755 7.021 6.4031 7.021 6.16699C7.021 5.93088 7.09738 5.73644 7.25016 5.58366C7.40294 5.43088 7.59738 5.35449 7.8335 5.35449C8.06961 5.35449 8.26405 5.43088 8.41683 5.58366L12.2502 9.41699C12.3335 9.50033 12.3925 9.5906 12.4272 9.68783C12.462 9.78505 12.4793 9.88921 12.4793 10.0003C12.4793 10.1114 12.462 10.2156 12.4272 10.3128C12.3925 10.41 12.3335 10.5003 12.2502 10.5837L8.41683 14.417C8.26405 14.5698 8.06961 14.6462 7.8335 14.6462C7.59738 14.6462 7.40294 14.5698 7.25016 14.417C7.09738 14.2642 7.021 14.0698 7.021 13.8337C7.021 13.5975 7.09738 13.4031 7.25016 13.2503L10.5002 10.0003Z" fill="%23557F7D"/></g></svg>');background-repeat:no-repeat;background-size:contain;vertical-align:middle}.vtex-breadcrumb-1-x-caretIcon{display:none}@media (max-width:767px){.vtex-breadcrumb-1-x-container{margin:0;padding:0}.vtex-breadcrumb-1-x-arrow,.vtex-breadcrumb-1-x-container,.vtex-breadcrumb-1-x-homeLink,.vtex-breadcrumb-1-x-link,.vtex-breadcrumb-1-x-term{font-size:.75rem}}.vtex-search-result-3-x-searchResultContainer{margin-top:4.5rem;width:100%;max-width:100%;padding:0}.vtex-search-result-3-x-galleryTitle--layout{margin-block:0;position:absolute;top:50%;padding-left:2rem;transform:translateY(-50%);z-index:1;pointer-events:none;color:#fff;font-weight:600;font-size:2.25rem;text-align:left;line-height:1;text-shadow:0 4px 2px rgba(0,0,0,.31);letter-spacing:.25px}@media (max-width:767px){.vtex-search-result-3-x-galleryTitle--layout{left:50%;padding:0;transform:translate(-50%,-50%);font-size:2rem;text-align:center}}.vtex-search-result-3-x-totalProducts--layout{display:flex;justify-content:left;margin:0;padding:0;color:var(--primary-500);font-weight:500;gap:.375rem;text-transform:none;border:none}.vtex-search-result-3-x-totalProducts--layout:after{content:"Proyectos encontrados"}.vtex-search-result-3-x-totalProductsMessage{display:none}.vtex-search-result-3-x-gallery--grid{padding:0;max-width:100%;overflow-x:hidden}.vtex-search-result-3-x-filter__container{border:1px solid var(--green-100);border-radius:1rem;margin-bottom:.5rem;padding:.5rem 1rem;max-width:20rem}.vtex-search-result-3-x-filter__container--title{display:none}.vtex-search-result-3-x-filterTitleSpan{font-size:1rem;font-weight:700;color:var(--blue-500)}.vtex-search-result-3-x-filterTemplateOverflow{.vtex-slider__base-internal.bg-action-primary,.vtex-slider__selector.bg-action-primary{background-color:var(--secondary-500)!important}}.vtex-search-result-3-x-filterItem{.vtex-checkbox__inner-container{border:2px solid var(--primary-500);border-radius:3px}.vtex-checkbox__inner-container.bg-action-primary{background-color:var(--primary-500)}.vtex-checkbox__line-container{align-items:center;margin-block:.75rem}.vtex-checkbox__label{line-height:1}}.vtex-search-result-3-x-filterItem--compensacion,.vtex-search-result-3-x-filterItem--compensaciones-de-plastico,.vtex-search-result-3-x-filterItem--creditos-azules,.vtex-search-result-3-x-filterItem--creditos-de-biodiversidad,.vtex-search-result-3-x-filterItem--creditos-de-carbono,.vtex-search-result-3-x-filterItem--creditos-pes{.vtex-checkbox__label{line-height:1.25;display:inline-flex;align-items:center}.vtex-checkbox__label:before{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><circle cx='8' cy='8' r='8' fill='%230AB0DA'/></svg>");background-size:contain;background-repeat:no-repeat;margin-right:.5rem;vertical-align:middle}}.vtex-search-result-3-x-filterItem--creditos-de-biodiversidad{.vtex-checkbox__label:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><circle cx='8' cy='8' r='8' fill='%2378ED12'/></svg>")}}.vtex-search-result-3-x-galleryLayoutOptionButton svg{color:var(--primary-100);flex:1 0 auto;width:36px}.vtex-search-result-3-x-galleryLayoutOptionButton--selected{padding-inline:.25rem;svg{color:var(--primary-500)}}.vtex-search-result-3-x-orderByText{display:none}.vtex-search-result-3-x-orderByDropdown{padding:0;display:flex;align-items:center}.vtex-search-result-3-x-orderByDropdown:before{content:"Ordenar por";font-weight:500;font-size:.875rem;line-height:1rem;display:inline-flex;white-space:nowrap;margin-right:.5rem;color:var(--primary-500)}.vtex-search-result-3-x-orderByButton{height:2rem;font-weight:500;background:var(--primary-0);border:1px solid var(--primary-100);border-radius:2rem;padding:.5rem 0 .5rem .75rem;width:auto}.vtex-search-result-3-x-orderByOptionsContainer{padding:0;margin:0;border-radius:.75rem;border:none;overflow:hidden}.vtex-search-result-3-x-orderByOptionItem{font-size:1rem;color:var(--primary-500);font-weight:500;font-family:var(--font-poppins)}.vtex-search-result-3-x-buttonShowMore{.vtex-button{background-color:var(--secondary-500);color:var(--primary-500);padding:.5rem 2rem;border-radius:5rem;text-transform:inherit}.vtex-button:hover{background-color:var(--secondary-600)}}@media (max-width:767px){.vtex-search-result-3-x-filterPopupButton{padding:.5rem 1.5rem;height:2rem!important;border:1px solid var(--primary-100)!important;border-radius:2rem;gap:.375rem;font-size:.875rem}.vtex-search-result-3-x-filterPopupTitle{text-transform:none;font-weight:500}.vtex-search-result-3-x-orderByDropdown{font-size:.875rem}.vtex-search-result-3-x-orderByDropdown:before{margin-right:.375rem}.vtex-search-result-3-x-orderByButton{height:2rem!important;padding:.5rem .75rem;gap:.375rem}.vtex-search-result-3-x-filterPopupArrowIcon{padding:0;height:auto;line-height:0}}.tanager-components-0-x-containerLayout--search-banner{width:100%}.tanager-components-0-x-containerLayout--search-banner-wrapper{width:100%;max-width:100rem;position:relative;margin-inline:auto;display:flex}.tanager-components-0-x-responsiveImageContainer--search-banner{max-width:100rem;width:100%;height:auto;max-height:200px;overflow:hidden;align-items:center;.db{height:100%;width:100%}}.tanager-components-0-x-responsiveImage--search-banner{object-fit:cover}.tanager-components-0-x-containerLayout--search-bread-desktop{max-width:100rem;width:100%;margin:0 auto;padding-inline:1.5rem}.tanager-components-0-x-containerLayout--search-result-desktop{max-width:100rem;width:100%;padding:1rem 1.5rem 2rem;display:flex;flex-direction:row;gap:2rem;margin:0 auto}.tanager-components-0-x-containerLayout--search-result-mobile{display:flex;flex-direction:column;padding:.5rem 1rem 2rem;margin:0;align-items:center;gap:2rem}.tanager-components-0-x-containerLayout--filterCol{width:25%;max-width:20rem;flex-shrink:0}.tanager-components-0-x-containerLayout--search-content{width:75%;flex:1;display:flex;flex-direction:column;gap:2rem}.tanager-components-0-x-containerLayout--search-info{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;row-gap:1rem}.tanager-components-0-x-containerLayout--productCountCol{flex:1;font-weight:700}.tanager-components-0-x-containerLayout--orderBy{display:flex;justify-content:flex-end;gap:1rem}@media (max-width:767px){.tanager-components-0-x-containerLayout--search-bread-desktop{padding:0 1rem;margin-top:1rem}.tanager-components-0-x-containerLayout--orderFilterMobile{display:flex;flex-direction:row;padding:1rem 1rem .5rem;justify-content:space-between;align-items:center}.tanager-components-0-x-containerLayout--switcherResultMobile{display:flex;flex-direction:row;padding:.5rem 1rem 1rem;justify-content:space-between;align-items:center}}.tanager-components-0-x-containerLayout--footer-menu-desktop{display:flex;flex-direction:row;justify-content:center;width:100%}.tanager-components-0-x-containerLayout--footer-menu-desktop-wrapper{display:flex;flex-direction:row;width:100%}.tanager-components-0-x-containerLayout--footer-logo-section-wrapper{display:flex;width:45%;background-color:var(--green-neutral-50);justify-content:flex-end}.tanager-components-0-x-containerLayout--footer-logo-section{width:100%;max-width:40rem;padding:2rem 4rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.tanager-components-0-x-containerLayout--footer-content-wrapper{display:flex;flex-direction:column;width:55%}.tanager-components-0-x-containerLayout--footer-columns-wrapper{display:flex;background-color:var(--primary-500);flex:1;align-items:stretch}.tanager-components-0-x-containerLayout--footer-columns-content{display:flex;flex-direction:row;max-width:60rem;width:100%}.tanager-components-0-x-containerLayout--footer-payments-wrapper{display:flex;background-color:var(--green-50);width:100%;justify-content:flex-start}.tanager-components-0-x-containerLayout--footer-payments{display:flex;width:100%;max-width:60rem;text-align:center;justify-content:center;padding:1rem;font-size:.875rem}@media (max-width:767px){.tanager-components-0-x-containerLayout--footer-payments{flex-direction:column;align-items:center;gap:1rem}}.tanager-components-0-x-containerLayout--section-about{padding:0;width:100%;overflow:hidden}.tanager-components-0-x-containerLayout--about-content{width:100%}.tanager-components-0-x-containerLayout--about-slide{width:100%;height:100%;display:flex}.tanager-components-0-x-containerLayout--about-slide-1{background-color:var(--neutral-500)}.tanager-components-0-x-containerLayout--about-slide-2{background-color:var(--primary-500)}.tanager-components-0-x-containerLayout--about-slide-3{background-color:#ddf4b8}.tanager-components-0-x-containerLayout--about-slide-wrapper{display:flex;flex-direction:row;position:relative;max-width:100rem;margin:0 auto}.tanager-components-0-x-responsiveImageContainer--about-img-1,.tanager-components-0-x-responsiveImageContainer--about-img-2,.tanager-components-0-x-responsiveImageContainer--about-img-3{flex:1 1 40%;display:flex;align-items:flex-end;justify-content:flex-start;max-width:500px;margin-right:2rem}.tanager-components-0-x-responsiveImage--about-img-1,.tanager-components-0-x-responsiveImage--about-img-2,.tanager-components-0-x-responsiveImage--about-img-3{width:100%;height:auto;object-fit:cover}.tanager-components-0-x-containerLayout--about-text{flex:1 1 60%;padding:2rem 6rem 2rem 4rem;display:flex;flex-direction:column;justify-content:center}@media (max-width:767px){.tanager-components-0-x-containerLayout--about-slide-wrapper{flex-direction:column-reverse}.tanager-components-0-x-containerLayout--about-text{padding:2rem 4rem 0;align-items:center;text-align:center}.tanager-components-0-x-responsiveImage--about-img-1,.tanager-components-0-x-responsiveImage--about-img-2,.tanager-components-0-x-responsiveImage--about-img-3{height:auto;width:100%}}.vtex-rich-text-0-x-heading--about-title-1,.vtex-rich-text-0-x-heading--about-title-2,.vtex-rich-text-0-x-heading--about-title-3{font-size:3rem;font-weight:700;color:var(--primary-500);margin-bottom:1rem;line-height:1.1}.vtex-rich-text-0-x-heading--about-title-2{color:var(--secondary-500)}.vtex-rich-text-0-x-paragraph--about-desc-1,.vtex-rich-text-0-x-paragraph--about-desc-2,.vtex-rich-text-0-x-paragraph--about-desc-3{font-size:1.25rem;color:var(--primary-500);margin-bottom:2rem;max-width:50rem}.vtex-rich-text-0-x-paragraph--about-desc-2{color:var(--primary-0)}.vtex-rich-text-0-x-paragraph--about-button-text{font-weight:500;font-size:1rem;line-height:1.5;letter-spacing:.4px;color:var(--primary-500)}@media (max-width:767px){.vtex-rich-text-0-x-heading--about-title-1,.vtex-rich-text-0-x-heading--about-title-2,.vtex-rich-text-0-x-heading--about-title-3{font-size:2rem}.vtex-rich-text-0-x-paragraph--about-desc-1,.vtex-rich-text-0-x-paragraph--about-desc-2,.vtex-rich-text-0-x-paragraph--about-desc-3{font-size:1rem}}.vtex-slider-layout-0-x-paginationDotsContainer--about-slider{height:2rem;align-items:end;margin-bottom:2rem;margin-right:2rem;justify-self:flex-end}.vtex-slider-layout-0-x-paginationDot--about-slider{width:4px!important;height:18px!important;border-radius:8px;background-color:var(--green-400);margin:4px;padding:0;transition:all .3s ease}.vtex-slider-layout-0-x-paginationDot--about-slider--isActive{height:24px!important;border-radius:8px;background-color:var(--secondary-600)}.vtex-slider-layout-0-x-sliderArrows--about-slider{margin:0 2rem;padding:1.5rem;background:var(--secondary-50)!important;color:var(--primary-500);box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:50%}@media (max-width:767px){.vtex-slider-layout-0-x-sliderArrows--about-slider{padding:.5rem;margin:0 .75rem}}.vtex-store-link-0-x-link--about-button{text-decoration:none;padding:1rem 1.5rem;border-radius:5rem;display:inline-flex;align-items:center;width:fit-content}.vtex-store-link-0-x-childrenContainer--about-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.tanager-components-0-x-containerLayout--section-categories{padding:2rem 0}.tanager-components-0-x-containerLayout--categories-wrapper{display:flex;flex-direction:column}.tanager-components-0-x-highlightContent--home-categories{display:flex;flex-direction:column;justify-content:center;align-items:start;gap:1.25rem}.tanager-components-0-x-sliderTrackContainer--home-categories{padding-block:2rem 6rem}.tanager-components-0-x-slideChildrenContainer--home-categories{padding-inline:1rem}.tanager-components-0-x-cardLayout__content--home-categories{position:relative;cursor:pointer}.tanager-components-0-x-cardLayout__content--home-categories:focus{outline:none}.tanager-components-0-x-cardLayout__image--home-categories,.tanager-components-0-x-cardLayout__secondary_image--home-categories{border-radius:50%}.tanager-components-0-x-cardLayout__secondary_image--home-categories{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;transition:border-color .3s ease;border:.25rem solid #fff;z-index:2}.tanager-components-0-x-container--home-categories{position:absolute;transform:translate(-50%,.75rem);left:50%}.tanager-components-0-x-heading--home-categories{font-size:1rem;text-align:center;color:var(--primary-500);font-weight:400}@media only screen and (min-width:64em){.tanager-components-0-x-containerLayout--section-categories{padding:4rem 4rem 2rem}.tanager-components-0-x-containerLayout--categories-wrapper{gap:2rem}.tanager-components-0-x-containerLayout--home-categories{margin-bottom:4.5rem}.tanager-components-0-x-sliderTrackContainer--home-categories{padding:2rem 2rem 6rem}.tanager-components-0-x-highlightContent--home-categories{flex-direction:row;justify-content:space-between}.tanager-components-0-x-cardLayout__content--home-categories:hover{.tanager-components-0-x-cardLayout__image--home-categories{box-shadow:0 0 12px 0 rgba(0,0,0,.2);transform:scale(1.25);transition:all .2s ease-in}.tanager-components-0-x-cardLayout__secondary_image--home-categories{border-color:#dae895;transition:all .2s ease-in}.tanager-components-0-x-heading--home-categories{color:var(--secondary-600);font-weight:600}}}.tanager-components-0-x-containerLayout--section-compensation{background-color:var(--primary-0);padding:2rem 4rem 0;display:flex;justify-content:space-between}.tanager-components-0-x-containerLayout--compensation-wrapper{display:flex;gap:2rem;align-items:center}.tanager-components-0-x-containerLayout--compensation-text{flex:1;position:relative;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1rem}.tanager-components-0-x-containerLayout--compensation-image{flex:1;display:flex;justify-content:center;align-items:center}@media (max-width:767px){.tanager-components-0-x-containerLayout--section-compensation{padding:2rem 1rem}.tanager-components-0-x-containerLayout--compensation-wrapper{flex-direction:column-reverse;text-align:left}.tanager-components-0-x-containerLayout--compensation-text{padding:0 1rem;max-height:none}.tanager-components-0-x-containerLayout--compensation-text:after{display:none}.tanager-components-0-x-containerLayout--compensation-image{flex:0}}.vtex-rich-text-0-x-container--compensation-paragraph{display:block;max-height:20rem;overflow-y:auto;z-index:0}.vtex-rich-text-0-x-container--compensation-paragraph:after{content:"";display:block;position:sticky;bottom:0;height:3rem;background:linear-gradient(0deg,#fff,transparent);z-index:1;pointer-events:none}@media (max-width:767px){.vtex-rich-text-0-x-container--compensation-paragraph{max-height:none}.vtex-rich-text-0-x-container--compensation-paragraph:after{display:none}}.vtex-rich-text-0-x-container--compensation-paragraph{scrollbar-width:none;-ms-overflow-style:none}.vtex-rich-text-0-x-container--compensation-paragraph::-webkit-scrollbar{display:none}.vtex-rich-text-0-x-paragraph--compensation-paragraph{font-size:1rem;color:var(--primary-500);font-weight:400;margin-block:.75rem}.vtex-rich-text-0-x-strong--compensation-paragraph{font-weight:700}.vtex-rich-text-0-x-italic--compensation-paragraph{font-style:normal;font-weight:700;color:var(--secondary-600)}.vtex-store-components-3-x-imageElement--compensation-image{width:100%;max-width:500px;height:auto}@media (max-width:767px){.vtex-store-components-3-x-imageElement--compensation-image{max-width:100%}}.tanager-components-0-x-containerLayout--section-grid{width:100%;background-color:var(--secondary-50);padding:2rem 4rem}.tanager-components-0-x-containerLayout--grid-wrapper{display:flex;flex-direction:column;gap:1.5rem}.tanager-components-0-x-containerLayout--grid-content-wrapper{display:flex;width:100%}.tanager-components-0-x-containerLayout--grid-content{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:20px;max-width:1400px}.tanager-components-0-x-responsiveImageContainer--grid-img-1{grid-column:1/3;grid-row:1/2}.tanager-components-0-x-responsiveImage--grid-img-1{width:100%;height:auto;border-radius:.5rem}.tanager-components-0-x-responsiveImageContainer--grid-img-2{grid-column:1/3;grid-row:2/3}.tanager-components-0-x-responsiveImage--grid-img-2{width:100%;height:auto;border-radius:.5rem}.tanager-components-0-x-responsiveImageContainer--grid-img-3{grid-column:3/4;grid-row:1/3;display:flex}.tanager-components-0-x-responsiveImage--grid-img-3{width:100%;height:100%;object-fit:cover;border-radius:.5rem}@media (min-width:1600px){.tanager-components-0-x-containerLayout--section-grid{padding-top:4rem}}@media (max-width:767px){.tanager-components-0-x-containerLayout--section-grid{padding:2rem 1rem}.tanager-components-0-x-containerLayout--grid-content{grid-template-columns:1fr;grid-template-rows:auto;gap:1rem;padding:0}.tanager-components-0-x-responsiveImageContainer--grid-img-1,.tanager-components-0-x-responsiveImageContainer--grid-img-2,.tanager-components-0-x-responsiveImageContainer--grid-img-3{grid-column:auto;grid-row:auto}.tanager-components-0-x-responsiveImage--grid-img-1,.tanager-components-0-x-responsiveImage--grid-img-2,.tanager-components-0-x-responsiveImage--grid-img-3{width:100%;height:auto}}.tanager-components-0-x-containerLayout--section-hero{position:relative;width:100%;height:100vh;overflow:hidden}.tanager-components-0-x-containerLayout--hero-wrapper{position:relative;z-index:2;height:100%;margin:0 auto;max-width:100rem}.tanager-components-0-x-containerLayout--hero-overlay{position:relative;padding-inline:10rem;color:#fff;display:flex;flex-direction:column;justify-content:center;height:100%}.tanager-components-0-x-videoContainer--hero-video{position:absolute;top:0;left:0;object-fit:cover;width:100vw;height:100vh;z-index:0}@media (max-width:767px){.tanager-components-0-x-containerLayout--hero-overlay{padding:2rem}}.vtex-rich-text-0-x-wrapper--hero-title{max-width:670px}.vtex-rich-text-0-x-heading--hero-title{color:var(--primary-0);font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1rem}.vtex-rich-text-0-x-wrapper--hero-desc{max-width:550px}.vtex-rich-text-0-x-paragraph--hero-desc{color:var(--primary-0);font-size:1.25rem;font-weight:400;margin-bottom:2rem}@media (max-width:767px){.vtex-rich-text-0-x-heading--hero-title{font-size:2.25rem;margin-bottom:2rem}}.vtex-store-link-0-x-link--primary-button{background-color:var(--secondary-500);transition:background .2s ease,box-shadow .3s ease}.vtex-store-link-0-x-link--primary-button:hover{background-color:var(--secondary-600)}.vtex-store-link-0-x-link--primary-button:focus{box-shadow:0 0 0 2px var(--secondary-700)}.vtex-store-link-0-x-link--primary-button:active{background-color:var(--secondary-400)}.vtex-store-link-0-x-link--primary-button:disabled{background-color:var(--gray-300);color:var(--primary-300)}.vtex-store-link-0-x-link--hero-button{font-weight:500;font-size:1rem;line-height:1.5;letter-spacing:.4px;padding:1rem 2rem;border-radius:2rem;text-decoration:none;color:var(--primary-500);width:fit-content}.vtex-store-link-0-x-link--hero-button:hover{background-color:var(--secondary-600)}.vtex-store-link-0-x-childrenContainer--hero-button{gap:.5rem;display:inline-flex;align-items:center}.tanager-components-0-x-containerLayout--section-industries{width:100%;background-color:var(--green-neutral-100);padding:2rem 4rem}.tanager-components-0-x-containerLayout--industries-wrapper,.tanager-components-0-x-containerLayout--section-wrapper{max-width:100rem;margin:0 auto}.tanager-components-0-x-containerLayout--industries-icons{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));justify-items:center;padding:2rem 0;margin:0}.tanager-components-0-x-containerLayout--icon-with-label{display:flex;flex-direction:column;align-items:center;text-align:center}.tanager-components-0-x-containerLayout--icon-wrapper{background-color:var(--secondary-200);border-radius:50%;padding:2.5rem;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center}@media (min-width:1600px){.tanager-components-0-x-containerLayout--section-industries{padding-top:4rem}}@media (max-width:767px){.tanager-components-0-x-containerLayout--section-industries{padding:2rem 1rem}.tanager-components-0-x-containerLayout--industries-icons{margin:2rem .5rem;gap:1rem}.tanager-components-0-x-containerLayout--icon-wrapper{padding:1.5rem}}.tanager-components-0-x-containerLayout--section-brands{width:100%;background-color:var(--primary-0);padding:2rem 4rem}.tanager-components-0-x-containerLayout--brands-content{padding:2rem 0}@media (min-width:1600px){.tanager-components-0-x-containerLayout--section-brands{padding-top:4rem}}@media (min-width:767px){.tanager-components-0-x-containerLayout--brands-content{padding-right:50%}}@media (max-width:767px){.tanager-components-0-x-containerLayout--section-brands{padding:2rem 1rem}}.vtex-slider-layout-0-x-sliderTrackContainer--brands-slider{height:10rem}.vtex-slider-layout-0-x-slideChildrenContainer--brands-slider{justify-content:left}.vtex-slider-layout-0-x-paginationDotsContainer--brands-slider{left:80%;height:5rem;align-items:end}.vtex-slider-layout-0-x-paginationDot--brands-slider{width:4px!important;height:18px!important;border-radius:8px;background-color:var(--green-400);margin:4px;padding:0;transition:all .3s ease}.vtex-slider-layout-0-x-paginationDot--brands-slider--isActive{height:24px!important;border-radius:8px;background-color:var(--secondary-600)}@media (max-width:767px){.vtex-slider-layout-0-x-sliderTrackContainer--brands-slider{height:auto}}.vtex-store-components-3-x-imageElementLink--brands-slider{max-height:100px;width:auto;margin:1rem}.tanager-components-0-x-containerLayout--section-projects-1,.tanager-components-0-x-containerLayout--section-projects-2{width:100%;background-color:var(--primary-0);padding:2rem 4rem}.tanager-components-0-x-containerLayout--projects-wrapper{display:flex;flex-direction:column;gap:1.5rem}.tanager-components-0-x-containerLayout--projects-1-content{display:flex;gap:2rem;align-items:flex-start;justify-content:space-between;flex-direction:row}@media (min-width:1600px){.tanager-components-0-x-containerLayout--section-projects-1,.tanager-components-0-x-containerLayout--section-projects-2{padding-top:4rem}}@media (max-width:767px){.tanager-components-0-x-containerLayout--section-projects-1,.tanager-components-0-x-containerLayout--section-projects-2{padding:2rem 1rem 5rem}.tanager-components-0-x-containerLayout--projects-1-content{flex-direction:column}}.vtex-slider-layout-0-x-sliderLayoutContainer--projects-shelf{flex:1;min-width:0;padding:0;margin-bottom:5rem;position:relative}.vtex-slider-layout-0-x-sliderLayoutContainer--action-projects{padding:0}.vtex-slider-layout-0-x-sliderLayoutContainer--action-projects,.vtex-slider-layout-0-x-sliderLayoutContainer--sustainable-projects{.vtex-slider-layout-0-x-slideChildrenContainer{padding-right:1.5rem;justify-content:left}}.vtex-slider-layout-0-x-sliderLeftArrow--projects-shelf,.vtex-slider-layout-0-x-sliderRightArrow--projects-shelf{position:absolute;bottom:0;background:var(--primary-0);border-radius:50%;width:3.5rem;height:3.5rem;box-shadow:0 2px 6px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;transform:translateY(5rem)}.vtex-slider-layout-0-x-sliderLeftArrow--projects-shelf{left:auto;right:8rem}.vtex-slider-layout-0-x-sliderRightArrow--projects-shelf{left:auto;right:2rem}.vtex-slider-layout-0-x-paginationDotsContainer--projects-shelf{height:2rem;transform:translateY(4rem);align-items:end;justify-self:flex-start}.vtex-slider-layout-0-x-paginationDot--projects-shelf{width:4px!important;height:18px!important;border-radius:8px;background-color:var(--green-400);margin:4px;padding:0;transition:all .3s ease}.vtex-slider-layout-0-x-paginationDot--projects-shelf--isActive{height:24px!important;border-radius:8px;background-color:var(--secondary-600)}@media (max-width:767px){.vtex-slider-layout-0-x-sliderLayoutContainer--projects-shelf{margin:0;padding:0}.vtex-slider-layout-0-x-sliderLayoutContainer--action-projects,.vtex-slider-layout-0-x-sliderLayoutContainer--sustainable-projects{.vtex-slider-layout-0-x-slideChildrenContainer{padding-right:1rem}}.vtex-slider-layout-0-x-sliderLeftArrow--projects-shelf,.vtex-slider-layout-0-x-sliderRightArrow--projects-shelf{width:2.5rem;height:2.5rem;transform:translateY(3.5rem)}.vtex-slider-layout-0-x-sliderLeftArrow--projects-shelf{left:auto;right:5rem}.vtex-slider-layout-0-x-sliderRightArrow--projects-shelf{left:auto;right:1rem}}.vtex-store-components-3-x-imageElement--projects-1-bird{margin:2rem 0;max-height:400px;width:auto;flex-shrink:0}@media (max-width:767px){.vtex-store-components-3-x-imageElement--projects-1-bird{display:none}}.tanager-components-0-x-containerLayout--section-solution{width:100%;background-color:var(--primary-50);display:flex}.tanager-components-0-x-containerLayout--solution-wrapper{display:flex;align-items:stretch}.tanager-components-0-x-containerLayout--solution-text{flex:1;display:flex;flex-direction:column;justify-content:center;gap:1.5rem;padding:2rem 4rem}.tanager-components-0-x-containerLayout--solution-image{flex:1;display:flex;align-items:stretch}.tanager-components-0-x-responsiveImage--solution-image{object-fit:cover;width:100%;height:100%;max-height:100%}@media (max-width:767px){.tanager-components-0-x-containerLayout--section-solution{padding:0}.tanager-components-0-x-containerLayout--solution-wrapper{flex-direction:column-reverse}.tanager-components-0-x-imageElement--solution-image{height:auto;max-height:none}}.vtex-rich-text-0-x-paragraph--hero-button-text{color:var(--primary-500)}.vtex-store-link-0-x-link--solution-button{padding:1rem 2rem;border-radius:2rem;text-decoration:none;color:var(--primary-500);width:fit-content}.vtex-store-link-0-x-childrenContainer--solution-button{gap:.5rem;display:inline-flex;align-items:center}@media (max-width:767px){.vtex-store-link-0-x-link--solution-button{align-self:center}}.tanager-components-0-x-containerLayout--section-stats{background-color:var(--primary-500);width:100%;padding:6rem 4rem}.tanager-components-0-x-containerLayout--stats-wrapper{display:flex;flex-wrap:wrap;gap:4rem;max-width:100rem;margin:0 auto}.tanager-components-0-x-containerLayout--stats-content{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;flex:1}.tanager-components-0-x-containerLayout--stat-card{border:4px solid var(--orange-500);border-radius:50%;width:220px;height:220px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1rem;margin:.5rem}@media (max-width:767px){.tanager-components-0-x-containerLayout--section-stats{padding:2rem 1rem}.tanager-components-0-x-containerLayout--stats-wrapper{flex-direction:column;gap:1rem}.tanager-components-0-x-containerLayout--stats-content{margin:0}.tanager-components-0-x-containerLayout--stat-card{width:170px;height:170px;margin:.15rem}}.vtex-rich-text-0-x-container--stats-title{align-items:center}.vtex-rich-text-0-x-paragraph--stats-title{color:var(--primary-0);font-size:2rem;font-weight:300}.vtex-rich-text-0-x-strong--stats-title{color:var(--secondary-500);font-size:4rem;font-weight:700;font-style:italic;line-height:1.1}.vtex-rich-text-0-x-paragraph--stat-desc{text-align:center;color:var(--primary-0);font-size:1.25rem}.vtex-rich-text-0-x-paragraph--stat-number{text-align:center;color:var(--primary-0);font-size:3rem;font-weight:600;margin-top:.25rem}@media (max-width:767px){.vtex-rich-text-0-x-container--stats-title{margin-left:2rem}.vtex-rich-text-0-x-paragraph--stats-title{font-size:1.5rem}.vtex-rich-text-0-x-strong--stats-title{display:block;margin:.5rem 0 1rem;font-size:3rem}.vtex-rich-text-0-x-paragraph--stat-desc{font-size:1rem}.vtex-rich-text-0-x-paragraph--stat-number{font-size:2rem}}.tanager-components-0-x-containerLayout--pdp-view{margin-block:5rem 2rem;margin-inline:auto;max-width:100rem;display:flex;flex-direction:row;gap:2rem;padding-inline:4rem}@media (max-width:767px){.tanager-components-0-x-containerLayout--pdp-view{padding:0;margin-top:4.375rem;flex-direction:column;gap:1rem}}.tanager-components-0-x-containerLayout--product-content{width:auto;max-width:100%;padding:0;margin:0}.tanager-components-0-x-containerLayout--product-documents{padding:3rem}.tanager-components-0-x-containerLayout--search-faq{background-color:var(--green-neutral-50);width:100%}.tanager-components-0-x-containerLayout--search-faq-wrapper{display:flex;flex-direction:row;max-width:100rem;width:100%;margin-inline:auto;gap:2rem}.tanager-components-0-x-responsiveImageContainer--search-faq-banner{width:30%;min-width:18rem;max-width:25rem;height:auto;display:flex}.tanager-components-0-x-responsiveImage--search-faq-banner{width:100%;height:auto;object-fit:contain}.tanager-components-0-x-containerLayout--search-faq-content{flex:1 1 70%;display:flex;flex-direction:column;padding:2rem;gap:2rem}.tanager-components-0-x-disclosureContainer--faq{padding:0;display:flex;flex-direction:column}.tanager-components-0-x-trigger--faq{margin:0;padding:0;width:100%;display:flex;justify-content:space-between;align-items:center;border:none;background:none;padding-block:1rem}.tanager-components-0-x-trigger--faq--hidden{border-bottom:1px solid #b0b0b0}.tanager-components-0-x-disclosureTitle{font-family:var(--font-poppins);font-weight:600;line-height:1}.tanager-components-0-x-disclosureTitle,.tanager-components-0-x-paragraph--faq{margin:0;font-size:1rem;letter-spacing:.5px;color:var(--primary-500);text-align:left}.tanager-components-0-x-paragraph--faq{padding:0 0 1rem;font-weight:400;line-height:1.5;width:100%}.tanager-components-0-x-disclosureStateIndicator{.tanager-components-0-x-icon-state-indicator{color:var(--primary-500)}}.tanager-components-0-x-content--faq--visible .tanager-components-0-x-container--faq{border-bottom:1px solid #afb6be}@media (max-width:767px){.tanager-components-0-x-containerLayout--search-faq-wrapper{flex-direction:column;gap:0}.tanager-components-0-x-responsiveImageContainer--search-faq-banner{min-width:auto;max-width:none;height:auto;width:100%;display:flex;flex:1}}.vtex-rich-text-0-x-paragraph--search-faq-title{font-family:var(--font-poppins);font-weight:700;font-size:1.125rem;line-height:100%;letter-spacing:.5px;color:var(--primary-500)}.tanager-components-0-x-containerLayout--section-about-us{display:flex;flex-direction:column;margin-top:4.5rem}.tanager-components-0-x-containerLayout--section-static-banner{width:100%}.tanager-components-0-x-containerLayout--static-banner-wrapper{width:100%;max-width:100rem;position:relative;margin-inline:auto;display:flex}.tanager-components-0-x-responsiveImageContainer--static-banner{max-width:100rem;width:100%;height:auto;max-height:200px;overflow:hidden;align-items:center;.db{height:100%;width:100%}}.tanager-components-0-x-responsiveImage--static-banner{object-fit:cover}.tanager-components-0-x-containerLayout--static-breadcrumb{max-width:100rem;width:100%;margin:0 auto;padding-inline:1.5rem}.tanager-components-0-x-containerLayout--section-what-is{width:100%;display:flex;padding:2rem 4rem}.tanager-components-0-x-containerLayout--what-is-wrapper{display:flex;align-items:stretch}.tanager-components-0-x-containerLayout--what-is-text{flex:1;display:flex;flex-direction:column;justify-content:center;gap:1.5rem;padding-inline:3rem}.tanager-components-0-x-containerLayout--what-is-image{flex:1;display:flex;align-items:stretch}.tanager-components-0-x-responsiveImage--what-is-image{object-fit:cover;width:100%;height:100%;max-height:100%}.tanager-components-0-x-containerLayout--section-mision{padding:2rem 4rem}.tanager-components-0-x-containerLayout--mision-wrapper{display:flex;flex-direction:row;gap:2rem}.tanager-components-0-x-containerLayout--mision-card{padding:2rem;border-radius:1rem;background-color:var(--secondary-50);display:flex;flex-direction:column;gap:1.25rem}.tanager-components-0-x-containerLayout--section-our-values{padding:2rem 4rem}.tanager-components-0-x-containerLayout--our-values-wrapper{display:flex;flex-direction:column;gap:1.5rem}.tanager-components-0-x-containerLayout--our-values-content{display:flex;flex-direction:row;gap:1.25rem}.tanager-components-0-x-containerLayout--value-card{display:flex;flex-direction:column;gap:1rem;padding:1rem;border:1px solid var(--gray-200);border-radius:1rem;align-items:center}.tanager-components-0-x-responsiveImage--our-value{max-width:5rem;height:auto}.tanager-components-0-x-containerLayout--section-politics{width:100%;display:flex;padding:2rem 4rem;background-color:var(--green-neutral-100)}.tanager-components-0-x-containerLayout--politics-wrapper{display:flex;flex-direction:column;gap:2rem}.tanager-components-0-x-containerLayout--politics-content{display:flex;align-items:stretch;flex-direction:row}.tanager-components-0-x-containerLayout--politics-text{flex:1;display:flex;align-items:center;padding-inline:3rem}.tanager-components-0-x-containerLayout--politics-image{flex:1;display:flex;align-items:stretch}@media (max-width:767px){.tanager-components-0-x-containerLayout--section-about-us{margin-top:4.5rem}.tanager-components-0-x-containerLayout--static-breadcrumb{margin-top:1rem}.tanager-components-0-x-containerLayout--section-mision,.tanager-components-0-x-containerLayout--section-our-values,.tanager-components-0-x-containerLayout--section-politics,.tanager-components-0-x-containerLayout--section-static,.tanager-components-0-x-containerLayout--section-what-is{padding:2rem 1rem}.tanager-components-0-x-containerLayout--what-is-wrapper{flex-direction:column-reverse}.tanager-components-0-x-containerLayout--mision-wrapper,.tanager-components-0-x-containerLayout--our-values-content,.tanager-components-0-x-containerLayout--politics-content{flex-direction:column;align-items:center}.tanager-components-0-x-containerLayout--politics-text{padding-inline:0;padding-top:1rem}}.vtex-rich-text-0-x-container--static-banner-title{margin-block:0;position:absolute;top:50%;padding-left:2rem;transform:translateY(-50%);z-index:1;pointer-events:none}.vtex-rich-text-0-x-heading--static-banner-title{color:#fff;font-weight:600;font-size:2.25rem;text-align:left;line-height:1;text-shadow:0 4px 2px rgba(0,0,0,.31);letter-spacing:.25px}.vtex-rich-text-0-x-heading--mision-subtitle{color:var(--primary-500);font-weight:600;font-size:1.125rem;text-align:left;line-height:1.25;letter-spacing:.25px}.vtex-rich-text-0-x-heading--our-values-title,.vtex-rich-text-0-x-heading--politics-title{font-weight:600;font-size:2rem;line-height:1;letter-spacing:0;color:var(--primary-500)}.vtex-rich-text-0-x-strong--our-values-title,.vtex-rich-text-0-x-strong--politics-title{font-weight:600;font-size:2rem;color:var(--secondary-500)}.vtex-rich-text-0-x-heading--value-subtitle{font-weight:700;font-size:1rem;line-height:1;letter-spacing:0;margin-bottom:.5rem}.vtex-rich-text-0-x-paragraph--section-paragraph{font-weight:400;color:var(--primary-500);font-size:1rem;letter-spacing:0}@media (max-width:767px){.vtex-rich-text-0-x-container--banner-title{left:50%;padding:0;transform:translate(-50%,-50%);font-size:2rem;text-align:center}.vtex-rich-text-0-x-heading--banner-title{text-align:center}}.tanager-components-0-x-containerLayout--section-what-are{display:flex;flex-direction:column;margin-top:4.5rem}.tanager-components-0-x-containerLayout--section-what-are-intro{padding:0}.tanager-components-0-x-containerLayout--what-are-wrapper{display:flex;flex-direction:row;gap:2rem}.tanager-components-0-x-containerLayout--what-are-text{flex:1 1 70%;display:flex;flex-direction:column;gap:2rem;padding:2rem}.tanager-components-0-x-responsiveImageContainer--section-image{flex:1 1 30%;display:flex;justify-content:center;.db{height:100%;width:100%;.tanager-components-0-x-responsiveImage--section-image{object-fit:cover}}}@media (max-width:767px){.tanager-components-0-x-containerLayout--section-what-are-intro{padding:2rem 1rem}.tanager-components-0-x-containerLayout--what-are-wrapper{flex-direction:column-reverse}.tanager-components-0-x-containerLayout--what-are-text{flex:1;width:100%;padding:0}}.vtex-rich-text-0-x-listItem--section-paragraph{font-family:var(--font-poppins);color:var(--primary-500);font-weight:400;padding-block:.25rem}.tanager-components-0-x-containerLayout--product-certification{background-color:var(--primary-0);padding:2rem 4rem}.tanager-components-0-x-containerLayout--certification-wrapper{display:flex;flex-direction:column;gap:2rem;max-width:100rem;width:100%;margin:0 auto}.tanager-components-0-x-containerLayout--certification-content{display:flex;flex-direction:row;align-items:stretch;gap:4rem}.tanager-components-0-x-containerLayout--specification-table{flex:1 1 50%;display:flex;flex-direction:column;gap:0;max-width:70rem;margin-left:auto;margin-right:1rem;height:100%}.tanager-components-0-x-containerLayout--specItem{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem .5rem;border-bottom:1px solid var(--green-100);gap:1rem}.tanager-components-0-x-responsiveImageContainer--certification-image{height:auto;width:16rem;display:flex;align-items:center}.tanager-components-0-x-responsiveImage--certification-image{object-fit:cover;height:100%;width:100%;border-radius:1rem}@media screen and (max-width:767px){.tanager-components-0-x-containerLayout--product-certification{padding:2rem 1rem}.tanager-components-0-x-containerLayout--certification-content{display:flex;flex-direction:column;gap:2rem}.tanager-components-0-x-containerLayout--specification-table{margin:0}.tanager-components-0-x-containerLayout--certification-content{align-items:center}.tanager-components-0-x-responsiveImageContainer--certification-image{width:auto}}.vtex-product-specifications-1-x-specificationName{flex:1;font-weight:400;font-size:1rem;line-height:1.25rem;color:var(--primary-500)}.vtex-product-specifications-1-x-specificationValue{font-weight:700;font-size:1rem;line-height:1.25rem;letter-spacing:.1px;text-align:right;color:var(--primary-500);word-break:break-word}.tanager-components-0-x-containerLayout--product-description{background-color:var(--primary-0);padding:2rem 4rem}.tanager-components-0-x-containerLayout--product-description-wrapper{display:flex;flex-direction:column;gap:2rem;max-width:100rem;width:100%;margin:0 auto}.tanager-components-0-x-containerLayout--product-description-content{display:flex;flex-direction:row;justify-content:space-between;gap:4rem;flex-wrap:wrap}.tanager-components-0-x-containerLayout--product-description-badges{display:flex;flex-direction:column;gap:2rem;flex:1 1 30%;align-items:flex-start}.tanager-components-0-x-containerLayout--description-badge-certification,.tanager-components-0-x-containerLayout--description-badge-registry{display:flex;flex-direction:column;gap:1rem}.tanager-components-0-x-specificationIconWrapper--certification,.tanager-components-0-x-specificationIconWrapper--registry{max-width:15rem}@media screen and (max-width:767px){.tanager-components-0-x-containerLayout--product-description{padding:2rem 1rem}.tanager-components-0-x-containerLayout--product-description-content{flex-direction:column}.tanager-components-0-x-containerLayout--product-description-badges{width:100%;flex:1 1 auto}}.vtex-rich-text-0-x-paragraph--product-section-title{font-weight:600;font-size:1.5rem;color:var(--primary-500)}.vtex-rich-text-0-x-paragraph--description-badge-certification,.vtex-rich-text-0-x-paragraph--description-badge-registry{font-weight:600;font-size:1.5rem}.vtex-store-components-3-x-productDescriptionContainer{flex:1 1 50%}.vtex-store-components-3-x-productDescriptionText{font-size:1rem;line-height:1.25rem;font-weight:400;letter-spacing:.1px;color:var(--primary-500)}@media screen and (max-width:767px){.vtex-store-components-3-x-productDescriptionContainer{width:100%}}.tanager-components-0-x-containerLayout--product-ods{background-color:var(--neutral-500);padding:2rem 4rem}.tanager-components-0-x-containerLayout--product-ods-wrapper{display:flex;flex-direction:row;gap:2rem;max-width:100rem;width:100%;margin:0 auto}.tanager-components-0-x-containerLayout--title-ods{display:flex;flex:0 0 auto;align-items:center;gap:.5rem;white-space:nowrap}.tanager-components-0-x-responsiveImage--ods-logo{width:3rem;height:auto;flex-shrink:0}.tanager-components-0-x-containerLayout--component-ods{flex:1;display:flex;flex-wrap:wrap;gap:.5rem}.tanager-components-0-x-odsBadgeItem{font-family:var(--font-poppins);color:#fff;font-size:1rem;font-weight:500;white-space:nowrap}@media (max-width:767px){.tanager-components-0-x-containerLayout--product-ods{padding:2rem 1rem}.tanager-components-0-x-containerLayout--product-ods-wrapper{flex-direction:column}.tanager-components-0-x-odsBadgeItem{font-size:.875rem;white-space:wrap}}.vtex-rich-text-0-x-paragraph--product-ods-title{font-weight:700;font-size:1.5rem;color:var(--primary-500)}.tanager-components-0-x-containerLayout--product-impact{background-color:var(--green-50);padding:2rem 4rem}.tanager-components-0-x-containerLayout--product-impact-wrapper{display:flex;flex-direction:column;gap:2rem;max-width:100rem;width:100%;margin:0 auto}@media (max-width:767px){.tanager-components-0-x-containerLayout--product-impact{padding:2rem 1rem 4rem}}.tanager-components-0-x-odsSliderItem--slider-impact{display:flex;flex-direction:row;background-color:#fff;border-radius:.75rem;margin-inline:.75rem}.tanager-components-0-x-odsSliderContent--slider-impact{display:flex;flex-direction:column;justify-content:start;padding:1.5rem 1rem;gap:1rem;max-height:180px}.tanager-components-0-x-odsSliderTitle--slider-impact{margin:0;font-weight:600;font-size:1rem;color:var(--primary-500);letter-spacing:.1px;line-height:1.25}.tanager-components-0-x-odsSliderDescription--slider-impact{margin:0;font-weight:400;font-size:.875rem;line-height:1.5rem;color:var(--primary-500)}.tanager-components-0-x-odsSliderImage--slider-impact{max-height:180px;width:auto;object-fit:cover;aspect-ratio:5/9}.tanager-components-0-x-sliderArrows--slider-impact{margin:0 .25rem;padding:.5rem;background:var(--secondary-50)!important;color:var(--primary-500);box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:50%}.tanager-components-0-x-paginationDotsContainer--slider-impact{bottom:-3rem;height:3rem;align-items:end}.tanager-components-0-x-paginationDot--slider-impact{width:4px!important;height:18px!important;border-radius:8px;background-color:var(--green-400);margin:4px;padding:0;transition:all .3s ease}.tanager-components-0-x-paginationDot--slider-impact--isActive{height:24px!important;border-radius:8px;background-color:var(--secondary-600)}.tanager-components-0-x-containerLayout--product-widthdrawals{background-color:var(--primary-0);padding:2rem 4rem}.tanager-components-0-x-containerLayout--product-widthdrawals-wrapper{max-width:100rem;width:100%;margin-inline:auto;gap:2rem;display:flex;flex-direction:column}.tanager-components-0-x-withdrawalsWrapper--pdp{display:grid;grid-template-columns:1fr;padding:0}.tanager-components-0-x-withdrawalCard--pdp{padding:1rem 0;border:none;border-bottom:1px solid var(--primary-100);background-color:#fff;border-radius:0}.tanager-components-0-x-withdrawalCard--pdp,.tanager-components-0-x-withdrawalCardHeader--pdp{display:grid;grid-template-columns:1fr 2fr 2fr 2fr 2fr 1.5fr 1fr;align-items:center;gap:.5rem;justify-items:center}.tanager-components-0-x-withdrawalCardHeader--pdp{padding:.75rem 0;border-bottom:1px solid #ccc}.tanager-components-0-x-withdrawalValueHeader--pdp{display:block;width:auto;word-break:break-word;font-weight:600;color:var(--primary-500);font-size:1rem;line-height:.875rem;text-align:center}.tanager-components-0-x-withdrawalRow--pdp{display:contents}.tanager-components-0-x-withdrawalLabel--pdp{display:none}.tanager-components-0-x-withdrawalValue--pdp{display:block;width:auto;word-break:break-word}.tanager-components-0-x-paginationWrapper--pdp{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;margin-top:1rem}.tanager-components-0-x-paginationButtonArrow--pdp{display:flex;align-items:center;justify-content:center;cursor:pointer;width:1.5rem;height:1.5rem;border-radius:3rem;background-color:#fff;box-shadow:0 4px 4px 0 rgba(0,0,0,.2);border:none;color:var(--secondary-700)}.tanager-components-0-x-paginationButtonArrow--pdp:disabled{color:var(--gray-300);cursor:auto}.tanager-components-0-x-paginationButton--pdp{display:flex;align-items:center;justify-content:center;cursor:pointer;width:1.5rem;height:1.5rem;font-weight:400;font-size:12px;line-height:14px;letter-spacing:.5px;color:var(--primary-900);border-radius:3rem;border:1px solid var(--primary-200);background-color:#fff;font-family:var(--font-poppins)}.tanager-components-0-x-paginationActive--pdp{font-weight:600;background-color:var(--primary-200);color:#fff}@media (max-width:767px){.tanager-components-0-x-containerLayout--product-widthdrawals{padding:2rem 1rem}.tanager-components-0-x-withdrawalCardHeader--pdp{display:none}.tanager-components-0-x-withdrawalsWrapper--pdp{display:flex;flex-direction:column;padding:1rem;gap:1rem}.tanager-components-0-x-withdrawalCard--pdp{display:block;border:1px solid #ccc;border-radius:8px;padding:1rem;background-color:#fff;justify-items:legacy}.tanager-components-0-x-withdrawalRow--pdp{display:flex;justify-content:space-between;padding:4px 0;flex-wrap:wrap}.tanager-components-0-x-withdrawalLabel--pdp{display:block;font-weight:700;width:50%;color:var(--primary-500)}.tanager-components-0-x-withdrawalValue--pdp{color:var(--primary-500);width:50%}.tanager-components-0-x-paginationWrapper--pdp{justify-content:center}}.tanager-components-0-x-containerLayout--product-technical{background-color:var(--green-neutral-100);padding:0}.tanager-components-0-x-containerLayout--technical-wrapper{display:flex;flex-direction:row;max-width:100rem;width:100%;margin:0 auto}.tanager-components-0-x-containerLayout--technical-content{padding:2rem 4rem;display:flex;flex-direction:column;flex:1 1 50%;gap:.5rem}@media (max-width:767px){.tanager-components-0-x-containerLayout--technical-wrapper{flex-direction:column}.tanager-components-0-x-containerLayout--technical-content{padding:2rem 1rem}}.tanager-components-0-x-containerLayout--product-images{width:60%;padding:0;margin:0}.tanager-components-0-x-containerLayout--product-name-wrapper{margin-block:1rem;display:flex;flex-direction:row;gap:1rem}.tanager-components-0-x-specificationIconImage--pdp-country{height:32px;width:auto}.tanager-components-0-x-containerLayout--product-name{margin:0;height:auto;align-items:center}.tanager-components-0-x-containerLayout--product-badges{display:flex;flex-direction:row;gap:1rem;margin-bottom:1rem;align-items:center}.tanager-components-0-x-containerLayout--product-item-badge{display:flex;flex-direction:row;gap:.5rem;align-items:center}.tanager-components-0-x-categoryBadge{color:var(--primary-500);font-size:.875rem;font-weight:500;letter-spacing:.4px;line-height:24px}@media (max-width:767px){.tanager-components-0-x-containerLayout--product-images{width:100%;padding:0;.tanager-components-0-x-containerLayout--product-badges,.tanager-components-0-x-containerLayout--product-name-wrapper,.vtex-breadcrumb-1-x-container--product{padding-inline:1rem}}}.vtex-rich-text-0-x-paragraph--category-badge{color:var(--primary-500);font-size:.875rem;font-weight:700;letter-spacing:.4px;line-height:24px}.vtex-store-components-3-x-productBrandContainer{font-size:.875rem;font-weight:400;line-height:1rem;color:var(--primary-500)}.vtex-store-components-3-x-productNameContainer{font-size:1.5rem;font-weight:700;color:var(--primary-500)}.vtex-store-components-3-x-carouselContainer--pdp-images{justify-content:flex-start}.vtex-store-components-3-x-productImageTag--pdp-images{aspect-ratio:14/9;object-fit:cover!important;border-radius:1rem}.vtex-store-components-3-x-productImageTag--pdp-images--main{width:100%;height:auto}.vtex-store-components-3-x-productImagesThumb--pdp-images{width:4rem!important;height:4rem!important;overflow:hidden;border-radius:50%;display:flex;align-items:center;justify-content:center;filter:saturate(0);margin-bottom:.5rem}.vtex-store-components-3-x-figure--pdp-images{height:100%;display:flex}.vtex-store-components-3-x-productImagesThumbActive--pdp-images{border:4px solid var(--secondary-500);filter:saturate(1)}.vtex-store-components-3-x-thumbImg--pdp-images{object-fit:cover}.vtex-store-components-3-x-swiperCaretNext--pdp-images,.vtex-store-components-3-x-swiperCaretPrev--pdp-images{border-radius:50%;padding:.75rem;background-color:var(--secondary-50);color:var(--primary-500);box-shadow:0 5px 5px rgba(0,0,0,.1);top:auto!important;left:auto;right:1.25rem;bottom:1.25rem;line-height:0}.vtex-store-components-3-x-swiperCaretPrev--pdp-images{right:5rem}@media (max-width:767px){.vtex-store-components-3-x-carouselGaleryCursor{margin:0!important}.vtex-store-components-3-x-productImageTag--pdp-images{border-radius:0}.vtex-store-components-3-x-swiperCaretNext--pdp-images{bottom:33%;right:.75rem;left:auto}.vtex-store-components-3-x-swiperCaretPrev--pdp-images{bottom:33%;right:auto;left:.75rem}}.tanager-components-0-x-containerLayout--product-info{width:40%;align-content:center;align-items:center}.tanager-components-0-x-containerLayout--buybox-wrapper{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 0 12px 0 rgba(0,0,0,.2);display:flex;flex-direction:column}.tanager-components-0-x-containerLayout--buybox-section{display:flex;flex-direction:row;gap:1rem;border-bottom:1px solid var(--green-100);padding-block:1rem}.tanager-components-0-x-containerLayout--price-section{display:flex;flex-direction:column;border-bottom:1px solid var(--green-100);padding-block:1rem;gap:.25rem}.tanager-components-0-x-containerLayout--price-section-content{display:flex;flex-direction:row;gap:1rem}.tanager-components-0-x-containerLayout--elegibility-section{flex-direction:column-reverse;gap:.5rem}.tanager-components-0-x-containerLayout--product-assembly{display:flex;flex-direction:row;gap:0;flex-wrap:wrap}.tanager-components-0-x-customAvailabilityError,.tanager-components-0-x-customAvailabilityLabel,.tanager-components-0-x-customAvailabilityLoading,.tanager-components-0-x-customAvailabilityValue,.tanager-components-0-x-minimumTransactionError,.tanager-components-0-x-minimumTransactionLabel,.tanager-components-0-x-minimumTransactionLoading,.tanager-components-0-x-minimumTransactionValue{color:var(--primary-500);font-size:1rem;line-height:1.5rem;font-weight:400}.tanager-components-0-x-customAvailabilityValue,.tanager-components-0-x-minimumTransactionValue{font-weight:700}.tanager-components-0-x-customAvailabilityWrapper,.tanager-components-0-x-minimumTransactionWrapper{display:flex;flex-direction:row;gap:1rem}.tanager-components-0-x-containerLayout--sura-card{display:flex;flex-direction:column;gap:.375rem;padding:.75rem;background-color:#f2f5ff;border:1px solid #2258ec;border-radius:.75rem;margin-block:1.5rem}.tanager-components-0-x-containerLayout--sura-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem}.tanager-components-0-x-containerLayout--add-to-cart-section{margin-top:1rem;.vtex-button{padding:.5rem;background-color:var(--secondary-500);border-radius:2rem;display:flex;align-items:center;text-decoration:none;transition:background .3s ease;justify-content:center;color:var(--primary-500)}.vtex-button:disabled{background-color:var(--gray-400);color:#fff}.vtex-button__label{width:auto!important;padding:0!important}.vtex-add-to-cart-button-0-x-buttonText--pdp{display:flex;font-size:1rem;font-weight:500;line-height:1.5rem;letter-spacing:.4px;align-items:center;justify-content:center}.vtex-add-to-cart-button-0-x-buttonText--pdp:after{content:"";display:inline-block;width:1rem;height:1rem;margin-left:.5rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.545 8a5.455 5.455 0 1110.91 0 5.455 5.455 0 01-10.91 0zM8 1.333a6.667 6.667 0 100 13.334A6.667 6.667 0 008 1.333zm-.471 4.472a.667.667 0 01.942-.943l2.667 2.667c.26.26.26.682 0 .942l-2.667 2.667a.667.667 0 11-.942-.943l1.528-1.528h-3.79c-.332 0-.6-.299-.6-.667 0-.368.268-.667.6-.667h3.79L7.53 5.805z' fill='%2302403D'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50%;transition:.3s ease}.vtex-button:disabled .vtex-add-to-cart-button-0-x-buttonText--pdp:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1.333a6.667 6.667 0 110 13.334A6.667 6.667 0 018 1.333zm0 1.212a5.455 5.455 0 10.001 10.911 5.455 5.455 0 000-10.91zM8.006 10a.667.667 0 110 1.333H8A.667.667 0 018 10h.006zM8 4.666c.368 0 .666.3.666.667V8a.666.666 0 01-1.333 0V5.333c0-.368.3-.667.667-.667z' fill='%23fff'/%3E%3C/svg%3E")}}.tanager-components-0-x-pdpLoginNoticeContainer{padding-block:.5rem}.tanager-components-0-x-pdpLoginNoticeText{color:var(--primary-500);font-family:var(--font-poppins);line-height:1.2;font-weight:400}.tanager-components-0-x-pdpLoginNoticeLink{background-color:var(--secondary-500);color:var(--primary-500);transition:background .2s ease,box-shadow .3s ease;text-decoration:none;margin-top:1.5rem;padding:.5rem;border-radius:5rem;display:inline-block;width:100%;font-family:var(--font-poppins);text-align:center}.tanager-components-0-x-pdpLoginNoticeLink:hover{background-color:var(--secondary-600)}.tanager-components-0-x-pdpLoginNoticeLink:focus{box-shadow:0 0 0 2px var(--secondary-700)}.tanager-components-0-x-pdpLoginNoticeLink:active{background-color:var(--secondary-400)}.tanager-components-0-x-pdpLoginNoticeLink:disabled{background-color:var(--gray-300);color:var(--primary-300)}@media (max-width:767px){.tanager-components-0-x-containerLayout--product-info{width:100%;padding:2rem 1rem}}.tanager-product-customizer-2-x-productAssemblyGroupNameRow{display:none}.tanager-product-customizer-2-x-eligibilitySelectorWrapper{display:flex;flex-direction:column;gap:1rem}.tanager-product-customizer-2-x-eligibilityOptionsContainer{display:flex;flex-direction:column;gap:.5rem}.tanager-product-customizer-2-x-eligibilityOption{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:.25rem .75rem;gap:.625rem;width:100%;background-color:var(--primary-0);border:1px solid var(--secondary-100);border-radius:.5rem;transition:background .2s ease,border-color .2s ease;cursor:pointer}.tanager-product-customizer-2-x-eligibilityOptionSelected{background-color:var(--secondary-50);border-color:var(--secondary-500)}.tanager-product-customizer-2-x-eligibilityChip{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.625rem;width:100%}.tanager-product-customizer-2-x-eligibilityIcon{height:2rem;width:auto;flex-shrink:0}.tanager-product-customizer-2-x-eligibilityChipLabel{font-size:.875rem;font-weight:600;color:var(--secondary-800);line-height:1.4;font-family:var(--font-poppins);text-transform:uppercase;letter-spacing:.05em}.tanager-product-customizer-2-x-eligibilityRadio,.tanager-product-customizer-2-x-eligibilityRadioCircle,.tanager-product-customizer-2-x-eligibilityRadioSelected,.tanager-product-customizer-2-x-eligibilityRadioSelected:after,.tanager-product-customizer-2-x-eligibilityRadioText{display:none}.tanager-product-customizer-2-x-eligibilitySelected{display:flex;flex-direction:row;align-items:center;gap:.25rem}.tanager-product-customizer-2-x-eligibilityError,.tanager-product-customizer-2-x-eligibilityLoading,.tanager-product-customizer-2-x-eligibilitySelectedLabel,.tanager-product-customizer-2-x-eligibilitySelectedText,.tanager-product-customizer-2-x-passiveSubjectLabelBold{color:var(--primary-500);margin:0;padding:0;font-weight:700;font-family:var(--font-poppins);font-size:1rem;line-height:1;letter-spacing:.1px}.tanager-product-customizer-2-x-eligibilityError,.tanager-product-customizer-2-x-eligibilityLoading,.tanager-product-customizer-2-x-eligibilitySelectedLabel{font-weight:400}.tanager-product-customizer-2-x-passiveSubjectForm{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.tanager-product-customizer-2-x-passiveSubjectLabel{display:flex;flex-direction:column;font-weight:400;color:var(--primary-500);font-size:.875rem}.tanager-product-customizer-2-x-passiveSubjectLine{font-weight:400;color:var(--primary-500);font-size:.9rem;margin-bottom:.45rem}.tanager-product-customizer-2-x-passiveSubjectLabelName{width:100%}.tanager-product-customizer-2-x-passiveSubjectInput{margin-top:.25rem;padding:.5rem 1rem;border:1px solid var(--green-100);border-radius:10rem;font-size:1rem;outline:none;width:100%;box-sizing:border-box;color:var(--primary-500);font-family:var(--font-poppins)}.tanager-product-customizer-2-x-passiveSubjectNIT{display:flex;gap:1rem;align-items:flex-end}.tanager-product-customizer-2-x-passiveSubjectLabelDV,.tanager-product-customizer-2-x-passiveSubjectLabelNIT{flex:1;display:flex;flex-direction:column;width:100%}.tanager-product-customizer-2-x-passiveSubjectLabelDV{max-width:8rem}.tanager-product-quantity-1-x-quantitySelectorContainer{margin:0}.tanager-product-quantity-1-x-quantitySelectorTitle{display:none}.tanager-product-quantity-1-x-quantitySelectorStepper{.vtex-numeric-stepper__minus-button,.vtex-numeric-stepper__plus-button{border-radius:50%!important;width:1.5rem!important;height:1.5rem;margin-inline:.5rem;border:2px solid var(--primary-500);color:var(--primary-500)}.vtex-numeric-stepper__input{border-radius:1.5rem;width:4rem;height:1.5rem;border:1px solid var(--primary-500);color:var(--primary-500)}.c-disabled{background-color:var(--gray-100)}}.vtex-modal-layout-0-x-paper--sura-detail{border-radius:1.5rem;overflow:hidden;width:fit-content;max-width:min(40rem,90vw);max-height:90vh;position:relative;padding:0}.vtex-modal-layout-0-x-paper--sura-detail .vtex-modal-layout-0-x-headerContainer{position:absolute;top:0;right:0;z-index:10;background:transparent;border:none!important;padding:0;width:auto;flex-shrink:0}.vtex-modal-layout-0-x-paper--sura-detail .vtex-modal-layout-0-x-headerContent{display:none}.vtex-modal-layout-0-x-paper--sura-detail .vtex-modal-layout-0-x-closeButton{margin:.5rem}.vtex-modal-layout-0-x-paper--sura-detail .vtex-modal-layout-0-x-closeIcon{color:#fff;fill:#fff}.vtex-modal-layout-0-x-paper--sura-detail .vtex-modal-layout-0-x-contentContainer{overflow:hidden!important;padding:0!important}.vtex-modal-layout-0-x-triggerContainer--sura-ver-detalle{display:flex!important;justify-content:flex-end;width:100%}.vtex-rich-text-0-x-container--buybox-label{align-items:center}.vtex-rich-text-0-x-paragraph--buybox-label{color:var(--primary-500);font-size:1rem;line-height:1.5rem;font-weight:400}.vtex-rich-text-0-x-paragraph--buybox-label-disclaimer{color:var(--primary-400);font-size:12px;line-height:1rem;font-weight:400}.vtex-rich-text-0-x-paragraph--sura-badge{color:#0033a0;font-size:.75rem;font-weight:600;line-height:1.5}.vtex-rich-text-0-x-paragraph--sura-title{color:#0033a0;font-size:1.125rem;font-weight:700;line-height:1.3}.vtex-rich-text-0-x-paragraph--sura-description{color:#0033a0;font-size:.75rem;line-height:1.5}.vtex-rich-text-0-x-paragraph--sura-ver-detalle{color:#0033a0;font-size:.875rem;font-weight:700;text-decoration:underline;cursor:pointer}.vtex-store-components-3-x-priceContainer{display:flex;align-items:flex-end}.vtex-store-components-3-x-sellingPriceContainer{padding:0}.vtex-store-components-3-x-sellingPriceValue{color:var(--primary-500);font-weight:700;font-size:1rem;line-height:1.5rem;letter-spacing:.1px;padding:0}.vtex-store-components-3-x-skuSelectorNameContainer,.vtex-store-components-3-x-skuSelectorSubcontainer,.vtex-store-components-3-x-skuSelectorTextContainer{margin:0}.vtex-store-components-3-x-imageElement--sura-modal-img{display:block;width:auto;height:auto;max-width:100%;max-height:90vh}.vtex-store-components-3-x-skuSelectorSelectContainer{.vtex-dropdown__container{border:1px solid var(--green-100);height:1.75rem;border-radius:1.5rem}.vtex-dropdown__arrow,.vtex-dropdown__button{color:var(--primary-500)}.vtex-dropdown__arrow{padding-left:2rem}}.vtex-store-image-0-x-imageElement--sura-logo{width:auto;height:2rem;object-fit:contain}