.sectionHeader{background:linear-gradient(90deg,rgb(0,0,0),rgba(0,0,0,.9) 27%,rgba(0,0,0,0)),url(/_next/static/media/image-1.dedcf7b8.jpg);background-repeat:no-repeat;background-size:cover;background-position:100%;height:93.9vh;width:100%;padding:10px var(--padding-x);display:flex;align-items:center}.sectionHeader .words{max-width:740px;width:100%;color:var(--font-color-white);display:flex;flex-direction:column;gap:20px}.sectionHeader .words .credentials{display:flex;gap:20px;margin-bottom:10px;flex-wrap:wrap}.sectionHeader .words .credentials .credential{background:rgba(231,197,102,.15);border:1px solid rgba(231,197,102,.3);color:var(--primary-color);padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:500;font-family:var(--font-raleway);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap}@media(max-width:768px){.sectionHeader .words .credentials .credential{padding:4px 12px;font-size:.8rem}}.sectionHeader .words h1{color:var(--font-color-white);font-weight:700;font-size:clamp(28px,5vw,56px);margin:0;font-family:var(--font-playfar)}.sectionHeader .words hr{width:155px;background-color:var(--primary-color);height:4px;border:none;margin:0}.sectionHeader .words p{font-family:var(--font-raleway);font-weight:500;font-size:clamp(16px,2.3vw,18px);line-height:1.5;margin:0}@media(max-width:768px){.sectionHeader{justify-content:center;text-align:center;background-position:50%}.sectionHeader .words{align-items:center}.sectionHeader .words .credentials{justify-content:center}.sectionHeader .words h1{margin-bottom:10px}.sectionHeader .words hr{margin:0 auto}.sectionHeader .words .second{display:none}}@media(max-width:550px){.sectionHeader{padding:20px}.sectionHeader .words{gap:15px}.sectionHeader .words .credentials{gap:10px}.sectionHeader .words p{font-size:16px}}.sectionSobre{width:100%;min-height:600px;padding:60px 40px;background:linear-gradient(135deg,var(--bg-preto) 0,rgba(17,17,17,.95) 100%);color:var(--font-color-white);overflow:hidden;display:flex;align-items:center;justify-content:flex-start;gap:60px;position:relative;z-index:2}.sectionSobre:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle,rgba(183,150,91,.1) 0,transparent 70%);border-radius:50%;z-index:1}.sectionSobre .containerImage{flex-shrink:0;position:relative}.sectionSobre .containerImage:before{content:"";background:linear-gradient(135deg,rgba(183,150,91,.28),rgba(183,150,91,0));width:100%;height:100%;position:absolute;right:-14px;top:-14px;z-index:3;border-radius:24px;pointer-events:none;opacity:.45}.sectionSobre .containerImage img{width:clamp(320px,28vw,430px);height:clamp(430px,40vw,560px);object-fit:cover;object-position:center top;border-radius:24px;box-shadow:0 28px 60px rgba(0,0,0,.45),0 0 0 1px rgba(183,150,91,.28);transition:all .4s ease;position:relative;z-index:2;filter:brightness(.98) contrast(1.04) saturate(1.04)}.sectionSobre .containerImage img:hover{transform:translateY(-5px);box-shadow:0 34px 70px rgba(0,0,0,.5),0 0 0 1px rgba(183,150,91,.38);filter:brightness(1.03) contrast(1.05) saturate(1.06)}.sectionSobre .containerImage:after{content:"";position:absolute;top:20px;left:20px;width:100%;height:100%;background:rgba(183,150,91,.16);border-radius:24px;z-index:1}.sectionSobre .words{flex:1 1;max-width:900px;padding-right:100px;display:flex;flex-direction:column;gap:28px}.sectionSobre .words h2{color:var(--font-color-white);font-family:var(--font-playfar);font-weight:700;font-size:clamp(32px,4vw,48px);margin:0;position:relative;padding-bottom:16px}.sectionSobre .words h2:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,var(--primary-color),rgba(183,150,91,.3));border-radius:2px}.sectionSobre .words p{color:rgba(245,245,245,.9);font-family:var(--font-raleway);font-size:clamp(16px,1.2vw,18px);font-weight:400;line-height:1.7;margin:0;text-align:justify}.sectionSobre .words p:not(:last-of-type){margin-bottom:8px}.sectionSobre .words .socialIcons{display:flex;gap:16px;margin-top:12px}.sectionSobre .words .socialIcons a{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(183,150,91,.1);border:1px solid rgba(183,150,91,.3);border-radius:12px;transition:all .3s ease;position:relative;overflow:hidden}.sectionSobre .words .socialIcons a:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(183,150,91,.2),transparent);transition:left .5s ease}.sectionSobre .words .socialIcons a:hover{transform:translateY(-3px);background:rgba(183,150,91,.2);border-color:var(--primary-color);box-shadow:0 8px 25px rgba(183,150,91,.25)}.sectionSobre .words .socialIcons a:hover:before{left:100%}.sectionSobre .words .socialIcons a svg{width:24px;height:24px;transition:all .3s ease;z-index:1}.sectionSobre .words .socialIcons a svg path{fill:var(--primary-color);transition:fill .3s ease}@media(max-width:1200px){.sectionSobre{flex-direction:column;min-height:auto;padding:40px 20px;gap:48px}.sectionSobre:before{width:150px;height:150px;top:20px}.sectionSobre .containerImage{align-self:center}.sectionSobre .containerImage:before{display:none}.sectionSobre .containerImage:after{top:15px;left:15px}.sectionSobre .containerImage img{width:320px;height:400px;border-radius:16px;filter:brightness(.98) contrast(1.04) saturate(1.04)}.sectionSobre .containerImage img:hover{filter:brightness(1.03) contrast(1.05) saturate(1.06)}.sectionSobre .words{max-width:100%;text-align:center;gap:24px;padding-right:20px}.sectionSobre .words h2:after{left:50%;transform:translateX(-50%)}.sectionSobre .words p{text-align:center;max-width:100%;margin:0 auto}.sectionSobre .words .socialIcons{justify-content:center}}@media(max-width:768px){.sectionSobre{padding:30px 16px;gap:36px}.sectionSobre .containerImage img{width:280px;height:350px;filter:brightness(.98) contrast(1.04) saturate(1.04)}.sectionSobre .containerImage img:hover{filter:brightness(1.03) contrast(1.05) saturate(1.06)}.sectionSobre .containerImage:after{top:12px;left:12px}.sectionSobre .words{gap:20px}.sectionSobre .words p{font-size:clamp(14px,1.1vw,16px);line-height:1.6}.sectionSobre .words .socialIcons{gap:12px}.sectionSobre .words .socialIcons a{width:44px;height:44px}.sectionSobre .words .socialIcons a svg{width:20px;height:20px}}@media(max-width:480px){.sectionSobre{padding:24px 12px}.sectionSobre .containerImage img{width:250px;height:320px;border-radius:12px;filter:brightness(.98) contrast(1.04) saturate(1.04)}.sectionSobre .containerImage img:hover{filter:brightness(1.03) contrast(1.05) saturate(1.06)}.sectionSobre .words .socialIcons a{width:40px;height:40px;border-radius:10px}.sectionSobre .words .socialIcons a svg{width:18px;height:18px}}.sectionTestimonials{background:linear-gradient(135deg,var(--bg-preto) 0,rgba(17,17,17,.95) 100%);background-image:url("data:image/svg+xml,%3Csvg width='100' height='86.6' viewBox='0 0 100 86.6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 0 L100 25 V61.6 L50 86.6 L0 61.6 V25 Z' fill='none' stroke='%23131313' stroke-width='1' opacity='0.3'/%3E%3C/svg%3E");background-size:60px 52px;position:relative;overflow:visible;display:flex;width:100%;min-height:600px}.sectionTestimonials:before{content:"";position:absolute;top:50px;left:0;width:200px;height:200px;background:radial-gradient(circle,rgba(183,150,91,.08) 0,transparent 70%);border-radius:50%;z-index:1}.sectionTestimonials .rightBack{flex:2 1;padding:2rem 0 2rem 10rem;position:relative;width:100%;overflow:visible}@media(max-width:1200px){.sectionTestimonials .rightBack{padding:20px;height:max-content}}.sectionTestimonials .rightBack .boxTestimunials{position:absolute;max-width:700px;left:60%;top:50%;transform:translateY(-50%);height:max-content;background:linear-gradient(135deg,var(--primary-color) 0,rgba(183,150,91,.95) 100%);box-shadow:0 20px 40px rgba(0,0,0,.3),0 0 0 1px rgba(183,150,91,.3);border-radius:16px;z-index:10;overflow:visible;padding:48px;display:flex;flex-direction:column;gap:28px}.sectionTestimonials .rightBack .boxTestimunials:before{content:"";position:absolute;top:-50px;right:-50px;width:100px;height:100px;background:hsla(0,0%,100%,.1);border-radius:50%;z-index:1}@media(max-width:1200px){.sectionTestimonials .rightBack .boxTestimunials{position:unset;top:unset;left:unset;transform:unset;height:max-content;margin:0 auto}}@media(max-width:768px){.sectionTestimonials .rightBack .boxTestimunials{padding:20px}}.sectionTestimonials .rightBack .boxTestimunials .words{display:flex;flex-direction:column;gap:16px;width:100%;position:relative;z-index:1}.sectionTestimonials .rightBack .boxTestimunials .words h2{font-family:var(--font-playfar);font-size:clamp(28px,3.5vw,40px);font-weight:700;color:var(--bg-preto);margin:0;position:relative;padding-bottom:12px}.sectionTestimonials .rightBack .boxTestimunials .words h2:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:var(--bg-preto);border-radius:2px}@media(max-width:768px){.sectionTestimonials .rightBack .boxTestimunials .words h2{text-align:center}.sectionTestimonials .rightBack .boxTestimunials .words h2:after{left:50%;transform:translateX(-50%)}}.sectionTestimonials .rightBack .boxTestimunials .words small{color:var(--bg-preto);font-family:var(--font-raleway);font-size:clamp(14px,1.1vw,16px);font-weight:400;line-height:1.6;opacity:.8}@media(max-width:768px){.sectionTestimonials .rightBack .boxTestimunials .words small{text-align:center}}.sectionTestimonials .rightBack .boxTestimunials .swiper{width:100%;position:relative;overflow:hidden;padding:0}.sectionTestimonials .rightBack .boxTestimunials .swiper .swiper-wrapper{overflow:visible}.sectionTestimonials .rightBack .boxTestimunials .swiper .swiper-button-next,.sectionTestimonials .rightBack .boxTestimunials .swiper .swiper-button-prev{display:flex;flex-direction:column;padding:10px;font-size:10px!important;color:var(--font-color-white);background-color:var(--bg-preto)}.sectionTestimonials .rightBack .boxTestimunials .swiper .swiper-button-next:after,.sectionTestimonials .rightBack .boxTestimunials .swiper .swiper-button-prev:after{font-size:14px!important;font-weight:700}.sectionTestimonials .rightBack .boxTestimunials .swiper .swiper-slide{display:flex;justify-content:center;align-items:center;width:100%;overflow:visible}.sectionTestimonials .containerImageLeft{flex:3 1;display:flex;align-items:center;justify-content:flex-end;max-height:600px;position:relative;z-index:0;overflow:hidden}.sectionTestimonials .containerImageLeft:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:linear-gradient(270deg,rgba(17,17,17,0) 0,rgba(17,17,17,.2) 20%,rgba(17,17,17,.6) 60%,rgba(17,17,17,.85) 80%,rgba(17,17,17,.98) 90%,#111111);pointer-events:none}.sectionTestimonials .containerImageLeft img{max-width:100%;height:auto;border-radius:20px 0 0 20px;filter:brightness(.7) contrast(1.1);transition:all .4s ease}.sectionTestimonials .containerImageLeft img:hover{filter:brightness(.75) contrast(1.1);transform:scale(1.02)}@media(max-width:1200px){.sectionTestimonials .containerImageLeft{flex:3 1;display:none}}.swiper-navigation-wrapper{display:flex;justify-content:flex-start;gap:12px;position:relative;z-index:2}.swiper-navigation-wrapper .swiper-button-custom{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(17,17,17,.9);color:var(--font-color-white);border:1px solid rgba(17,17,17,.3);border-radius:12px;cursor:pointer;font-size:18px;transition:all .3s ease;position:relative;overflow:hidden}.swiper-navigation-wrapper .swiper-button-custom:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(17,17,17,.3),transparent);transition:left .5s ease}.swiper-navigation-wrapper .swiper-button-custom:hover{background:var(--bg-preto);border-color:rgba(17,17,17,.5);box-shadow:0 8px 25px rgba(0,0,0,.3);transform:translateY(-2px)}.swiper-navigation-wrapper .swiper-button-custom:hover:before{left:100%}.cardTestimonials{background:linear-gradient(135deg,var(--bg-preto) 0,rgba(17,17,17,.95) 100%);padding:28px;border:1px solid rgba(183,150,91,.2);box-shadow:0 10px 30px rgba(0,0,0,.3),0 0 0 1px rgba(183,150,91,.1);display:flex;flex-direction:column;justify-content:space-between;gap:24px;position:relative;border-radius:16px;width:100%;max-width:580px;height:auto;overflow:visible;transition:all .3s ease}.cardTestimonials:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,0,0,.4),0 0 0 1px rgba(183,150,91,.2)}@media(max-width:768px){.cardTestimonials{min-height:250px;min-width:unset}}.cardTestimonials:before{content:"";position:absolute;bottom:30px;right:30px}.cardTestimonials .containerStars{display:flex;gap:5px}.cardTestimonials p{font-family:var(--font-inter);font-size:14px;color:var(--font-color-white);font-weight:400;line-height:1.5;margin:0;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media(max-width:768px){.cardTestimonials p{display:inline;overflow:unset;text-overflow:unset}}.cardTestimonials p a.seeMoreInline{display:inline;margin-left:5px;color:var(--primary-color);font-weight:600;text-decoration:underline;white-space:nowrap}.cardTestimonials p a.seeMoreInline:hover{opacity:.8}@media(max-width:500px){.cardTestimonials p{font-size:12px;min-height:80px}}.cardTestimonials .infoPerson{display:flex;align-items:center;gap:10px}.cardTestimonials .infoPerson img{width:50px;height:50px;border-radius:50%;border:2px solid rgba(183,150,91,.3);transition:all .3s ease;filter:brightness(.9) contrast(1.1)}.cardTestimonials .infoPerson img:hover{border-color:var(--primary-color);filter:brightness(1) contrast(1.1);transform:scale(1.05)}@media(max-width:500px){.cardTestimonials .infoPerson img{width:40px;height:40px}}.cardTestimonials .infoPerson .words{display:flex;flex-direction:column;gap:5px!important;font-family:var(--font-inter);color:#ccc}.cardTestimonials .infoPerson .words span{font-weight:700;font-size:16px;color:var(--font-color-white)}.cardTestimonials .infoPerson .words small{font-weight:400;font-size:12px!important;color:#ccc!important}@media(max-width:768px){.cardTestimonials .infoPerson .words small{text-align:left!important}}.cardTestimonials .absoluteIcon{position:absolute;bottom:20px;right:20px;opacity:.3;transform:rotateY(180deg);transition:all .3s ease}@media(max-width:768px){.cardTestimonials .absoluteIcon{bottom:10px;right:10px}}.cardTestimonials:hover .absoluteIcon{opacity:.5;transform:rotateY(180deg) scale(1.1)}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.sectionVisao{width:100%;padding:80px var(--padding-x);background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;align-items:flex-start;justify-content:space-between;position:relative;min-height:600px;overflow:hidden}.sectionVisao:before{content:"";position:absolute;top:0;left:0;width:200px;height:200px;background:radial-gradient(circle,rgba(183,150,91,.08) 0,transparent 70%);border-radius:50%;z-index:1}.sectionVisao .words{max-width:900px;width:100%;color:var(--bg-preto);display:flex;flex-direction:column;gap:32px;z-index:2;position:relative}.sectionVisao .words .bloco{background:#fff;border-radius:20px;padding:40px;box-shadow:0 20px 40px rgba(0,0,0,.08),0 0 0 1px rgba(183,150,91,.1);border:1px solid rgba(183,150,91,.1);transition:all .3s ease;position:relative;overflow:hidden}.sectionVisao .words .bloco:before{content:"";position:absolute;top:-50px;right:-50px;width:100px;height:100px;background:rgba(183,150,91,.05);border-radius:50%;z-index:1}.sectionVisao .words .bloco:hover{transform:translateY(-3px);box-shadow:0 25px 50px rgba(0,0,0,.12),0 0 0 1px rgba(183,150,91,.2)}.sectionVisao .words .bloco h2{color:var(--bg-preto);font-family:var(--font-playfar);font-weight:700;font-size:clamp(24px,3vw,32px);margin-bottom:24px;position:relative;z-index:2;padding-bottom:12px}.sectionVisao .words .bloco h2:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,var(--primary-color),rgba(183,150,91,.3));border-radius:2px}.sectionVisao .words .bloco p,.sectionVisao .words .bloco ul li{font-family:var(--font-raleway);font-weight:400;font-size:clamp(15px,1.1vw,17px);line-height:1.7;color:rgba(17,17,17,.8);position:relative;z-index:2}.sectionVisao .words .bloco ul{display:flex;flex-direction:column;gap:16px;margin:0;padding:0}.sectionVisao .words .bloco ul li{position:relative;padding-left:20px}.sectionVisao .words .bloco ul li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;background:var(--primary-color);border-radius:50%}.sectionVisao .words .bloco ul li strong{color:var(--bg-preto);font-weight:600}.sectionVisao .floatImage{position:-webkit-sticky;position:sticky;top:80px;max-width:450px;width:100%;z-index:1;align-self:flex-start;margin-top:0}@media(max-width:1520px){.sectionVisao .floatImage{top:60px}}.sectionVisao .floatImage:after{content:"";position:absolute;top:20px;left:20px;width:100%;height:100%;background:rgba(183,150,91,.1);border-radius:20px;z-index:-1}.sectionVisao .floatImage img{width:100%;height:auto;display:block;border-radius:20px;filter:brightness(.85) contrast(1.1);box-shadow:0 20px 40px rgba(0,0,0,.15),0 0 0 1px rgba(183,150,91,.2);transition:all .4s ease}.sectionVisao .floatImage img:hover{transform:translateY(-5px);filter:brightness(.9) contrast(1.1);box-shadow:0 25px 50px rgba(0,0,0,.2),0 0 0 1px rgba(183,150,91,.3)}@media(max-width:1024px){.sectionVisao{flex-direction:column;align-items:center;text-align:center;gap:40px;padding:60px 40px}.sectionVisao .words{max-width:100%}.sectionVisao .words .bloco{padding:32px;text-align:left}.sectionVisao .floatImage{position:relative;top:unset;margin-top:0;max-width:500px;order:-1}.sectionVisao .floatImage:after{top:15px;left:15px}.sectionVisao .floatImage img{width:100%;height:350px;object-fit:cover}}@media(max-width:768px){.sectionVisao{padding:40px 20px}.sectionVisao .words .bloco{padding:24px}.sectionVisao .words .bloco h2{font-size:clamp(20px,4vw,28px);margin-bottom:20px}.sectionVisao .words .bloco p,.sectionVisao .words .bloco ul li{font-size:clamp(14px,1.2vw,16px)}.sectionVisao .floatImage{position:relative;top:unset;max-width:100%}.sectionVisao .floatImage img{height:280px}}