@charset "UTF-8";*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:robotolight,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;line-height:1.6;color:#e5e5e6;background-color:#fff}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body.mobile-menu-open{overflow:hidden}#app{display:flex;flex-direction:column;min-height:100vh}main{flex:1;width:100%}article{margin-bottom:2rem}@media(min-width:768px){article{margin-bottom:3rem}}article header{margin-bottom:1.5rem}article h1,article h2{margin:0 0 1rem;line-height:1.2}h1{font-size:1.75rem}@media(min-width:768px){h1{font-size:2rem}}@media(min-width:1024px){h1{font-size:2.5rem}}h2{font-size:1.5rem}@media(min-width:768px){h2{font-size:1.75rem}}@media(min-width:1024px){h2{font-size:2rem}}h3{font-size:1.25rem}@media(min-width:768px){h3{font-size:1.4rem}}@media(min-width:1024px){h3{font-size:1.6rem}}p{font-size:1.25rem}@media(min-width:768px){p{font-size:1.4rem}}@media(min-width:1024px){p{font-size:1.6rem}}a{color:#e5e5e6;transition:color .3s ease}a:hover{color:#999}img{max-width:100%;height:auto;display:block}button,.btn{display:inline-flex;align-items:center;justify-content:center;gap:1rem;padding:.65rem 1.75rem;font-weight:400;font-size:18px;text-decoration:none;transition:all .2s ease;width:auto}@media(min-width:768px){button,.btn{font-size:20px;padding:.6rem 4rem}}@media(min-width:1024px){button,.btn{font-size:20px;padding:.6rem 4rem}}@media(max-width:767px){button,.btn{font-size:16px;padding:.6rem 1.5rem;gap:.75rem}}button--with-icon,.btn--with-icon{align-items:baseline;padding-right:1.25rem}button__icon,.btn__icon{display:inline-flex}button__icon svg,.btn__icon svg{width:17px;height:17px;stroke-width:2;display:block}@media(max-width:767px){button__icon svg,.btn__icon svg{width:15px;height:15px}}button--primary,.btn--primary{background:#551516;color:#fff;font-family:robotoregular}button--primary:hover,.btn--primary:hover{background:#340d0e}button--secondary,.btn--secondary{background:#981415;border:1px solid rgba(255,255,255,.5);color:#fff}button--secondary:hover,.btn--secondary:hover{background:#740f10}button--bordo,.btn--bordo{background:#310c0d;color:#fff;border:1px solid #d03234}button--bordo:hover,.btn--bordo:hover{background:#100404}button--light,.btn--light{border:1px solid rgba(204,203,204,.3);border-radius:2px;color:#e5e5e6;box-shadow:0 2px 6px #00000014,0 1px 2px #0000000f;transition:background .25s ease,box-shadow .25s ease,transform .15s ease,color .25s ease}button--light:hover,.btn--light:hover{background:#e5e5e61a;color:#fff;box-shadow:0 6px 14px #0000001f,0 3px 6px #00000014;transform:translateY(-2px)}button--light:active,.btn--light:active{transform:translateY(0);box-shadow:0 2px 6px #0000001a}button--styled,.btn--styled{border:1px solid #6e0d0e;border-radius:2px;color:#6e0d0e;box-shadow:0 2px 6px #00000014,0 1px 2px #0000000f;transition:background .25s ease,box-shadow .25s ease,transform .15s ease,color .25s ease}button--styled:hover,.btn--styled:hover{background:#6e0d0e0a;color:#ac2a2e;box-shadow:0 6px 14px #0000001f,0 3px 6px #00000014;transform:translateY(-2px)}button--styled:active,.btn--styled:active{transform:translateY(0);box-shadow:0 2px 6px #0000001a}input,textarea,select{width:100%;padding:.75rem;border:1px solid #cccbcc;border-radius:4px;font-family:inherit;font-size:1rem}@media(max-width:767px){input,textarea,select{padding:.65rem;font-size:.95rem}}input:focus,textarea:focus,select:focus{outline:none;border-color:#e5e5e6;box-shadow:0 0 0 3px #e5e5e61a}table{width:100%;border-collapse:collapse;margin:1.5rem 0}table th,table td{padding:.75rem;text-align:left;border-bottom:1px solid #cccbcc}table th{background-color:#f9f9f9;font-weight:600}ul,ol{padding-left:1.5rem;margin:1rem 0}@media(max-width:767px){ul,ol{padding-left:1rem}}ul li,ol li{margin-bottom:.5rem}code,pre{background-color:#f5f5f5;border-radius:4px;font-family:Courier New,Courier,monospace;font-size:.9em}code{padding:.2rem .4rem}pre{padding:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1rem 0}hr{border:none;border-top:1px solid #cccbcc;margin:2rem 0}blockquote{margin:1.5rem 0;padding-left:1.5rem;border-left:4px solid #e5e5e6;color:#666}@media(max-width:767px){blockquote{padding-left:1rem}}blockquote p{margin:.5rem 0}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:4px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:none}.header{box-shadow:0 2px 8px #0000000a;height:100px;position:absolute;left:0;width:100%;z-index:100}@media(min-width:768px){.header{height:150px}}@media(min-width:1024px){.header{height:200px}}.header__bar{width:100%;height:100%;display:flex;align-items:flex-start;padding-top:.75rem}@media(min-width:768px){.header__bar{padding-top:1rem}}@media(min-width:1024px){.header__bar{padding-top:.5rem}}.header__logo-rail{height:auto;display:flex;align-items:center;flex:0 0 auto;padding-left:1rem}@media(min-width:1024px){.header__logo-rail{padding-left:clamp(1.5rem,3vw,4.5rem)}}.header__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.header__container{padding:6rem 1.5rem}}@media(min-width:1024px){.header__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.header__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.header__container{height:auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;flex:1 1 auto}@media(min-width:1024px){.header__container{gap:2rem;margin-right:auto;padding-right:11.5rem}}@media(min-width:1200px){.header__container{gap:3rem}}.header__logo{display:flex;align-items:center;height:100%;flex-shrink:0}.header__logo a{display:flex;align-items:center;height:100%;text-decoration:none}.header__logo img{width:150px;max-width:250px}@media(min-width:768px){.header__logo img{width:190px}}@media(min-width:1024px){.header__logo img{width:250px}}.nav-primary{display:none;margin-left:auto}@media(min-width:1024px){.nav-primary{display:block;position:relative}}.nav-primary .nav{display:flex;align-items:center;justify-content:space-between;gap:2.5rem;list-style:none;padding:0;margin:0;font-size:1.08rem}.nav-primary .nav a{color:#e0e0e0;text-decoration:none;font-weight:500;transition:color .22s ease;display:inline-block;padding:.5rem 0;position:relative}.nav-primary .nav a:before{content:"";position:absolute;left:50%;bottom:-.15rem;width:0;height:1px;background:#f5f5f5a6;transform:translate(-50%);transition:width .24s ease,background .24s ease}.nav-primary .nav a:hover,.nav-primary .nav a:focus-visible{color:#f5f5f5eb}.nav-primary .nav a:hover:before,.nav-primary .nav a:focus-visible:before{width:100%;background:#f5f5f5d9}.nav-primary .nav a:focus-visible{outline:none}.nav-primary .nav .current-menu-item>a,.nav-primary .nav .current-menu-ancestor>a,.nav-primary .nav .current-menu-parent>a,.nav-primary .nav .current_page_item>a,.nav-primary .nav .current_page_parent>a{color:#f5f5f5f2}.nav-primary .nav .current-menu-item>a:before,.nav-primary .nav .current-menu-ancestor>a:before,.nav-primary .nav .current-menu-parent>a:before,.nav-primary .nav .current_page_item>a:before,.nav-primary .nav .current_page_parent>a:before{width:100%;background:#8c1d18}.nav-primary .nav li{position:relative}.nav-primary .nav .menu-item--search{display:inline-flex;align-items:center}.nav-primary .nav .current-menu-item>a,.nav-primary .nav .current-menu-ancestor>a,.nav-primary .nav .current-menu-parent>a,.nav-primary .nav .current_page_item>a,.nav-primary .nav .current_page_parent>a{border-bottom-color:transparent}.nav-primary .nav .menu-item-has-children{position:relative}.nav-primary .nav .menu-item-has-children:after{content:"";position:absolute;left:0;top:100%;width:100%;height:.65rem}.nav-primary .nav .menu-item-has-children>a{padding-right:1.1rem}.nav-primary .nav .menu-item-has-children>a:after{content:"";position:absolute;right:0;top:50%;width:.45rem;height:.45rem;border-right:1px solid rgba(245,245,245,.8);border-bottom:1px solid rgba(245,245,245,.8);transform:translateY(-70%) rotate(45deg);transition:transform .2s ease}.nav-primary .nav .menu-item-has-children>.sub-menu{position:absolute;top:100%;left:0;z-index:999;min-width:220px;margin:0;padding:.55rem 0;list-style:none;background:#0b0b0bf7;border:1px solid rgba(245,245,245,.14);box-shadow:0 12px 24px #00000047;opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.nav-primary .nav .menu-item-has-children>.sub-menu li{width:100%}.nav-primary .nav .menu-item-has-children>.sub-menu a{width:100%;padding:.55rem 1rem;color:#f5f5f5;font-size:.95rem;font-weight:500;border-left:2px solid transparent}.nav-primary .nav .menu-item-has-children>.sub-menu a:hover{color:#e5e5e6;background:#ffffff0f;border-left-color:#8c1d18}.nav-primary .nav .menu-item-has-children>.sub-menu a:before,.nav-primary .nav .menu-item-has-children>.sub-menu a:after{content:none}.nav-primary .nav .menu-item-has-children:hover>.sub-menu,.nav-primary .nav .menu-item-has-children:focus-within>.sub-menu,.nav-primary .nav .menu-item-has-children.is-open>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.nav-primary .nav .menu-item-has-children:hover>a:after,.nav-primary .nav .menu-item-has-children:focus-within>a:after,.nav-primary .nav .menu-item-has-children.is-open>a:after{transform:translateY(-35%) rotate(225deg)}.nav-primary>div{display:block}.header-search{position:relative;display:inline-flex;align-items:center}.header-search__toggle{width:auto;height:auto;border:none;background:transparent;color:#e0e0e0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:.5rem 0;line-height:1;transition:color .2s ease}.header-search__toggle svg{width:1.8rem;height:1.8rem;fill:#e0e0e0;display:block}.header-search__toggle:hover{color:#e0e0e0}.header-search__panel{position:absolute;top:calc(100% + .75rem);right:0;width:min(420px,62vw);padding:.75rem;background:#0b0b0bf7;border:1px solid rgba(245,245,245,.16);box-shadow:0 14px 30px #0000004d;z-index:1200}.header-search.is-open .header-search__panel{display:block}.header-search__form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;align-items:center}.header-search__form input{width:100%;height:2.4rem;border:1px solid rgba(245,245,245,.28);background:#ffffff0f;color:#e5e5e6;padding:0 .75rem;font-size:.95rem}.header-search__form input::placeholder{color:#e5e5e6ad}.header-search__form button{height:2.4rem;border:1px solid rgba(245,245,245,.25);background:#551516;color:#fff;padding:0 1rem;font-size:.92rem;cursor:pointer}.hamburger{display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:1.8rem;cursor:pointer;padding:.5rem;color:#fff;width:44px;height:44px;margin-left:auto;transition:transform .3s ease}@media(min-width:1024px){.hamburger{display:none}}.hamburger:hover{transform:scale(1.1)}.hamburger:active{transform:scale(.95)}.hamburger[aria-expanded=true]{color:#666}.content-info{background-color:#310c0d}.content-info__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.content-info__container{padding:6rem 1.5rem}}@media(min-width:1024px){.content-info__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.content-info__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.content-info__container{padding:2rem 0;gap:3rem;display:flex;flex-direction:column;align-items:center}@media(min-width:1024px){.content-info__container{display:grid;grid-template-columns:1fr minmax(520px,640px);align-items:center;gap:3rem}}.content-info__logo{flex-shrink:0}.content-info__logo a{display:inline-flex;align-items:center;text-decoration:none}.content-info__logo img{width:250px;height:auto;display:block}.content-info__content{text-align:center;color:#e5e5e6;display:flex;flex-direction:column;gap:.5rem}.content-info__content p{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;font-size:clamp(1rem,3vw,1.1rem)}.content-info__content p strong{font-family:robotoregular,sans-serif;font-weight:400}@media(min-width:1024px){.content-info__content{text-align:left;margin-left:0}}.content-info__content address{font-style:normal;margin:0}.content-info__content a{color:inherit;text-decoration:none}.content-info__content a:hover,.content-info__content a:focus-visible{text-decoration:underline;text-underline-offset:3px}.sidebar{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.sidebar{padding:6rem 1.5rem}}@media(min-width:1024px){.sidebar{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.sidebar{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.sidebar{padding:2rem 0;border-top:1px solid #cccbcc}@media(max-width:767px){.sidebar{padding:1.5rem 0}}@media(min-width:1024px){.sidebar{display:none}}.widget-area{display:grid;grid-template-columns:1fr;gap:2rem}@media(max-width:767px){.widget-area{gap:1.5rem}}@media(min-width:768px){.widget-area{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.widget-area{grid-template-columns:1fr}}.home-hero{position:relative;overflow:hidden;display:flex;min-height:100vh;background-image:url(/wp-content/themes/superfecta/public/build/assets/forno-de-lastro-superfecta-v-DY20-dXY.webp);background-repeat:no-repeat;background-position:center bottom;background-size:cover;background-color:#050608}.home-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(180deg,#000000b8,#00000075 24%,#0000002e 42%,#0000001a 58%,#00000029),linear-gradient(90deg,#00000057,#00000029 34%,#0000000f);backdrop-filter:blur(var(--hero-blur, 0px));-webkit-backdrop-filter:blur(var(--hero-blur, 0px));transform:translateZ(0)}.home-hero.is-animated:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;pointer-events:none;z-index:1;background:#0000008c;animation:hero-bg-reveal .9s ease-out 80ms forwards;transform:translateZ(0)}@media(min-width:768px){.home-hero{background-position:center center;background-size:cover}}@media(min-width:1024px){.home-hero{background-image:url(/wp-content/themes/superfecta/public/build/assets/forno-de-lastro-superfecta-LFLNa7GS.webp);background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed}}@media(min-width:1024px)and (max-height:900px){.home-hero{background-attachment:scroll;background-position:74% 12%}}.home-hero__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.home-hero__container{padding:6rem 1.5rem}}@media(min-width:1024px){.home-hero__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.home-hero__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.home-hero__container{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;padding-top:9.25rem;padding-bottom:7rem}@media(min-width:768px){.home-hero__container{justify-content:center;padding-top:6rem;padding-bottom:8rem}}.home-hero__content{width:100%;max-width:19.75rem}@media(min-width:768px){.home-hero__content{width:max-content;max-width:28rem}}@media(min-width:1024px){.home-hero__content{width:max-content;max-width:36rem}}.home-hero__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.home-hero__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.home-hero__title{max-width:19rem;margin-bottom:1rem}@media(min-width:768px){.home-hero__title{max-width:28rem}}@media(min-width:1024px){.home-hero__title{max-width:32rem;margin-bottom:2rem}}.home-hero__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;max-width:21rem}@media(min-width:1024px){.home-hero__subtitle{max-width:32rem}}.home-hero p{margin:0}.home-hero__action{margin-top:2rem}.home-hero__action a{width:100%}@media(min-width:768px){.home-hero__action{margin-top:5rem}}@media(min-width:1024px)and (max-height:900px){.home-hero__container{padding-top:7.5rem}.home-hero__content{margin-left:clamp(2rem,4vw,5rem);width:auto;max-width:35rem}.home-hero__title{font-size:clamp(2.2rem,3vw,3rem);line-height:1.02;max-width:32rem;margin-bottom:1.25rem}.home-hero__subtitle{max-width:32rem}.home-hero__action{margin-top:2.25rem}.home-hero__action a{width:max-content;min-width:360px}}.home-hero__content--reveal{will-change:transform,opacity}.home-hero.is-animated .home-hero__item{opacity:0;transform:translate3d(0,10px,0);animation:hero-item-in .7s cubic-bezier(.22,1,.36,1) both}.home-hero.is-animated .home-hero__title.home-hero__item{animation-delay:.12s}.home-hero.is-animated .home-hero__subtitle.home-hero__item:nth-of-type(1){animation-delay:.22s}.home-hero.is-animated .home-hero__subtitle.home-hero__item:nth-of-type(2){animation-delay:.32s}.home-hero.is-animated .home-hero__action.home-hero__item{animation-delay:.45s}@media(max-width:767px){.home-hero__title{max-width:20rem}.home-hero__subtitle{max-width:21rem}}@media(prefers-reduced-motion:reduce){.home-hero{background-attachment:scroll}.home-hero:before{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transform:none!important}.home-hero.is-animated:after{animation:none!important;opacity:0!important;transform:none!important}.home-hero.is-animated .home-hero__item{animation:none!important;opacity:1!important;transform:none!important}}@keyframes hero-item-in{0%{opacity:0;transform:translate3d(0,10px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes hero-bg-reveal{0%{opacity:1}to{opacity:0}}.home-bloco1{background-image:url(/wp-content/themes/superfecta/public/build/assets/bg-DR1S4k_W.webp);background-repeat:no-repeat;background-position:center;background-size:cover;display:flex;align-items:center}.home-bloco1__container{width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}@media(min-width:768px){.home-bloco1__container{padding-left:2rem;padding-right:2rem}}@media(min-width:1024px){.home-bloco1__container{padding-left:0;padding-right:0}}@media(min-width:1200px){.home-bloco1__container{max-width:100%;padding-left:0;padding-right:0}}.home-bloco1__container{padding-top:2rem;padding-bottom:2rem}@media(min-width:1024px){.home-bloco1__container{padding-top:0;padding-bottom:0}}.home-bloco1__content{display:flex;flex-direction:column;gap:2rem;width:100%}@media(min-width:1024px){.home-bloco1__content{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;column-gap:3rem}}.home-bloco1__image{width:100%}.home-bloco1__image img{width:100%;height:auto;display:none}@media(min-width:1024px){.home-bloco1__image img{display:block}}@media(min-width:1024px){.home-bloco1__image{grid-column:1/span 2}}.home-bloco1__text{height:100%;display:flex;flex-direction:column;justify-content:center;gap:2.5rem}@media(min-width:1024px){.home-bloco1__text{grid-column:3/span 3;justify-self:center;align-self:center;max-width:650px}}.home-bloco1__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.home-bloco1__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.home-bloco1__title{max-width:100%}@media(min-width:1024px){.home-bloco1__title{margin-top:3rem;margin-bottom:3rem}}.home-bloco1__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;max-width:100%}.home-bloco1__timeline{margin-top:2.5rem}.timeline{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;list-style:none;padding:0;margin:0}.timeline__item{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:0}.timeline__year{position:relative;font-size:1.3rem;font-weight:600;color:#f5f5f5;line-height:1.1}.timeline__text{margin:.5rem 0 0;font-size:clamp(.95rem,2vw,1.1rem);color:#c8c8c8;line-height:1.4}@media(min-width:1024px){.timeline{--timeline-line-y: .85rem;--timeline-line-trim: 7.5rem}.timeline:before{content:"";position:absolute;left:0;top:var(--timeline-line-y);height:1px;width:calc(100% - var(--timeline-line-trim));background:#bf0000e6;opacity:.9;transform:scaleX(0);transform-origin:left;will-change:transform}.home-bloco1.is-inview .timeline:before{transition:transform 1.4s ease .7s;transform:scaleX(1)}.timeline__year:after{content:none!important}}@media(max-width:767px){.timeline{flex-direction:column;justify-content:flex-start;gap:2rem}.timeline__item{flex:0 0 auto;width:100%}.timeline__year{padding-right:0}.timeline__year:after{content:"";position:absolute;width:1px;height:2rem;left:.1rem;top:calc(100% + 2rem);background:#d03234;opacity:.9}.timeline__item--last .timeline__year:after,.timeline__item:last-child .timeline__year:after{display:none}}.home-bloco1.js-reveal .reveal-item,.home-bloco1.js-reveal .reveal-timeline{opacity:0;transform:translate3d(0,10px,0);will-change:opacity,transform}.home-bloco1.is-inview .reveal-item{opacity:1;transform:none;transition:opacity .6s ease,transform .6s cubic-bezier(.22,1,.36,1)}.home-bloco1.is-inview .reveal-item:nth-child(1){transition-delay:80ms}.home-bloco1.is-inview .reveal-item:nth-child(2){transition-delay:.14s}.home-bloco1.is-inview .reveal-item:nth-child(3){transition-delay:.2s}.home-bloco1.is-inview .reveal-item:nth-child(4){transition-delay:.26s}.home-bloco1.is-inview .reveal-item:nth-child(5){transition-delay:.32s}.home-bloco1.is-inview .reveal-item:nth-child(6){transition-delay:.38s}.home-bloco1.is-inview .reveal-timeline{opacity:1;transform:none;transition:opacity .7s ease .52s,transform .7s cubic-bezier(.22,1,.36,1) .52s}@media(prefers-reduced-motion:reduce){.home-bloco1.js-reveal .reveal-item,.home-bloco1.js-reveal .reveal-timeline{opacity:1!important;transform:none!important;transition:none!important}}@media(prefers-reduced-motion:reduce)and (min-width:1024px){.home-bloco1 .timeline:before{transition:none!important;transform:none!important}}.home-bloco2{background-image:url(/wp-content/themes/superfecta/public/build/assets/bg-paes-fora-de-padrao-Df8yt84O.webp);background-repeat:no-repeat;background-size:cover;background-position:center;display:flex;align-items:flex-start;min-height:1250px}@media(max-width:767px){.home-bloco2{min-height:100vh}}.home-bloco2__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.home-bloco2__container{padding:6rem 1.5rem}}@media(min-width:1024px){.home-bloco2__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.home-bloco2__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.home-bloco2__content{display:flex;flex-direction:column;justify-content:center;align-items:center}.home-bloco2__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.home-bloco2__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.home-bloco2__title{max-width:1000px;text-align:center;margin-bottom:5rem}@media(max-width:767px){.home-bloco2__title{margin-bottom:3rem}}.home-bloco2__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;text-align:center;margin-bottom:3rem}@media(max-width:767px){.home-bloco2__subtitle{margin-bottom:1.5rem}}.home-bloco2__call{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;margin-bottom:1rem}.home-bloco2__action{margin-top:3rem}@media(max-width:767px){.home-bloco2__action{margin-top:1rem}}.home-bloco2 .info{color:#d46a66;font-weight:600}.home-bloco2{position:relative;isolation:isolate}.home-bloco2:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:linear-gradient(to bottom,#000000eb,#000000d9 35%,#0000008c,#00000026 85%,#0000)}.home-bloco2__container,.home-bloco2__content{position:relative;z-index:1}.home-bloco2{content-visibility:auto;contain-intrinsic-size:1250px}@media(min-width:1024px){.home-bloco2{background-attachment:fixed;background-position:center bottom}}.home-bloco2.js-reveal .reveal-item{opacity:0;transform:translate3d(0,10px,0);will-change:opacity,transform}.home-bloco2.is-inview .reveal-item{opacity:1;transform:none;transition:opacity .65s ease,transform .65s cubic-bezier(.22,1,.36,1)}.home-bloco2.is-inview .reveal-item:nth-child(1){transition-delay:80ms}.home-bloco2.is-inview .reveal-item:nth-child(2){transition-delay:.14s}.home-bloco2.is-inview .reveal-item:nth-child(3){transition-delay:.2s}.home-bloco2.is-inview .reveal-item:nth-child(4){transition-delay:.26s}.home-bloco2.is-inview .reveal-item:nth-child(5){transition-delay:.32s}.home-bloco2.is-inview .reveal-item:nth-child(6){transition-delay:.38s}@media(prefers-reduced-motion:reduce){.home-bloco2{background-attachment:scroll}.home-bloco2.js-reveal .reveal-item{opacity:1!important;transform:none!important;transition:none!important}}.home-bloco3{position:relative;display:flex;min-height:100vh;isolation:isolate}.home-bloco3:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/wp-content/themes/superfecta/public/build/assets/bg-forno-de-lastro-superfecta-padrao-BdvZJ58U.webp);background-repeat:no-repeat;background-position:center;background-size:cover;z-index:-1;opacity:0;transform:scale(1.01);filter:brightness(.98);transition:opacity .9s ease,transform 1.2s ease,filter .9s ease;will-change:opacity,transform,filter}.home-bloco3.is-inview:before{opacity:1;transform:scale(1);filter:brightness(1)}.home-bloco3__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.home-bloco3__container{padding:6rem 1.5rem}}@media(min-width:1024px){.home-bloco3__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.home-bloco3__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.home-bloco3__container{display:flex;justify-content:center;align-items:center}@media(min-width:1024px){.home-bloco3__container{justify-content:start}}.home-bloco3__content{max-width:900px;height:min-content;display:flex;flex-direction:column;justify-content:center;background:#00000059;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(245,245,245,.1);box-shadow:0 18px 40px #00000047;padding:2rem}@media(min-width:1024px){.home-bloco3__content{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;box-shadow:none;padding:0}}.home-bloco3__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.home-bloco3__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.home-bloco3__title{max-width:700px;margin-bottom:2.3rem}@media(min-width:768px){.home-bloco3__title{margin-top:5rem}}@media(min-width:1024px){.home-bloco3__title{margin-top:3rem}}.home-bloco3__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;margin-bottom:1.5rem;font-size:clamp(1rem,3vw,1.4rem);max-width:625px}.home-bloco3__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){.home-bloco3__list{margin-bottom:1.5rem}}@media(min-width:1024px){.home-bloco3__list{margin-top:1.5rem;margin-bottom:5rem}}.home-bloco3__list-item{display:flex;align-items:center;gap:1rem}@media(min-width:1024px){.home-bloco3__list-item{transition:transform .24s ease,opacity .24s ease}.home-bloco3__list-item:hover{transform:translate3d(2px,0,0)}.home-bloco3__list-item:hover .home-bloco3__icon{transform:scale(1.1)}}.home-bloco3__icon{width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transform:scale(1);transform-origin:center;transition:transform .22s ease}.home-bloco3__icon svg{width:100%;height:100%;display:block;stroke:#d03234;fill:none;stroke-width:30}@media(max-width:767px){.home-bloco3__icon{width:30px;height:30px;transition:none}}.home-bloco3__list-text{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;margin:0;font-weight:500;font-size:clamp(1rem,3vw,1.4rem)}.home-bloco3.js-reveal .reveal-item{opacity:0;transform:translate3d(0,10px,0);will-change:opacity,transform}.home-bloco3.is-inview .reveal-item{opacity:1;transform:none;transition:opacity .65s ease,transform .65s cubic-bezier(.22,1,.36,1)}.home-bloco3.is-inview .reveal-item:nth-child(1){transition-delay:80ms}.home-bloco3.is-inview .reveal-item:nth-child(2){transition-delay:.14s}.home-bloco3.is-inview .reveal-item:nth-child(3){transition-delay:.2s}.home-bloco3.is-inview .reveal-item:nth-child(4){transition-delay:.26s}.home-bloco3.is-inview .reveal-item:nth-child(5){transition-delay:.32s}.home-bloco3.is-inview .reveal-item:nth-child(6){transition-delay:.38s}.home-bloco3.is-inview .reveal-item:nth-child(7){transition-delay:.44s}@media(prefers-reduced-motion:reduce){.home-bloco3:before{transition:none!important;opacity:1!important}.home-bloco3.js-reveal .reveal-item{opacity:1!important;transform:none!important;transition:none!important}.home-bloco3__list-item,.home-bloco3__icon{transition:none!important;transform:none!important}}.home-bloco4{background-color:#fff;background-size:cover;background-repeat:no-repeat;background-position:center;min-height:100vh;display:flex;content-visibility:auto;contain-intrinsic-size:900px}.home-bloco4:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.6;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");background-repeat:repeat}.home-bloco4__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.home-bloco4__container{padding:6rem 1.5rem}}@media(min-width:1024px){.home-bloco4__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.home-bloco4__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.home-bloco4__container{width:100%;padding-top:0;padding-bottom:0}.home-bloco4__content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100%}@media(min-width:1024px){.home-bloco4__content{padding:6rem 0}}.home-bloco4__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.home-bloco4__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.home-bloco4__title{max-width:100%;text-align:center;margin-bottom:2.5rem;color:#545554}@media(min-width:768px){.home-bloco4__title{margin-bottom:3.5rem}}@media(min-width:1024px){.home-bloco4__title{margin-bottom:4rem}}.home-bloco4__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;font-family:robotoregular,system-ui,-apple-system,sans-serif;font-weight:initial;text-align:center;color:#545554;max-width:800px;margin-bottom:2.5rem}@media(min-width:768px){.home-bloco4__subtitle{margin-bottom:3.5rem}}@media(min-width:1024px){.home-bloco4__subtitle{margin-bottom:4rem}}.home-bloco4.js-reveal .reveal-item{opacity:0;transform:translate3d(0,10px,0);will-change:opacity,transform}.home-bloco4.is-inview .reveal-item{opacity:1;transform:none;transition:opacity .65s ease,transform .65s cubic-bezier(.22,1,.36,1)}.home-bloco4.is-inview .reveal-item:nth-child(1){transition-delay:80ms}.home-bloco4.is-inview .reveal-item:nth-child(2){transition-delay:.16s}.home-bloco4.is-inview .reveal-item:nth-child(3){transition-delay:.24s}@media(prefers-reduced-motion:reduce){.home-bloco4.js-reveal .reveal-item{opacity:1!important;transform:none!important;transition:none!important}}.home-bloco5{min-height:100vh;display:flex;background-color:#ebe9eb;content-visibility:auto;contain-intrinsic-size:900px}.home-bloco5__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.home-bloco5__container{padding:6rem 1.5rem}}@media(min-width:1024px){.home-bloco5__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.home-bloco5__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.home-bloco5__container{width:100%;padding-top:0;padding-bottom:0}.home-bloco5__content{width:100%;display:flex;flex-direction:column;align-items:center;padding:4rem 0;gap:3rem}@media(min-width:1024px){.home-bloco5__content{padding:6rem 0;gap:4rem}}.home-bloco5__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.home-bloco5__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.home-bloco5__title{text-align:center;max-width:100%;color:#545554}.home-bloco5__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;font-family:robotoregular,system-ui,-apple-system,sans-serif;font-weight:initial;color:#545554;text-align:center;max-width:920px}@media(min-width:1024px){.home-bloco5__subtitle{max-width:59%}}.home-bloco5__cards{width:100%;display:grid;grid-template-columns:1fr;gap:1.25rem}.home-bloco5__cards>.media-card{min-height:300px}@media(min-width:768px){.home-bloco5__cards{gap:1.5rem}}@media(min-width:1024px){.home-bloco5__cards{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.home-bloco5__cards>:nth-child(5){grid-column:2/span 2}}.home-bloco5__action{width:100%;display:flex;justify-content:center}.home-bloco5.js-reveal .reveal-item{opacity:0;transform:translate3d(0,10px,0);will-change:opacity,transform}.home-bloco5.is-inview .reveal-item{opacity:1;transform:none;transition:opacity .65s ease,transform .65s cubic-bezier(.22,1,.36,1)}.home-bloco5.is-inview .reveal-item:nth-child(1){transition-delay:80ms}.home-bloco5.is-inview .reveal-item:nth-child(2){transition-delay:.16s}.home-bloco5.is-inview .reveal-item:nth-child(3){transition-delay:.24s}.home-bloco5.is-inview .reveal-item:nth-child(4){transition-delay:.32s}@media(prefers-reduced-motion:reduce){.home-bloco5.js-reveal .reveal-item{opacity:1!important;transform:none!important;transition:none!important}}.home-bloco6{position:relative;display:flex;isolation:isolate;overflow:hidden;background:transparent}.home-bloco6:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none;background:radial-gradient(1200px 800px at 78% 45%,#ffffff14,#fff0 62%),linear-gradient(90deg,#000000eb,#000000db 45%,#000000c7)}.home-bloco6:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:.7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");background-repeat:repeat;filter:brightness(.75) contrast(1.35)}.home-bloco6__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.home-bloco6__container{padding:6rem 1.5rem}}@media(min-width:1024px){.home-bloco6__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.home-bloco6__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.home-bloco6__container{width:100%;padding-top:0;padding-bottom:0}.home-bloco6__content{display:grid;grid-template-columns:1fr;gap:2rem;align-items:flex-start;padding:4rem 0}@media(min-width:1024px){.home-bloco6__content{grid-template-columns:repeat(2,1fr);gap:3rem;padding:6rem 0}}.home-bloco6__text{display:flex;flex-direction:column;gap:2rem;justify-content:center;order:1}@media(min-width:1024px){.home-bloco6__text{gap:4rem;order:0}}.home-bloco6__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.home-bloco6__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.home-bloco6__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0}.home-bloco6__action{margin-top:1.5rem}.home-bloco6__checklist{display:flex;flex-direction:column;justify-content:center;margin:auto;padding:1rem 1.25rem 1.5rem;background-color:#3e3e3eeb;box-shadow:0 16px 40px #0000002e;width:100%;order:2}@media(min-width:768px){.home-bloco6__checklist{padding:1rem 2rem 2rem}}@media(min-width:1024px){.home-bloco6__checklist{padding:.6rem 3rem 3rem;width:80%;order:0}}.home-bloco6__list{list-style:none;width:100%;padding:0;margin:0}.home-bloco6__list-item{margin:0;position:relative;padding:1.5rem 2rem;border-left:1px solid rgba(204,203,204,.25);border-bottom:1px solid rgba(204,203,204,.25)}.home-bloco6__list-item:first-child{border-left:none}.home-bloco6__list-item:first-child:before{content:"";position:absolute;left:0;top:2.8rem;bottom:0;width:1px;background:#cccbcc40}.home-bloco6__list-icon{position:absolute;left:0;top:50%;transform:translate(-50%,-50%) scale(1);background-color:#d03234;border-radius:100%;padding:.6rem;display:flex;justify-content:center;align-items:center;transition:transform .26s ease}.home-bloco6__list-icon svg{width:2.5rem;height:2.5rem;stroke-width:3rem;fill:none;stroke:#e5e5e6}.home-bloco6__list-text{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;margin-left:2rem;font-weight:600}.home-bloco6__extra{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;margin-top:3rem;display:inline-flex;flex-wrap:wrap;gap:.5rem;font-weight:600}.home-bloco6__extra span{display:inline-flex;align-items:center}.home-bloco6__extra span:not(:last-child):after{content:"•";margin:0 .4rem}.home-bloco6.js-reveal .reveal-item{opacity:0;transform:translate3d(0,10px,0);will-change:opacity,transform}.home-bloco6.js-reveal .checklist-item,.home-bloco6.js-reveal .checklist-extra{opacity:0;transform:translate3d(0,12px,0);will-change:opacity,transform}.home-bloco6.is-inview .reveal-item{opacity:1;transform:none;transition:opacity .65s ease,transform .65s cubic-bezier(.22,1,.36,1)}.home-bloco6.is-inview .checklist-item{opacity:1;transform:none;transition:opacity .52s ease,transform .52s cubic-bezier(.22,1,.36,1)}.home-bloco6.is-inview .checklist-item:nth-child(1){transition-delay:.5s}.home-bloco6.is-inview .checklist-item:nth-child(2){transition-delay:.72s}.home-bloco6.is-inview .checklist-item:nth-child(3){transition-delay:.94s}.home-bloco6.is-inview .checklist-item:nth-child(4){transition-delay:1.16s}.home-bloco6.is-inview .checklist-item:nth-child(5){transition-delay:1.38s}.home-bloco6.is-inview .checklist-item:nth-child(1) .home-bloco6__list-icon{transform:translate(-50%,-50%) scale(1.06);transition-delay:.56s}.home-bloco6.is-inview .checklist-item:nth-child(2) .home-bloco6__list-icon{transform:translate(-50%,-50%) scale(1.06);transition-delay:.78s}.home-bloco6.is-inview .checklist-item:nth-child(3) .home-bloco6__list-icon{transform:translate(-50%,-50%) scale(1.06);transition-delay:1s}.home-bloco6.is-inview .checklist-item:nth-child(4) .home-bloco6__list-icon{transform:translate(-50%,-50%) scale(1.06);transition-delay:1.22s}.home-bloco6.is-inview .checklist-item:nth-child(5) .home-bloco6__list-icon{transform:translate(-50%,-50%) scale(1.06);transition-delay:1.44s}.home-bloco6.is-inview .checklist-extra{opacity:1;transform:none;transition:opacity .65s ease 1.6s,transform .65s cubic-bezier(.22,1,.36,1) 1.6s}@media(prefers-reduced-motion:reduce){.home-bloco6:before,.home-bloco6:after{transition:none!important}.home-bloco6.js-reveal .reveal-item,.home-bloco6.js-reveal .checklist-item,.home-bloco6.js-reveal .checklist-extra{opacity:1!important;transform:none!important;transition:none!important}.home-bloco6__list-icon{transition:none!important;transform:translate(-50%,-50%)!important}}.forno-lastro-hero{background-image:url(/wp-content/themes/superfecta/public/build/assets/forno-de-lastro-superfecta-v-fXpURWv3.webp);background-repeat:no-repeat;background-position:center top;background-size:cover;background-color:#050608;min-height:100vh;display:flex;position:relative;overflow:hidden}.forno-lastro-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(180deg,#00000094,#00000057 22%,#00000029 42%,#0000001f),linear-gradient(90deg,#00000047,#00000024 35%,#0000000f)}.forno-lastro-hero__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.forno-lastro-hero__container{padding:6rem 1.5rem}}@media(min-width:1024px){.forno-lastro-hero__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.forno-lastro-hero__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.forno-lastro-hero__container{padding-top:8.75rem;padding-bottom:5rem;display:flex;flex-direction:column;justify-content:flex-start;position:relative;z-index:1;min-height:100vh}.forno-lastro-hero__content{width:100%;max-width:19rem}@media(min-width:768px){.forno-lastro-hero__content{max-width:28rem}}@media(min-width:1024px){.forno-lastro-hero__content{width:36rem;max-width:36rem;flex:0 0 36rem}}.forno-lastro-hero__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.forno-lastro-hero__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.forno-lastro-hero__title{max-width:19rem;margin-bottom:1rem}@media(min-width:768px){.forno-lastro-hero__title{max-width:28rem}}@media(min-width:1024px){.forno-lastro-hero__title{width:36rem;max-width:none;margin-bottom:2rem;text-wrap:normal}}.forno-lastro-hero__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;max-width:100%}@media(min-width:1024px){.forno-lastro-hero__subtitle{max-width:32rem}}.forno-lastro-hero p{margin:0}.forno-lastro-hero__action{margin-top:2rem}.forno-lastro-hero__action a{width:100%}@media(min-width:768px){.forno-lastro-hero__action{margin-top:5rem}}@media(min-width:420px){.forno-lastro-hero__content,.forno-lastro-hero__title{max-width:20rem}}@media(min-width:768px){.forno-lastro-hero{background-position:center center;background-size:cover}.forno-lastro-hero__container{padding-top:5rem;padding-bottom:6rem;justify-content:center}}@media(min-width:1024px){.forno-lastro-hero{background-image:url(/wp-content/themes/superfecta/public/build/assets/forno-de-lastro-superfecta-C8gsO6It.webp);background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed}}@media(min-width:1024px)and (max-height:900px){.forno-lastro-hero{background-attachment:scroll;background-position:74% 12%}.forno-lastro-hero__container{padding-top:7.5rem}.forno-lastro-hero__content{margin-left:clamp(2rem,4vw,5rem);width:36rem;max-width:36rem;flex:0 0 36rem}.forno-lastro-hero__title{font-size:clamp(2.2rem,3vw,3rem);line-height:1.02;width:36rem;max-width:none;margin-bottom:1.25rem;text-wrap:normal}.forno-lastro-hero__subtitle{max-width:32rem}.forno-lastro-hero__action{margin-top:2.25rem}.forno-lastro-hero__action a{width:max-content;min-width:360px}}@media(prefers-reduced-motion:reduce){.forno-lastro-hero{background-attachment:scroll}}@media(min-width:1024px){.forno-lastro-hero__content{width:36rem!important;max-width:36rem!important;flex:0 0 36rem!important}.forno-lastro-hero__title{width:36rem!important;max-width:none!important;text-wrap:normal!important}}.forno-lastro-bloco1{background-color:#000}.forno-lastro-bloco1__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.forno-lastro-bloco1__container{padding:6rem 1.5rem}}@media(min-width:1024px){.forno-lastro-bloco1__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.forno-lastro-bloco1__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.forno-lastro-bloco1__container{display:flex;justify-content:center}.forno-lastro-bloco1__content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem;max-width:980px}@media(max-width:767px){.forno-lastro-bloco1__content{gap:1.5rem}}.forno-lastro-bloco1__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.forno-lastro-bloco1__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.forno-lastro-bloco1__title{max-width:100%;text-align:center}.forno-lastro-bloco1__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;text-align:center}.forno-lastro-bloco1__action{margin-top:1rem}.forno-lastro-bloco2{background-image:url(/wp-content/themes/superfecta/public/build/assets/forno-de-lastro-superfecta-BYxI1lNg.webp);background-repeat:no-repeat;background-position:left center;background-size:cover;display:flex;align-items:center;position:relative;overflow:hidden;isolation:isolate}.forno-lastro-bloco2:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,#0000001a,#00000052 28%,#000000bd 60%,#000000e0)}.forno-lastro-bloco2:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.18;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");background-repeat:repeat}.forno-lastro-bloco2__container{width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}@media(min-width:768px){.forno-lastro-bloco2__container{padding-left:2rem;padding-right:2rem}}@media(min-width:1024px){.forno-lastro-bloco2__container{padding-left:0;padding-right:0}}@media(min-width:1200px){.forno-lastro-bloco2__container{max-width:100%;padding-left:0;padding-right:0}}.forno-lastro-bloco2__container{padding-top:2rem;padding-bottom:2rem;position:relative;z-index:1}@media(min-width:1024px){.forno-lastro-bloco2__container{padding-top:0;padding-bottom:0}}.forno-lastro-bloco2__content{display:flex;flex-direction:column;gap:2rem;width:100%}@media(min-width:1024px){.forno-lastro-bloco2__content{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;column-gap:3rem;min-height:100vh}}.forno-lastro-bloco2__image{display:none}.forno-lastro-bloco2__text{height:100%;display:flex;flex-direction:column;justify-content:center;gap:2.5rem}@media(min-width:1024px){.forno-lastro-bloco2__text{grid-column:3/span 3;justify-self:center;align-self:center;max-width:650px}}.forno-lastro-bloco2__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.forno-lastro-bloco2__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.forno-lastro-bloco2__title{max-width:100%;color:#e5e5e6}@media(min-width:1024px){.forno-lastro-bloco2__title{margin-top:3rem;margin-bottom:3rem}}.forno-lastro-bloco2__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;font-weight:500;margin:0;max-width:100%;color:#e5e5e6}.forno-lastro-bloco2__list{list-style:none;margin:.75rem 0 0;padding:0;display:grid;gap:.8rem}.forno-lastro-bloco2__list-item{display:flex;align-items:flex-start;gap:.7rem}.forno-lastro-bloco2__list-item span:last-child{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;font-weight:500;margin:0;color:#e5e5e6}.forno-lastro-bloco2__list-icon{width:22px;height:22px;margin-top:.2rem;flex-shrink:0}.forno-lastro-bloco2__list-icon svg{width:100%;height:100%;display:block;color:#d03234;stroke-width:3.2rem;fill:none}.forno-lastro-bloco2__action{margin-top:1rem}@media(max-width:767px){.forno-lastro-bloco2{background-position:24% 45%}.forno-lastro-bloco2:before{background:linear-gradient(180deg,#000000c7,#0000009e 42%,#0000007a)}}@media(min-width:1024px)and (max-height:900px){.forno-lastro-bloco2{background-position:18% 45%}.forno-lastro-bloco2:before{background:linear-gradient(90deg,#0000001f,#0000005c 30%,#000000c7 64%,#000000e6)}}@media(prefers-reduced-motion:reduce){.forno-lastro-bloco2:after{opacity:.12}}.forno-lastro-bloco3{background-color:#ebe9eb}.forno-lastro-bloco3__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.forno-lastro-bloco3__container{padding:6rem 1.5rem}}@media(min-width:1024px){.forno-lastro-bloco3__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.forno-lastro-bloco3__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.forno-lastro-bloco3__content{display:grid;gap:1.35rem;max-width:980px}.forno-lastro-bloco3__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.forno-lastro-bloco3__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.forno-lastro-bloco3__title{color:#545554;max-width:100%}.forno-lastro-bloco3__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#545554}.forno-lastro-bloco3__list{list-style:none;margin:.6rem 0 0;padding:0;display:grid;gap:.7rem}.forno-lastro-bloco3__list-item{display:flex;align-items:flex-start;gap:.7rem;color:#545554}.forno-lastro-bloco3__list-item span:last-child{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;color:#545554;font-weight:600;margin:0}.forno-lastro-bloco3__list-icon{width:20px;height:20px;margin-top:.3rem;flex-shrink:0}.forno-lastro-bloco3__list-icon svg{width:100%;height:100%;display:block;color:#d03234;stroke-width:3rem;fill:none}.forno-lastro-bloco3__action{margin-top:1rem}.forno-lastro-bloco4{background-color:#fff;background-size:cover;background-repeat:no-repeat;background-position:center;min-height:100vh;display:flex;content-visibility:auto;contain-intrinsic-size:900px}.forno-lastro-bloco4:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.6;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");background-repeat:repeat}.forno-lastro-bloco4__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.forno-lastro-bloco4__container{padding:6rem 1.5rem}}@media(min-width:1024px){.forno-lastro-bloco4__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.forno-lastro-bloco4__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.forno-lastro-bloco4__container{width:100%;padding-top:0;padding-bottom:0}.forno-lastro-bloco4__content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100%}@media(min-width:1024px){.forno-lastro-bloco4__content{padding:6rem 0}}.forno-lastro-bloco4__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.forno-lastro-bloco4__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.forno-lastro-bloco4__title{max-width:100%;text-align:center;margin-bottom:2.5rem;color:#545554}@media(min-width:768px){.forno-lastro-bloco4__title{margin-bottom:3.5rem}}@media(min-width:1024px){.forno-lastro-bloco4__title{margin-bottom:4rem}}.forno-lastro-bloco4__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;font-family:robotoregular,system-ui,-apple-system,sans-serif;font-weight:initial;text-align:center;color:#545554;max-width:800px;margin-bottom:2.5rem}@media(min-width:768px){.forno-lastro-bloco4__subtitle{margin-bottom:3.5rem}}@media(min-width:1024px){.forno-lastro-bloco4__subtitle{margin-bottom:4rem}}.forno-lastro-bloco5{background-image:url(/wp-content/themes/superfecta/public/build/assets/forno-para-supermercado-superfecta-DCd86KCU.webp);background-size:cover;background-repeat:no-repeat;background-position:center}.forno-lastro-bloco5__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.forno-lastro-bloco5__container{padding:6rem 1.5rem}}@media(min-width:1024px){.forno-lastro-bloco5__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.forno-lastro-bloco5__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.forno-lastro-bloco5__content{background-color:#d3d0cce6;padding:2rem;display:grid;gap:1.4rem;max-width:1000px}.forno-lastro-bloco5__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.forno-lastro-bloco5__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.forno-lastro-bloco5__title{color:#3f3f3f;max-width:100%}.forno-lastro-bloco5__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#3f3f3f;font-family:robotoregular,system-ui,-apple-system,sans-serif;font-weight:initial}.forno-lastro-bloco5__specs{margin:.8rem 0 0;padding-left:1.3rem;display:grid;gap:.55rem;font-family:robotoregular,system-ui,-apple-system,sans-serif;font-weight:initial}.forno-lastro-bloco5__specs li{color:#3f3f3f;font-size:clamp(1rem,2.2vw,1.2rem);line-height:1.35}.forno-lastro-bloco5__action{margin-top:1rem}.forno-lastro-bloco6{position:relative;display:flex;isolation:isolate;overflow:hidden;background:transparent}.forno-lastro-bloco6:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none;background:radial-gradient(1200px 800px at 78% 45%,#ffffff14,#fff0 62%),linear-gradient(90deg,#000000eb,#000000db 45%,#000000c7)}.forno-lastro-bloco6:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:.7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");background-repeat:repeat;filter:brightness(.75) contrast(1.35)}.forno-lastro-bloco6__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.forno-lastro-bloco6__container{padding:6rem 1.5rem}}@media(min-width:1024px){.forno-lastro-bloco6__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.forno-lastro-bloco6__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.forno-lastro-bloco6__content{display:grid;gap:3rem;max-width:1020px}.forno-lastro-bloco6__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.forno-lastro-bloco6__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.forno-lastro-bloco6__title{max-width:100%}.forno-lastro-bloco6__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0}.forno-lastro-bloco6__timeline{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;list-style:none;padding:0;margin:0}.forno-lastro-bloco6__timeline-item{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:0}.forno-lastro-bloco6__timeline-step{position:relative;font-size:3rem;font-weight:600;color:#f5f5f5;line-height:1.1;padding-right:2rem;width:95%}.forno-lastro-bloco6__timeline-step:after{content:"";position:absolute;top:50%;left:15%;height:1px;width:100%;padding:0;background:#d03234;opacity:.9}.forno-lastro-bloco6__timeline-text{margin:.5rem 0 0;font-size:clamp(.95rem,2vw,1.1rem);color:#c8c8c8;line-height:1.4}.forno-lastro-bloco6__timeline-item:last-child .forno-lastro-bloco6__timeline-step:after{display:none}.forno-lastro-bloco6__action{margin-top:1rem}@media(max-width:767px){.forno-lastro-bloco6__timeline{flex-direction:column;justify-content:flex-start;gap:2rem}.forno-lastro-bloco6__timeline-item{flex:0 0 auto;width:100%}.forno-lastro-bloco6__timeline-step{padding-right:0}.forno-lastro-bloco6__timeline-step:after{width:1px;height:100%;left:.1rem;top:calc(100% + 2rem);transform:none}.forno-lastro-bloco6__timeline-item:last-child .forno-lastro-bloco6__timeline-step:after{display:none}}.forno-lastro-bloco7{background:#f0f0f0}.forno-lastro-bloco7__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.forno-lastro-bloco7__container{padding:6rem 1.5rem}}@media(min-width:1024px){.forno-lastro-bloco7__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.forno-lastro-bloco7__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.forno-lastro-bloco7__content{display:grid;gap:1.2rem;max-width:920px}.forno-lastro-bloco7__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.forno-lastro-bloco7__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.forno-lastro-bloco7__title{color:#2a2a2a;max-width:100%}.forno-lastro-bloco7__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#2a2a2a}.forno-lastro-bloco7__action{margin-top:1rem}.padarias-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(120deg,#0b0b0bf2,#1a1a1adb 55%,#1a1a1aad),url(/wp-content/themes/superfecta/public/build/assets/vitrine-para-padaria-superfecta-Ckf2L7hm.webp) center/cover no-repeat}.padarias-hero__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.padarias-hero__container{padding:6rem 1.5rem}}@media(min-width:1024px){.padarias-hero__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.padarias-hero__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.padarias-hero__container{padding-top:5rem}.padarias-hero__content{display:grid;gap:1.5rem;max-width:740px}.padarias-hero__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.padarias-hero__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.padarias-hero__title{max-width:100%}.padarias-hero__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;max-width:580px;color:#f5f5f5}.padarias-hero__action{margin-top:.8rem}@media(min-width:1024px)and (max-height:900px){.padarias-hero__container{padding-top:7.25rem}.padarias-hero__content{margin-left:clamp(2rem,4vw,5rem);max-width:700px;gap:1.2rem}.padarias-hero__title{font-size:clamp(2.2rem,3vw,3.1rem);line-height:1.04}.padarias-hero__subtitle{max-width:560px}.padarias-hero{background:linear-gradient(120deg,#0b0b0bf2,#1a1a1adb 55%,#1a1a1aad),url(/wp-content/themes/superfecta/public/build/assets/vitrine-para-padaria-superfecta-Ckf2L7hm.webp) 72% 42%/cover no-repeat}}.padarias-bloco1{background-color:#fff;background-size:cover;background-repeat:no-repeat;background-position:center;min-height:100vh;display:flex;content-visibility:auto;contain-intrinsic-size:900px}.padarias-bloco1:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.6;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");background-repeat:repeat}.padarias-bloco1__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.padarias-bloco1__container{padding:6rem 1.5rem}}@media(min-width:1024px){.padarias-bloco1__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.padarias-bloco1__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.padarias-bloco1__content{max-width:1040px;margin:0 auto;display:grid;gap:2.5rem;text-align:center}.padarias-bloco1__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.padarias-bloco1__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.padarias-bloco1__title{color:#545554;max-width:100%}.padarias-bloco1__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#545554;max-width:100%}.padarias-bloco1__action{margin-top:2rem}.padarias-bloco2{background-image:url(/wp-content/themes/superfecta/public/build/assets/forno-de-lastro-superfecta-C5nCzKdm.webp);background-repeat:no-repeat;background-position:right center;background-size:cover;position:relative;overflow:hidden;isolation:isolate}.padarias-bloco2:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,#f5f5f5eb,#f5f5f5d1 34%,#f5f5f58c 58%,#f5f5f52e 78%,#f5f5f500)}.padarias-bloco2:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.12;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.50'/%3E%3C/svg%3E");background-repeat:repeat}.padarias-bloco2__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.padarias-bloco2__container{padding:6rem 1.5rem}}@media(min-width:1024px){.padarias-bloco2__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.padarias-bloco2__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.padarias-bloco2__container{position:relative;z-index:1}.padarias-bloco2__content{display:grid;gap:2rem;align-items:center}@media(min-width:1024px){.padarias-bloco2__content{grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:3rem;min-height:100vh}}.padarias-bloco2__text{display:grid;gap:1.25rem}.padarias-bloco2__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.padarias-bloco2__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.padarias-bloco2__title{color:#545554;max-width:100%;margin-bottom:2rem}.padarias-bloco2__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#545554;max-width:100%}.padarias-bloco2__list{list-style:none;margin:.5rem 0 0;padding:0;display:grid;gap:.75rem}.padarias-bloco2__list-item{display:flex;align-items:flex-start;gap:.65rem;background:#e0e0e0bf;border:1px solid rgba(0,0,0,.06);padding:1rem .9rem}.padarias-bloco2__list-item span:last-child{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;color:#2f2f2f;margin:0;font-size:clamp(1rem,2vw,1.15rem);font-weight:600}.padarias-bloco2__list-icon{width:22px;height:22px;margin-top:.25rem;flex-shrink:0}.padarias-bloco2__list-icon svg{width:100%;height:100%;display:block;color:#8c1d18;stroke-width:3rem;fill:none}.padarias-bloco2__action{margin-top:1rem}.padarias-bloco2__figure{display:none!important}@media(max-width:767px){.padarias-bloco2{background-position:70% center}.padarias-bloco2:before{background:linear-gradient(180deg,#f5f5f5f5,#f5f5f5e6 46%,#f5f5f5ad)}.padarias-bloco2__text{padding:1.25rem 1rem;background:#f5f5f566;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(0,0,0,.06)}}@media(min-width:1024px)and (max-height:900px){.padarias-bloco2{background-position:78% 55%}.padarias-bloco2:before{background:linear-gradient(90deg,#f5f5f5f0,#f5f5f5d6 36%,#f5f5f585 62%,#f5f5f51f 82%,#f5f5f500)}}@media(prefers-reduced-motion:reduce){.padarias-bloco2:after{opacity:.1}}.padarias-bloco3{background-image:url(/wp-content/themes/superfecta/public/build/assets/bg-DR1S4k_W.webp);background-position:center 100%}.padarias-bloco3__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.padarias-bloco3__container{padding:6rem 1.5rem}}@media(min-width:1024px){.padarias-bloco3__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.padarias-bloco3__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.padarias-bloco3__content{max-width:1000px;display:grid;gap:1.2rem}.padarias-bloco3__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.padarias-bloco3__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.padarias-bloco3__title{max-width:100%}.padarias-bloco3__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0}.padarias-bloco3__list{list-style:none;margin:.5rem 0 0;padding:0;display:grid;gap:.7rem}.padarias-bloco3__list-item{display:flex;align-items:center;gap:.7rem}.padarias-bloco3__list-item span:last-child{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;font-weight:600;margin:0}.padarias-bloco3__list-icon{width:21px;height:21px;flex-shrink:0}.padarias-bloco3__list-icon svg{width:100%;height:100%;display:block;color:#8c1d18;stroke-width:3rem;fill:none}.padarias-bloco3__action{margin-top:1rem}.padarias-bloco4{background:linear-gradient(120deg,#0b0b0b1a,#1a1a1acc 30%,#1a1a1aad),url(/wp-content/themes/superfecta/public/build/assets/bg-paes-padronizados-DRlVHKUu.webp) center/cover no-repeat}.padarias-bloco4__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.padarias-bloco4__container{padding:6rem 1.5rem}}@media(min-width:1024px){.padarias-bloco4__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.padarias-bloco4__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.padarias-bloco4__content{display:grid;gap:2rem;align-items:center}@media(min-width:1024px){.padarias-bloco4__content{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem}}.padarias-bloco4__text{display:grid;gap:1.25rem}.padarias-bloco4__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.padarias-bloco4__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.padarias-bloco4__title{max-width:100%;margin-bottom:3rem}@media(max-width:767px){.padarias-bloco4__title{margin-bottom:2rem}}.padarias-bloco4__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;max-width:100%}.padarias-bloco4__figure{margin:0;min-height:320px}.padarias-bloco4__figure img{width:100%;height:100%;max-height:460px;object-fit:cover;border-radius:3px;box-shadow:0 12px 24px #00000038}.padarias-bloco4__action{margin-top:1rem}.padarias-bloco5{background:#f0f0f0}.padarias-bloco5__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.padarias-bloco5__container{padding:6rem 1.5rem}}@media(min-width:1024px){.padarias-bloco5__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.padarias-bloco5__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.padarias-bloco5__content{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4rem}.padarias-bloco5__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.padarias-bloco5__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.padarias-bloco5__title{color:#545554;text-align:center;max-width:100%}.padarias-bloco5__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#545554;text-align:center}.padarias-bloco5__cards{display:grid;grid-template-columns:1fr;gap:1.25rem;width:100%}.padarias-bloco5__cards>*{min-height:300px}@media(min-width:768px){.padarias-bloco5__cards{padding:0 0 5rem;gap:1.5rem}}@media(min-width:1024px){.padarias-bloco5__cards{grid-template-columns:repeat(3,minmax(0,1fr));padding:0}}.padarias-bloco5__action{margin-top:1.2rem}.supermercados-hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(120deg,#0b0b0b,#1a1a1acc 55%,#1a1a1a4d),url(/wp-content/themes/superfecta/public/build/assets/forno-para-supermercado-superfecta-Bicz9upm.webp) center/cover no-repeat}.supermercados-hero__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.supermercados-hero__container{padding:6rem 1.5rem}}@media(min-width:1024px){.supermercados-hero__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.supermercados-hero__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.supermercados-hero__container{padding-top:5rem}.supermercados-hero__content{max-width:780px;display:grid;gap:1.5rem}.supermercados-hero__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.supermercados-hero__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.supermercados-hero__title{max-width:100%}.supermercados-hero__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;max-width:620px}.supermercados-hero__action{margin-top:1rem}@media(min-width:1024px)and (max-height:900px){.supermercados-hero__container{padding-top:7.25rem}.supermercados-hero__content{margin-left:clamp(2rem,4vw,5rem);max-width:740px;gap:1.2rem}.supermercados-hero__title{font-size:clamp(2.2rem,3vw,3.1rem);line-height:1.04}.supermercados-hero__subtitle{max-width:600px}.supermercados-hero{background:linear-gradient(120deg,#0b0b0b,#1a1a1acc 55%,#1a1a1a4d),url(/wp-content/themes/superfecta/public/build/assets/forno-para-supermercado-superfecta-Bicz9upm.webp) 72% 42%/cover no-repeat}}.supermercados-bloco1{background-image:url(/wp-content/themes/superfecta/public/build/assets/vitrine-para-padaria-superfecta-Ckf2L7hm.webp);background-size:cover;background-position:center;background-repeat:no-repeat}.supermercados-bloco1__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.supermercados-bloco1__container{padding:6rem 1.5rem}}@media(min-width:1024px){.supermercados-bloco1__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.supermercados-bloco1__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.supermercados-bloco1__content{background-color:#ffffffd9;border-radius:3px;padding:2rem;margin:0 auto;display:grid;gap:1.25rem}.supermercados-bloco1__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.supermercados-bloco1__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.supermercados-bloco1__title{color:#1a1a1a;max-width:100%;margin-bottom:2rem}.supermercados-bloco1__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#1a1a1a}.supermercados-bloco1__list{list-style:none;margin:.25rem 0 0;padding:0;display:grid;gap:.7rem}.supermercados-bloco1__list-item{display:flex;align-items:center;gap:.7rem}.supermercados-bloco1__list-item span:last-child{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;color:#1a1a1a;font-size:clamp(1rem,2vw,1.15rem);margin:0;font-weight:600}.supermercados-bloco1__list-icon{width:20px;height:20px;flex-shrink:0}.supermercados-bloco1__list-icon svg{width:100%;height:100%;display:block;color:#8c1d18;stroke-width:3rem;fill:none}.supermercados-bloco1__action{margin-top:1.1rem}.supermercados-bloco2{position:relative;background:linear-gradient(90deg,#0000001a,#0000008c 55%,#000000c7),url(/wp-content/themes/superfecta/public/build/assets/forno-de-lastro-superfecta-BYxI1lNg.webp) left center/cover no-repeat;overflow:hidden}@media(min-width:1024px){.supermercados-bloco2{background-position:left 10% center}}@media(max-width:767px){.supermercados-bloco2{background-position:left 28% top}}.supermercados-bloco2__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.supermercados-bloco2__container{padding:6rem 1.5rem}}@media(min-width:1024px){.supermercados-bloco2__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.supermercados-bloco2__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.supermercados-bloco2__container{position:relative;z-index:1}.supermercados-bloco2__content{display:grid;grid-template-columns:1fr;align-items:center}.supermercados-bloco2__text{width:100%;max-width:820px;display:grid;gap:2rem;padding:2rem 1.25rem;border-radius:4px;background:#00000052;border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 40px #00000040;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}@media(min-width:768px){.supermercados-bloco2__text{padding:2.25rem 1.75rem}}@media(min-width:1024px){.supermercados-bloco2__text{margin-left:auto;padding:2.5rem 2rem;background:#00000038;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}}.supermercados-bloco2__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.supermercados-bloco2__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.supermercados-bloco2__title{max-width:100%;color:#f5f5f5f5}.supermercados-bloco2__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;max-width:100%;color:#f5f5f5c7}.supermercados-bloco2__list{list-style:none;margin:.25rem 0 0;padding:0;display:grid;gap:.75rem}.supermercados-bloco2__list-item{display:flex;align-items:flex-start;gap:.7rem;padding:.95rem .9rem;border-radius:3px;background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.supermercados-bloco2__list-item span:last-child{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;font-size:clamp(1rem,2vw,1.12rem);font-weight:600;color:#f5f5f5eb}.supermercados-bloco2__list-icon{width:22px;height:22px;margin-top:.25rem;flex-shrink:0}.supermercados-bloco2__list-icon svg{width:100%;height:100%;display:block;color:#8c1d18;stroke-width:3rem;fill:none}.supermercados-bloco2__action{margin-top:.75rem}.supermercados-bloco2__action .btn{width:max-content}@media(max-width:767px){.supermercados-bloco2__action .btn{width:100%}}.supermercados-bloco3{background-color:#fff;background-size:cover;background-repeat:no-repeat;background-position:center;display:flex;content-visibility:auto;contain-intrinsic-size:900px}.supermercados-bloco3:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.6;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");background-repeat:repeat}.supermercados-bloco3__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.supermercados-bloco3__container{padding:6rem 1.5rem}}@media(min-width:1024px){.supermercados-bloco3__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.supermercados-bloco3__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.supermercados-bloco3__content{max-width:1020px;display:grid;gap:2.5rem}.supermercados-bloco3__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.supermercados-bloco3__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.supermercados-bloco3__title{color:#1a1a1a;max-width:100%}.supermercados-bloco3__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#1a1a1a;max-width:100%}.supermercados-bloco3__list{list-style:none;margin:.5rem 0 0;padding:0;display:grid;gap:.7rem}.supermercados-bloco3__list-item{display:flex;align-items:center;gap:.7rem}.supermercados-bloco3__list-item span:last-child{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;color:#313131;margin:0;font-weight:600}.supermercados-bloco3__list-icon{width:20px;height:20px;flex-shrink:0}.supermercados-bloco3__list-icon svg{width:100%;height:100%;display:block;color:#8c1d18;stroke-width:3rem;fill:none}.supermercados-bloco3__action{margin-top:1rem}.supermercados-bloco4{position:relative;display:flex;isolation:isolate;overflow:hidden;background:transparent}.supermercados-bloco4:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none;background:radial-gradient(1200px 800px at 78% 45%,#ffffff14,#fff0 62%),linear-gradient(90deg,#000000eb,#000000db 45%,#000000c7)}.supermercados-bloco4:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:.7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");background-repeat:repeat;filter:brightness(.75) contrast(1.35)}.supermercados-bloco4__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.supermercados-bloco4__container{padding:6rem 1.5rem}}@media(min-width:1024px){.supermercados-bloco4__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.supermercados-bloco4__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.supermercados-bloco4__content{display:grid;gap:2rem;align-items:center}@media(min-width:1024px){.supermercados-bloco4__content{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem}}.supermercados-bloco4__text{display:grid;gap:2.5rem}.supermercados-bloco4__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.supermercados-bloco4__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.supermercados-bloco4__title{max-width:100%}.supermercados-bloco4__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#d0d0d0;max-width:100%}.supermercados-bloco4__figure{display:none;margin:0;min-height:320px}.supermercados-bloco4__figure img{width:100%;height:100%;max-height:460px;object-fit:cover;border-radius:3px;box-shadow:0 12px 24px #00000040}@media(min-width:1024px){.supermercados-bloco4__figure{display:block}}.supermercados-bloco4__action{margin-top:1rem}.supermercados-bloco5{background:#f0f0f0}.supermercados-bloco5__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.supermercados-bloco5__container{padding:6rem 1.5rem}}@media(min-width:1024px){.supermercados-bloco5__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.supermercados-bloco5__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.supermercados-bloco5__content{max-width:1040px;display:grid;gap:2.5rem}.supermercados-bloco5__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.supermercados-bloco5__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.supermercados-bloco5__title{color:#2a2a2a;max-width:100%}.supermercados-bloco5__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#2f2f2f;max-width:100%}.supermercados-bloco5__list{list-style:none;margin:.4rem 0 0;padding:0;display:grid;gap:.9rem}@media(min-width:1024px){.supermercados-bloco5__list{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.2rem}}.supermercados-bloco5__list-item{position:relative;display:flex;align-items:flex-start;padding:1.3rem 1.1rem 1rem;border:1px solid rgba(42,42,42,.15);background:linear-gradient(160deg,#fff,#f7f7f7);box-shadow:0 10px 20px #0000000f,0 2px 4px #0000000d}.supermercados-bloco5__list-item:before{content:"✦";position:absolute;top:.5rem;left:.7rem;color:#8c1d18;font-size:.95rem;line-height:1;text-shadow:0 1px 0 rgba(0,0,0,.08)}.supermercados-bloco5__list-text{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;color:#2f2f2f;margin:0;font-size:clamp(1rem,2vw,1.12rem);font-weight:600}.supermercados-bloco5__action{margin-top:1rem}.a-superfecta-hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(110deg,#0b0b0bf2,#1a1a1ae0 54%,#1a1a1abd),url(/wp-content/themes/superfecta/public/build/assets/superfecta-foto-aerea-C2EXr2xH.webp) center/cover no-repeat}.a-superfecta-hero__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.a-superfecta-hero__container{padding:6rem 1.5rem}}@media(min-width:1024px){.a-superfecta-hero__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.a-superfecta-hero__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.a-superfecta-hero__container{padding-top:5rem}.a-superfecta-hero__content{max-width:820px;display:grid;gap:1.25rem}.a-superfecta-hero__kicker{margin:0;font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;color:#d46a66;font-weight:600}.a-superfecta-hero__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.a-superfecta-hero__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.a-superfecta-hero__title{max-width:100%}.a-superfecta-hero__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;max-width:640px;color:#f5f5f5}.a-superfecta-hero__action{margin-top:1rem}@media(min-width:1024px)and (max-height:900px){.a-superfecta-hero__container{padding-top:7.25rem}.a-superfecta-hero__content{margin-left:clamp(2rem,4vw,5rem);max-width:760px;gap:1.1rem}.a-superfecta-hero__title{font-size:clamp(2.2rem,3vw,3.1rem);line-height:1.04}.a-superfecta-hero__subtitle{max-width:600px}.a-superfecta-hero{background:linear-gradient(110deg,#0b0b0bf2,#1a1a1ae0 54%,#1a1a1abd),url(/wp-content/themes/superfecta/public/build/assets/superfecta-foto-aerea-C2EXr2xH.webp) 72% 42%/cover no-repeat}}.a-superfecta-bloco1{background:#e0e0e0}.a-superfecta-bloco1__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.a-superfecta-bloco1__container{padding:6rem 1.5rem}}@media(min-width:1024px){.a-superfecta-bloco1__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.a-superfecta-bloco1__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.a-superfecta-bloco1__content{display:grid;gap:2rem}@media(min-width:1024px){.a-superfecta-bloco1__content{grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:2.5rem;align-items:stretch}}.a-superfecta-bloco1__text{display:grid;gap:4rem}.a-superfecta-bloco1__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.a-superfecta-bloco1__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.a-superfecta-bloco1__title{color:#1a1a1a;max-width:100%}.a-superfecta-bloco1__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#1a1a1a;max-width:100%}.a-superfecta-bloco1__highlights{margin:0;padding:0;list-style:none;display:grid;gap:.8rem}.a-superfecta-bloco1__highlight{display:grid;gap:.35rem;padding:1.1rem 1rem;background:#8c1d1812;border:1px solid #8C1D18}.a-superfecta-bloco1__highlight strong{font-size:clamp(1.2rem,3vw,1.75rem);color:#3e3e3e;line-height:1}.a-superfecta-bloco1__highlight span{font-size:.95rem;color:#3e3e3e;line-height:1.35;font-weight:600}.a-superfecta-bloco2{background:#f5f5f5}.a-superfecta-bloco2__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.a-superfecta-bloco2__container{padding:6rem 1.5rem}}@media(min-width:1024px){.a-superfecta-bloco2__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.a-superfecta-bloco2__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.a-superfecta-bloco2__content{max-width:1080px;display:grid;gap:1.2rem}.a-superfecta-bloco2__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.a-superfecta-bloco2__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.a-superfecta-bloco2__title{color:#2d2d2d;max-width:100%}.a-superfecta-bloco2__subtitle,.a-superfecta-bloco2__note{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#343434;max-width:100%}.a-superfecta-bloco2__list{list-style:none;margin:.4rem 0 0;padding:0;display:grid;gap:.8rem}.a-superfecta-bloco2__list-item{display:flex;align-items:flex-start;gap:.65rem}.a-superfecta-bloco2__list-item span:last-child{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#343434;font-size:clamp(1rem,2vw,1.15rem);font-weight:600}.a-superfecta-bloco2__list-icon{width:22px;height:22px;margin-top:.2rem;flex-shrink:0}.a-superfecta-bloco2__list-icon svg{width:100%;height:100%;display:block;color:#8c1d18;stroke-width:3rem;fill:none}.a-superfecta-bloco2__note{margin-top:.4rem;padding:1rem 1rem 1rem 1.1rem;border-left:3px solid #8C1D18;background:#8c1d180d}.a-superfecta-bloco3{background:linear-gradient(120deg,#0b0b0b1a,#1a1a1ab3 30%,#1a1a1ae6),url(/wp-content/themes/superfecta/public/build/assets/bg-paes-padronizados-DRlVHKUu.webp) center/cover no-repeat}.a-superfecta-bloco3__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.a-superfecta-bloco3__container{padding:6rem 1.5rem}}@media(min-width:1024px){.a-superfecta-bloco3__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.a-superfecta-bloco3__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.a-superfecta-bloco3__content{display:grid;gap:1.8rem}.a-superfecta-bloco3__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.a-superfecta-bloco3__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.a-superfecta-bloco3__title{margin:auto;text-align:center;max-width:800px;margin-bottom:2rem}.a-superfecta-bloco3__cards{display:grid;gap:1rem}@media(min-width:1024px){.a-superfecta-bloco3__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.3rem}}.a-superfecta-bloco3__card{background:#ffffff14;border:1px solid rgba(255,255,255,.16);padding:1.4rem 1.2rem;display:grid;gap:1rem}.a-superfecta-bloco3__card-title{margin:0;font-size:clamp(1.2rem,2.4vw,1.7rem);line-height:1.2;color:#f5f5f5;font-weight:600}.a-superfecta-bloco3__card-text{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;color:#d7d7d7;margin:0}.a-superfecta-bloco3__card-list{margin:0;padding-left:1.1rem;display:grid;gap:.5rem}.a-superfecta-bloco3__card-list li{color:#d7d7d7;font-size:clamp(1rem,2vw,1.12rem);line-height:1.4;font-weight:550}.a-superfecta-bloco4{background:url(/wp-content/themes/superfecta/public/build/assets/forno-e-equipamentos-padaria-superfecta-LUq_Jcec.webp) center/cover no-repeat}.a-superfecta-bloco4__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.a-superfecta-bloco4__container{padding:6rem 1.5rem}}@media(min-width:1024px){.a-superfecta-bloco4__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.a-superfecta-bloco4__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.a-superfecta-bloco4__content{display:grid;gap:4rem;background:#ffffffd6;border:1px solid rgba(42,42,42,.12);padding:1.4rem 1.2rem}@media(min-width:768px){.a-superfecta-bloco4__content{padding:2rem 1.8rem}}@media(min-width:1024px){.a-superfecta-bloco4__content{padding:2.4rem 2.2rem}}.a-superfecta-bloco4__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.a-superfecta-bloco4__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.a-superfecta-bloco4__title{color:#2c2c2c;max-width:800px;text-align:center;margin:auto}@media(min-width:1024px){.a-superfecta-bloco4__title{margin-bottom:5rem}}.a-superfecta-bloco4__track{display:grid;gap:1.2rem}@media(min-width:1024px){.a-superfecta-bloco4__track{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}}.a-superfecta-bloco4__item{display:grid;gap:.9rem;padding:.5rem 0;position:relative}@media(min-width:1024px){.a-superfecta-bloco4__item{padding:.6rem 1rem}}.a-superfecta-bloco4__item+.a-superfecta-bloco4__item{border-top:1px solid rgba(42,42,42,.18);padding-top:1.2rem}@media(min-width:1024px){.a-superfecta-bloco4__item+.a-superfecta-bloco4__item{border-top:none;border-left:1px solid rgba(42,42,42,.18);padding-top:.6rem;padding-left:2rem}}.a-superfecta-bloco4__item-title{margin:0;font-size:clamp(1.18rem,2.5vw,1.55rem);line-height:1.2;color:#2c2c2c;font-weight:600}.a-superfecta-bloco4__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;color:#333;margin:0}.a-superfecta-bloco5{background:#101010}.a-superfecta-bloco5__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.a-superfecta-bloco5__container{padding:6rem 1.5rem}}@media(min-width:1024px){.a-superfecta-bloco5__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.a-superfecta-bloco5__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.a-superfecta-bloco5__content{max-width:980px;display:grid;gap:1.1rem}.a-superfecta-bloco5__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.a-superfecta-bloco5__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.a-superfecta-bloco5__title{max-width:100%}.a-superfecta-bloco5__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#d7d7d7}.equipamentos-hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(120deg,#0b0b0bf2,#1a1a1adb 52%,#1a1a1ab8),url(/wp-content/themes/superfecta/public/build/assets/equipamentos-para-panificacao-superfecta-COKLNmFy.webp) center/cover no-repeat}.equipamentos-hero__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.equipamentos-hero__container{padding:6rem 1.5rem}}@media(min-width:1024px){.equipamentos-hero__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.equipamentos-hero__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.equipamentos-hero__container{padding-top:5rem}.equipamentos-hero__content{max-width:840px;display:grid;gap:1.3rem}.equipamentos-hero__kicker{margin:0;font-size:.85rem;letter-spacing:.16em;text-transform:uppercase;color:#d46a66;font-weight:600}.equipamentos-hero__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.equipamentos-hero__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.equipamentos-hero__title{max-width:100%}.equipamentos-hero__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;max-width:650px;color:#f5f5f5}.equipamentos-hero__action{margin-top:1rem}@media(min-width:1024px)and (max-height:900px){.equipamentos-hero__container{padding-top:7.25rem}.equipamentos-hero__content{margin-left:clamp(2rem,4vw,5rem);max-width:760px}.equipamentos-hero__title{font-size:clamp(2.2rem,3vw,3.1rem);line-height:1.04}.equipamentos-hero__subtitle{max-width:600px}.equipamentos-hero{background:linear-gradient(120deg,#0b0b0bf2,#1a1a1adb 52%,#1a1a1ab8),url(/wp-content/themes/superfecta/public/build/assets/equipamentos-para-panificacao-superfecta-COKLNmFy.webp) 72% 40%/cover no-repeat}}.equipamentos-catalogo{background:linear-gradient(180deg,#f4f4f4,#ececec)}.equipamentos-catalogo__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.equipamentos-catalogo__container{padding:6rem 1.5rem}}@media(min-width:1024px){.equipamentos-catalogo__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.equipamentos-catalogo__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.equipamentos-catalogo__header{display:grid;gap:3rem;max-width:100%;margin-bottom:5rem}.equipamentos-catalogo__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.equipamentos-catalogo__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.equipamentos-catalogo__title{color:#545554;margin:auto;text-align:center;max-width:100%}.equipamentos-catalogo__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;color:#545554;margin:auto;max-width:100%}.equipamentos-catalogo__list{display:grid;gap:1.1rem}.equipamentos-item{display:grid;gap:1rem;padding:1rem;background:#ffffffdb;border:1px solid rgba(42,42,42,.12);box-shadow:0 12px 28px #00000014,0 2px 6px #0000000f}@media(min-width:1024px){.equipamentos-item{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2rem;padding:1.6rem;align-items:stretch}}@media(min-width:1024px){.equipamentos-item:nth-child(2n) .equipamentos-item__media{order:2}.equipamentos-item:nth-child(2n) .equipamentos-item__content{order:1}}.equipamentos-item__media{margin:0;min-height:260px}.equipamentos-item__media img{width:100%;height:100%;min-height:260px;max-height:410px;object-fit:cover;border-radius:3px}.equipamentos-item__content{display:grid;gap:.9rem;align-content:center}.equipamentos-item__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.equipamentos-item__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.equipamentos-item__title{margin:0;font-size:clamp(1.35rem,2.8vw,2.7rem);line-height:1.1;color:#262626;font-weight:600}.equipamentos-item__text{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;color:#1a1a1a;margin:0;font-size:clamp(1rem,2.1vw,1.1rem)}.equipamentos-item__bullets{margin:.25rem 0 0;padding:0;list-style:none;display:grid;gap:.55rem}.equipamentos-item__bullets li{position:relative;padding-left:1rem;color:#1a1a1a;font-size:clamp(.95rem,2vw,1.05rem);line-height:1.35;font-weight:600}.equipamentos-item__bullets li:before{content:"";position:absolute;left:0;top:.55rem;width:.4rem;height:.4rem;border-radius:100%;background:#8c1d18}.area-cliente-hero{background-image:url(/wp-content/themes/superfecta/public/build/assets/forno-de-lastro-superfecta-LFLNa7GS.webp);background-repeat:no-repeat;background-position:center;background-size:cover;min-height:100vh;display:flex;position:relative;overflow:hidden}@media(min-width:1024px){.area-cliente-hero{background-attachment:fixed;background-position:center top}}@media(min-width:1024px)and (max-height:900px){.area-cliente-hero{background-position:center 28%}}.area-cliente-hero__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.area-cliente-hero__container{padding:6rem 1.5rem}}@media(min-width:1024px){.area-cliente-hero__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.area-cliente-hero__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.area-cliente-hero__container{padding-top:5rem;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.area-cliente-hero__content{width:max-content}.area-cliente-hero__kicker{margin:0;color:#d46a66;letter-spacing:.16em;text-transform:uppercase;font-size:.82rem;font-weight:600}.area-cliente-hero__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.area-cliente-hero__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.area-cliente-hero__title{color:#e5e5e6}.area-cliente-hero__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;font-weight:500;margin:0;color:#e5e5e6}@media(min-width:1024px)and (max-height:900px){.area-cliente-hero{background-position:center 28%}.area-cliente-hero__container{min-height:clamp(380px,62vh,560px);padding-bottom:3rem}.area-cliente-hero__content{margin-left:clamp(2rem,4vw,5rem);max-width:680px}.area-cliente-hero__title{font-size:clamp(2.2rem,3vw,3.1rem);line-height:1.05}.area-cliente-hero__subtitle{max-width:620px}}.area-cliente-documentos{background:#f0f0f0}.area-cliente-documentos__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.area-cliente-documentos__container{padding:6rem 1.5rem}}@media(min-width:1024px){.area-cliente-documentos__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.area-cliente-documentos__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.area-cliente-documentos__content{max-width:920px;display:grid;gap:1rem}.area-cliente-documentos__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.area-cliente-documentos__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.area-cliente-documentos__title{color:#2a2a2a;max-width:100%}.area-cliente-documentos__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#2a2a2a}.area-cliente-assistencia{background:#f9f8f8}.area-cliente-assistencia__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.area-cliente-assistencia__container{padding:6rem 1.5rem}}@media(min-width:1024px){.area-cliente-assistencia__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.area-cliente-assistencia__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.area-cliente-assistencia__content{max-width:920px;display:grid;gap:1rem}.area-cliente-assistencia__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.area-cliente-assistencia__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.area-cliente-assistencia__title{color:#2a2a2a;max-width:100%}.area-cliente-assistencia__text{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#2f2f2f}.area-cliente-assistencia__list{margin:0;padding-left:1.2rem;display:grid;gap:.55rem}.area-cliente-assistencia__list li{color:#2f2f2f;font-size:clamp(1rem,2vw,1.14rem);line-height:1.5}.area-cliente-contatos{background:#efefef}.area-cliente-contatos__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.area-cliente-contatos__container{padding:6rem 1.5rem}}@media(min-width:1024px){.area-cliente-contatos__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.area-cliente-contatos__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.area-cliente-contatos__content{max-width:980px;display:grid;gap:1rem}.area-cliente-contatos__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.area-cliente-contatos__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.area-cliente-contatos__title{color:#2a2a2a;max-width:100%}.area-cliente-contatos__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#2f2f2f;max-width:760px}.area-cliente-contatos__grid{margin-top:.6rem;display:grid;gap:.75rem}@media(min-width:768px){.area-cliente-contatos__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.area-cliente-contatos__card{display:grid;gap:.45rem;text-decoration:none;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:4px;padding:.95rem;color:#2a2a2a;box-shadow:0 4px 12px #0000000f}.area-cliente-contatos__card:hover{border-color:#8c1d1873;color:#1f1f1f}.area-cliente-contatos__label{font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:#6a6a6a;font-weight:700}.area-cliente-contatos__value{font-size:clamp(.96rem,1.8vw,1.08rem);line-height:1.35;font-weight:600;overflow-wrap:anywhere}.area-cliente-contatos__action{margin-top:.55rem}.search-page{min-height:100vh;position:relative;display:flex;isolation:isolate;overflow:hidden;background:transparent}.search-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none;background:radial-gradient(1200px 800px at 78% 45%,#ffffff14,#fff0 62%),linear-gradient(90deg,#000000eb,#000000db 45%,#000000c7)}.search-page:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:.7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");background-repeat:repeat;filter:brightness(.75) contrast(1.35)}.search-page__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.search-page__container{padding:6rem 1.5rem}}@media(min-width:1024px){.search-page__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.search-page__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.search-page__header{display:grid;gap:1rem;margin-bottom:2rem;max-width:1080px}.search-page__kicker{margin:0;color:#d46a66;letter-spacing:.16em;text-transform:uppercase;font-size:.82rem;font-weight:600}.search-page__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.search-page__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.search-page__title{color:#e5e5e6;max-width:100%}.search-page__searchbox{width:100%;max-width:640px;margin-top:.4rem}.search-page__results{display:grid;gap:.9rem}@media(min-width:1024px){.search-page__results{gap:1rem}}.search-page__result-card{margin:0;background:#f5f5f5;border:1px solid rgba(42,42,42,.12);border-left:4px solid rgba(140,29,24,.9);padding:1rem 1rem 1rem 1.1rem;display:grid;gap:.6rem;box-shadow:0 10px 24px #00000012,0 2px 4px #0000000d}@media(min-width:1024px){.search-page__result-card{padding:1.2rem 1.2rem 1.2rem 1.35rem}}.search-page__result-title{margin:0;font-size:clamp(1.2rem,2.8vw,1.8rem);line-height:1.2}.search-page__result-title a{color:#2a2a2a;text-decoration:none}.search-page__result-title a:hover{color:#8c1d18}.search-page__result-meta{margin:0;color:#767676;font-size:.82rem;line-height:1.25;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.search-page__result-excerpt p,.search-page__result-excerpt{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;color:#333;margin:0;font-size:clamp(.95rem,2vw,1.04rem)}.search-page__result-link{margin-top:.35rem;color:#8c1d18;text-decoration:none;font-size:.92rem;font-weight:700}.search-page__result-link:hover{color:#6a1914}.search-page__pagination{margin-top:1.8rem;display:flex;justify-content:center}.search-page__pagination .nav-links{margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.search-page__pagination a,.search-page__pagination span{min-width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(42,42,42,.2);text-decoration:none;color:#2f2f2f;padding:0 .65rem;font-size:.88rem;font-weight:600;background:#ffffffeb}.search-page__pagination .current{background:#8c1d18;color:#fff;border-color:#8c1d18}.search-page__empty{padding:1.2rem;background:#ffffffe6;border:1px solid rgba(42,42,42,.14);display:grid;gap:.9rem}.search-page__empty p{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#2f2f2f}.search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem}.search-form input{width:100%;height:2.45rem;padding:0 .75rem;border:1px solid rgba(42,42,42,.2);background:#fffffff2;font-size:.95rem;color:#2f2f2f}.search-form button{height:2.45rem;border:1px solid rgba(42,42,42,.35);background:#981415;color:#fff;padding:0 .95rem;font-size:.9rem;font-weight:600;cursor:pointer}.blog-archive{min-height:100vh;position:relative;display:flex;isolation:isolate;overflow:hidden;background:transparent}.blog-archive:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none;background:radial-gradient(1200px 800px at 78% 45%,#ffffff14,#fff0 62%),linear-gradient(90deg,#000000eb,#000000db 45%,#000000c7)}.blog-archive:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:.7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");background-repeat:repeat;filter:brightness(.75) contrast(1.35)}.blog-archive__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.blog-archive__container{padding:6rem 1.5rem}}@media(min-width:1024px){.blog-archive__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.blog-archive__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.blog-archive__header{display:grid;gap:1rem;max-width:1080px;margin-bottom:2rem}.blog-archive__kicker{margin:0;color:#d46a66;letter-spacing:.16em;text-transform:uppercase;font-size:.82rem;font-weight:600}.blog-archive__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.blog-archive__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.blog-archive__title{color:#e5e5e6;max-width:100%}.blog-archive__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0}.blog-archive__filters{list-style:none;padding:0;margin:1.5rem 0 2.2rem;display:flex;flex-wrap:wrap;gap:.6rem}.blog-archive__filter{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .9rem;border:1px solid rgba(255,255,255,.4);border-radius:4px;text-decoration:none;color:#e5e5e6;background:#0f0f0f33;font-size:.85rem;font-weight:600;letter-spacing:.02em}.blog-archive__filter:hover{border-color:#fffc;color:#fff}.blog-archive__filter.is-active{background:#8c1d18eb;border-color:#8c1d18eb;color:#fff}.blog-archive__grid{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}@media(min-width:1024px){.blog-archive__grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}}.blog-archive__empty{padding:1.2rem;background:#ffffffe6;border:1px solid rgba(42,42,42,.14);display:grid;gap:.9rem}.blog-archive__empty p{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#2f2f2f}.blog-card{background:#f5f5f5;border:1px solid rgba(42,42,42,.16);border-radius:4px;overflow:hidden;display:grid;grid-template-rows:auto 1fr;box-shadow:0 12px 20px #00000014,0 4px 8px #0000000d;color:#2a2a2a;min-height:100%}.blog-card__media{position:relative;display:block;aspect-ratio:16/9;background:linear-gradient(135deg,#2b2b2b,#6b2b2a)}.blog-card__img{width:100%;height:100%;object-fit:cover;display:block}.blog-card__placeholder{width:100%;height:100%;display:grid;place-items:center;color:#ffffffb3;font-size:.85rem;text-transform:uppercase;letter-spacing:.18em}.blog-card__content{padding:.85rem .85rem 1rem;display:grid}.blog-card__eyebrow{margin:0;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:#8c1d18;font-weight:700}.blog-card__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.blog-card__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.blog-card__title{font-weight:600;margin:0;font-size:clamp(1rem,1.8vw,1.5rem);line-height:1.2}.blog-card__title a{color:#1f1f1f;text-decoration:none}.blog-card__title a:hover{color:#8c1d18}.blog-card__meta{margin:0;font-size:.72rem;color:#6a6a6a;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.blog-card__excerpt p,.blog-card__excerpt{margin:0;font-size:.86rem;line-height:1.4;color:#2f2f2f;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card__link{margin-top:.2rem;text-decoration:none;font-size:.82rem;font-weight:700;color:#8c1d18}.blog-card__link:hover{color:#6a1914}.blog-single{min-height:100vh;position:relative;display:flex;isolation:isolate;overflow:hidden;background:transparent}.blog-single:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none;background:radial-gradient(1200px 800px at 78% 45%,#ffffff14,#fff0 62%),linear-gradient(90deg,#000000eb,#000000db 45%,#000000c7)}.blog-single:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:.7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");background-repeat:repeat;filter:brightness(.75) contrast(1.35)}.blog-single__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.blog-single__container{padding:6rem 1.5rem}}@media(min-width:1024px){.blog-single__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.blog-single__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.blog-single__container{display:grid;justify-items:center}.blog-single__header{display:grid;gap:.8rem;margin-bottom:2rem;margin-top:80px;width:100%;max-width:760px}.blog-single__kicker{margin:0;color:#d46a66;letter-spacing:.16em;text-transform:uppercase;font-size:.8rem;font-weight:600;text-decoration:none;width:fit-content}.blog-single__kicker:hover{color:#fff}.blog-single__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.blog-single__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.blog-single__title{max-width:100%;color:#e5e5e6}.blog-single__meta{display:flex;flex-wrap:wrap;gap:.6rem;color:#e5e5e6;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.blog-single__categories{display:flex;flex-wrap:wrap;gap:.45rem}.blog-single__category{padding:.35rem .75rem;border:1px solid rgba(255,255,255,.45);border-radius:4px;text-decoration:none;color:#e5e5e6;background:#0f0f0f33;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.blog-single__category:hover{border-color:#ffffffe6}.blog-single__media{margin:2.2rem 0 2.8rem;width:100%;max-width:760px;border-radius:4px;overflow:hidden;border:1px solid rgba(255,255,255,.15)}.blog-single__image{width:100%;display:block;object-fit:cover}.blog-single__content{width:100%;max-width:760px;display:grid;gap:1.2rem;color:#e5e5e6}.blog-single__content p{margin:0;font-size:1.05rem;line-height:1.8}.blog-single__content h2,.blog-single__content h3,.blog-single__content h4{margin:2rem 0 .5rem;color:#e5e5e6}.blog-single__content ul,.blog-single__content ol{margin:0;padding-left:1.2rem;display:grid;gap:.5rem}.blog-single__content a{color:#d46a66;text-decoration:none}.blog-single__content a:hover{color:#fff}.media-card{position:relative;overflow:hidden;border-radius:6px;width:100%;height:100%;box-shadow:0 10px 26px #0000002e;background:#ffffff05;display:block;text-decoration:none;color:inherit}.media-card:focus-visible{outline:2px solid rgba(255,255,255,.7);outline-offset:4px}.media-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.media-card__img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 80%;transform:scale(1);transition:transform .52s ease;will-change:transform}.media-card__overlay{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:flex-end;min-height:28%;padding:14px 18px;background:#ffffffad;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);transition:background .28s ease,min-height .28s ease}.media-card__overlay-inner{position:relative;display:grid;gap:6px}.media-card__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;margin:0;font-size:clamp(1.2rem,2.2vw,1.6rem);line-height:1.15;font-weight:600;color:#545554}.media-card__subtitle{font-family:robotobold,system-ui,-apple-system,sans-serif;margin:0;font-size:.95rem;line-height:1.2;color:#545554}.media-card__text{font-family:robotoregular,system-ui,-apple-system,sans-serif;margin:0;font-size:.9rem;line-height:1.25;color:#545554}.media-card__slot{margin-top:6px}@media(hover:hover)and (pointer:fine){.media-card:hover .media-card__img{transform:scale(1.04)}.media-card:hover .media-card--link:hover{cursor:pointer}.media-card:hover .media-card__overlay{background:#ffffffc7;min-height:32%}}@media(prefers-reduced-motion:reduce){.media-card,.media-card__img,.media-card__overlay{transition:none!important}.media-card__img{transform:none!important}}.c-contact-form{display:flex;justify-content:center}.c-contact-form__panel{width:100%;padding:2.25rem 2rem;background:linear-gradient(180deg,#1b1b1b,#141414);box-shadow:0 18px 50px #0000008c,inset 0 1px #ffffff08}.c-contact-form .wpcf7,.c-contact-form .wpcf7 form,.c-contact-form .wpcf7 p{margin:0}.c-contact-form .wpcf7 .wpcf7-form{display:flex;flex-direction:column;gap:1.25rem}.c-contact-form .wpcf7 input[type=text],.c-contact-form .wpcf7 input[type=email],.c-contact-form .wpcf7 input[type=tel],.c-contact-form .wpcf7 textarea{width:100%;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.22);border-radius:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;box-shadow:none;-webkit-box-shadow:none;padding:.9rem 0;color:#ffffffd9;font-size:1.2rem;line-height:1.2;outline:none;transition:border-color .25s ease,color .25s ease}.c-contact-form .wpcf7 input[type=text]::placeholder,.c-contact-form .wpcf7 input[type=email]::placeholder,.c-contact-form .wpcf7 input[type=tel]::placeholder,.c-contact-form .wpcf7 textarea::placeholder{font-family:robotoregular,sans-serif;color:#ffffff73;font-size:1.2rem;opacity:1}.c-contact-form .wpcf7 input[type=text]::-webkit-input-placeholder,.c-contact-form .wpcf7 input[type=email]::-webkit-input-placeholder,.c-contact-form .wpcf7 input[type=tel]::-webkit-input-placeholder,.c-contact-form .wpcf7 textarea::-webkit-input-placeholder{font-family:robotoregular,sans-serif;color:#ffffff73;font-size:1.2rem;opacity:1}.c-contact-form .wpcf7 input[type=text]::-moz-placeholder,.c-contact-form .wpcf7 input[type=email]::-moz-placeholder,.c-contact-form .wpcf7 input[type=tel]::-moz-placeholder,.c-contact-form .wpcf7 textarea::-moz-placeholder{font-family:robotoregular,sans-serif;color:#ffffff73;font-size:1.2rem;opacity:1}.c-contact-form .wpcf7 input[type=text]:focus,.c-contact-form .wpcf7 input[type=text]:focus-visible,.c-contact-form .wpcf7 input[type=email]:focus,.c-contact-form .wpcf7 input[type=email]:focus-visible,.c-contact-form .wpcf7 input[type=tel]:focus,.c-contact-form .wpcf7 input[type=tel]:focus-visible,.c-contact-form .wpcf7 textarea:focus,.c-contact-form .wpcf7 textarea:focus-visible{border-bottom-color:#ffffff59;outline:none;box-shadow:none;-webkit-box-shadow:none}.c-contact-form .wpcf7 input[type=text]:focus::placeholder,.c-contact-form .wpcf7 input[type=email]:focus::placeholder,.c-contact-form .wpcf7 input[type=tel]:focus::placeholder,.c-contact-form .wpcf7 textarea:focus::placeholder{opacity:.18}.c-contact-form .wpcf7 input[type=text]:focus::-webkit-input-placeholder,.c-contact-form .wpcf7 input[type=email]:focus::-webkit-input-placeholder,.c-contact-form .wpcf7 input[type=tel]:focus::-webkit-input-placeholder,.c-contact-form .wpcf7 textarea:focus::-webkit-input-placeholder{opacity:.18}.c-contact-form .wpcf7 input[type=text]:focus::-moz-placeholder,.c-contact-form .wpcf7 input[type=email]:focus::-moz-placeholder,.c-contact-form .wpcf7 input[type=tel]:focus::-moz-placeholder,.c-contact-form .wpcf7 textarea:focus::-moz-placeholder{opacity:.18}.c-contact-form .wpcf7 input[type=text]:invalid,.c-contact-form .wpcf7 input[type=text].wpcf7-not-valid,.c-contact-form .wpcf7 input[type=email]:invalid,.c-contact-form .wpcf7 input[type=email].wpcf7-not-valid,.c-contact-form .wpcf7 input[type=tel]:invalid,.c-contact-form .wpcf7 input[type=tel].wpcf7-not-valid,.c-contact-form .wpcf7 textarea:invalid,.c-contact-form .wpcf7 textarea.wpcf7-not-valid{box-shadow:none;-webkit-box-shadow:none}.c-contact-form .wpcf7 textarea{max-height:200px;resize:none;padding-top:.9rem}.c-contact-form .wpcf7 input[type=submit]{margin-top:1.75rem;width:100%;border:0;border-radius:0;background:#b20c0e;color:#fff;padding:1.1rem 1rem;font-family:robotoregular,sans-serif;font-size:1.05rem;cursor:pointer;transition:filter .2s ease,transform .2s ease}.c-contact-form .wpcf7 input[type=submit]:hover{filter:brightness(1.07);transform:translateY(-1px)}.c-contact-form .wpcf7 input[type=submit]:active{transform:translateY(0);filter:brightness(.98)}.c-contact-form .wpcf7 input[type=submit]:disabled{cursor:not-allowed;opacity:.75;transform:none;filter:saturate(.85)}.c-contact-form .wpcf7 .wpcf7-spinner{display:none}.c-contact-form .wpcf7 .wpcf7-response-output{margin:1rem 0 0;padding:.9rem 1rem;border-radius:6px;border:1px solid rgba(255,255,255,.12);color:#fffc;background:#ffffff0a}.c-contact-form .wpcf7 .wpcf7-not-valid-tip{margin-top:.5rem;font-size:.9rem;color:#ff7878f2}.c-cta-contact{background-color:#000;display:flex;flex-direction:column}.c-cta-contact__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:4rem 1rem}@media(min-width:768px){.c-cta-contact__container{padding:6rem 1.5rem}}@media(min-width:1024px){.c-cta-contact__container{padding:8rem 2rem}}@media(min-width:1024px)and (max-height:900px){.c-cta-contact__container{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}}.c-cta-contact__container{padding:0 2rem 5rem}.c-cta-contact__content{display:grid;grid-template-columns:1fr;gap:2rem;align-items:stretch}@media(min-width:1024px){.c-cta-contact__content{grid-template-columns:repeat(5,1fr);gap:3rem;align-items:center}}.c-cta-contact__text{display:flex;flex-direction:column;gap:2rem;justify-content:center;width:100%;max-width:none;order:1}@media(min-width:1024px){.c-cta-contact__text{grid-column:span 3;gap:4rem;order:0;max-width:750px}}.c-cta-contact__title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.c-cta-contact__title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.c-cta-contact__title{max-width:100%}.c-cta-contact__subtitle{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0}.c-cta-contact__action{font-size:.8rem;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;font-weight:600}@media(min-width:768px){.c-cta-contact__action{display:inline-flex;flex-direction:row;flex-wrap:wrap;gap:0}}.c-cta-contact__action a{text-decoration:none;color:#d46a66;display:inline-flex;align-items:center;transition:color .25s ease}.c-cta-contact__action a:hover{color:#e5e5e6}.c-cta-contact__action a:before{content:"";margin:0}@media(min-width:768px){.c-cta-contact__action a:before{content:"•";margin:0 .5rem}}.c-cta-contact__nav-item{position:relative;display:inline-flex;flex-direction:column;align-items:flex-start}.c-cta-contact__nav-link--toggle{padding-right:.95rem;position:relative}.c-cta-contact__nav-link--toggle:after{content:"";position:absolute;right:0;top:50%;width:.42rem;height:.42rem;border-right:1px solid rgba(212,106,102,.9);border-bottom:1px solid rgba(212,106,102,.9);transform:translateY(-70%) rotate(45deg);transition:transform .2s ease}.c-cta-contact__submenu{display:flex;flex-direction:column;gap:.2rem;margin-top:0;padding:0 .2rem 0 .6rem;border-left:1px solid rgba(212,106,102,.3);max-height:0;opacity:0;overflow:hidden;pointer-events:none;transition:max-height .25s ease,opacity .2s ease,padding .2s ease,margin-top .2s ease}.c-cta-contact__submenu a{font-size:.78rem}.c-cta-contact__nav-item--has-submenu.is-open>.c-cta-contact__submenu{margin-top:.3rem;padding:.45rem .2rem .45rem .6rem;max-height:12rem;opacity:1;pointer-events:auto}.c-cta-contact__nav-item--has-submenu.is-open>.c-cta-contact__nav-link--toggle:after{transform:translateY(-35%) rotate(225deg)}@media(min-width:768px){.c-cta-contact__nav-item--has-submenu{align-items:flex-start;position:relative}.c-cta-contact__nav-item--has-submenu:after{content:"";position:absolute;left:0;top:100%;width:100%;height:.65rem}.c-cta-contact__submenu{position:absolute;left:0;top:100%;min-width:180px;padding:.45rem 0;margin:0;background:#0b0b0bf5;border:1px solid rgba(245,245,245,.14);box-shadow:0 10px 20px #0000003d;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);max-height:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.c-cta-contact__submenu a{width:100%;padding:.5rem .8rem}.c-cta-contact__submenu a:before{content:none}.c-cta-contact__nav-item--has-submenu:hover>.c-cta-contact__submenu,.c-cta-contact__nav-item--has-submenu:focus-within>.c-cta-contact__submenu,.c-cta-contact__nav-item--has-submenu.is-open>.c-cta-contact__submenu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}}.c-cta-contact__form{width:100%;min-width:0;order:2;justify-self:stretch}@media(min-width:1024px){.c-cta-contact__form{grid-column:span 2;min-width:650px;order:0}}.c-operacao-cards{width:100%;margin:0 auto;display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:1024px){.c-operacao-cards{gap:2rem;grid-template-columns:repeat(2,1fr)}}.c-operacao-cards__panel{background:#f9f8f8;border-radius:3px;padding:1.75rem;box-shadow:0 6px 18px #0000001a;min-width:100%;display:flex;flex-direction:column;gap:1.25rem;transition:transform .28s ease,box-shadow .28s ease;will-change:transform}@media(min-width:768px){.c-operacao-cards__panel{padding:2.2rem;gap:1.8rem}}@media(min-width:1024px){.c-operacao-cards__panel{padding:4rem 2.5rem;gap:3rem}}@media(min-width:1024px){.c-operacao-cards__panel:hover{transform:translate3d(0,-6px,0);box-shadow:0 16px 44px #00000029}.c-operacao-cards__panel:hover img{transform:scale(1.03)}}.c-operacao-cards__panel-title{font-family:playfairdisplay,system-ui,-apple-system,sans-serif;font-weight:400;margin:0;font-size:clamp(1.75rem,5vw,4rem);line-height:1.05;color:#e5e5e6;max-width:600px}@media(min-width:1024px)and (max-height:900px){.c-operacao-cards__panel-title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.06}}.c-operacao-cards__panel-title{font-size:clamp(2.2rem,4vw,3.2rem);font-weight:500;width:100%;margin:0 auto;display:flex;justify-content:center;text-align:center;color:#545554}.c-operacao-cards img{max-height:300px;aspect-ratio:16/9;width:100%;border-radius:3px;object-fit:cover;object-position:center 25%;transition:transform .4s ease;will-change:transform}.c-operacao-cards__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}@media(min-width:768px){.c-operacao-cards__list{gap:.9rem}}@media(min-width:1024px){.c-operacao-cards__list{gap:1.1rem}}.c-operacao-cards__list li{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;margin:0;color:#545554;font-weight:550;display:flex;align-items:center;gap:.8rem}@media(min-width:1024px){.c-operacao-cards__list li:hover .c-operacao-cards__check{transform:scale(1.08)}}.c-operacao-cards__check{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transform:scale(1);transform-origin:center;transition:transform .22s ease}.c-operacao-cards__check svg{width:100%;height:100%;display:block;fill:none;stroke-width:4rem;color:#d03234}.c-operacao-cards__action{margin-top:auto;margin-bottom:1.5rem}.c-operacao-cards__action .btn{width:100%}@media(prefers-reduced-motion:reduce){.c-operacao-cards__panel,.c-operacao-cards img,.c-operacao-cards__check{transition:none!important;transform:none!important}}.social-icons{display:flex}.social-icons__link{display:inline-flex}.social-icons__link svg{fill:#d46a66;stroke:#d46a66;display:block}.social-icons--header{align-items:end;gap:2rem;justify-content:end;padding:1rem 2rem}.social-icons--header .social-icons__link{width:1rem;height:1rem;align-items:end;justify-content:end}.social-icons--cta{align-items:flex-end;gap:2rem;justify-content:flex-end;padding:4rem 2rem}.social-icons--cta .social-icons__link{width:1.25rem;height:1.25rem;align-items:flex-end;justify-content:flex-end}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#00000080;z-index:999;display:none;opacity:0;transition:opacity .3s ease;overflow:hidden}@media(min-width:1024px){.mobile-menu{display:none!important}}.mobile-menu.is-open{display:flex;opacity:1}.mobile-menu__panel{position:absolute;top:0;right:0;width:85vw;max-width:300px;height:100%;background:#e0e0e0;box-shadow:-2px 0 16px #0000001a;display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;animation:slideInRight .3s ease forwards;z-index:2}@media(max-width:350px){.mobile-menu__panel{width:90vw;max-width:280px}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-menu__header{display:flex;align-items:center;justify-content:flex-end;padding:1rem;border-bottom:1px solid #cccbcc;flex-shrink:0}.mobile-menu__close{background:none;border:none;font-size:1.8rem;cursor:pointer;color:#545554;width:44px;height:44px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;padding:0}.mobile-menu__close:hover{transform:scale(1.1)}.mobile-menu__close:active{transform:scale(.95)}.mobile-menu .nav{display:flex;flex-direction:column;list-style:none;padding:0;margin:0;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-menu .nav li{border-bottom:1px solid #6e0d0e;margin:0;position:relative}.mobile-menu .nav li:last-child{border-bottom:none}.mobile-menu .nav li a{display:block;padding:1rem 1.5rem;color:#3e3e3e;text-decoration:none;font-weight:500;font-size:1rem;transition:background-color .3s ease,color .3s ease}.mobile-menu .nav li a:hover{background-color:#f5f5f5;color:#1a1a1a}.mobile-menu .nav li a:active{background-color:#f5f5f5}.mobile-menu .nav .menu-item-has-children>a{position:relative;padding-right:2.5rem}.mobile-menu .nav .menu-item-has-children>a:after{content:"";position:absolute;right:1.2rem;top:50%;width:.55rem;height:.55rem;border-right:1.5px solid #1A1A1A;border-bottom:1.5px solid #1A1A1A;transform:translateY(-70%) rotate(45deg);transition:transform .2s ease}.mobile-menu .nav .menu-item-has-children>.sub-menu{list-style:none;margin:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease}.mobile-menu .nav .menu-item-has-children>.sub-menu li{border-bottom:1px solid rgba(110,13,14,.5);background:#f5f5f5a6}.mobile-menu .nav .menu-item-has-children>.sub-menu a{padding:.85rem 2rem;font-size:.95rem}.mobile-menu .nav .menu-item-has-children.is-open>.sub-menu{max-height:18rem}.mobile-menu .nav .menu-item-has-children.is-open>a:after{transform:translateY(-35%) rotate(225deg)}.mobile-menu__search{margin-top:auto;border-top:1px solid rgba(110,13,14,.5);padding:1rem}.mobile-menu__search-toggle{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid rgba(110,13,14,.55);background:#f5f5f5d1;color:#1a1a1a;padding:.65rem .9rem;font-size:.95rem;font-weight:600;cursor:pointer}.mobile-menu__search-toggle svg{width:1rem;height:1rem;fill:currentColor}.mobile-menu__search-panel{margin-top:.7rem}.mobile-menu__search-form{display:grid;gap:.5rem}.mobile-menu__search-form input{width:100%;height:2.4rem;border:1px solid rgba(110,13,14,.45);padding:0 .75rem;font-size:.95rem;color:#1a1a1a}.mobile-menu__search-form button{height:2.3rem;border:1px solid rgba(110,13,14,.55);background:#981415;color:#fff;font-size:.92rem;font-weight:600;cursor:pointer}.mobile-menu__overlay{position:absolute;top:0;left:0;bottom:0;right:0;cursor:pointer;z-index:1}.d-mobile-only{display:block}@media(min-width:1024px){.d-mobile-only{display:none}}.d-desktop-only{display:none}@media(min-width:1024px){.d-desktop-only{display:block}}.downloads{width:100%;margin-top:.8rem}.downloads .container{width:100%}.downloads h1{max-width:1200px;font-size:clamp(1rem,3vw,1.3rem);line-height:1.5;color:#e5e5e6;font-weight:500;color:#2a2a2a;margin:0;font-weight:600}.downloads__list{list-style:none;padding:0;margin:.8rem 0 0;display:grid;gap:.6rem}.downloads__item{color:#2a2a2a;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:3px;padding:.7rem .85rem;display:grid;gap:.7rem;align-items:center;transition:border-color .2s ease,box-shadow .2s ease}@media(min-width:768px){.downloads__item{grid-template-columns:1fr auto;gap:1rem}}.downloads__item:hover{border-color:#d0323473;box-shadow:0 4px 12px #00000014}.downloads__info{min-width:0}.downloads__title{display:block;margin:0;color:#2a2a2a;font-size:clamp(.95rem,2vw,1.1rem);line-height:1.3;font-weight:600}.downloads__meta{display:block;margin-top:.2rem;color:#2a2a2abf;font-size:.85rem;line-height:1.2}.downloads__btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.55rem 1rem;border-radius:3px;border:1px solid rgba(0,0,0,.12);background:#fff;color:#2a2a2a;text-decoration:none;font-size:.9rem;font-weight:600;white-space:nowrap;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.downloads__btn:hover{border-color:#d0323480;color:#981415;background:#faf7f3}.downloads__pagination{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.downloads__page{display:inline-flex;align-items:center;justify-content:center;min-width:34px;min-height:34px;padding:.3rem .65rem;border-radius:3px;border:1px solid rgba(0,0,0,.12);background:#fff;color:#2a2a2a;text-decoration:none;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.downloads__page:hover{border-color:#d0323473;color:#981415}.downloads__page.is-active{background:#d032341a;border-color:#d0323466;color:#981415;pointer-events:none}@font-face{font-family:robotoblack;src:url(/wp-content/themes/superfecta/public/build/assets/roboto-black-CwLGrizM.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:robotobold;src:url(/wp-content/themes/superfecta/public/build/assets/roboto-bold-CFxBv8T-.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:robotolight;src:url(/wp-content/themes/superfecta/public/build/assets/roboto-light-Ba83_0EU.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:robotoregular;src:url(/wp-content/themes/superfecta/public/build/assets/roboto-regular-Dae3qYrH.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:playfairdisplay;src:url(/wp-content/themes/superfecta/public/build/assets/playfair-variable-DY65gq_S.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:playfairdisplayitalic;src:url(/wp-content/themes/superfecta/public/build/assets/playfair-italic-variable-Tx4XtJLJ.woff2) format("woff2");font-weight:100 900;font-style:italic;font-display:swap}.d-mobile-only{display:none!important}@media(max-width:1024px){.d-mobile-only{display:block!important}}
