@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap');

:root {
  --common-font: 'Inter', sans-serif; 
  --color-secondary: #E27012;
  --color-primary: #000;

  --principal: var(--color-secondary);
  --secundaria: var(--color-primary);
  --whatsapp: var(--whatsapp-bg);
}


:root {
/*    --color-primary: #000;*/
    --text-color-primary: #fff;
    
/*    --color-secondary: #ffcc00;*/
    --text-secondary: #FFF;

    --fc-black: #000;
    --fc-white: #fff;

    --tophead-bg: var(--color-secondary);
    --tophead-fc: #fff;
    --tophead-fs: 14px;
    --tophead-fw: 400;


    --header-background: #fff;
    --header-icons: #000;
    --header-fs: 17px;
    --header-fw: 700;
    --header-text: #000;
    --header-hover: #000;

    --whatsapp-bg: #33af23;
    --whatsapp-color: #fff;

    --fs-h1: 40px;
    --fw-h1: 700;
    --tt-h1: unset;
    --fc-h1: var(--color-secondary);

    --fs-h2: 40px;
    --fw-h2: 700;
    --tt-h2: unset;
    --fc-h2: var(--color-secondary);

    --fs-h3: 22px;
    --fw-h3: 700;
    --tt-h3: unset;
    --fc-h3: var(--color-secondary);

    --fs-h4: 16px;
    --fw-h4: 600;
    --tt-h4: unset;
    --fc-h4: var(--color-secondary);


    --fs-h5: 16px;
    --fw-h5: 600;
    --tt-h5: unset;
    --fc-h5: var(--color-secondary);

    --fs-p: 17px;
    --fc-p: #1a1b1b;

    --sm-radius: 5px;
    --md-radius: 10px;
    --lg-radius: 20px;

    /* Home — bloco Soluções em Ventilação */
    --rs-primary: #00173b;
    --rs-primary-container: #0f2c59;
    --rs-tertiary-fixed: #e27012;
    --rs-tertiary-dim: #c65f0e;
    --rs-surface: #faf9fd;
    --rs-surface-low: #f4f3f7;
    --rs-surface-container: #efedf2;
    --rs-surface-high: #e9e7ec;
    --rs-surface-lowest: #ffffff;
    --rs-text-secondary: #505f76;
    --rs-text-outline: #747780;

    /* Ritmo vertical (identidade visual) */
    --rs-section-py: clamp(2.75rem, 7vw, 5.25rem);
    --rs-section-py-lg: clamp(3.25rem, 8vw, 5.75rem);
}

/* Alert */
.sweet-alert,.sweet-overlay{position:fixed;display:none}body.stop-scrolling{height:100%;overflow:hidden}.sweet-overlay{background-color:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";background-color:rgba(0,0,0,.4);left:0;right:0;top:0;bottom:0;z-index:10000}.sweet-alert{background-color:#fff;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;width:478px;padding:17px;border-radius:5px;text-align:center;left:50%;top:50%;margin-left:-256px;margin-top:-200px;overflow:hidden;z-index:99999}@media all and (max-width:540px){.sweet-alert{width:auto;margin-left:0;margin-right:0;left:15px;right:15px}}.sweet-alert h2{color:#575757;font-size:30px;text-align:center;font-weight:600;text-transform:none;position:relative;margin:25px 0;padding:0;line-height:40px;display:block}.sweet-alert p{color:#797979;font-size:16px;font-weight:300;position:relative;text-align:inherit;float:none;margin:0;padding:0;line-height:normal}.sweet-alert fieldset{border:none;position:relative}.sweet-alert .sa-error-container{background-color:#f1f1f1;margin-left:-17px;margin-right:-17px;overflow:hidden;padding:0 10px;max-height:0;webkit-transition:padding .15s,max-height .15s;transition:padding .15s,max-height .15s}.sweet-alert .sa-error-container.show{padding:10px 0;max-height:100px;webkit-transition:padding .2s,max-height .2s;transition:padding .25s,max-height .25s}.sweet-alert .sa-error-container .icon{display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#ea7d7d;color:#fff;line-height:24px;text-align:center;margin-right:3px}.sweet-alert .sa-error-container p{display:inline-block}.sweet-alert .sa-input-error{position:absolute;top:29px;right:26px;width:20px;height:20px;opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all .1s;transition:all .1s}.sweet-alert .sa-input-error::after,.sweet-alert .sa-input-error::before{content:"";width:20px;height:6px;background-color:#f06e57;border-radius:3px;position:absolute;top:50%;margin-top:-4px;left:50%;margin-left:-9px}.sweet-alert .sa-input-error::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-alert .sa-input-error::after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sweet-alert .sa-input-error.show{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.sweet-alert input{width:100%;box-sizing:border-box;border-radius:3px;border:1px solid #d7d7d7;height:43px;margin-top:10px;margin-bottom:17px;font-size:18px;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);padding:0 12px;display:none;-webkit-transition:all .3s;transition:all .3s}.sweet-alert input:focus{outline:0;box-shadow:0 0 3px #c4e6f5;border:1px solid #b4dbed}.sweet-alert input:focus::-moz-placeholder{transition:opacity .3s 30ms ease;opacity:.5}.sweet-alert input:focus:-ms-input-placeholder{transition:opacity .3s 30ms ease;opacity:.5}.sweet-alert input:focus::-webkit-input-placeholder{transition:opacity .3s 30ms ease;opacity:.5}.sweet-alert input::-moz-placeholder{color:#bdbdbd}.sweet-alert input::-ms-clear{display:none}.sweet-alert input:-ms-input-placeholder{color:#bdbdbd}.sweet-alert input::-webkit-input-placeholder{color:#bdbdbd}.sweet-alert.show-input input{display:block}.sweet-alert .sa-confirm-button-container{display:inline-block;position:relative}.sweet-alert .la-ball-fall{position:absolute;left:50%;top:50%;margin-left:-27px;margin-top:4px;opacity:0;visibility:hidden}.sweet-alert button{background-color:#8CD4F5;color:#fff;border:none;box-shadow:none;font-size:17px;font-weight:500;-webkit-border-radius:4px;border-radius:5px;padding:10px 32px;margin:26px 5px 0;cursor:pointer}.sweet-alert button:focus{outline:0;box-shadow:0 0 2px rgba(128,179,235,.5),inset 0 0 0 1px rgba(0,0,0,.05)}.sweet-alert button:hover{background-color:#7ecff4}.sweet-alert button:active{background-color:#5dc2f1}.sweet-alert button.cancel{background-color:#C1C1C1}.sweet-alert button.cancel:hover{background-color:#b9b9b9}.sweet-alert button.cancel:active{background-color:#a8a8a8}.sweet-alert button.cancel:focus{box-shadow:rgba(197,205,211,.8) 0 0 2px,rgba(0,0,0,.0470588) 0 0 0 1px inset!important}.sweet-alert button[disabled]{opacity:.6;cursor:default}.sweet-alert button.confirm[disabled]{color:transparent}.sweet-alert button.confirm[disabled]~.la-ball-fall{opacity:1;visibility:visible;transition-delay:0s}.sweet-alert button::-moz-focus-inner{border:0}.sweet-alert[data-has-cancel-button=false] button{box-shadow:none!important}.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false]{padding-bottom:40px}.sweet-alert .sa-icon{width:80px;height:80px;border:4px solid gray;-webkit-border-radius:40px;border-radius:50%;margin:20px auto;padding:0;position:relative;box-sizing:content-box}.sweet-alert .sa-icon.sa-error{border-color:#F27474}.sweet-alert .sa-icon.sa-error .sa-x-mark{position:relative;display:block}.sweet-alert .sa-icon.sa-error .sa-line{position:absolute;height:5px;width:47px;background-color:#F27474;display:block;top:37px;border-radius:2px}.sweet-alert .sa-icon.sa-error .sa-line.sa-left{-webkit-transform:rotate(45deg);transform:rotate(45deg);left:17px}.sweet-alert .sa-icon.sa-error .sa-line.sa-right{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);right:16px}.sweet-alert .sa-icon.sa-warning{border-color:#F8BB86}.sweet-alert .sa-icon.sa-warning .sa-body{position:absolute;width:5px;height:47px;left:50%;top:10px;-webkit-border-radius:2px;border-radius:2px;margin-left:-2px;background-color:#F8BB86}.sweet-alert .sa-icon.sa-warning .sa-dot{position:absolute;width:7px;height:7px;-webkit-border-radius:50%;border-radius:50%;margin-left:-3px;left:50%;bottom:10px;background-color:#F8BB86}.sweet-alert .sa-icon.sa-info::after,.sweet-alert .sa-icon.sa-info::before{content:"";background-color:#C9DAE1;left:50%;position:absolute}.sweet-alert .sa-icon.sa-info{border-color:#C9DAE1}.sweet-alert .sa-icon.sa-info::before{width:5px;height:29px;bottom:17px;border-radius:2px;margin-left:-2px}.sweet-alert .sa-icon.sa-info::after{width:7px;height:7px;border-radius:50%;margin-left:-3px;top:19px}.sweet-alert .sa-icon.sa-success{border-color:#A5DC86}.sweet-alert .sa-icon.sa-success::after,.sweet-alert .sa-icon.sa-success::before{content:'';position:absolute;width:60px;height:120px;background:#fff}.sweet-alert .sa-icon.sa-success::before{-webkit-border-radius:120px 0 0 120px;border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.sweet-alert .sa-icon.sa-success::after{-webkit-border-radius:0 120px 120px 0;border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px}.sweet-alert .sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(165,220,134,.2);-webkit-border-radius:40px;border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.sweet-alert .sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-alert .sa-icon.sa-success .sa-line{height:5px;background-color:#A5DC86;display:block;border-radius:2px;position:absolute;z-index:2}.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sweet-alert .sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-alert .sa-icon.sa-custom{background-size:contain;border-radius:0;border:none;background-position:center center;background-repeat:no-repeat}@-webkit-keyframes showSweetAlert{0%{transform:scale(.7);-webkit-transform:scale(.7)}45%{transform:scale(1.05);-webkit-transform:scale(1.05)}80%{transform:scale(.95);-webkit-transform:scale(.95)}100%{transform:scale(1);-webkit-transform:scale(1)}}@keyframes showSweetAlert{0%{transform:scale(.7);-webkit-transform:scale(.7)}45%{transform:scale(1.05);-webkit-transform:scale(1.05)}80%{transform:scale(.95);-webkit-transform:scale(.95)}100%{transform:scale(1);-webkit-transform:scale(1)}}@-webkit-keyframes hideSweetAlert{0%{transform:scale(1);-webkit-transform:scale(1)}100%{transform:scale(.5);-webkit-transform:scale(.5)}}@keyframes hideSweetAlert{0%{transform:scale(1);-webkit-transform:scale(1)}100%{transform:scale(.5);-webkit-transform:scale(.5)}}@-webkit-keyframes slideFromTop{0%{top:0}100%{top:50%}}@keyframes slideFromTop{0%{top:0}100%{top:50%}}@-webkit-keyframes slideToTop{0%{top:50%}100%{top:0}}@keyframes slideToTop{0%{top:50%}100%{top:0}}@-webkit-keyframes slideFromBottom{0%{top:70%}100%{top:50%}}@keyframes slideFromBottom{0%{top:70%}100%{top:50%}}@-webkit-keyframes slideToBottom{0%{top:50%}100%{top:70%}}@keyframes slideToBottom{0%{top:50%}100%{top:70%}}.showSweetAlert[data-animation=pop]{-webkit-animation:showSweetAlert .3s;animation:showSweetAlert .3s}.showSweetAlert[data-animation=none]{-webkit-animation:none;animation:none}.showSweetAlert[data-animation=slide-from-top]{-webkit-animation:slideFromTop .3s;animation:slideFromTop .3s}.showSweetAlert[data-animation=slide-from-bottom]{-webkit-animation:slideFromBottom .3s;animation:slideFromBottom .3s}.hideSweetAlert[data-animation=pop]{-webkit-animation:hideSweetAlert .2s;animation:hideSweetAlert .2s}.hideSweetAlert[data-animation=none]{-webkit-animation:none;animation:none}.hideSweetAlert[data-animation=slide-from-top]{-webkit-animation:slideToTop .4s;animation:slideToTop .4s}.hideSweetAlert[data-animation=slide-from-bottom]{-webkit-animation:slideToBottom .3s;animation:slideToBottom .3s}@-webkit-keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@-webkit-keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@-webkit-keyframes rotatePlaceholder{0%,5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}100%,12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%,5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}100%,12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}.animateSuccessTip{-webkit-animation:animateSuccessTip .75s;animation:animateSuccessTip .75s}.animateSuccessLong{-webkit-animation:animateSuccessLong .75s;animation:animateSuccessLong .75s}.sa-icon.sa-success.animate::after{-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in}@-webkit-keyframes animateErrorIcon{0%{transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);-webkit-transform:rotateX(0);opacity:1}}@keyframes animateErrorIcon{0%{transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);-webkit-transform:rotateX(0);opacity:1}}.animateErrorIcon{-webkit-animation:animateErrorIcon .5s;animation:animateErrorIcon .5s}@-webkit-keyframes animateXMark{0%,50%{transform:scale(.4);-webkit-transform:scale(.4);margin-top:26px;opacity:0}80%{transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px}100%{transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1}}@keyframes animateXMark{0%,50%{transform:scale(.4);-webkit-transform:scale(.4);margin-top:26px;opacity:0}80%{transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px}100%{transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1}}.animateXMark{-webkit-animation:animateXMark .5s;animation:animateXMark .5s}@-webkit-keyframes pulseWarning{0%{border-color:#F8D486}100%{border-color:#F8BB86}}@keyframes pulseWarning{0%{border-color:#F8D486}100%{border-color:#F8BB86}}.pulseWarning{-webkit-animation:pulseWarning .75s infinite alternate;animation:pulseWarning .75s infinite alternate}@-webkit-keyframes pulseWarningIns{0%{background-color:#F8D486}100%{background-color:#F8BB86}}@keyframes pulseWarningIns{0%{background-color:#F8D486}100%{background-color:#F8BB86}}.pulseWarningIns{-webkit-animation:pulseWarningIns .75s infinite alternate;animation:pulseWarningIns .75s infinite alternate}@-webkit-keyframes rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.sweet-alert .sa-icon.sa-error .sa-line.sa-left{-ms-transform:rotate(45deg)\9}.sweet-alert .sa-icon.sa-error .sa-line.sa-right{-ms-transform:rotate(-45deg)\9}.sweet-alert .sa-icon.sa-success{border-color:transparent\9}.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{-ms-transform:rotate(45deg)\9}.sweet-alert .sa-icon.sa-success .sa-line.sa-long{-ms-transform:rotate(-45deg)\9}
.la-ball-fall,.la-ball-fall>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.la-ball-fall{display:block;font-size:0;color:#fff;width:54px;height:18px}.la-ball-fall.la-dark{color:#333}.la-ball-fall>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;width:10px;height:10px;margin:4px;border-radius:100%;opacity:0;-webkit-animation:ball-fall 1s ease-in-out infinite;-moz-animation:ball-fall 1s ease-in-out infinite;-o-animation:ball-fall 1s ease-in-out infinite;animation:ball-fall 1s ease-in-out infinite}.la-ball-fall>div:nth-child(1){-webkit-animation-delay:-.2s;-moz-animation-delay:-.2s;-o-animation-delay:-.2s;animation-delay:-.2s}.la-ball-fall>div:nth-child(2){-webkit-animation-delay:-.1s;-moz-animation-delay:-.1s;-o-animation-delay:-.1s;animation-delay:-.1s}.la-ball-fall>div:nth-child(3){-webkit-animation-delay:0s;-moz-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.la-ball-fall.la-sm{width:26px;height:8px}.la-ball-fall.la-sm>div{width:4px;height:4px;margin:2px}.la-ball-fall.la-2x{width:108px;height:36px}.la-ball-fall.la-2x>div{width:20px;height:20px;margin:8px}.la-ball-fall.la-3x{width:162px;height:54px}.la-ball-fall.la-3x>div{width:30px;height:30px;margin:12px}@-webkit-keyframes ball-fall{0%{opacity:0;-webkit-transform:translateY(-145%);transform:translateY(-145%)}10%,90%{opacity:.5}20%,80%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(145%);transform:translateY(145%)}}@-moz-keyframes ball-fall{0%{opacity:0;-moz-transform:translateY(-145%);transform:translateY(-145%)}10%,90%{opacity:.5}20%,80%{opacity:1;-moz-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(145%);transform:translateY(145%)}}@-o-keyframes ball-fall{0%{opacity:0;-o-transform:translateY(-145%);transform:translateY(-145%)}10%,90%{opacity:.5}20%,80%{opacity:1;-o-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-o-transform:translateY(145%);transform:translateY(145%)}}@keyframes ball-fall{0%{opacity:0;-webkit-transform:translateY(-145%);-moz-transform:translateY(-145%);-o-transform:translateY(-145%);transform:translateY(-145%)}10%,90%{opacity:.5}20%,80%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(145%);-moz-transform:translateY(145%);-o-transform:translateY(145%);transform:translateY(145%)}}
/* Pop Up */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:rgba(52,52,60,.8);border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:35px;height:35px;line-height:1.4;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:26px;border-radius:3px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{position:absolute;top:50px;right:10px;color:#fff;text-align:center}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-15px;padding:2px;width:35px;height:35px;border-radius:3px;-webkit-tap-highlight-color:transparent}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;border:medium inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{font-family:FontAwesome;font-size:18px;line-height:1.7;color:#fff;margin-left:12px}.mfp-arrow-left{left:60px}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{content:"\f104"}.mfp-arrow-right{right:60px}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{content:"\f105"}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
/* GDPR */
:root{--diviaGDPRLight:#ffffff;--diviaGDPRDark:#393d4d}#diviaGDPR *{margin:0;padding:0;text-decoration:none;list-style:none;-webkit-box-sizing:border-box;box-sizing:border-box}#diviaGDPR a,#diviaGDPR button{cursor:pointer;color:inherit;font-family:inherit}#diviaGDPR button{outline:0;border:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;appearance:none}#diviaGDPR em,#diviaGDPR strong{font-weight:700;font-family:inherit}#diviaGDPR a:hover{text-decoration:none;cursor:pointer}#diviaGDPR a:focus,#diviaGDPR input:focus{outline:0;list-style:none}#diviaGDPR.light{background-color:#fff;background-color:var(--diviaGDPRLight);color:#393d4d;color:var(--diviaGDPRDark)}#diviaGDPR.light p,#diviaGDPR.light ul{color:#393d4d;color:var(--diviaGDPRDark)}#diviaGDPR.light h5{color:var(--diviaGDPRDark)}#diviaGDPR.light button#cookieReject{background:#fff;background:var(--diviaGDPRLight)}#diviaGDPR.dark{background-color:#393d4d;background-color:var(--diviaGDPRDark);color:#fff;color:var(--diviaGDPRLight)}#diviaGDPR.dark h5,#diviaGDPR.dark p,#diviaGDPR.dark ul{color:#fff;color:var(--diviaGDPRLight)}#diviaGDPR.dark button#cookieReject{background:0 0;color:#fff;color:var(--diviaGDPRLight);border:1px solid #fff;border:1px solid var(--diviaGDPRLight)}#diviaGDPR{-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;padding:15px;border-radius:10px;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.25);box-shadow:0 6px 6px rgba(0,0,0,.25);font-family:inherit;z-index:999997}#diviaGDPR svg{display:block}#diviaGDPR.display-left{left:70px;bottom:70px;max-width:395px}#diviaGDPR.display-right{right:30px;bottom:30px;max-width:395px}#diviaGDPR.display-top{top:30px;width:800px;left:50%;margin-left:-400px}#diviaGDPR.display-bottom{bottom:30px;width:800px;left:50%;margin-left:-400px}#diviaGDPR.display-bottom .content-wrap,#diviaGDPR.display-top .content-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#diviaGDPR.display-bottom .msg-wrap,#diviaGDPR.display-top .msg-wrap{max-width:65%;width:100%;margin-bottom:0}#diviaGDPR.display-bottom #cookieSettings,#diviaGDPR.display-top #cookieSettings{margin-bottom:0}#diviaGDPR.display-bottom #cookieTypes,#diviaGDPR.display-top #cookieTypes{margin-top:20px}#diviaGDPR .btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;font-weight:700;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -5px;-ms-flex-wrap:wrap;flex-wrap:wrap}#diviaGDPR .title-wrap,#diviaGDPR h5,#diviaGDPR.display-bottom.full-width-true .btn-wrap button,#diviaGDPR.display-top.full-width-true .btn-wrap button{margin-bottom:10px}#diviaGDPR .btn-wrap button{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 7px;margin:0 5px 10px;border-radius:20px;cursor:pointer;white-space:nowrap;min-width:130px;line-height:36px;border:none;font-family:inherit;font-size:16px;-webkit-transition:-webkit-box-shadow .3s;transition:box-shadow .3s;-o-transition:box-shadow .3s;transition:box-shadow .3s,-webkit-box-shadow .3s}#diviaGDPR .btn-wrap button:hover{-webkit-transition:-webkit-box-shadow .4s cubic-bezier(.25, .8, .25, 1),-webkit-transform .4s cubic-bezier(.25, .8, .25, 1);transition:box-shadow .4s cubic-bezier(.25, .8, .25, 1),transform .4s cubic-bezier(.25, .8, .25, 1),-webkit-box-shadow .4s cubic-bezier(.25, .8, .25, 1),-webkit-transform .4s cubic-bezier(.25, .8, .25, 1);-o-transition:box-shadow .4s cubic-bezier(.25, .8, .25, 1),transform .4s cubic-bezier(.25, .8, .25, 1);-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.3);box-shadow:0 2px 5px 0 rgba(0,0,0,.3);-webkit-transform:translate3d(0,-1px,0);transform:translate3d(0,-1px,0)}#diviaGDPR #cookieSettings{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-weight:400;margin-bottom:20px;text-decoration:underline}#diviaGDPR #cookieSettings svg{vertical-align:middle;margin-right:8px}#diviaGDPR h4{font-family:inherit;font-weight:700;font-size:18px}#diviaGDPR .title-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#diviaGDPR .title-wrap svg{margin-right:10px}#diviaGDPR h5{font-family:inherit;font-weight:700;font-size:12px;text-transform:uppercase}#diviaGDPR p,#diviaGDPR ul{font-size:14px;margin-bottom:10px}#diviaGDPR p:last-child{margin-bottom:0;text-align:left}#diviaGDPR li{width:49%;display:inline-block}#diviaGDPR a{text-decoration:underline;padding-left:20px;font-size:14px;-webkit-transition:.3s ease-in;-o-transition:.3s ease-in;transition:.3s ease-in}#cookieTypes label{font-size:13px}#diviaGDPR button:disabled{opacity:.3}#diviaGDPR input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;-webkit-font-smoothing:antialiased;text-rendering:optimizeSpeed;width:14px;height:14px;margin:4px 10px 0 0;display:block;float:left;position:relative;outline:0;border:none}#diviaGDPR input[type=checkbox]:checked:after{background:#d3d3d3;content:"\2714";color:grey}#diviaGDPR input[type=checkbox]:after{content:"";vertical-align:middle;text-align:center;line-height:13px;position:absolute;cursor:pointer;height:14px;width:14px;left:0;top:0;font-size:10px;background:#d3d3d3}#diviaGDPR.display-bottom.full-width-true,#diviaGDPR.display-top.full-width-true{width:100%;max-width:100%;left:auto;right:auto;bottom:auto;top:0;border-radius:0;margin:auto}#diviaGDPR.display-bottom.full-width-true{bottom:0;top:auto;-webkit-box-shadow:0 -3px 3px rgb(0 0 0 / 25%);box-shadow:0 -3px 3px rgb(0 0 0 / 25%)}#diviaGDPR.display-bottom.full-width-true .title-wrap,#diviaGDPR.display-top.full-width-true .title-wrap{display:none}@media only screen and (max-width:800px){#diviaGDPR.display-bottom,#diviaGDPR.display-top{width:100%;max-width:100%;left:auto;right:auto;bottom:auto;top:0;border-radius:0;margin:auto}#diviaGDPR.display-bottom{bottom:0;top:auto;-webkit-box-shadow:0 -3px 3px rgb(0 0 0 / 25%);box-shadow:0 -3px 3px rgb(0 0 0 / 25%)}#diviaGDPR.display-bottom .btn-wrap button,#diviaGDPR.display-top .btn-wrap button{margin-bottom:10px}#diviaGDPR.display-bottom .msg-wrap,#diviaGDPR.display-top .msg-wrap{margin-right:20px}}#divia-gdpr{position:fixed;bottom:20px;height:55px;width:55px;left:20px;cursor:pointer;background:#000;opacity:.5;border-radius:50%;text-align:center;z-index:9999;overflow:hidden;-moz-box-shadow:0 6px 5px #595959;-webkit-box-shadow:0 6px 5px #595959;box-shadow:0 6px 5px #595959}#divia-gdpr img{width:43px;padding-top:10px}#divia-gdpr:hover{opacity:1}@media only screen and (max-width :800px){#divia-gdpr{bottom:80px}#diviaGDPR.display-left,#diviaGDPR.display-right{bottom:141px}#diviaGDPR{padding:10px}#diviaGDPR #cookieSettings{margin-bottom:5px}#diviaGDPR.display-left{max-width:315px}#diviaGDPR .btn-wrap button{line-height:30px;margin:0 5px 5px}}
html {
  overflow-x: hidden !important;
}
body {
  position: relative;
  overflow: hidden !important;
}

@media only screen and (max-width : 991px) {
    :root {
        --fs-h1: 30px;
    }
}
body {
    font-family: var(--common-font);
}
a {
    text-decoration: none;
    color: var(--color-primary);
}
p {
    color:var(--fc-p);
    font-size: var(--fs-p);
    font-family: var(--common-font);
}
h1 {
    font-size: var(--fs-h1);
    font-weight: var(--fw-h1);
    text-transform: var(--tt-h1);
    color: var(--fc-h1);
}
h2 {
    font-size: var(--fs-h2);
    font-weight: var(--fw-h2);
    text-transform: var(--tt-h2);
    color: var(--fc-h2);
}
h3 {
    font-size: var(--fs-h3);
    font-weight: var(--fw-h3);
    text-transform: var(--tt-h3);
    color: var(--fc-h3);
}
h4 {
    font-size: var(--fs-h4);
    font-weight: var(--fw-h4);
    text-transform: var(--tt-h4);
    color: var(--fc-h4);
}
h5 {
    font-size: var(--fs-h5);
    font-weight: var(--fw-h5);
    text-transform: var(--tt-h5);
    color: var(--fc-h5);
}
.black  {
    color: var(--fc-black);
}
.white {
    color: var(--fc-white);
}
.whatsapp {
    color: var(--whatsapp-color);
    background: var(--whatsapp-bg);
    font-weight: 600;
    font-size: 20px;
    padding: 7px 30px;
}
.btn-default {
    color: var(--text-secondary);
    background: var(--color-secondary);
    font-weight: 600;
    padding: 10px 20px;
    border-radius: var(--sm-radius);
    display: initial;
    align-items: center;
}
.btn-default i {
    font-size: 20px;
    margin-right: 5px;
}
.btn-default:hover {
    color: var(--text-secondary);
    background: var(--color-secondary);
    font-weight: 600;
}
.btn-default-sm {
    padding: 5px 12px;
}
.btn-default.phone2 {
    color: #FFF;
}
.btn-default-sm i {
    font-size: 16px;
    margin-right: 5px;
}
.footer-copyright {
    background-color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-copyright p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 15px;
}
.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ptb-50 {
    padding-top: var(--rs-section-py);
    padding-bottom: var(--rs-section-py);
}

.ptb-75 {
    padding-top: var(--rs-section-py-lg);
    padding-bottom: var(--rs-section-py-lg);
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mtb-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}
.mtb-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.mtb-200 {
    margin-top: 200px;
    margin-bottom: 200px;
}
.mx-100 {
    max-width: 100%;
}
.mobile {
   display: none;
}
.whatsapp-desktop {
  display: initial;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9999;
  text-align: center;
}
.whatsapp-desktop img {
  width: 60px;
}
.whatsapp-desktop img:hover {
  transform: scale(1.10);
  opacity:0.8; 
  transition: all 0.3s ease-out;
}
.whatsapp-desktop .whatsapp-text {
  background: var(--whatsapp);
  color: #FFF;
  font-size: 17px;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.t-mobile {
    display: none;
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    font-weight: bold;
}

.d-mobile {
    position: fixed;
    width: 100%;    
    display: none;
    bottom: 0;
    font-size: 14px;
    z-index: 999;
    text-align: center;
}
.t-mobile a, .d-mobile a {
    color: #FFF;
}
.d-mobile .d-phone {
    width: 50%;
    float: left;
    background-color: var(--principal);
    padding: 20px 0;
}
.d-mobile .d-whats {
    width: 50%;
    float: right;
    background-color: var(--whatsapp);
    padding: 20px 0;
}
.breadcrumbs-wrap {
  background-color: #f8f8f8;
  padding: 20px 0;
}
.breadcrumbs {
  font-size: 13px;
  line-height: 18px;
}
.breadcrumbs, .breadcrumbs a {
  color: #9b9b9b;
}
.breadcrumbs > * {
  position: relative;
}
.breadcrumbs > a:after {
  content: '/';
  display: inline-block;
  padding: 0 4px 0 5px;
}
.modal-sm .modal-header {
  background: #FFF; text-align: center;
}
.modal-sm .modal-header img {
  max-height: 30px; margin: 0 auto;
}
.modal-sm .modal-body {
  font-size: 14px !important; text-align: center; font-weight: 900; color: #000;
}
.modal-sm .modal-body hr {
  background-color: #000;
}
.modal-sm .modal-footer .btn {
  width: 100%;
}
.modalPhone2 .modal-body {
  padding: 100px 0;
}
.modal-sm .modal-body .form-group {
  margin-bottom: 10px;
}
.modalPhone2 .modal-body .t1 {
  font-size: 24px !important; text-align: center; font-weight: 900; color: var(--principal);
}
.modalPhone2 .modal-body .t2 {
  text-align: center; font-weight: 900; font-size: 24px; margin: 30px 0
}
.modalPhone2 .modal-body .t3 {
  text-align: center; 
}
.modalPhone2 .modal-body .t3 .btn {
  background: var(--principal); padding: 0 30px; font-size: 26px; border-color: var(--principal);
}
.btn_whats {
  border-radius:4px; white-space: inherit; cursor: pointer !important; background: var(--whatsapp); color: #FFF !important; padding: 10px 15px; border: 1px solid var(--whatsapp);
}
.btn_whats:hover {
  color: var(--whatsapp) !important; background: #FFF !important; opacity:0.8; transition: all 0.3s ease-out;
}
.btn_phone {
  border-radius:4px; white-space: inherit; cursor: pointer !important; background: var(--principal); color: #FFF !important; padding: 10px 15px; border: 1px solid var(--principal);
}
.btn_phone:hover {
  color: var(--principal) !important; background: #FFF !important; opacity:0.8; transition: all 0.3s ease-out;
}
.btn_phone2 {
  border-radius:4px; white-space: inherit; cursor: pointer !important; background: var(--secundaria); color: #FFF !important; padding: 10px 15px; border: 1px solid var(--secundaria);
}
.btn_phone2:hover {
  color: var(--secundaria) !important; background: #FFF !important; opacity:0.8; transition: all 0.3s ease-out;
}
.form_banner {
  position: absolute; 
  right: 100px; 
  top: 100px;  
  z-index: 9; 
  padding: 30px 40px 10px; 
  width: 400px;
  box-shadow: -2px -2px 6px 0 rgba(0,0,0,.1);
  background-color: #525e6c;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.form_banner.interna {
  position: relative;
  right: initial;
  top: initial;
  max-width: 100%;
}
.form_banner h4 {
  color: #FFF;
  font-weight: 900;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
}
.form_banner p {
  color: #FFF;
  margin-bottom: 25px !important;
  font-size: 16px;
  line-height: 20px;
}
.form_banner .form-group {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px;
}
.form_banner .form-control {
  background: #ffffff;
  border-color: #ffffff;
  color: #657380;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  padding: 12px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 2px solid #e8ebed;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: initial;
}
.form_banner select.form-control {
  padding:  5px;
}
.form_banner .btn {
  background: var(--principal);
  color: #FFF;
  border-color: var(--principal);
  display: inline-block;
  width: 100%;
  color: #ffffff;
  padding: 11px 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: pre-line;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.form_banner .btn:hover {opacity:0.7}
.box_contact_form {
  text-align: center;
  margin-top: 30px;
  padding: 50px 30px 40px 30px;
  background-color: var(--secundaria);
  border-radius: 10px;
  color: #FFF;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
}
.box_contact_form h5 {
  font-size: 1.15rem;
  margin-bottom: 35px;
  color: #FFF;
  margin-bottom: 10px;
}
.box_contact_form ul {
  position: relative;
  padding: 0;
  margin: 0;
}
.box_contact_form ul li {
  position: relative;
  text-align: left;
  line-height: 1.9em;
  color: var(--principal);
  padding-left: 50px;
  margin-bottom: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.box_contact_form ul li i {
  position: absolute;
  left: 0px;
  top: 10px;
  line-height: 1em;
  font-size: 34px;
  color: var(--principal);
}
.preloader_divia { 
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%;
    z-index:999999; 
    background-color:#ffffff; 
    background-position:center center;
    background-repeat:no-repeat; 
    background-image:url(../img/logo.html);
}
/* Pagination */
.pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #707070;
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin-left: 5px;
}

.pagination li span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    margin-left: 5px;
}

.pagination li.active span {
    background: var(--principal);
    color: #FFF !important;
    font-weight: bold;
}
.pagination li a:hover {
    color: var(--principal);
    border: 1px solid var(--principal);
}

/*====Sidebar Start=====*/
.service-sidebar-service-box {
  padding-top: 20px;
}
.service-sidebar-title .h2-title {
    font-size: 30px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0px;
}
.service-sidebar-line {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: var(--principal);
}
.service-sidebar-line::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    background-color: var(--secundaria);
    top: 0;
    left: 0;
}
.service-sidebar-service-box ul {
    text-decoration: none;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 10px;
}
.service-sidebar-service-box ul li {
    position: relative;
    padding: 5px;
    margin-bottom: 10px;
    transition: 0.3s;
}
.service-sidebar-service-box ul li:hover {
    background-color: #ffffff;
    box-shadow: 1px 1px 60px 0px rgb(0,0,0,0.1);
    transition: 0.3s;
}
.service-sidebar-service-box ul li:hover .service-sidebar-text {
    color: var(--principal);
    transition: 0.3s;
}
.service-sidebar-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #777777;
    transition: 0.3s;
}
.service-sidebar-service-box .active {
    background-color: #ffffff;
    box-shadow: 1px 1px 60px 0px rgb(0,0,0,0.1);
}
.service-sidebar-service-box .active .service-sidebar-text {
    color: #b68c5a;
}
.service-sidebar-service-box .active span:last-child {
    right: 30px;
}
.service-sidebar-service-box ul li span:last-child {
    position: absolute;
    right: 20px;
    transition: 0.3s;
}
.service-sidebar-service-box ul li:hover span:last-child {
    right: 30px;
    transition: 0.3s;
}
.service-sidebar-download-box {
    margin-top: 50px;
}
@media only screen and (min-width : 1500px) {
    .form_banner {
      right: 170px;
      top:  120px;
    }
}
@media only screen and (max-width : 1280px) {
  .form_banner {
    right: 50px;
    top:  100px;
    padding: 20px 40px 10px;
  }
  .form_banner .form-control {
    height: 30px;
  }
  .form_banner textarea.form-control {
    height: 50px;
  }
}
@media only screen and (max-width : 800px) {
    .d-mobile, .t-mobile {
        display: block;
    }
    .mobile {
        display: initial;
    }
    .desktop {
        display: none;
    }
    .divia {
        margin: 0 auto;
        text-align: center !important;
        margin-top: 20px;
        margin-bottom: 70px;
    }
    .form_banner {
      position: relative;
      right: 0;
      top: 0;
      width: 100%;
    }
    .whatsapp-desktop {
      display: none;
    }
}

/*  ================ HEADER 1 ================ */

/* TOP HEADER */
#topheader-01{
  background: var(--tophead-bg); 
  border-bottom: 1px solid #e9e9e9;
  padding: 0;
}

.list-top-header-2 {
  padding-right: 0px; margin-bottom: 0px;
}

#topheader-01 ul li i {
  margin-right: 7px;
}

#topheader-01 ul li {
  display: inline-block; 
  line-height: 40px; 
  padding: 0 10px; 
  position: relative;    
  font-size: var(--tophead-fs);    
  color: var(--tophead-fc);  
  float: left;
  border-radius: var(--sm-radius);
}

#topheader-01 ul li a {
  color: var(--tophead-fc);
}

#topheader-01 p { 
  font-size: var(--tophead-fs);  
  color: var(--tophead-fc); 
  line-height: 40px;  
  margin-bottom: 0px;   
  font-weight: 500;
  letter-spacing: .5px;
}

#topheader-01 .menu-top-header {
  display: flex;
  justify-content: flex-end;
}

#topheader-01 .menu-top-header ul {
  margin-bottom: 0px;
  padding-left: 0px;
}

#topheader-01 .whats {
  background-color: var(--whatsapp-bg);
  margin-right: 5px;
}

#topheader-01 ul .phone a { 
  color: var(--fc-white);
}

#topheader-01 .phone {
  background: var(--color-secondary);
  color: var(--text-secondary);
  margin-left: 5px;
}

#topheader-01 ul .phone a {
  color: var(--text-secondary);
}
/* END TOP HEADER */



/* MID HEADER */
#midheader-01 {
  padding: 10px 0;
}

#midheader-01 .btn-apoio {
  background: var(--color-secondary) !important;
  color: var(--text-secondary) !important;
  padding: 8px 14px;
  border-radius: 3px;
  text-decoration: none;
  margin-left: 15px;
  text-align: left;
  display: flex;
  flex-direction: column;
  border-radius: var(--sm-radius);
}

#midheader-01 .navbar-brand img {
  max-width: 185px !important;
}
/* END MID HEADER */



/*MENU PRINCIPAL */
#header_01 .dropdown-toggle::after {
  content: '\F282';
  font-family: 'bootstrap-icons';
  font-weight: 700;
  border-top: 0;
  vertical-align: middle;
  margin-left: 1px;
  padding-left: 0;
  border: 0;
  font-size: 14px;
}

#header_01 .dropdown:hover .dropdown-toggle::after, #header_01 .dropdown:hover .nav-link {
  /*color: var(--header-hover);*/
  transition: all 0.2s;
}

#header_01.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
}

/* Menu fixo (scroll): fundo branco, links #00173b, sombra inferior leve */
#header_01.navbar.fixed-top {
  background: #fff !important;
  box-shadow: 0 4px 14px rgba(0, 23, 59, 0.08) !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

#header_01.navbar.fixed-top .navbar-nav .nav-link {
  color: #00173b !important;
  text-shadow: none !important;
}

#header_01.navbar.fixed-top .dropdown:hover .nav-link,
#header_01.navbar.fixed-top .dropdown:hover .dropdown-toggle::after {
  color: #00173b !important;
  opacity: 0.85;
}

#header_01.navbar.fixed-top .dropdown-toggle::after {
  color: #00173b !important;
}

#header_01.navbar.fixed-top .navbar-brand img {
  filter: none !important;
  max-height: 58px !important;
  width: auto !important;
  height: auto !important;
  max-width: 220px;
  object-fit: contain;
  transition: max-height 0.3s ease;
}

#header_01.navbar.fixed-top .navbar-toggler .navbar-toggler-icon,
#header_01.navbar.fixed-top .navbar-toggler .navbar-toggler-icon::before,
#header_01.navbar.fixed-top .navbar-toggler .navbar-toggler-icon::after {
  background: #00173b !important;
}

/* Ventiladores industriais: header já nasce branco (mesma pele do fixed-top) */
body.rs-ventiladores-ind #header_01.navbar {
  background: #fff !important;
  box-shadow: 0 4px 14px rgba(0, 23, 59, 0.08) !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

body.rs-ventiladores-ind #header_01 .navbar-nav .nav-link {
  color: #00173b !important;
  text-shadow: none !important;
}

body.rs-ventiladores-ind #header_01 .dropdown:hover .nav-link,
body.rs-ventiladores-ind #header_01 .dropdown:hover .dropdown-toggle::after,
body.rs-ventiladores-ind #header_01 .dropdown-toggle::after {
  color: #00173b !important;
}

body.rs-ventiladores-ind #header_01 .navbar-toggler .navbar-toggler-icon,
body.rs-ventiladores-ind #header_01 .navbar-toggler .navbar-toggler-icon::before,
body.rs-ventiladores-ind #header_01 .navbar-toggler .navbar-toggler-icon::after {
  background: #00173b !important;
}

.site-hero-stack #header_01.navbar.fixed-top {
  background: #fff !important;
  box-shadow: 0 4px 14px rgba(0, 23, 59, 0.08) !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.site-hero-stack #header_01.navbar.fixed-top .navbar-nav .nav-link {
  color: #00173b !important;
  text-shadow: none !important;
}

.site-hero-stack #header_01.navbar.fixed-top .dropdown:hover .nav-link,
.site-hero-stack #header_01.navbar.fixed-top .dropdown:hover .dropdown-toggle::after {
  color: #00173b !important;
  opacity: 0.85;
}

.site-hero-stack #header_01.navbar.fixed-top .dropdown-toggle::after {
  color: #00173b !important;
}

.site-hero-stack #header_01.navbar.fixed-top .navbar-brand img {
  filter: none !important;
  max-height: 58px !important;
  width: auto !important;
  height: auto !important;
  max-width: 220px;
  object-fit: contain;
  transition: max-height 0.3s ease;
}

.site-hero-stack #header_01.navbar.fixed-top .navbar-toggler .navbar-toggler-icon,
.site-hero-stack #header_01.navbar.fixed-top .navbar-toggler .navbar-toggler-icon::before,
.site-hero-stack #header_01.navbar.fixed-top .navbar-toggler .navbar-toggler-icon::after {
  background: #00173b !important;
}

@media (max-width: 991px) {
  .site-hero-stack #header_01.navbar.fixed-top .navbar-collapse {
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 23, 59, 0.1);
  }
}

#header_01.navbar {
  background: #E27012;
  padding: 5px 0;
}

#header_01 .navbar-brand img {
  max-height: 85px;
  width: auto !important;
  height: auto !important;
  max-width: min(260px, 78vw);
  object-fit: contain;
  vertical-align: middle;
}

#header_01 .navbar-nav .nav-link {
  color: #FFF;
  font-size: 16px;
  text-transform: var(--header-tt);
  font-weight: var(--header-fw);
  padding: 0.9rem;
}

#header_01 .whatsapp, #midheader-01 .whatsapp {
    font-size: var(--header-fs);
    background: var(--whatsapp-bg);
    color: var(--whatsapp-color);
    padding: 8px 14px;
    border-radius: 3px;
    text-decoration: none;
    margin-left: 15px;
    text-align: left;
    border-radius: var(--sm-radius);
}
#header_01 .whatsapp small, #header_01 .emergencia24 small, #midheader-01 .whatsapp small {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 11px;
}

#midheader-01 .whatsapp small {
  display: block;
  width: 100%;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 11px;
}

#midheader-01 .whatsapp small {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 11px;
  display: inherit;
}

#header_01 .emergencia24 {
  font-size: var(--header-fs);
  background: red;
  color: var(--whatsapp-color);
  padding: 8px 14px;
  border-radius: 3px;
  text-decoration: none;
  margin-left: 15px;
  font-weight: 700;
}

#header_01.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

#header_01 .whatsapp i {
    margin-right: 5px;
}

#header_01 .dropdown:hover > .dropdown-menu, #header_01 .dropdown-submenu:hover > #header_01 .dropdown-menu {
  display: block;
  margin-top: 0;
  -webkit-animation-name: slideInDownMenu;
  -moz-animation-name: slideInDownMenu;
  -o-animation-name: slideInDownMenu;
  animation-name: slideInDownMenu;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

#header_01 .dropdown-menu {
  padding: 0.5rem;
  min-width: 280px;
  background: #fff;
  margin: 0.35rem 0 0;
  border: 1px solid rgba(0, 23, 59, 0.08);
  border-radius: 12px;
  box-shadow: 0 16px 44px rgba(0, 23, 59, 0.12), 0 2px 8px rgba(0, 23, 59, 0.05) !important;
  z-index: 1055;
}

#header_01 .dropdown-menu > li > a, #header_01 .megamenu-content-wrap ul li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  position: relative;
  margin: 0.125rem 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#header_01 .dropdown-menu a,
#header_01 .dropdown-menu li > a,
#header_01 .dropdown-menu .dropdown-item {
  font-size: 0.9375rem;
  padding: 0.65rem 0.85rem 0.65rem 1.1rem !important;
  text-transform: none;
  text-decoration: none;
  color: #00173b !important;
  font-weight: 500;
  line-height: 1.35;
  border-radius: 8px;
}

#header_01 .dropdown-menu > li > a::before, #header_01 .megamenu-content-wrap ul li a::before {
  position: absolute;
  content: "";
  left: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-secondary);
  opacity: 0.9;
}

#header_01 .dropdown-item.active,
#header_01 .dropdown-item:focus,
#header_01 .dropdown-item:hover,
#header_01 .dropdown-item:active,
#header_01 .dropdown-menu > li.show > a {
  color: #00173b !important;
  text-decoration: none;
  background-color: rgba(226, 112, 18, 0.16) !important;
  border-radius: 8px;
}

#header_01 .dropdown-menu > li > a:hover::before,
#header_01 .dropdown-menu > li.show > a::before,
#header_01 .megamenu-content-wrap ul li a:hover::before {
  background-color: var(--color-secondary);
  opacity: 1;
}

#header_01 .dropdown-menu:after {
  position: absolute;
  top: -8px;
  left: 22px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
}

#header_01 .navbar-toggler {
  background: transparent;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0px;
  cursor: pointer;
  transition: all .1s ease-in-out;
}

#header_01 .navbar-toggler .navbar-toggler-icon {
  width: 40px;
  height: 3px;
  background: var(--color-primary);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  transition: all .1s ease-in-out;
}

#header_01 .navbar-toggler .navbar-toggler-icon::before,
#header_01 .navbar-toggler .navbar-toggler-icon::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  background: var(--color-primary);
  transition: all .1s ease-in-out;
}

#header_01 .navbar-toggler .navbar-toggler-icon::before {
  transform: translateY(-12px);
}

#header_01 .navbar-toggler .navbar-toggler-icon::after {
  transform: translateY(12px);
}

/* ============ ANIMATION MENU HAMBURGER  ============ */
#header_01 .navbar-toggler.open .navbar-toggler-icon {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}

#header_01 .navbar-toggler.open .navbar-toggler-icon::before {
  transform: rotate(45deg) translate(35px, -35px);
}

#header_01 .navbar-toggler.open .navbar-toggler-icon::after {
  transform: rotate(-45deg) translate(35px, 35px);
}

#header_01 .navbar-toggler:focus, #header_01 .navbar-toggler:active, #header_01 .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

/* ============ DESKTOP DROPDOWN  ============ */
@media all and (min-width: 992px) {
  #header_01 .dropdown-menu li{ position: relative;   }
  #header_01 .nav-item .submenu{ 
    display: none;
    position: absolute;
    left:100%; 
    top:-15px;
  }
  #header_01 .nav-item .submenu-left{ 
    right:100%; 
    left:auto;
  }

  #header_01 .submenu:after {
    display: none;
  }

  #header_01 .dropdown-menu > li:hover > a::before {
    background-color: var(--color-secondary);
    opacity: 1;
  }

  #header_01 .dropdown-menu > li:hover > a {
    color: #00173b !important;
    background-color: rgba(226, 112, 18, 0.16) !important;
  }

  #header_01 .dropdown-menu > li:hover {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    border-radius: 0;
  }

  #header_01 .dropdown-menu > li:hover > .submenu {
    display: block;
  }
} 

/* ============ MOBILE DROPDOWN ============ */
@media (max-width: 991px) {
  #header_01 .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }

  #header_01 .navbar-collapse .dropdown-menu {
    width: 100%;
    min-width: 0;
    margin-top: 0.25rem;
  }

  #header_01 .dropdown-menu:after {
    display: none;
  }
} 

@media only screen and (max-width : 992px) {
  #header_01 .navbar-toggler  {
    display: flex;
  }
}

@media only screen and (max-width : 768px) {
  #header_01 .whatsapp {
    display: none;
  }
}

@media (min-width: 992px) {
  .order-lg-last {
      order: 6!important;
  }
}

/* ============ END MENU PRINCIPAL ============ */



/* BANNER DEFAULT DIVIA */
#banner-2 .carousel-control-next, #banner-2 .carousel-control-prev {
  background: initial;
  border: 0;
}

#banner-2 .form_banner {
  position: absolute; 
  right: 5%; 
  top: 170px;  
  z-index: 9; 
  padding: 30px 40px 10px; 
  width: 400px;
  box-shadow: -2px -2px 6px 0 rgba(0,0,0,.1);
  background-color: #525e6c;
  background-color: #000000a8;
  text-align: center;
  border-radius: 3px;
}

#banner-2 .form_banner h4, .form_interna h4 {
  color: #FFF;
  font-weight: 900;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 10px;
}

#banner-2 .form_banner p, .form_interna p {
  color: #FFF;
  margin-bottom: 25px !important;
  font-size: 16px;
  line-height: 20px;
}

#banner-2 .form_banner .form-group {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px;
}

#banner-2 .form_banner .form-control, .form_interna .form-control {
  background: #ffffff;
  border-color: #ffffff;
  color: #657380;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 10px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 2px solid #e8ebed;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#banner-2  .form_banner .btn, .form_interna .form_banner .btn {
  background: #000000a8;
  border-color: #000000a8;
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 11px 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: pre-line;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#banner-2 .btn_whats_form  {
  background-color: var(--whatsapp-bg);
  color: #fff;
  margin: 0 -15px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 8px;
  border: none;
  cursor: pointer !important;
  justify-content: center;
  align-items: center;
}

#banner-2 .btn_whats_form a, .form_interna .btn_whats_form a {
  color: #fff;
}

#banner-2 .btn_whats_form:hover, .form_interna .btn_whats_form:hover {
  opacity: 0.9;
}

#banner-2 .form_banner .btn_send, .form_interna .btn_send {
  background: var(--color-secondary);
  color: var(--text-secondary);
  border-color: var(--color-secondary);
  display: inline-block;
  width: 100%;
  padding: 11px 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: pre-line;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: none;
}

#banner-2 .carousel-control-next, #banner-2 .carousel-control-prev {
  width: 5%;
}

/* Home: topo + menu sobre o banner (index com .site-hero-stack) */
.site-hero-stack {
  position: relative;
  --site-hero-bar-height: 138px;
}
@media (max-width: 991px) {
  .site-hero-stack {
    --site-hero-bar-height: 112px;
  }
}
.site-hero-stack .site-hero-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.55) 40%,
    rgba(0, 0, 0, 0.18) 72%,
    rgba(0, 0, 0, 0) 100%
  );
}
.site-hero-stack .site-hero-bar #topheader-01,
.site-hero-stack .site-hero-bar #header_01 {
  pointer-events: auto;
}
.site-hero-stack #topheader-01 {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.site-hero-stack #topheader-01 p,
.site-hero-stack #topheader-01 ul li,
.site-hero-stack #topheader-01 ul li a {
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}
.site-hero-stack #topheader-01 .btn-outline-secondary {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
  text-shadow: none;
}
.site-hero-stack #topheader-01 .btn-outline-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff !important;
}
.site-hero-stack #header_01.navbar {
  background: transparent !important;
  box-shadow: none !important;
  border: none;
  padding: 5px 0;
}
.site-hero-stack #header_01 .navbar-brand img {
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.55));
}
.site-hero-stack #header_01 .navbar-nav .nav-link {
  color: #fff !important;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.site-hero-stack #header_01 .dropdown:hover .nav-link,
.site-hero-stack #header_01 .dropdown:hover .dropdown-toggle::after {
  color: #fff !important;
  opacity: 0.92;
}
.site-hero-stack #header_01 .dropdown-toggle::after {
  color: inherit;
}
.site-hero-stack #header_01 .navbar-toggler .navbar-toggler-icon,
.site-hero-stack #header_01 .navbar-toggler .navbar-toggler-icon::before,
.site-hero-stack #header_01 .navbar-toggler .navbar-toggler-icon::after {
  background: #fff !important;
}
@media (max-width: 991px) {
  .site-hero-stack #header_01.navbar {
    background: transparent !important;
    border-top: none !important;
  }
  .site-hero-stack #header_01 .navbar-nav .nav-link {
    color: #fff !important;
    text-shadow: none;
  }
  .site-hero-stack #header_01 .navbar-collapse {
    background: rgba(18, 22, 28, 0.94);
    border-radius: 10px;
    padding: 0.5rem 0.75rem;
    margin-top: 0.5rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  }
  .site-hero-stack #header_01 .dropdown-menu {
    border: 1px solid rgba(0, 23, 59, 0.08);
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  }
}

/* Hero banner (fundo + texto + CTA + slider lateral) */
.hero-banner-section {
  position: relative;
}
.hero-banner-section #sliderhome {
  position: relative;
}
.hero-banner-slide {
  position: relative;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.site-hero-stack .hero-banner-slide {
  padding-top: var(--site-hero-bar-height);
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .hero-banner-slide {
    min-height: 600px;
  }
}
.hero-banner-overlay {
  position: absolute;
  inset: 0;
  /* Azul da marca (cards #solucoes), mais claro que o velho preto — foto respira, texto segue legível */
  background: linear-gradient(
    90deg,
    rgba(0, 23, 59, 0.52) 0%,
    rgba(0, 23, 59, 0.28) 36%,
    rgba(15, 44, 89, 0.14) 58%,
    rgba(0, 23, 59, 0.04) 100%
  );
  pointer-events: none;
}

/* Camada azul mais suave — mais foto visível (ex.: hero interno #banner-lanternim) */
.hero-banner-overlay--light {
  background: linear-gradient(
    90deg,
    rgba(0, 23, 59, 0.28) 0%,
    rgba(0, 23, 59, 0.16) 38%,
    rgba(15, 44, 89, 0.07) 58%,
    rgba(0, 23, 59, 0.02) 100%
  );
}
.hero-banner-container {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 5.5rem;
}
.site-hero-stack .hero-banner-container {
  padding-top: 1.25rem;
}
@media (min-width: 992px) {
  .hero-banner-container {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .site-hero-stack .hero-banner-container {
    padding-top: 1.5rem;
  }
}
.hero-banner-copy {
  max-width: none;
  padding-right: clamp(0.5rem, 4vw, 3.5rem);
}
@media (min-width: 992px) {
  .hero-banner-copy {
    /* Reserva espaço à direita para não colidir com setas/contador */
    padding-right: clamp(1rem, 5vw, 4rem);
  }
}
.hero-banner-title {
  font-size: clamp(1.65rem, 4vw, 2.85rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 1.1rem;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 2px rgba(0, 23, 59, 0.35), 0 2px 14px rgba(0, 23, 59, 0.22);
}
.hero-banner-text {
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.97);
  margin-bottom: 1.5rem;
  max-width: none;
  text-shadow: 0 1px 3px rgba(0, 23, 59, 0.3);
}
.hero-banner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: #fff !important;
  border: none;
  background: var(--rs-tertiary-fixed);
  box-shadow: 0 4px 16px rgba(226, 112, 18, 0.38);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, filter 0.2s ease;
}
.hero-banner-cta:hover {
  color: #fff !important;
  background: var(--rs-tertiary-dim);
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(226, 112, 18, 0.45);
}
.hero-banner-cta:focus-visible {
  color: #fff !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(226, 112, 18, 0.45), 0 4px 16px rgba(226, 112, 18, 0.38);
}
.hero-banner-controls {
  position: absolute;
  z-index: 5;
  right: clamp(0.75rem, 3vw, 2.25rem);
  bottom: 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.85rem;
  pointer-events: none;
}
.hero-banner-controls .hero-banner-arrow,
.hero-banner-controls .hero-banner-counter {
  pointer-events: auto;
}
@media (min-width: 992px) {
  .hero-banner-controls {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.hero-banner-counter {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}
.hero-banner-arrows {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.hero-banner-arrow {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.15s ease, background 0.15s ease;
}
.hero-banner-arrow:hover {
  background: #f4f4f4;
  transform: scale(1.04);
}
.hero-banner-indicators {
  z-index: 4;
  margin-bottom: 1rem;
}
.hero-banner-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.45);
}
.hero-banner-indicators [data-bs-target].active {
  background-color: #fff;
}


/* DESTAQUES */
#features-19 .single-item {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  padding: 40px 30px;
  border: 1px solid #cccccc2e;
  border-radius: 4px;
  border-radius: var(--sm-radius);
}

#features-19 .single-item .img-feature {
  margin-bottom: 25px;
}

#features-19 .single-item h3 {
  margin-bottom: 10px;
}

#features-19 .single-item p {
  margin-bottom: 0;
}

#features-19 .img-feature {
  max-width: 76px;
  height: 76px;
  padding-left: 1px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--color-primary);
  color: var(--text-color-primary);
  border-radius: 50%;
  justify-content: center;  
  margin: auto;
}

#features-19 .img-feature img {
  max-width: 44px;
}



/* SOBRE A EMPRESA */
#features-13 .tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: var(--color-primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 1;
}
#features-13 img {
  margin: auto;
  display: block;
  max-width: 100%;
}

#features-13 h2 {
  margin-bottom: 30px;
}

#features-13 .text-1 {
  margin-bottom: 0px;
}

#features-13 .text-2 {
  padding-top: 35px;
  padding-bottom: 30px;
}

#features-13 .about {
  position: relative;
  display: inline-block;
  margin-bottom: 41px;
  padding-left: 0px;
}

#features-13 .about li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

#features-13 .about li .icon {
  width: 20px;
  height: 20px;
  padding-left: 1px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--color-primary);
  color: var(--text-color-primary);
  border-radius: 50%;
  font-size: 18px;
  justify-content: center;
  padding-top: 3px;

}

#features-13 .about li .text {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
}

#features-13 .about li .text p {
  margin-bottom: 0px;
}

#features-13 .row  {
  align-items: center;
}

@media screen and (max-width: 991px) {
  #features-13 .content {
      margin-top: 50px;
  }
}



/* CTA */

#cta-1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#cta-1 h2, #cta-1 p {
  color: #fff;
}


#cta-1 a {
  background: var(--whatsapp-bg);
  color: var(--whatsapp-color);
  margin: auto;
  display: block;
  max-width: max-content;
  border-radius: var(--sm-radius);
  text-decoration: none;
}



/* FORM INTERNAS*/ 
.form_interna {
  z-index: 9; 
  padding: 30px 20px 10px; 
  width: 100%;
  box-shadow: -2px -2px 6px 0 rgba(0,0,0,.1);
  background-color: #000000a8 !important;
  background-color: var(--color-primary);
  text-align: center;
  border-radius: 3px;
}

.form_interna .form-group {
  margin-bottom: 10px;
}

.form_interna .btn_whats_form {
  background-color: var(--whatsapp-bg);
  color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 8px;
  border: none;
  cursor: pointer !important;
}




@media screen and (max-width: 991px) {
  #banner-2  .form_banner {
      position: relative;
      right: 0;
      top: 0;
      width: 100%;
    }
}

.divider::after {
  width: 70px;
  background: var(--color-secondary);
  position: relative;
  content: '';
  height: 3px;
  display: block;
  margin: auto;
  margin-top: 20px;
}

.divider2::after {
  width: 70px;
  background: var(--color-primary);
  position: relative;
  content: '';
  height: 3px;
  display: block;
  margin-top: 10px;
}

.sub-cta-default {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0px;
}



/* BENEFITS 04*/
#benefits_04 .card-body .card-title {
  font-size: 28px;
}
.card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}
h3.card-title {
    font-size: 20px;
}
.card-text {
    flex-grow: 1;
}


#benefits_04 .card-body {
  padding-left: 0;
}

#benefits_04 .saiba-mais {
  font-weight: 600;
  font-size: 16px;
  background: var(--color-secondary);
  border-radius: 50px;
  padding: 5px 15px;
  color: #fff;
  display: block;
  width: fit-content;
  margin-top: 5px;
}

#benefits_04 .saiba-mais i {
  font-size: 11px;
}



/* BENEFITS 05*/
#benefits_05 .icon-box-with-img {
  position: relative;
  padding: 15px;
  background: #FFF;
  margin-top: 5rem;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
  -moz-box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
  box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

#benefits_05 .icon-box-with-img .img {
  margin-top: -5rem;
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
  border-style: solid;
  border-width: 6px;
  border-color: #ebebeb;
}

#benefits_05 .saiba-mais {
  font-weight: 600;
  font-size: 16px;
  background: var(--color-secondary);
  color: var(--text-secondary);
  border-radius: 50px;
  padding: 5px 15px;
  display: block;
  width: fit-content;
  margin-top: 5px;
}

.btn-category {
    margin: 0 auto;
    max-width: max-content;
}


#media_02 .photo-gallery-item {
  overflow: hidden;
  position: relative;
}

#media_02 .photo-gallery-item a img {
  -webkit-transition: .9s;
  transition: .9s;
}

#media_02 .photo-gallery-item:hover a img, #media_02 .photo-gallery-item:focus a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Obras / galeria — layout moderno (fundo completo no bloco “Design system” abaixo) */

/* Tipografia de seção (padrão Obras realizadas — uso global) */
.rs-eyebrow,
.rs-works-eyebrow,
#media_02 .rs-works-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--rs-tertiary-fixed);
    margin-bottom: 0.65rem;
}

.rs-section-title,
.rs-works-title,
#media_02 .rs-works-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.45rem, 3.5vw, 2.15rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: var(--rs-primary);
    text-transform: none;
}

.rs-section-lead,
.rs-works-lead,
#media_02 .rs-works-lead {
    font-size: 1rem;
    line-height: 1.65;
    max-width: 38rem;
    color: var(--rs-text-secondary);
}

.rs-section-archive,
#media_02 .rs-works-archive-link {
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
    color: var(--rs-primary);
    padding: 0.5rem 0;
    border-bottom: 2px solid var(--rs-tertiary-fixed);
    transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.rs-section-archive:hover,
#media_02 .rs-works-archive-link:hover {
    color: var(--rs-tertiary-fixed);
    border-color: var(--rs-primary);
}

/* Cards hero — foto + texto sobre gradiente */
#media_02 .rs-work-card--hero {
    border: none;
    background: transparent;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 23, 59, 0.12);
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}

#media_02 .rs-work-card--hero:hover {
    box-shadow: 0 28px 64px rgba(0, 23, 59, 0.16);
    transform: translateY(-4px);
}

#media_02 .rs-work-card__visual {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    min-height: 280px;
}

#media_02 .rs-work-card__media {
    position: absolute;
    inset: 0;
    display: block;
    z-index: 0;
}

#media_02 .rs-work-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#media_02 .rs-work-card--hero:hover .rs-work-card__img {
    transform: scale(1.06);
}

#media_02 .rs-work-card__scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(0, 23, 59, 0.05) 0%,
        rgba(0, 23, 59, 0.25) 38%,
        rgba(0, 23, 59, 0.88) 100%
    );
}

#media_02 .rs-work-card__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 1.5rem 1.5rem 1.65rem;
    pointer-events: none;
}

@media (min-width: 992px) {
    #media_02 .rs-work-card__overlay {
        padding: 2rem 2rem 2.1rem;
    }
}

#media_02 .rs-work-card__overlay-title {
    font-size: clamp(1.15rem, 2.2vw, 1.45rem);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 0.85rem;
    letter-spacing: -0.02em;
}

#media_02 .rs-work-card__overlay-desc {
    font-size: 0.875rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 1.1rem;
    max-width: 32rem;
}

/* Frase de apoio só com hover (mouse) ou foco no card; em touch permanece visível */
@media (hover: hover) and (pointer: fine) {
    #media_02 .rs-work-card--hero .rs-work-card__overlay-desc {
        max-height: 0;
        opacity: 0;
        margin: 0 !important;
        overflow: hidden;
        transition:
            max-height 0.55s cubic-bezier(0.33, 1, 0.68, 1),
            opacity 0.35s ease,
            margin 0.35s ease;
    }

    #media_02 .rs-work-card--hero:hover .rs-work-card__overlay-desc,
    #media_02 .rs-work-card--hero:focus-within .rs-work-card__overlay-desc {
        max-height: 11rem;
        opacity: 1;
        margin: 0 0 1.1rem !important;
    }
}

#media_02 .rs-work-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    pointer-events: auto;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.08);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#media_02 .rs-work-card__cta:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    color: #fff;
}

/* Grade inferior: 4 itens em uma linha (scroll horizontal no mobile) */
#media_02 .rs-works-minimal-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.75rem, 2vw, 1.25rem);
    margin-top: 0.25rem;
}

@media (max-width: 767.98px) {
    #media_02 .rs-works-minimal-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 0.75rem;
        padding-bottom: 0.4rem;
        margin-inline: -0.5rem;
        padding-inline: 0.5rem 1rem;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

    #media_02 .rs-works-minimal-grid > .rs-work-card--minimal {
        flex: 0 0 min(74vw, 260px);
        max-width: min(74vw, 260px);
        scroll-snap-align: start;
    }
}

/* Cards compactos — foto em destaque, texto compacto */
#media_02 .rs-work-card--minimal {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid rgba(0, 23, 59, 0.07);
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 23, 59, 0.04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

#media_02 .rs-work-card--minimal:hover {
    border-color: rgba(226, 112, 18, 0.35);
    box-shadow: 0 8px 28px rgba(0, 23, 59, 0.08);
}

#media_02 .rs-work-card__thumb {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 1 / 1.12;
    min-height: clamp(200px, 32vw, 280px);
    overflow: hidden;
    background: var(--rs-surface-container);
}

#media_02 .rs-work-card__thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

#media_02 .rs-work-card--minimal:hover .rs-work-card__thumb-img {
    transform: scale(1.05);
}

#media_02 .rs-work-card__thumb-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: var(--rs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
    box-shadow: 0 4px 16px rgba(0, 23, 59, 0.12);
}

#media_02 .rs-work-card--minimal:hover .rs-work-card__thumb-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

#media_02 .rs-work-card__meta {
    flex: 0 0 auto;
    padding: 0.75rem 0.9rem 1rem;
}

#media_02 .rs-work-card__meta-title {
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--rs-primary);
    margin: 0 0 0.3rem;
    letter-spacing: -0.02em;
}

#media_02 .rs-work-card__meta-desc {
    font-size: 0.75rem;
    line-height: 1.45;
    color: var(--rs-text-secondary);
    margin: 0 0 0.6rem;
}

#media_02 .rs-work-card__meta-btn.btn-default-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0.15rem;
    margin-bottom: 0;
    text-decoration: none;
    font-size: 0.8rem;
    padding: 0.45rem 0.75rem;
}


/* ABOUTS US 01 */
#aboutus_01 .about-home-one-img {
  background: url(../img/bg_about.html) no-repeat center center;
  background-size: cover;
  height: 100%;
  position: relative;
}

#aboutus_01 .about-home-one {
  width: 60%;
  padding: 2rem 0rem 2rem 3rem;
  position: relative;
}

#aboutus_01 .about-home-one-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(39, 48, 75, 0.5);
}

#aboutus_01.bg-about {
  background-color: #98cb46;
}

#aboutus_01 .saiba-mais-green {
  font-weight: 600;
  font-size: 18px;
  background: var(--color-primary);
  border-radius: 50px;
  padding: 5px 20px;
  color: #fff;
  display: block;
  width: fit-content;
}

#aboutus_01 .about-home-one .about-video a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -96px;
  padding: 2rem 2rem 1.5rem 2rem;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  color: #FFF;
  background: #98cb46;
}

#aboutus_01 .about-home-one .about-video a i {
  font-size: 3rem;
  margin-right: 1rem;
  border-radius: 75px;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
}


#aboutus_01 .about-home-one .about-video a i {
  margin-right: 0;
}

#aboutus_01 .about-home-one .about-video a i {
  font-size: 3rem;
  margin-right: 1rem;
  border-radius: 75px;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
}



/* ABOUT US 01 */
#aboutus_02 ul {

}

#aboutus_02 ul li {
  display: inline-flex;
  width: 49%;
  font-family: 'Karla', sans-serif;
  font-size: 17px;
  color: var(--fs-p) !important;
  line-height: 30px;
}

#aboutus_02 ul li i::before {
font-size: 12px;
background: var(--color-secondary);
color: #fff;
border-radius: 50px;
padding: 3px;
margin-right: 5px;
}


/* DATA 01 */
#data_01.counter-bg-curve {
  position: relative;
  color: #FFF;
  font-weight: 700;
  z-index: 1;
  background: var(--color-primary);
}

#data_01.counter-bg-curve:before {
  background-position: center bottom;
  top: -121px;
  background-image: url(../img/h5_wave_up.html);
}

#data_01.counter-bg-curve:after {
  background-position: center bottom;
  bottom: -121px;
  background-image: url(../img/h5_wave_down.html);
}

#data_01.wide-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

#data_01.counter-bg-curve:before, #data_01.counter-bg-curve:after {
  position: absolute;
  content: "";
  left: 0;
  height: 122px;
  width: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  display: none;
}

#data_01 .icon-box-3 {
  text-align: center;
}

#data_01 .icon-box-3 img {
  max-width: 40%;
  display: block;
  margin:auto;
  margin-bottom: 1.5rem;
}

#data_01.counter-bg-curve .counter-txt {
  color: #fff;
  line-height: 1;
  font-size: 2.75rem;
  font-family: 'Changa', sans-serif;
  position: relative;
  padding: 20px 0 0 0;
}

#data_01.counter-bg-curve .counter-txt:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  height: 1px;
  width: 40px;
  background: #FFF;
  transform: translateX(-50%);
}

#data_01.counter-bg-curve .counter-txt {
  color: var(--primary-color);
  line-height: 1;
  font-size: 2.75rem;
  font-family: 'Changa', sans-serif;
  position: relative;
  padding: 20px 0 0 0;
}


.bg-light {
    background-color: #f8f9fc !important;
}


.lead {
    font-size: 17px;
}


/* SLIDER BLOG */
#slider_01 .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

#carrousel_01 .owl-carousel .item {
  margin-bottom: 30px;
}

#carrousel_01 .owl-carousel .owl-nav button.owl-next, #carrousel_01 .owl-carousel .owl-nav button.owl-prev, #showcase-1 .owl-carousel .owl-nav button.owl-next, #showcase-1 .owl-carousel .owl-nav button.owl-prev  {
  margin: 0 0.75em;
  background: var(--color-primary);
  color: #fff;
  padding: 4px 7px !important;
  border-radius: 8px;
  font-size: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 16px 0px rgb(131 131 131 / 57%);
  -moz-box-shadow: 0px 0px 16px 0px rgb(131 131 131 / 57%);
   box-shadow: 0px 0px 16px 0px rgb(131 131 131 / 57%);
} 

#carrousel_01 .owl-carousel .owl-nav button.owl-prev, #showcase-1 .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    left: -65px;
}


#carrousel_01 .owl-carousel .owl-nav button.owl-next, #showcase-1 .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  right: -65px;
}

/* BLOG ITEM */
#blog_list_01 .blog_box.type_two.type_three {
  padding: 15px;
  box-shadow: 0 5px 15px 0px rgba(15 ,53 ,103 , 0.05);
  border-radius: 20px;
}

#blog_list_01 .blog_box.type_two .image_box img {
  position: relative;
  border-radius: 10px;
}

#blog_list_01 .blog_box.type_two.type_three .content {
  padding: 30px 15px 15px;
}

#blog_list_01 h3 {
  font-size: unset;
  line-height: unset;
  margin-bottom: 0px;
}

#blog_list_01 .blog_box.type_two .content h3 a {
  margin-bottom: 15px;
}

#blog_list_01 .blog_box.type_two .content h3 a:hover {
    color: var(--color-primary);
}

#blog_list_01 .blog_box.type_two .content p {
  margin-bottom: 20px;
}

#blog_list_01 .blog_box.type_two .content .authour p {
margin-bottom: 0px;
}

#blog_list_01 .blog_box.type_two.type_three .content .bottm_contet {
  padding-top: 24px;
  margin-top: 23px;
  border-top: 1px solid var(--color-set-one-bg-2);
  justify-content: space-between;
}

#blog_list_01 .blog_box.type_two.type_three .content .bottm_contet .authour {
  margin: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
  min-width: 172px;
}

#blog_list_01 .blog_box.type_two .content .authour {
  position: relative;
  margin-bottom: 15px;
}

#blog_list_01 .blog_box.type_two.type_three .content .bottm_contet .rd_more {
  color: var(--heading-color-one);
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

#blog_list_01 .avatar {
  max-width: 25px;
  margin-right: 5px;
  border-radius: 50px;
}


#brands-3 .owl-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

#brands-3 .owl-carousel .item img {
  max-height: 60px;
  width: auto;
}

/* PAGINATION */
.page-item.active .page-link {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.pagination .page-link:focus {
  box-shadow: none;
}

.page-link:focus {
  color: var(--color-primary);
}


/* SERVICE DETAIL 01 */
#service-data .img-service {
  border-radius: 20px !important;
}

#service-data h2 {
  color: var(--color-primary) !important;
  margin-bottom: 20px;
  margin-top: 40px;
}

#service-data .data-content p {
  color: var(--fc-p) !important;
  font-size: var(--fs-p) !important;
  margin-bottom: 15px;
}

#service-data ul li {
  font-size: var(--fs-p) !important;
  color: var(--fs-p) !important;
  line-height: 30px;
}

#service-data ul {
  padding-left: 15px;
}

#service-data ul li {
  list-style: none;
}   

#service-data ul li::before {
  content: '\F135' !important;
  font-family: 'bootstrap-icons' !important;
  padding: 3px;
  margin-right: 5px;
  font-size: 13px;
  border-radius: 50px;
  background: var(--color-secondary);
  color: #fff;
}


/* SIDEBAR INTERNA */
#service-data .list_service {
  background: #e3e3e3;
  border-radius: 5px;
  padding: 25px;
  margin-top: 20px;
  -webkit-border-radius: 5px;
}

#service-data .list_service h3::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 26px;
  background: var(--color-secondary);
  border-radius: 30px;
  top: 1px;
  left: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

#service-data .list_service ul {
  padding-left: 0px;
}

#service-data .list_service h3 {
  color: var(--color-primary);
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}

#service-data .list_service ul li {
list-style: none;
font-size: 16px;
font-weight: 400;
background: #fff;
padding: 10px;
border-radius: 5px;
margin-bottom: 10px;
align-items: center;
position: relative;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}

#service-data .list_service ul li a::after {
  position: absolute;
  content: "\f054";
  font-family: 'bootstrap-icons';
  font-weight: 600;
  top: 14px;
  left: 20px;
  font-size: 12px;
  color: var(--paraColor);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

#service-data .siderbar_interna {
  margin-top: 50px;
}


#service-data .siderbar_interna .contacts {
  flex-direction: column;
  margin: 60px 0;
}

#service-data .siderbar_interna .contacts .btn-default {
  flex-direction: column;
}

#service-data .siderbar_interna .contacts .whats {
  margin: 15px 0;
  background: var(--whatsapp-bg);
  color: var(--whatsapp-color);
}

#service-data .siderbar_interna .contacts .phone {
  margin-bottom: 15px;
}


/* SIDEBAR BLOG */
#blog_list_01 .list_categories h3, #blog_list_01 .last_posts h3, #blog_list_01 .tags h3 {
  color: var(--color-primary);
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
  font-size: var(--fs-h3);
}


#blog_list_01 .list_categories, #blog_list_01 .last_posts, #blog_list_01 .tags {
  background: #e3e3e3;
  border-radius: 5px;
  padding: 25px;
  margin-top: 20px;
  -webkit-border-radius: 5px;
}

#blog_list_01 .list_categories h3::after, #blog_list_01 .last_posts h3::after, #blog_list_01 .tags h3::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 26px;
  background: var(--color-secondary);
  border-radius: 30px;
  top: 1px;
  left: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

#blog_list_01 .list_categories ul {
  padding-left: 0px;
}

#blog_list_01 .list_categories h3 {
  color: var(--color-primary);
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}

#blog_list_01 .list_categories ul li {
list-style: none;
font-size: 16px;
font-weight: 400;
background: #fff;
padding: 10px;
border-radius: 5px;
margin-bottom: 10px;
align-items: center;
position: relative;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}

#blog_list_01 .list_categories ul li:hover {
  background: var(--color-primary);
  color: var(--text-color-primary)
}

#blog_list_01 .list_categories ul li:hover a {
  color: var(--text-color-primary)
}

#blog_list_01 .list_categories ul li a::after {
  position: absolute;
  content: "\f054";
  font-family: 'bootstrap-icons';
  font-weight: 600;
  top: 14px;
  left: 20px;
  font-size: 12px;
  color: var(--paraColor);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

#blog_list_01 .post-data {
  list-style: none;
  padding-left: 0;
}

#blog_list_01 .post-data li {
  margin-bottom: 20px;
}

#blog_list_01 .post-data li a {
  display: flex;
}

#blog_list_01 .post-data img {
  max-width: 90px;
  margin-right: 15px;
  border-radius: var(--sm-radius);
}

#blog_list_01 .post-data p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}

#blog_list_01 .tags-list {
  list-style: none;
  padding: 0;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

#blog_list_01 .tags-list li a {
  color: var(--text-color-primary);
}

#blog_list_01 .tags-list li {
  border: 2px solid var(--color-primary);
  background: var(--color-primary);
  border-radius: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 15px;
  font-weight: 400;
}

#blog_list_01 .tags-list li:hover {
  background: var(--color-secondary);
  color: var(--text-secondary);
  border: 2px solid var(--color-secondary);
}

#blog_list_01 .tags-list li:hover a {
  color: var(--text-secondary);
}

#blog_list_01 .tags {
  display: flex;
  flex-direction: column;
}


/* FAQ */
#faq_02 {
  background: #f3f3f3;
}

#faq_02 .accordion-item {
  border: none;
  margin: 20px 0;
  background: transparent;
}

#faq_02 .accordion-item .accordion-button {
  border-radius: 10px;
  padding: 12px 15px;
  font-weight: 700;
  background: #dfdbdb;
}

#faq_02 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

#faq_02 .accordion-button:focus {
  border: none;
  box-shadow: none;
}

#faq_02 .accordion-button::after {
  background: #FFF;
  border-radius: 5px;
}

#faq_02 .accordion-button:not(.collapsed) {
  background-color: var(--color-primary);
  color:var(--text-color-primary);
  font-weight: 600;
}

/* BLOG DETAIL 01 */
#blog_detail_01 .img-blog-detail {
  border-radius: 20px;
}

#blog_detail_01 h2 {
  color: var(--color-primary) !important;
  margin-bottom: 20px;
  margin-top: 40px;
}

#blog_detail_01 p {
  color: var(--fc-p) !important;
  font-size: var(--fs-p) !important;
  margin-bottom: 15px;
}

#aboutus_02 ul li {
  font-size: var(--fs-p) !important;
  color: var(--fs-p) !important;
  line-height: 30px;
}

#blog_detail_01 ul {
  padding-left: 15px;
}

#blog_detail_01 ul li {
  list-style: none;
}   

#blog_detail_01 ul li::before {
  content: '\F135' !important;
  font-family: 'bootstrap-icons' !important;
  padding: 3px;
  margin-right: 5px;
  font-size: 13px;
  border-radius: 50px;
  background: var(--color-secondary);
  color: #fff;
}

#blog_detail_01 .img-blog-detail {
  border-radius: 20px;
}

/* EQUIPE */
#team_01 .item .text-wrap {
  padding: 15px;
}

/* PAG. CONTATO */ 
#contact-list-01 .pq-contact-box {
  margin: 0px 0px 0px 0px;
  padding: 60px 30px 60px 30px;
  background-color: var(--color-primary);
  border-radius: 3px 3px 3px 3px;
}

#contact-list-01 .pq-contact-box-icon {
  text-align: center;
}

#contact-list-01 .pq-contact-box-icon i {
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  color: var(--color-secondary);
  display: inline-block;
  border-radius: 3px;
  height: 80px;
  background: #fff;
}

#contact-list-01 .pq-contact-box-info {
  text-align: center;
  margin-top: 30px;
}

#contact-list-01 h4 {
  font-size: 28px;
  font-style: normal;
  line-height: 36px;
  color: #fff;
}

#contact-list-01 p {
  color: #fff;
  min-height: 50px;
}


#contact-page-01 .pq-form-box {
  padding: 30px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: -60px;
  background: #fff;
  position: relative;
  z-index: 1;
}

#contact-page-01 .pq-section.pq-style-1 .pq-section-sub-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  text-transform: uppercase;
  padding: 4px 8px;
  margin: 0 0 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#contact-page-01 input, #contact-page-01 textarea, #contact-page-01 input.form-control {
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 400;
  padding: 0 15px;
  height: 54px;
  line-height: 54px;
  outline: none;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-radius: 3px;
}

#contact-page-01 textarea {
  margin-bottom: 30px;
  height: 100px;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  width: 100%;
  float: left;
  padding: 10px 15px;
  outline: none;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

#contact-page-01 .pq-button {
  position: relative;
  width: auto;
  background: var(--color-primary);
  color:#fff;
  letter-spacing: 0.04em;
   font-size: 14px;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: uppercase;
  line-height: 2;
  vertical-align: middle;
  border: none;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#contact-page-01 .item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

#contact-page-01 .item .icone {
  background: var(--color-secondary);
  color: var(--text-color-primary);
  border-radius: 50%;
  padding: 15px 20px;
  font-size: 24px;
  margin-right: 10px;
}
#contact-page-01 .item .icone.icone2 {
  background: var(--color-secondary);
}
#contact-page-01 .item span {
    color: #000;
}

#contact-page-01 .item .icone.whats {
  background: var(--whatsapp-bg);
  color: var(--whatsapp-color);
}

#contact-page-01 .mrg-left {
  padding-left: 5%;
}

#contact-page-01 .item .data .whats {
  background: var(--whatsapp-bg);
  color: var(--whatsapp-color);
  border-radius: var(--sm-radius);

}

#team_01 .wprt-image-box.style-1 .item .title {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}

/* YOUTUBE VIDEO MODAL */
#video_modal_01 .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
  top: 20%;
}

#video_modal_01 .modal-body {
  position:relative;
  padding:0px;
}
#video_modal_01 .btn-close {
  position:absolute;
  right:-30px;
  top:0;
}

#subheader_01 {
    background-color: var(--color-secondary);
}

#subheader_01 .breadcrumb-item {
  color: #fff;
  text-decoration: underline;
}

#subheader_01 .breadcrumb-item a {
  color: #fff;
}

#subheader_01 .breadcrumb-item.active {
  color: #fff;
  text-decoration: none;
}

#subheader_01 .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

#data-404 img {
  margin: 40px 0;
}

/* FOOTER */
.footer .logo-footer {
  display: block;
  width: auto;
  max-width: 200px;
  height: auto;
  object-fit: contain;
  margin-bottom: 15px;
}

.spamtext .footer-dog {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.footer .social-links li:first-child {
  padding-left: 0px;
}

.footer .social-links li {
  padding: 5px 15px;
}

.footer p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.82);
}

.justificar {
    justify-content: center;
}

.footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    165deg,
    #010815 0%,
    var(--rs-primary) 42%,
    #0a2248 78%,
    var(--rs-primary-container) 100%
  );
  margin-top: 0px;
  padding: 50px 0;
  color: rgba(255, 255, 255, 0.92);
}

/* Textura suave: só linhas verticais bem discretas */
.footer::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 104px,
    rgba(255, 255, 255, 0.038) 104px,
    rgba(255, 255, 255, 0.038) 105px
  );
  opacity: 1;
}

.footer > .container {
  position: relative;
  z-index: 1;
}

.footer h2 {
  font-size: 18px;
  color: #fff;
}

.footer ul {
  padding: 0;
}

.footer ul li  {
  list-style: none;
  padding: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.footer ul li p {
  list-style: none;
  margin-bottom: 9px;
  padding: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.footer ul li a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 30px;
}

.footer ul li a:hover {
  color: var(--rs-tertiary-fixed);
}

.footer .line_1 {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
  padding: 15px 0 0 0;
}

.footer .line_1 img {
  max-height: 42px;
}

.footer .line_1 p  {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 64px;
}

.footer .line_1 p span {
  margin: 0 15px;
  color: #fff;
}

.footer .line_1 p a {
  color: #fff  !Important;
}

.footer .line_1 p a:hover {
  color: var(--color-secondary)
}
 
.footer .btn-whatsapp, .footer .btn-phone {
  display: table;
  padding: 1px 15px;
  margin-bottom: 10px;
  border-radius: var(--sm-radius);
}

.footer .btn-whatsapp {
  background: var(--whatsapp-bg);
  color: var(--whatsapp-color);
}

.footer .btn-whatsapp:hover {
  color: var(--whatsapp-color);
}

.footer .btn-phone {
  background: var(--color-secondary);
  color: var(--text-secondary);
}

.footer .btn-phone:hover {
  color: var(--text-secondary);
}

.footer .stores li {
  margin-bottom: 30px;
}

.footer .store-name {
  font-size: 16px;
}
  
.spamtext {
  background: rgb(245, 245, 245);
  text-align: center;
  color: var(--color-primary);
  position: relative;
}

.spamtext .container {
  border-top: 1px solid #DCDCDC;
  padding: 40px;
  text-align: justify;
}

.spamtext p {
  font-size: 12px;
}


/* MOBILE */

@media only screen and (max-width : 991px) {
  /* TOP HEADER */
  #topheader-01 .mobile_none {
    display: none;
  }

  #topheader-01 p { 
    text-align: center;
  }


  /* MENU PRINCIPAL */
  #header_01 .emergencia24 {
    margin-left: 0px;
  }

  #header_01 .navbar-brand img {
    max-height: 75px;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    max-width: min(240px, 70vw);
  }


  /* ABOUT US */
  #aboutus_01 .about-home-one {
    width: 100%;
    padding: 15px;
  }
  #aboutus_01.ptb-75 {
    padding-top: 0px;
  }

  #aboutus_01 .about-home-one .about-video a {
    top: -20%;
    left: 0%;
    width: 100%;
    background: transparent;
  }

  #aboutus_01 .about-home-one .about-video a i {
    border-radius: 50px;
    padding: 18px 30px 13px 30px;
    background: var(--color-secondary);
  }

  #aboutus_02 ul li {
    width: 100%;
  }

  /* CENTRALIZAÇÃO ARROWS BLOG */
  #carrousel_01 .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #carrousel_01 .owl-carousel .owl-nav button.owl-prev {
      position: relative;
      top: unset;
      left: unset;
      }
      
  #carrousel_01 .owl-carousel .owl-nav button.owl-next {
      position: relative;
      top: unset;
      right: unset; 
  }

  /* FOOTER */
  .footer {
    text-align: center;
  }
  
  .footer ul {
    width: 100%;
    justify-content: center;
  }
  
  .footer .btn-whatsapp, .footer .btn-phone {
    margin: auto;
    margin-bottom: 15px;
  }

  .spamtext .footer-dog {
    position: absolute;
    bottom: 100%;
    z-index: 1;
    left: 0;
  }

  .spamtext .footer-dog img {
    max-width: 130px;
  }

  #sticky_area .sticky_data {
    margin-top: 0px !important;
  }

  #service-data .siderbar_interna {
    margin-top: 15px !important;
  }

  #subheader_01 {
    text-align: center;
  }

  #subheader_01 .breadcrumb {
    justify-content: center;
  }

  #subheader_01 h1 {
    margin: 20px 0 0 0;
  }

  .divider2::after {
    margin: auto;
    margin-top: 20px;
  }

  .siderbar_interna .list_service {
    display: none;
  }
  
  #assinatura {
    text-align: center;
  }

  #contact-page-01 .pq-form-box {
    width: 100%;
  }
}


#features-18 img {
  margin: auto;
  display: block;
  max-width: 100%;
}

#features-18 h2 {
  margin-bottom: 30px;
}

#features-18 .text-1 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

#features-18 .text-2 {
  padding-top: 34px;
  padding-bottom: 29px;
}

#features-18 .about {
  position: relative;
  display: inline-block;
  margin-top: 50px;
  padding-left: 0px;
}

#features-18 .about li {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}

#features-18 .about li .icon {
  min-width: 76px;
  height: 76px;
  padding-left: 1px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--color-primary);
  color: var(--text-color-primary);
  border-radius: 50%;
  justify-content: center;  
}

#features-18 .about li .icon img {
  max-width: 44px;
}


#features-18 .about li h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

#features-18 .about li .text {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-left: 10px;
}

#features-18 .row  {
  align-items: center;
}

.align-mid-header {
  justify-content: end;
}

@media screen and (max-width: 991px) {
  #features-18 .content {
      margin-top: 50px;
  }

  #features-18 h2 {
      text-align: center;
  }
  
  #features-18 .text-1 {
      text-align: center;
  }

  #features-18 .cta {
      text-align: center;
  }

  .d-mobile-none {
    display: none;
  }
  #midheader-01 .whatsapp small {
    display: none;
  }

  #header_01 .whatsapp, #midheader-01 .whatsapp {
    margin: 0 3px !important;
    padding: 8px 10px;
    font-size: 16px;
  }

  .align-mid-header {
    justify-content: center;
  }

  #header_01.navbar {
    background: #fff;
    padding: 0;
    border-top: 1px solid #cccccc78;
  }

  #header_01 .navbar-nav .nav-link {
    color: #212121;
  }

  #header_01 .dropdown:hover .dropdown-toggle::after, #header_01 .dropdown:hover .nav-link {
    color: var(--color-primary);
  }

  #topheader-01 .menu-top-header {
    display: none;
  }

  #contact-page-01 .mrg-left {
    margin-top: 100px;
  }
}

@media screen and (max-width: 991px) { 
    .col-xs-6 {
        float: left;
        width: 50%;
    }
}
.content-box {
    display: flex;
}
.content-box .single-item {
    flex: 1 1 auto;
}
.video-container {
    position: relative;
    width: 100%;
    max-width: 100%; /* Define largura máxima */
    padding-bottom: 56.25%; /* Proporção 16:9 (9/16 * 100) */
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-card {
  margin-bottom: 30px;
}
.video-card .video-title {
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.video-card iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
}
.upper {
    text-transform: uppercase;
}

/* Marcas — faixa única, marquee horizontal (full-bleed) — tudo em branco, sem linhas */
#brand-1 {
    overflow-x: hidden;
}

#brand-1.light {
    background: #fff !important;
}

#brand-1.light::before {
    display: none;
}

#brand-1 .container {
    background: #fff;
}

#brand-1 .rs-brands-fullbleed {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
    background: #fff;
}

#brand-1 .rs-brands-viewport {
    overflow: hidden;
    border: none;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

#brand-1 .rs-brands-track {
    display: flex;
    width: max-content;
    align-items: center;
    animation: rs-brands-marquee 50s linear infinite;
    will-change: transform;
}

#brand-1 .rs-brands-viewport:hover .rs-brands-track {
    animation-play-state: paused;
}

#brand-1 .rs-brands-set {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: clamp(1.75rem, 5vw, 3.5rem);
    padding: 1.25rem clamp(1.25rem, 4vw, 2.5rem);
}

#brand-1 .rs-brands-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4.5rem;
}

#brand-1 .rs-brands-img {
    display: block;
    max-height: 72px;
    width: auto;
    height: auto;
    max-width: 200px;
    object-fit: contain;
    opacity: 1;
    -webkit-user-drag: none;
    user-select: none;
}

@keyframes rs-brands-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    #brand-1 .rs-brands-track {
        animation: none;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    #brand-1 .rs-brands-set[aria-hidden="true"] {
        display: none;
    }

    #brand-1 .rs-brands-set {
        flex: 0 0 100%;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        row-gap: 0.5rem;
    }
}

/* --- Bloco: Soluções em Ventilação e Iluminação Natural (home) --- */
.font-headline { font-family: 'Montserrat', sans-serif; }
.ls-tight { letter-spacing: -0.05em !important; }
.ls-wide { letter-spacing: 0.2em !important; }
.text-xxs { font-size: 0.65rem !important; }

.text-primary-custom { color: var(--rs-primary) !important; }
.text-tertiary-custom { color: var(--rs-tertiary-fixed) !important; }
.text-secondary-custom { color: var(--rs-text-secondary) !important; }
.bg-tertiary-custom { background-color: var(--rs-tertiary-fixed) !important; }
.bg-surface-custom { background-color: var(--rs-surface) !important; }
.bg-surface-low { background-color: var(--rs-surface-low) !important; }
.bg-primary-custom { background-color: var(--rs-primary) !important; }
.bg-primary-container { background-color: var(--rs-primary-container) !important; }
.bg-surface-container { background-color: var(--rs-surface-container) !important; }
.bg-surface-high { background-color: var(--rs-surface-high) !important; }

.btn-tertiary {
    background-color: var(--rs-tertiary-fixed);
    color: #fff;
    border: none;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.btn-tertiary:hover,
.btn-tertiary:focus {
    background-color: var(--rs-tertiary-dim);
    color: #fff;
}

.hover-text-tertiary { transition: color 0.3s ease; }
.hover-text-tertiary:hover { color: var(--rs-tertiary-fixed) !important; }

/* Degradê padrão (fallback) */
.card-gradient {
    background: linear-gradient(to top, rgba(0, 23, 59, 0.9), transparent);
}

/* #solucoes-ventilacao: diagonal ~45° a partir do canto inferior esquerdo, mais transparente */
#solucoes-ventilacao .card-gradient {
    background: linear-gradient(
        to top right,
        rgba(0, 23, 59, 0.62) 0%,
        rgba(0, 23, 59, 0.22) 38%,
        rgba(0, 23, 59, 0.04) 58%,
        transparent 80%
    );
}

#solucoes-ventilacao .rs-sol-lanternim-card {
    min-height: 300px;
}

@media (min-width: 992px) {
    #solucoes-ventilacao .rs-sol-lanternim-card {
        min-height: 360px;
    }
}

/* BS 5.0.2 sem utilitário z-1: texto dos cards acima do stretched-link */
#solucoes-ventilacao .z-1 {
    z-index: 2;
}

/* CTA “Detalhes” / ver projeto — Montserrat extra-negrito */
#solucoes-ventilacao .rs-sol-cta {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

#solucoes-ventilacao .rs-sol-cta-icon {
    font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 24;
    font-size: 1.35rem !important;
    line-height: 1;
    transition: transform 0.25s ease;
}

#solucoes-ventilacao a.card:hover .rs-sol-cta-icon {
    transform: translateX(6px);
}

#solucoes-ventilacao a.card:hover h3 {
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

#solucoes-ventilacao a.card:focus-visible {
    outline: 2px solid var(--rs-tertiary-fixed);
    outline-offset: 3px;
}

#solucoes-ventilacao .rs-sol-explore:hover {
    color: var(--rs-tertiary-fixed) !important;
}

.aspect-1-1 { aspect-ratio: 1/1; }

.object-fit-cover {
    object-fit: cover;
}

.hover-card-up { transition: transform 0.5s ease; }
.hover-card-up:hover { transform: translateY(-8px); }

.hover-img-zoom { transition: transform 0.7s ease, filter 0.7s ease; }
.hover-card-up:hover .hover-img-zoom,
.hover-group:hover .hover-img-zoom {
    transform: scale(1.1);
}

.hover-arrow { transition: transform 0.3s ease; }
.hover-card-up:hover .hover-arrow,
.hover-group:hover .hover-arrow { transform: translateX(8px); }

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

.rs-value-prop-row {
    align-items: stretch;
}

.rs-value-prop-icon.material-symbols-outlined {
    vertical-align: unset;
}

.rs-value-prop-icon {
    display: grid;
    place-items: center;
    width: 3.25rem;
    height: 3.25rem;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 0.875rem;
    border: 1px solid rgba(0, 23, 59, 0.14);
    background: rgba(0, 23, 59, 0.05);
    color: var(--rs-primary);
    font-size: 1.625rem !important;
    line-height: 1;
    text-align: center;
}

.rs-value-prop-item {
    display: flex !important;
    flex-direction: row;
    align-items: center !important;
    min-height: 0;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.rs-value-prop-item > div:last-child {
    flex: 1 1 auto;
    min-width: 0;
}

.rs-value-prop-item:hover .rs-value-prop-icon {
    border-color: rgba(0, 23, 59, 0.26);
    background: rgba(0, 23, 59, 0.09);
}

/* Faixa de 4 destaques (abaixo do hero): mais fina e compacta — fundo azul escuro + degradê, textos claros */
.rs-value-prop-strip.rs-page-band {
    padding-top: clamp(0.75rem, 2vw, 1.2rem);
    padding-bottom: clamp(0.75rem, 2vw, 1.2rem);
    background: linear-gradient(
        118deg,
        #000a1f 0%,
        var(--rs-primary) 38%,
        #0c2a5c 72%,
        var(--rs-primary-container) 100%
    );
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.rs-value-prop-strip .rs-value-prop-row {
    align-items: stretch;
}

/* Ícone alinhado ao topo do texto: evita “pulo” entre colunas com textos de alturas diferentes */
.rs-value-prop-strip .rs-value-prop-item {
    gap: 0.75rem;
    align-items: flex-start !important;
}

.rs-value-prop-strip .rs-value-prop-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
    border-radius: 0.5rem;
    font-size: 1.2rem !important;
    line-height: 0;
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    box-sizing: border-box;
}

.rs-value-prop-strip .rs-value-prop-item:hover .rs-value-prop-icon {
    border-color: rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.14);
}

.rs-value-prop-strip .rs-mini-title {
    font-size: 0.8125rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.08rem !important;
    line-height: 1.2;
    color: #fff !important;
}

.rs-value-prop-strip .rs-mini-text {
    font-size: 0.72rem;
    line-height: 1.38;
    color: rgba(255, 255, 255, 0.85) !important;
}

/* Grandes Obras + Galeria #media_02 — carrossel horizontal com skew */
#rs-grandes-obras .rs-go-no-scrollbar,
#media_02 .rs-go-no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#rs-grandes-obras .rs-go-no-scrollbar::-webkit-scrollbar,
#media_02 .rs-go-no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Mesmo grid que as outras seções: .container-xl.px-4 — título e carrossel alinhados entre si e ao restante do site */
#rs-grandes-obras .rs-go-stack {
    width: 100%;
    max-width: 100%;
}

#rs-grandes-obras .rs-go-snap,
#media_02 .rs-go-snap {
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0 max(0.5rem, env(safe-area-inset-right, 0px));
    padding-block: clamp(0.5rem, 1.5vw, 1rem);
    padding-inline: 0;
    margin-inline: 0;
}

#rs-grandes-obras .rs-go-snap-item,
#media_02 .rs-go-snap-item {
    scroll-snap-align: start;
}

#rs-grandes-obras .rs-go-snap-item:first-child,
#media_02 .rs-go-snap-item:first-child {
    margin-inline-start: 0;
}

#rs-grandes-obras .rs-go-snap-item:last-child,
#media_02 .rs-go-snap-item:last-child {
    margin-inline-end: 0.35rem;
}

#rs-grandes-obras .rs-go-aspect-card,
#media_02 .rs-go-aspect-card {
    aspect-ratio: 3 / 4;
}

/* Inclinação tipo card Bootstrap: skewX no bloco; legenda com skewX oposto — texto reto */
#rs-grandes-obras {
    --rs-go-skew-x: 2deg;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    /* Mesmo clima do rodapé: degradê azul + textura */
    background: linear-gradient(
        165deg,
        #010815 0%,
        var(--rs-primary) 42%,
        #0a2248 78%,
        var(--rs-primary-container) 100%
    );
    color: rgba(255, 255, 255, 0.92);
}

/* Textura diagonal (sentido oposto a 45°) + skew 2° alinhado ao bloco skew dos cards */
#rs-grandes-obras::before {
    content: '';
    position: absolute;
    inset: -12% -18%;
    z-index: 0;
    pointer-events: none;
    transform: skewX(2deg);
    transform-origin: center center;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 200px,
        rgba(255, 255, 255, 0.038) 200px,
        rgba(255, 255, 255, 0.038) 201px
    );
}

#rs-grandes-obras > .container-xl {
    position: relative;
    z-index: 1;
}

/* Tipografia clara sobre o azul */
#rs-grandes-obras .rs-go-head .rs-eyebrow,
#rs-grandes-obras .rs-go-feature-copy .rs-eyebrow {
    color: rgba(255, 255, 255, 0.58) !important;
}

#rs-grandes-obras .rs-go-head .rs-section-title,
#rs-grandes-obras .rs-go-feature-title {
    color: #fff !important;
}

#rs-grandes-obras .rs-go-feature-lead {
    color: rgba(255, 255, 255, 0.78) !important;
}

#media_02 {
    --rs-go-skew-x: 2deg;
}

#rs-grandes-obras .rs-go-skew,
#media_02 .rs-go-skew {
    transform: skewX(calc(-1 * var(--rs-go-skew-x)));
    transform-origin: center center;
    backface-visibility: hidden;
    isolation: isolate;
    border-radius: 0.45rem;
    overflow: hidden;
}

/* Camada azul só na parte inferior — menor área; azul mais denso onde existe (legibilidade do título) */
#rs-grandes-obras .rs-go-card-gradient,
#media_02 .rs-go-card-gradient {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 42%;
    max-height: 200px;
    opacity: 1;
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(0, 23, 59, 0.98) 0%,
        rgba(0, 23, 59, 0.78) 35%,
        rgba(0, 23, 59, 0.22) 68%,
        transparent 100%
    );
}

#rs-grandes-obras .rs-go-skew .rs-go-caption,
#media_02 .rs-go-skew .rs-go-caption {
    transform: skewX(var(--rs-go-skew-x));
    transform-origin: 50% 100%;
    /* Mais respiro horizontal: compensação do skew não corta início/fim das linhas */
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
    padding-bottom: 1.35rem !important;
    box-sizing: border-box;
}

#rs-grandes-obras .rs-go-caption,
#media_02 .rs-go-caption {
    z-index: 2;
    pointer-events: none;
}

#rs-grandes-obras .rs-go-hover-line,
#media_02 .rs-go-hover-line {
    transition: width 0.35s ease;
}

#rs-grandes-obras .hover-group:hover .rs-go-hover-line,
#media_02 .hover-group:hover .rs-go-hover-line {
    width: 3rem !important;
}

/* Grandes Obras — slider destaque (imagem skew + texto) */
#rs-grandes-obras .rs-go-feature-carousel-wrap {
    position: relative;
    z-index: 1;
    margin-top: clamp(1.25rem, 3vw, 2rem);
    padding-top: 0;
    border-top: none;
}

#rs-grandes-obras .rs-go-feature-carousel {
    position: relative;
    padding-bottom: 2.75rem;
}

#rs-grandes-obras .rs-go-feature-figure {
    min-height: clamp(260px, 48vw, 520px);
    border-radius: 0.5rem;
}

/* Skew com pivô à direita (lado do texto): reduz corte visual na borda esquerda do card */
#rs-grandes-obras .rs-go-feature-figure.rs-go-skew {
    transform-origin: right center;
}

#rs-grandes-obras .rs-go-feature-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 114%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block;
}

#rs-grandes-obras .rs-go-feature-title {
    font-size: clamp(1.6rem, 3.2vw, 2.4rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
    text-transform: none;
}

#rs-grandes-obras .rs-go-feature-lead {
    font-size: 1.02rem;
    line-height: 1.65;
    max-width: 36rem;
}

#rs-grandes-obras .rs-go-feature-indicators {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    bottom: 0;
    gap: 0.35rem;
}

#rs-grandes-obras .rs-go-feature-indicators [data-bs-target] {
    width: 2rem;
    height: 0.3rem;
    margin-left: 0.15rem;
    margin-right: 0.15rem;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.22);
    border: 0;
    opacity: 1;
}

#rs-grandes-obras .rs-go-feature-indicators [data-bs-target].active {
    background-color: var(--rs-tertiary-fixed);
}

#rs-grandes-obras .rs-go-feature-control.carousel-control-prev {
    left: 0.35rem;
    width: 2.75rem;
    max-width: none;
}

#rs-grandes-obras .rs-go-feature-control.carousel-control-next {
    right: 0.35rem;
    width: 2.75rem;
    max-width: none;
}

#rs-grandes-obras .rs-go-feature-control {
    width: 2.75rem;
    height: 2.75rem;
    top: 42%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    opacity: 1;
}

#rs-grandes-obras .rs-go-feature-control:hover,
#rs-grandes-obras .rs-go-feature-control:focus {
    background: rgba(255, 255, 255, 0.24);
    opacity: 1;
}

#rs-grandes-obras .rs-go-feature-control .carousel-control-prev-icon,
#rs-grandes-obras .rs-go-feature-control .carousel-control-next-icon {
    width: 1.35rem;
    height: 1.35rem;
    filter: brightness(0) invert(1);
}

@media (max-width: 991.98px) {
    #rs-grandes-obras .rs-go-feature-control {
        top: 28%;
    }

    #rs-grandes-obras .rs-go-feature-copy {
        padding-left: 0 !important;
        text-align: center;
    }

    #rs-grandes-obras .rs-go-feature-copy .hero-banner-cta {
        width: 100%;
        justify-content: center;
    }

    #rs-grandes-obras .rs-go-feature-copy .rs-eyebrow {
        text-align: center;
    }
}

/* Atendemos todo o Brasil + Sobre sustentabilidade (home, após Grandes Obras) */
#rs-atende-brasil .rs-atende-card {
    border: 0;
    border-radius: 1.5rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

#rs-atende-brasil .rs-atende-text-col {
    z-index: 2;
}

#rs-atende-brasil .rs-atende-fade-side {
    z-index: 1;
    background: linear-gradient(to right, var(--rs-primary) 0%, transparent 15%);
    pointer-events: none;
}

#rs-atende-brasil .rs-atende-fade-top {
    z-index: 1;
    background: linear-gradient(to bottom, var(--rs-primary) 0%, transparent 20%);
    pointer-events: none;
}

#rs-sobre-sustentabilidade .rs-sobre-deco {
    top: -1rem;
    left: -1rem;
    width: 8rem;
    height: 8rem;
    z-index: 0;
}

#rs-sobre-sustentabilidade .rs-sobre-img-wrap {
    z-index: 1;
}

#rs-sobre-sustentabilidade .rs-sobre-badge {
    bottom: -1rem;
    right: -1rem;
    max-width: 220px;
    z-index: 2;
}

#rs-sobre-sustentabilidade a.btn.bg-primary-custom:hover,
#rs-sobre-sustentabilidade a.btn.bg-primary-custom:focus {
    color: #fff;
    filter: brightness(1.08);
}

/* --- Blog home (carrossel moderno) --- */
.rs-blog-home-lead {
    max-width: 36rem;
    font-size: 1rem;
    line-height: 1.55;
}

#carrousel_01.rs-blog-home-section .rs-blog-home-archive:hover {
    color: var(--rs-tertiary-fixed) !important;
}

#carrousel_01.rs-blog-home-section .owl-carousel .item {
    margin-bottom: 0;
}

.rs-blog-card {
    display: flex;
    flex-direction: column;
    background: var(--rs-surface-lowest);
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(0, 23, 59, 0.08);
    box-shadow: 0 4px 24px rgba(0, 23, 59, 0.06);
    transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.25s ease;
}

.rs-blog-card:hover {
    box-shadow: 0 12px 40px rgba(0, 23, 59, 0.12);
    transform: translateY(-4px);
    border-color: rgba(226, 112, 18, 0.35);
}

.rs-blog-card__media {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.rs-blog-card__ratio .rs-blog-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.rs-blog-card:hover .rs-blog-card__img {
    transform: scale(1.05);
}

.rs-blog-card__body {
    padding: 1.35rem 1.35rem 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 0.65rem;
}

.rs-blog-card__tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--rs-tertiary-fixed);
}

.rs-blog-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
    margin: 0;
}

.rs-blog-card__title a {
    color: var(--rs-primary);
    text-decoration: none;
    transition: color 0.2s ease;
}

.rs-blog-card__title a:hover {
    color: var(--rs-tertiary-fixed);
}

.rs-blog-card__excerpt {
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0;
    flex: 1 1 auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rs-blog-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1rem;
    margin-top: 0.25rem;
    border-top: 1px solid rgba(0, 23, 59, 0.08);
}

.rs-blog-card__author {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.rs-blog-card__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: contain;
    object-position: center;
    flex-shrink: 0;
    padding: 3px;
    box-sizing: border-box;
}

.rs-blog-card__author-name {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--rs-primary);
}

.rs-blog-card__cta {
    flex-shrink: 0;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--rs-tertiary-fixed);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    transition: color 0.2s ease, gap 0.2s ease;
}

.rs-blog-card__cta:hover {
    color: var(--rs-tertiary-dim);
    gap: 0.35rem;
}

#carrousel_01.rs-blog-home-section .rs-blog-owl-wrap .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

#carrousel_01.rs-blog-home-section .rs-blog-owl-wrap .owl-carousel .owl-nav button.owl-prev,
#carrousel_01.rs-blog-home-section .rs-blog-owl-wrap .owl-carousel .owl-nav button.owl-next {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    color: var(--rs-primary) !important;
    border: 1px solid rgba(0, 23, 59, 0.18) !important;
    box-shadow: none !important;
    font-size: 1.1rem;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#carrousel_01.rs-blog-home-section .rs-blog-owl-wrap .owl-carousel .owl-nav button.owl-prev:hover,
#carrousel_01.rs-blog-home-section .rs-blog-owl-wrap .owl-carousel .owl-nav button.owl-next:hover {
    background: rgba(0, 23, 59, 0.06) !important;
    border-color: var(--rs-tertiary-fixed) !important;
    color: var(--rs-tertiary-fixed) !important;
}

#carrousel_01.rs-blog-home-section .owl-dots {
    text-align: center;
    margin-top: 1rem;
}

#carrousel_01.rs-blog-home-section .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 4px;
    background: rgba(0, 23, 59, 0.2);
    border-radius: 999px;
    transition: width 0.25s ease, background 0.25s ease;
}

#carrousel_01.rs-blog-home-section .owl-dots .owl-dot.active span {
    width: 1.5rem;
    background: var(--rs-tertiary-fixed);
}

/* ========== Design system Robert's: fundos, ar/luz, tipografia em listagens ========== */

/* Faixas verticais — evita seções “cortadas” */
.rs-page-band {
    padding-top: var(--rs-section-py);
    padding-bottom: var(--rs-section-py);
}

.rs-page-band-lg {
    padding-top: var(--rs-section-py-lg);
    padding-bottom: var(--rs-section-py-lg);
}

/* Fundos alternados suaves (gradiente longo, sem faixa seca) */
.rs-bg-surface-flow {
    background: linear-gradient(
        180deg,
        var(--rs-surface-low) 0%,
        var(--rs-surface-lowest) 28%,
        #fff 62%,
        var(--rs-surface) 100%
    );
}

.rs-bg-white-flow {
    background: linear-gradient(180deg, #fff 0%, var(--rs-surface) 45%, var(--rs-surface-low) 100%);
}

section.light {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        180deg,
        var(--rs-surface-low) 0%,
        var(--rs-surface-lowest) 40%,
        var(--rs-surface) 100%
    );
}

section.light::before {
    content: '';
    position: absolute;
    inset: -12% -6%;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 90% 70% at 20% 0%, rgba(255, 255, 255, 0.5) 0%, transparent 50%),
        radial-gradient(ellipse 60% 50% at 95% 90%, rgba(226, 112, 18, 0.03) 0%, transparent 45%),
        repeating-linear-gradient(
            101deg,
            transparent 0,
            transparent 140px,
            rgba(0, 23, 59, 0.006) 140px,
            rgba(0, 23, 59, 0.006) 141px
        );
    opacity: 0.85;
}

section.light > *:not(.bg-wrap) {
    position: relative;
    z-index: 1;
}

section.light .bg-wrap {
    position: relative;
    z-index: 0;
}

/* #brand-1 envolve marcas + obras + mapa-card + sobre: sem padding inferior para não aparecer faixa clara antes da galeria #media_02 */
#brand-1.light {
    padding-bottom: 0;
}

/* Textura bem sutil: luz / movimento de ar (quase imperceptível) */
.rs-air-bg {
    position: relative;
    overflow: hidden;
}

.rs-air-bg::before {
    content: '';
    position: absolute;
    inset: -15% -8%;
    z-index: 0;
    pointer-events: none;
    opacity: 1;
    background:
        radial-gradient(ellipse 100% 80% at 12% -10%, rgba(255, 255, 255, 0.55) 0%, transparent 52%),
        radial-gradient(ellipse 70% 55% at 88% 105%, rgba(0, 23, 59, 0.035) 0%, transparent 48%),
        radial-gradient(ellipse 50% 40% at 70% 15%, rgba(226, 112, 18, 0.04) 0%, transparent 42%),
        repeating-linear-gradient(
            102deg,
            transparent 0,
            transparent 100px,
            rgba(0, 23, 59, 0.009) 100px,
            rgba(0, 23, 59, 0.009) 101px
        );
}

/* Fundo com imagem + overlay (mesmo clima do banner da home) */
.rs-air-bg.rs-bg-img2::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(0deg, rgba(0, 23, 59, 0.50) 0%, rgba(0, 23, 59, 0.18) 45%, rgba(0, 23, 59, 0.08) 100%),
        url("../images/imagens%20produtos/img2.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.rs-air-bg > .container,
.rs-air-bg > .container-xl,
.rs-air-bg > .container-fluid,
.rs-air-bg > .row {
    position: relative;
    z-index: 1;
}

#solucoes-ventilacao.rs-air-bg > .container-xl {
    position: relative;
    z-index: 1;
}

#showcase-1.rs-air-bg > .container {
    position: relative;
    z-index: 1;
}

/* Tipografia compacta (faixas de valor, cards de lista) */
.rs-mini-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--rs-primary);
}

.rs-mini-text {
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--rs-text-secondary);
}

/* Listagens tipo produtos / sistemas (#showcase-1) */
#showcase-1 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--rs-surface-lowest) 0%, var(--rs-surface) 55%, var(--rs-surface-low) 100%);
}

#showcase-1 .sub-cta-default:not(.text-white) {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--rs-tertiary-fixed);
    margin-bottom: 0.65rem;
}

#showcase-1 h2.text-center {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.45rem, 3.5vw, 2.15rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: var(--rs-primary);
    text-transform: none;
    margin-bottom: 0.75rem;
}

#showcase-1 .col-md-12 > p.text-center:not(.sub-cta-default) {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--rs-text-secondary);
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

#showcase-1 .divider,
#showcase-1 .divider + p {
    color: var(--rs-text-secondary);
    font-size: 1rem;
    line-height: 1.65;
}

.content-box .card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--rs-primary);
    text-transform: none;
    line-height: 1.3;
}

.content-box .card-text p {
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--rs-text-secondary);
}

/* Galeria de obras — continua o tom de #rs-sobre-sustentabilidade (surface-low) antes de clarear */
#media_02.rs-works-section {
    background: linear-gradient(
        180deg,
        var(--rs-surface-low) 0%,
        var(--rs-surface-low) 28%,
        var(--rs-surface-lowest) 46%,
        #fff 68%,
        var(--rs-surface) 100%
    );
}

/* #media_02 — galeria em faixa full-bleed, autoplay, só imagem + ícone + */
#media_02.rs-works-section--fullscreen {
    overflow-x: clip;
    padding-bottom: 0;
}

#media_02 .rs-works-hero-carousel {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

#media_02 .rs-works-hero-carousel-inner {
    position: relative;
}

/* Faixa #media_02 — Owl: até 7 miniaturas visíveis (desktop largo) */
#media_02 .rs-works-media-owl .rs-works-hero-slide {
    min-height: clamp(120px, 16vw, 220px);
    aspect-ratio: 4 / 3;
}

#media_02 .rs-works-media-owl .rs-works-hero-img {
    min-height: 0;
    height: 100%;
    max-height: min(28vh, 240px);
    aspect-ratio: 4 / 3;
}

#media_02 .rs-works-media-owl .rs-works-hero-plus {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
}

#media_02 .rs-works-media-owl .owl-stage-outer {
    padding-bottom: 0.25rem;
}

#media_02 .rs-works-media-owl .owl-nav {
    margin-top: 0;
}

#media_02 .rs-works-media-owl .owl-nav button.owl-prev,
#media_02 .rs-works-media-owl .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 3.25rem;
    height: 3.25rem;
    margin: 0;
    border-radius: 50%;
    background: rgba(0, 23, 59, 0.42) !important;
    color: #fff !important;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

#media_02 .rs-works-media-owl .owl-nav button.owl-prev:hover,
#media_02 .rs-works-media-owl .owl-nav button.owl-next:hover {
    background: rgba(0, 23, 59, 0.62) !important;
}

#media_02 .rs-works-media-owl .owl-nav button.owl-prev {
    left: 0.5rem;
}

#media_02 .rs-works-media-owl .owl-nav button.owl-next {
    right: 0.5rem;
}

#media_02 .rs-works-media-owl .owl-nav button.owl-prev span,
#media_02 .rs-works-media-owl .owl-nav button.owl-next span {
    font-size: 1.35rem;
    line-height: 1;
}

#media_02 .rs-works-media-owl .owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.85rem;
    margin-bottom: 0.25rem;
}

#media_02 .rs-works-media-owl .owl-dots .owl-dot span {
    width: 2.1rem;
    height: 0.3rem;
    margin: 0;
    border-radius: 999px;
    background: rgba(0, 23, 59, 0.22);
}

#media_02 .rs-works-media-owl .owl-dots .owl-dot.active span,
#media_02 .rs-works-media-owl .owl-dots .owl-dot:hover span {
    background: var(--rs-tertiary-fixed);
}

#media_02 .rs-works-hero-slide {
    min-height: min(88vh, 920px);
    overflow: hidden;
    background: var(--rs-primary);
}

#media_02 .rs-works-hero-img {
    width: 100%;
    min-height: min(88vh, 920px);
    max-height: min(92vh, 960px);
    object-fit: cover;
    transition: transform 0.65s ease-out;
}

#media_02 .rs-works-hero-slide:hover .rs-works-hero-img {
    transform: scale(1.035);
}

#media_02 .rs-works-hero-plus {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: var(--rs-primary);
    font-size: 1.65rem;
    line-height: 1;
    box-shadow: 0 10px 36px rgba(0, 23, 59, 0.28);
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#media_02 .rs-works-hero-slide:hover .rs-works-hero-plus {
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 14px 42px rgba(0, 23, 59, 0.35);
}

#media_02 .rs-works-hero-indicators {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    bottom: 1rem;
    gap: 0.3rem;
}

#media_02 .rs-works-hero-indicators [data-bs-target] {
    width: 2.1rem;
    height: 0.3rem;
    margin: 0 0.15rem;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

#media_02 .rs-works-hero-indicators [data-bs-target].active {
    background: var(--rs-tertiary-fixed);
}

#media_02 .rs-works-hero-control.carousel-control-prev {
    left: 0.75rem;
    width: 3.25rem;
    max-width: none;
}

#media_02 .rs-works-hero-control.carousel-control-next {
    right: 0.75rem;
    width: 3.25rem;
    max-width: none;
}

#media_02 .rs-works-hero-control {
    height: 3.25rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(0, 23, 59, 0.42);
    opacity: 1;
}

#media_02 .rs-works-hero-control:hover {
    background: rgba(0, 23, 59, 0.62);
    opacity: 1;
}

#media_02 .rs-works-hero-control .carousel-control-prev-icon,
#media_02 .rs-works-hero-control .carousel-control-next-icon {
    width: 1.45rem;
    height: 1.45rem;
    filter: brightness(0) invert(1);
}

@media (max-width: 767.98px) {
    #media_02 .rs-works-hero-slide {
        min-height: 56vh;
    }

    #media_02 .rs-works-hero-img {
        min-height: 56vh;
        max-height: 72vh;
    }

    #media_02 .rs-works-hero-plus {
        width: 3.25rem;
        height: 3.25rem;
        font-size: 1.4rem;
    }

    #media_02 .rs-works-hero-control {
        width: 2.65rem;
        height: 2.65rem;
    }
}

/* Mapa — altura mínima e transição de fundo */
#mapa.rs-map-embed {
    position: relative;
    min-height: 360px;
    background: linear-gradient(180deg, var(--rs-surface) 0%, var(--rs-surface-low) 100%);
}

#mapa.rs-map-embed iframe {
    display: block;
    width: 100%;
    min-height: 360px;
}

.rs-section-archive {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/* FAQ + CTA (home, após blog) · #faq_02 = mesma pele em internas (ex.: ventiladores) */
#rs-home-faq .rs-home-faq-header,
#faq_02 .rs-home-faq-header {
    max-width: 36rem;
}

#rs-home-faq .rs-home-faq-header .rs-section-lead,
#faq_02 .rs-home-faq-header .rs-section-lead {
    max-width: 32rem;
}

#rs-home-faq .rs-home-faq-accordion .accordion-item,
#faq_02 .rs-home-faq-accordion .accordion-item {
    background: var(--rs-surface, #fff);
}

#rs-home-faq .rs-home-faq-accordion .accordion-button,
#faq_02 .rs-home-faq-accordion .accordion-button {
    font-size: 0.95rem;
    line-height: 1.35;
    color: var(--rs-primary);
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: none;
}

#rs-home-faq .rs-home-faq-accordion .accordion-button:not(.collapsed),
#faq_02 .rs-home-faq-accordion .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--rs-primary);
}

#rs-home-faq .rs-home-faq-accordion .accordion-button:focus,
#faq_02 .rs-home-faq-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0.2rem rgba(0, 23, 59, 0.15);
}

#rs-home-faq .rs-home-faq-accordion .accordion-button::after,
#faq_02 .rs-home-faq-accordion .accordion-button::after {
    filter: none;
}

#rs-home-faq .rs-home-faq-accordion .accordion-button:not(.collapsed)::after,
#faq_02 .rs-home-faq-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

#rs-home-faq .rs-home-faq-accordion .accordion-body,
#faq_02 .rs-home-faq-accordion .accordion-body {
    padding-top: 0.5rem;
    font-size: 0.9375rem;
}

#rs-home-cta .rs-home-cta-form {
    position: relative;
    border: 1px solid rgba(0, 23, 59, 0.07);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85) inset,
        0 18px 48px rgba(0, 23, 59, 0.14),
        0 4px 12px rgba(0, 23, 59, 0.06);
}

#rs-home-cta .rs-home-cta-form__head {
    padding-bottom: 1.15rem;
    margin-bottom: 1.35rem;
    border-bottom: 1px solid rgba(0, 23, 59, 0.08);
}

#rs-home-cta .rs-home-cta-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--rs-text-secondary);
    margin-bottom: 0.4rem;
}

#rs-home-cta .rs-home-cta-input {
    border-radius: 0.65rem;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(0, 23, 59, 0.12);
    background-color: #fafbfc;
    font-size: 0.9375rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

#rs-home-cta .rs-home-cta-input::placeholder {
    color: rgba(80, 95, 118, 0.55);
}

#rs-home-cta .rs-home-cta-input:hover {
    border-color: rgba(0, 23, 59, 0.18);
    background-color: #fff;
}

#rs-home-cta .rs-home-cta-textarea {
    min-height: 7.5rem;
    resize: vertical;
}

#rs-home-cta .rs-home-cta-input:focus {
    border-color: var(--rs-tertiary-fixed);
    background-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(226, 112, 18, 0.18);
    outline: 0;
}

#rs-home-cta .rs-home-cta-form .hero-banner-cta {
    margin-top: 0.25rem;
}


/*INTERNAS*/

:root {
      --orange:    #F26522;
      --orange-dk: #d4531a;
      --navy:      #0E1E3D;
      --navy-lt:   #152A52;
      --gray-bg:   #F4F5F7;
      --gray-line: #E2E5EA;
      --text-dark: #1A1F2E;
      --text-mid:  #4A5568;
      --text-sm:   #718096;
      --white:     #FFFFFF;
      --font:      'Plus Jakarta Sans', sans-serif;
    }
 
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
 
    body {
      font-family: var(--font);
      font-size: 1rem;
      color: var(--text-dark);
      background: var(--white);
      overflow-x: hidden;
    }
 
    ::-webkit-scrollbar { width: 5px; }
    ::-webkit-scrollbar-track { background: var(--gray-bg); }
    ::-webkit-scrollbar-thumb { background: var(--orange); border-radius: 3px; }
 
    /* ── NAVBAR ── */
    .site-nav {
      background: var(--navy);
      position: sticky;
      top: 0;
      z-index: 1000;
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }
    .site-nav .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 62px;
      gap: 1rem;
    }
    .nav-brand {
      font-size: 1.2rem;
      font-weight: 800;
      color: #fff;
      text-decoration: none;
      letter-spacing: -0.02em;
      flex-shrink: 0;
    }
    .nav-brand span { color: var(--orange); }
    .nav-links {
      display: flex;
      align-items: center;
      gap: 0.15rem;
      list-style: none;
      margin: 0; padding: 0;
    }
    .nav-links a {
      font-size: 0.8rem;
      font-weight: 600;
      color: rgba(255,255,255,0.7);
      text-decoration: none;
      padding: 0.38rem 0.65rem;
      border-radius: 4px;
      transition: color 0.18s, background 0.18s;
      white-space: nowrap;
    }
    .nav-links a:hover { color: #fff; background: rgba(255,255,255,0.07); }
    .btn-nav-cta {
      background: var(--orange) !important;
      color: #fff !important;
      border-radius: 4px;
      font-weight: 700 !important;
      transition: background 0.18s !important;
    }
    .btn-nav-cta:hover { background: var(--orange-dk) !important; }
 
    /* ── HERO ── */
    .hero {
      position: relative;
      background:
        linear-gradient(to right, rgba(14,30,61,0.93) 45%, rgba(14,30,61,0.5) 100%),
        url('https://images.unsplash.com/photo-1504328345606-18bbc8c9d7d1?w=1600&q=80') center/cover no-repeat;
      min-height: 500px;
      display: flex;
      align-items: center;
      padding: 5rem 0 4rem;
    }
    .hero-badge {
      display: inline-block;
      background: var(--orange);
      color: #fff;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      padding: 0.28rem 0.8rem;
      border-radius: 3px;
      margin-bottom: 1.1rem;
    }
    .hero h1 {
      font-size: clamp(2rem, 4vw, 3.1rem);
      font-weight: 800;
      color: #fff;
      line-height: 1.18;
      margin-bottom: 1rem;
      letter-spacing: -0.02em;
    }
    .hero p.lead {
      font-size: 1rem;
      font-weight: 400;
      color: rgba(255,255,255,0.72);
      max-width: 500px;
      margin-bottom: 2rem;
      line-height: 1.72;
    }
    .btn-orange {
      display: inline-block;
      background: var(--orange);
      color: #fff;
      font-weight: 700;
      font-size: 0.88rem;
      padding: 0.72rem 1.7rem;
      border-radius: 4px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: background 0.18s, transform 0.15s;
    }
    .btn-orange:hover { background: var(--orange-dk); transform: translateY(-1px); color: #fff; }
    .btn-outline-white {
      display: inline-block;
      background: transparent;
      color: #fff;
      font-weight: 600;
      font-size: 0.88rem;
      padding: 0.7rem 1.5rem;
      border-radius: 4px;
      text-decoration: none;
      border: 1.5px solid rgba(255,255,255,0.3);
      transition: border-color 0.18s, background 0.18s;
    }
    .btn-outline-white:hover { border-color: rgba(255,255,255,0.65); background: rgba(255,255,255,0.06); color: #fff; }
 
    /* stats bar */
    .stats-bar { background: var(--navy-lt); border-top: 1px solid rgba(255,255,255,0.07); }
    .stats-bar .container { display: flex; flex-wrap: wrap; }
    .stat-item {
      flex: 1;
      min-width: 160px;
      padding: 1.1rem 1.4rem;
      border-right: 1px solid rgba(255,255,255,0.07);
      display: flex;
      align-items: center;
      gap: 0.85rem;
    }
    .stat-item:last-child { border-right: none; }
    .stat-ico {
      width: 36px; height: 36px;
      background: rgba(242,101,34,0.15);
      border-radius: 6px;
      display: flex; align-items: center; justify-content: center;
      color: var(--orange);
      font-size: 1rem;
      flex-shrink: 0;
    }
    .stat-num { font-size: 1.2rem; font-weight: 800; color: #fff; line-height: 1; }
    .stat-lbl { font-size: 0.7rem; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.07em; font-weight: 500; }
 
    /* ── SECTIONS ── */
    
    .bg-gray { background: var(--gray-bg); }
    .bg-white { background: var(--white); }
    .bg-navy { background: var(--navy); }
 
    .eyebrow {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: 0.45rem;
    }
    .sec-title {
      font-size: clamp(1.55rem, 2.8vw, 2.1rem);
      font-weight: 800;
      color: var(--text-dark);
      line-height: 1.22;
      letter-spacing: -0.02em;
      margin-bottom: 0.4rem;
    }
    .sec-title.light { color: #fff; }
    .hdg-line { width: 38px; height: 3px; background: var(--orange); border-radius: 2px; margin: 0.85rem 0 1.1rem; }
    .sec-desc { font-size: 0.95rem; color: var(--text-mid); line-height: 1.75; max-width: 540px; }
    .sec-desc.light { color: rgba(255,255,255,0.62); }
 
    /* ── CONCEPT CARDS ── */
    .concept-card {
      background: var(--white);
      border: 1px solid var(--gray-line);
      border-radius: 8px;
      padding: 1.5rem;
      height: 100%;
      transition: box-shadow 0.22s, border-color 0.22s, transform 0.22s;
    }
    .concept-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.08); border-color: var(--orange); transform: translateY(-3px); }
    .c-ico {
      width: 42px; height: 42px;
      background: rgba(242,101,34,0.1);
      border-radius: 7px;
      display: flex; align-items: center; justify-content: center;
      color: var(--orange);
      font-size: 1.1rem;
      margin-bottom: 0.9rem;
    }
    .concept-card h5 { font-size: 0.97rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.45rem; }
    .concept-card p { font-size: 0.86rem; color: var(--text-mid); line-height: 1.7; margin: 0; }
 
    /* ── COMPARE ── */
    .cmp-col {
      background: var(--white);
      border: 1px solid var(--gray-line);
      border-radius: 8px;
      overflow: hidden;
      height: 100%;
    }
    .cmp-head {
      padding: 1.1rem 1.5rem;
      display: flex; align-items: center; gap: 0.75rem;
    }
    .cmp-head.nat { background: #EBF4FB; border-bottom: 2px solid #2980B9; }
    .cmp-head.mec { background: #FEF0E7; border-bottom: 2px solid var(--orange); }
    .cmp-head h4 { font-size: 1rem; font-weight: 700; margin: 0; }
    .cmp-head.nat h4 { color: #1A5276; }
    .cmp-head.mec h4 { color: #9E3D0C; }
    .cmp-body {}
    .cmp-row {
      display: flex; align-items: flex-start; gap: 0.7rem;
      padding: 0.6rem 1.5rem;
      border-bottom: 1px solid var(--gray-line);
      font-size: 0.86rem;
      color: var(--text-mid);
    }
    .cmp-row:last-child { border-bottom: none; }
    .cmp-row i { flex-shrink: 0; margin-top: 2px; font-size: 0.92rem; }
 
    /* mandatory */
    .mand-item {
      background: var(--white);
      border: 1px solid var(--gray-line);
      border-left: 3px solid var(--orange);
      border-radius: 6px;
      padding: 1.1rem 1.3rem;
      display: flex; gap: 0.9rem; align-items: flex-start;
      height: 100%;
      transition: box-shadow 0.2s;
    }
    .mand-item:hover { box-shadow: 0 4px 18px rgba(0,0,0,0.07); }
    .mand-item i { font-size: 1.25rem; color: var(--orange); flex-shrink: 0; margin-top: 1px; }
    .mand-item h6 { font-size: 0.89rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.2rem; }
    .mand-item p { font-size: 0.81rem; color: var(--text-sm); margin: 0; line-height: 1.6; }
 
    /* ── PRODUCTS ── */
    .prod-card {
      background: var(--white);
      border: 1px solid var(--gray-line);
      border-radius: 8px;
      overflow: hidden;
      height: 100%;
      transition: box-shadow 0.25s, transform 0.25s;
    }
    .prod-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.1); transform: translateY(-4px); }
    .prod-img {
      position: relative;
      height: 195px;
      overflow: hidden;
      background: var(--navy);
    }
    .prod-img img {
      width: 100%; height: 100%;
      object-fit: cover;
      opacity: 0.72;
      transition: opacity 0.3s, transform 0.3s;
    }
    .prod-card:hover .prod-img img { opacity: 0.82; transform: scale(1.04); }
    .prod-lbl {
      position: absolute; bottom: 0.9rem; left: 0.9rem;
      background: var(--orange);
      color: #fff;
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 0.25rem 0.7rem;
      border-radius: 3px;
    }
    .prod-num {
      position: absolute; top: 0.9rem; right: 0.9rem;
      width: 30px; height: 30px;
      background: rgba(255,255,255,0.12);
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.75rem; font-weight: 800; color: #fff;
    }
    .prod-body { padding: 1.4rem; }
    .prod-body h4 { font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.45rem; }
    .prod-body p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 1.1rem; }
    .spec-list { list-style: none; padding: 0; margin: 0; }
    .spec-list li {
      display: flex; align-items: flex-start; gap: 0.55rem;
      font-size: 0.82rem; color: var(--text-mid);
      padding: 0.38rem 0;
      border-bottom: 1px solid var(--gray-line);
    }
    .spec-list li:last-child { border-bottom: none; }
    .spec-list li strong { color: var(--text-dark); font-weight: 600; }
    .spec-list i { color: var(--orange); flex-shrink: 0; margin-top: 2px; font-size: 0.85rem; }
 
    /* ── BENEFITS ── */
    .bft-card {
      display: flex; gap: 1.1rem; align-items: flex-start;
      padding: 1.4rem;
      background: var(--white);
      border: 1px solid var(--gray-line);
      border-radius: 8px;
      height: 100%;
      transition: box-shadow 0.2s, border-color 0.2s;
    }
    .bft-card:hover { box-shadow: 0 5px 22px rgba(0,0,0,0.07); border-color: var(--orange); }
    .bft-ico {
      width: 44px; height: 44px;
      background: rgba(242,101,34,0.1);
      border-radius: 7px;
      display: flex; align-items: center; justify-content: center;
      color: var(--orange); font-size: 1.2rem; flex-shrink: 0;
    }
    .bft-card h5 { font-size: 0.95rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.38rem; }
    .bft-card p { font-size: 0.84rem; color: var(--text-mid); line-height: 1.7; margin: 0; }
 
    /* ── APPS ── */
    .app-tag {
      display: inline-flex; align-items: center; gap: 0.45rem;
      padding: 0.42rem 0.95rem;
      background: var(--white);
      border: 1px solid var(--gray-line);
      border-radius: 30px;
      font-size: 0.82rem; font-weight: 500; color: var(--text-mid);
      transition: background 0.18s, border-color 0.18s, color 0.18s;
    }
    .app-tag:hover { background: #FEF0E7; border-color: var(--orange); color: var(--orange); }
    .app-tag i { color: var(--orange); font-size: 0.85rem; }
 
    .app-dcard {
      background: var(--white);
      border: 1px solid var(--gray-line);
      border-radius: 8px;
      padding: 1.3rem;
      margin-bottom: 0.85rem;
      display: flex; gap: 1rem; align-items: flex-start;
      transition: box-shadow 0.2s;
    }
    .app-dcard:last-child { margin-bottom: 0; }
    .app-dcard:hover { box-shadow: 0 4px 18px rgba(0,0,0,0.07); }
    .app-dico { width: 38px; height: 38px; border-radius: 6px; background: rgba(242,101,34,0.1); display:flex;align-items:center;justify-content:center; color:var(--orange); font-size:1rem; flex-shrink:0; }
    .app-dcard h6 { font-size: 0.92rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.25rem; }
    .app-dcard p { font-size: 0.83rem; color: var(--text-mid); margin: 0; line-height: 1.65; }
 
    /* ── SPECS TABLE ── */
    .tbl-wrap { background:var(--white); border:1px solid var(--gray-line); border-radius:8px; overflow:hidden; }
    .tbl-wrap table { margin:0; }
    .tbl-wrap thead th { background:var(--navy); color:rgba(255,255,255,0.8); font-size:0.75rem; font-weight:600; letter-spacing:0.1em; text-transform:uppercase; padding:0.85rem 1.15rem; border:none; }
    .tbl-wrap tbody td { font-size:0.85rem; color:var(--text-mid); padding:0.7rem 1.15rem; border-color:var(--gray-line); vertical-align:middle; }
    .tbl-wrap tbody tr:last-child td { border-bottom:none; }
    .tbl-wrap tbody tr:hover td { background:var(--gray-bg); }
    .bdg-o { display:inline-block; background:rgba(242,101,34,0.12); color:var(--orange); font-size:0.7rem; font-weight:700; padding:0.18rem 0.6rem; border-radius:20px; }
    .bdg-b { display:inline-block; background:rgba(14,30,61,0.08); color:var(--navy); font-size:0.7rem; font-weight:700; padding:0.18rem 0.6rem; border-radius:20px; }
 
    .trocas-box { background:var(--white); border:1px solid var(--gray-line); border-radius:8px; overflow:hidden; }
    .trocas-hd { background:var(--navy); padding:1rem 1.3rem; color:rgba(255,255,255,0.8); font-size:0.78rem; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; }
    .trocas-row { display:flex; justify-content:space-between; align-items:center; padding:0.65rem 1.3rem; border-bottom:1px solid var(--gray-line); font-size:0.85rem; }
    .trocas-row:last-child { border-bottom:none; }
    .trocas-row .s { color:var(--text-mid); }
    .trocas-row .v { font-weight:700; color:var(--orange); }
 
    /* ── GUIDE ── */
    .step-wrap {
      display:flex; gap:1.1rem; align-items:flex-start;
      padding-bottom:1.8rem; position:relative;
    }
    .step-wrap:not(:last-child)::before {
      content:''; position:absolute; left:19px; top:44px; bottom:0;
      width:2px; background:var(--gray-line);
    }
    .step-circle {
      width:40px; height:40px; border-radius:50%;
      background:var(--orange); color:#fff;
      display:flex; align-items:center; justify-content:center;
      font-weight:800; font-size:0.92rem; flex-shrink:0;
      box-shadow:0 4px 12px rgba(242,101,34,0.28); position:relative; z-index:1;
    }
    .step-wrap h5 { font-size:0.94rem; font-weight:700; color:var(--text-dark); margin-bottom:0.28rem; }
    .step-wrap p { font-size:0.85rem; color:var(--text-mid); margin:0; line-height:1.7; }
    .formula-pill {
      display:inline-flex; align-items:center; gap:0.45rem;
      background:var(--gray-bg); border:1px solid var(--gray-line);
      border-radius:5px; padding:0.55rem 1.1rem;
      font-size:0.88rem; font-weight:600; color:var(--text-dark); margin-top:0.75rem;
    }
    .formula-pill span { color:var(--orange); }
 
    .warn-box { background:var(--white); border:1px solid var(--gray-line); border-radius:8px; overflow:hidden; position:sticky; top:78px; }
    .warn-hd { background:var(--navy); padding:0.95rem 1.3rem; color:rgba(255,255,255,0.82); font-size:0.78rem; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; display:flex; align-items:center; gap:0.55rem; }
    .warn-item { display:flex; gap:0.75rem; align-items:flex-start; padding:0.8rem 1.3rem; border-bottom:1px solid var(--gray-line); font-size:0.84rem; color:var(--text-mid); }
    .warn-item:last-of-type { border-bottom:none; }
    .warn-item i { color:#E53E3E; flex-shrink:0; margin-top:2px; }
    .warn-item strong { display:block; color:var(--text-dark); font-weight:600; font-size:0.86rem; margin-bottom:0.1rem; }
 
    /* ── CTA ── */
    .cta-sec {
      background: linear-gradient(135deg, var(--navy) 0%, #1a3464 60%, #0a2040 100%);
      padding: 5.5rem 0; position:relative; overflow:hidden;
    }
    .cta-sec::before { content:''; position:absolute; right:-60px; top:-60px; width:360px; height:360px; background:rgba(242,101,34,0.07); border-radius:50%; pointer-events:none; }
    .cta-sec h2 { font-size:clamp(1.7rem,3.3vw,2.6rem); font-weight:800; color:#fff; letter-spacing:-0.02em; margin-bottom:0.9rem; }
    .cta-sec p.lead { font-size:0.97rem; color:rgba(255,255,255,0.62); max-width:480px; }
    .checklist { list-style:none; padding:0; }
    .checklist li { display:flex; align-items:center; gap:0.7rem; font-size:0.88rem; color:rgba(255,255,255,0.75); padding:0.5rem 0; border-bottom:1px solid rgba(255,255,255,0.06); }
    .checklist li:last-child { border-bottom:none; }
    .checklist li i { color:var(--orange); flex-shrink:0; }
    .cta-form-box { background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.1); border-radius:8px; padding:1.8rem; }
    .cta-form-box h5 { font-size:0.97rem; font-weight:700; color:#fff; margin-bottom:1.1rem; }
    .form-lbl { font-size:0.78rem; color:rgba(255,255,255,0.55); font-weight:600; display:block; margin-bottom:0.38rem; }
    .form-ctrl {
      width:100%; background:rgba(255,255,255,0.07);
      border:1px solid rgba(255,255,255,0.14);
      color:#fff; border-radius:4px;
      font-size:0.88rem; font-family:var(--font);
      padding:0.6rem 0.85rem;
      outline:none; transition:border-color 0.18s;
    }
    .form-ctrl:focus { border-color:var(--orange); }
    .form-ctrl::placeholder { color:rgba(255,255,255,0.3); }
 
    /* ── FOOTER ── */
    footer { background:var(--navy); border-top:1px solid rgba(255,255,255,0.06); padding:1.8rem 0; }
    .footer-brand { font-size:1.05rem; font-weight:800; color:#fff; }
    .footer-brand span { color:var(--orange); }
    footer p.copy { font-size:0.8rem; color:rgba(255,255,255,0.38); margin:0; }
 
    /* ── REVEAL ── */
    .reveal { opacity:0; transform:translateY(20px); transition:opacity 0.52s ease, transform 0.52s ease; }
    .reveal.in { opacity:1; transform:translateY(0); }
    .reveal.d1 { transition-delay:0.1s; }
    .reveal.d2 { transition-delay:0.2s; }
    .reveal.d3 { transition-delay:0.3s; }
    .reveal.d4 { transition-delay:0.4s; }
 
    /* Padding vertical só na landing ventiladores (IDs); #cta usa .cta-sec (padding próprio) */
    body.rs-ventiladores-ind #o-que-sao,
    body.rs-ventiladores-ind #comparacao,
    body.rs-ventiladores-ind #linha,
    body.rs-ventiladores-ind #beneficios,
    body.rs-ventiladores-ind #aplicacoes,
    body.rs-ventiladores-ind #especificacoes,
    body.rs-ventiladores-ind #guia {
      padding-top: clamp(2.75rem, 5vw, 4rem);
      padding-bottom: clamp(2.75rem, 5vw, 4rem);
    }

    @media (max-width:767px) {
      body.rs-ventiladores-ind #o-que-sao,
      body.rs-ventiladores-ind #comparacao,
      body.rs-ventiladores-ind #linha,
      body.rs-ventiladores-ind #beneficios,
      body.rs-ventiladores-ind #aplicacoes,
      body.rs-ventiladores-ind #especificacoes,
      body.rs-ventiladores-ind #guia {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
      }
      .stat-item { min-width:130px; }
    }

    :root{
      --orange:#F26522;--orange-dk:#d4531a;
      --navy:#0E1E3D;--navy-lt:#152A52;
      --gray-bg:#F4F5F7;--gray-line:#E2E5EA;
      --text-dark:#1A1F2E;--text-mid:#4A5568;--text-sm:#718096;
      --white:#FFFFFF;--font:'Plus Jakarta Sans',sans-serif;
    }
    *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{font-family:var(--font);font-size:1rem;color:var(--text-dark);background:var(--white);overflow-x:hidden}
    ::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--gray-bg)}::-webkit-scrollbar-thumb{background:var(--orange);border-radius:3px}
 
    /* NAV */
    .site-nav{background:var(--navy);position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.06)}
    .site-nav .container{display:flex;align-items:center;justify-content:space-between;height:62px;gap:1rem}
    .nav-brand{font-size:1.2rem;font-weight:800;color:#fff;text-decoration:none;letter-spacing:-.02em;flex-shrink:0}
    .nav-brand span{color:var(--orange)}
    .nav-links{display:flex;align-items:center;gap:.15rem;list-style:none;margin:0;padding:0}
    .nav-links a{font-size:.8rem;font-weight:600;color:rgba(255,255,255,.7);text-decoration:none;padding:.38rem .65rem;border-radius:4px;transition:color .18s,background .18s;white-space:nowrap}
    .nav-links a:hover{color:#fff;background:rgba(255,255,255,.07)}
    .btn-nav-cta{background:var(--orange)!important;color:#fff!important;border-radius:4px;font-weight:700!important;transition:background .18s!important}
    .btn-nav-cta:hover{background:var(--orange-dk)!important}
 
    /* HERO — split */
    .hero{position:relative;min-height:500px;display:flex;align-items:stretch;overflow:hidden}
    .hero-left{flex:0 0 55%;background:var(--navy);display:flex;align-items:center;padding:5rem 3.5rem 4rem;position:relative;z-index:1}
    .hero-left::after{content:'';position:absolute;top:0;right:-60px;bottom:0;width:120px;background:var(--navy);clip-path:polygon(0 0,50% 0,100% 100%,0 100%);z-index:2}
    .hero-right{flex:1;position:relative;overflow:hidden}
    .hero-right img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
    .hero-right::after{content:'';position:absolute;inset:0;background:linear-gradient(to right,rgba(14,30,61,.45) 0%,transparent 60%)}
    .hero-content{position:relative;z-index:3}
    .hero-badge{display:inline-block;background:var(--orange);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:.28rem .8rem;border-radius:3px;margin-bottom:1.1rem}
    .hero h1{font-size:clamp(1.9rem,3.5vw,3rem);font-weight:800;color:#fff;line-height:1.18;margin-bottom:1rem;letter-spacing:-.02em}
    .hero p.lead{font-size:.97rem;font-weight:400;color:rgba(255,255,255,.72);max-width:460px;margin-bottom:2rem;line-height:1.72}
    .btn-orange{display:inline-block;background:var(--orange);color:#fff;font-weight:700;font-size:.88rem;padding:.72rem 1.7rem;border-radius:4px;text-decoration:none;border:none;cursor:pointer;transition:background .18s,transform .15s}
    .btn-orange:hover{background:var(--orange-dk);transform:translateY(-1px);color:#fff}
    .btn-outline-white{display:inline-block;background:transparent;color:#fff;font-weight:600;font-size:.88rem;padding:.7rem 1.5rem;border-radius:4px;text-decoration:none;border:1.5px solid rgba(255,255,255,.3);transition:border-color .18s,background .18s}
    .btn-outline-white:hover{border-color:rgba(255,255,255,.65);background:rgba(255,255,255,.06);color:#fff}
 
    /* STATS */
    .stats-bar{background:var(--navy-lt);border-top:1px solid rgba(255,255,255,.07)}
    .stats-bar .container{display:flex;flex-wrap:wrap}
    .stat-item{flex:1;min-width:150px;padding:1.1rem 1.4rem;border-right:1px solid rgba(255,255,255,.07);display:flex;align-items:center;gap:.85rem}
    .stat-item:last-child{border-right:none}
    .stat-ico{width:36px;height:36px;background:rgba(242,101,34,.15);border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--orange);font-size:1rem;flex-shrink:0}
    .stat-num{font-size:1.2rem;font-weight:800;color:#fff;line-height:1}
    .stat-lbl{font-size:.7rem;color:rgba(255,255,255,.45);text-transform:uppercase;letter-spacing:.07em;font-weight:500}
 
    /* SECTIONS */
    .bg-gray{background:var(--gray-bg)}.bg-white{background:var(--white)}
    .eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--orange);margin-bottom:.45rem}
    .sec-title{font-size:clamp(1.55rem,2.8vw,2.1rem);font-weight:800;color:var(--text-dark);line-height:1.22;letter-spacing:-.02em;margin-bottom:.4rem}
    .sec-title.light{color:#fff}
    .hdg-line{width:38px;height:3px;background:var(--orange);border-radius:2px;margin:.85rem 0 1.1rem}
    .sec-desc{font-size:.95rem;color:var(--text-mid);line-height:1.75;max-width:560px}
 
    /* PHYSICS CARDS */
    .physics-card{background:var(--white);border:1px solid var(--gray-line);border-radius:8px;padding:2rem;height:100%;position:relative;overflow:hidden;transition:box-shadow .25s,transform .25s}
    .physics-card:hover{box-shadow:0 10px 36px rgba(0,0,0,.09);transform:translateY(-4px)}
    .physics-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px}
    .physics-card.termossifao::before{background:var(--orange)}
    .physics-card.venturi::before{background:var(--navy)}
    .physics-num{font-size:4.5rem;font-weight:800;color:rgba(0,0,0,.04);line-height:1;position:absolute;right:1rem;top:.5rem;pointer-events:none}
    .physics-card.termossifao .physics-num{color:rgba(242,101,34,.06)}
    .phys-ico{width:50px;height:50px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1.1rem;flex-shrink:0}
    .phys-ico.orange{background:rgba(242,101,34,.1);color:var(--orange)}
    .phys-ico.blue{background:rgba(14,30,61,.08);color:var(--navy)}
    .physics-card h4{font-size:1.1rem;font-weight:700;color:var(--text-dark);margin-bottom:.6rem}
    .physics-card p{font-size:.88rem;color:var(--text-mid);line-height:1.75;margin:0}
 
    /* VANTAGENS vs */
    .vs-section-title{font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;display:flex;align-items:center;gap:.6rem}
    .vs-section-title::after{content:'';flex:1;height:1px;background:var(--gray-line)}
    .vs-item{display:flex;gap:.8rem;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid var(--gray-line);font-size:.87rem;color:var(--text-mid)}
    .vs-item:last-child{border-bottom:none}
    .vs-item i{flex-shrink:0;margin-top:2px;font-size:.9rem}
    .vs-item strong{display:block;color:var(--text-dark);font-weight:600;margin-bottom:.1rem}
    .vs-card{background:var(--white);border:1px solid var(--gray-line);border-radius:8px;padding:1.5rem 1.8rem;height:100%}
 
    /* CONCEPT CARDS */
    .concept-card{background:var(--white);border:1px solid var(--gray-line);border-radius:8px;padding:1.5rem;height:100%;transition:box-shadow .22s,border-color .22s,transform .22s}
    .concept-card:hover{box-shadow:0 8px 28px rgba(0,0,0,.08);border-color:var(--orange);transform:translateY(-3px)}
    .c-ico{width:42px;height:42px;background:rgba(242,101,34,.1);border-radius:7px;display:flex;align-items:center;justify-content:center;color:var(--orange);font-size:1.1rem;margin-bottom:.9rem}
    .c-ico.blue{background:rgba(14,30,61,.08);color:var(--navy)}
    .concept-card h5{font-size:.97rem;font-weight:700;color:var(--text-dark);margin-bottom:.45rem}
    .concept-card p{font-size:.86rem;color:var(--text-mid);line-height:1.7;margin:0}
 
    /* BENEFITS */
    .bft-card{display:flex;gap:1.1rem;align-items:flex-start;padding:1.4rem;background:var(--white);border:1px solid var(--gray-line);border-radius:8px;height:100%;transition:box-shadow .2s,border-color .2s}
    .bft-card:hover{box-shadow:0 5px 22px rgba(0,0,0,.07);border-color:var(--orange)}
    .bft-ico{width:44px;height:44px;background:rgba(242,101,34,.1);border-radius:7px;display:flex;align-items:center;justify-content:center;color:var(--orange);font-size:1.2rem;flex-shrink:0}
    .bft-card h5{font-size:.95rem;font-weight:700;color:var(--text-dark);margin-bottom:.38rem}
    .bft-card p{font-size:.84rem;color:var(--text-mid);line-height:1.7;margin:0}
 
    /* APP TAGS */
    .app-tag{display:inline-flex;align-items:center;gap:.45rem;padding:.42rem .95rem;background:var(--white);border:1px solid var(--gray-line);border-radius:30px;font-size:.82rem;font-weight:500;color:var(--text-mid);transition:background .18s,border-color .18s,color .18s}
    .app-tag:hover{background:#FEF0E7;border-color:var(--orange);color:var(--orange)}
    .app-tag i{color:var(--orange);font-size:.85rem}
    .app-dcard{background:var(--white);border:1px solid var(--gray-line);border-radius:8px;padding:1.3rem;margin-bottom:.85rem;display:flex;gap:1rem;align-items:flex-start;transition:box-shadow .2s}
    .app-dcard:last-child{margin-bottom:0}
    .app-dcard:hover{box-shadow:0 4px 18px rgba(0,0,0,.07)}
    .app-dico{width:38px;height:38px;border-radius:6px;background:rgba(242,101,34,.1);display:flex;align-items:center;justify-content:center;color:var(--orange);font-size:1rem;flex-shrink:0}
    .app-dcard h6{font-size:.92rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}
    .app-dcard p{font-size:.83rem;color:var(--text-mid);margin:0;line-height:1.65}
 
    /* TABLE */
    .tbl-wrap{background:var(--white);border:1px solid var(--gray-line);border-radius:8px;overflow:hidden}
    .tbl-wrap table{margin:0}
    .tbl-wrap thead th{background:var(--navy);color:rgba(255,255,255,.8);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.85rem 1.15rem;border:none}
    .tbl-wrap tbody td{font-size:.85rem;color:var(--text-mid);padding:.7rem 1.15rem;border-color:var(--gray-line);vertical-align:middle}
    .tbl-wrap tbody tr:last-child td{border-bottom:none}
    .tbl-wrap tbody tr:hover td{background:var(--gray-bg)}
    .bdg-o{display:inline-block;background:rgba(242,101,34,.12);color:var(--orange);font-size:.7rem;font-weight:700;padding:.18rem .6rem;border-radius:20px}
    .bdg-b{display:inline-block;background:rgba(14,30,61,.08);color:var(--navy);font-size:.7rem;font-weight:700;padding:.18rem .6rem;border-radius:20px}
 
    /* CTA */
    .cta-sec{background:linear-gradient(135deg,var(--navy) 0%,#1a3464 60%,#0a2040 100%);padding:5.5rem 0;position:relative;overflow:hidden}
    .cta-sec::before{content:'';position:absolute;right:-60px;top:-60px;width:360px;height:360px;background:rgba(242,101,34,.07);border-radius:50%;pointer-events:none}
    .cta-sec h2{font-size:clamp(1.7rem,3.3vw,2.6rem);font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:.9rem}
    .cta-sec p.lead{font-size:.97rem;color:rgba(255,255,255,.62);max-width:480px}
    .checklist{list-style:none;padding:0}
    .checklist li{display:flex;align-items:center;gap:.7rem;font-size:.88rem;color:rgba(255,255,255,.75);padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.06)}
    .checklist li:last-child{border-bottom:none}
    .checklist li i{color:var(--orange);flex-shrink:0}
    .cta-form-box{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.8rem}
    .cta-form-box h5{font-size:.97rem;font-weight:700;color:#fff;margin-bottom:1.1rem}
    .form-lbl{font-size:.78rem;color:rgba(255,255,255,.55);font-weight:600;display:block;margin-bottom:.38rem}
    .form-ctrl{width:100%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);color:#fff;border-radius:4px;font-size:.88rem;font-family:var(--font);padding:.6rem .85rem;outline:none;transition:border-color .18s}
    .form-ctrl:focus{border-color:var(--orange)}
    .form-ctrl::placeholder{color:rgba(255,255,255,.3)}
 
    /* FOOTER */
    footer{background:var(--navy);border-top:1px solid rgba(255,255,255,.06);padding:1.8rem 0}
    .footer-brand{font-size:1.05rem;font-weight:800;color:#fff}
    .footer-brand span{color:var(--orange)}
    footer p.copy{font-size:.8rem;color:rgba(255,255,255,.38);margin:0}
 
    /* mand-item */
    .mand-item{background:var(--white);border:1px solid var(--gray-line);border-left:3px solid var(--orange);border-radius:6px;padding:1.1rem 1.3rem;display:flex;gap:.9rem;align-items:flex-start;height:100%;transition:box-shadow .2s}
    .mand-item:hover{box-shadow:0 4px 18px rgba(0,0,0,.07)}
    .mand-item i{font-size:1.25rem;color:var(--orange);flex-shrink:0;margin-top:1px}
    .mand-item h6{font-size:.89rem;font-weight:700;color:var(--text-dark);margin-bottom:.2rem}
    .mand-item p{font-size:.81rem;color:var(--text-sm);margin:0;line-height:1.6}
 
    /* REVEAL */
    .reveal{opacity:0;transform:translateY(20px);transition:opacity .52s ease,transform .52s ease}
    .reveal.in{opacity:1;transform:translateY(0)}
    .reveal.d1{transition-delay:.1s}.reveal.d2{transition-delay:.2s}.reveal.d3{transition-delay:.3s}

    /* Lanternim internas: ritmo vertical por ID/classe (nunca `section` genérico) */
    body.rs-lanternim-internas #banner-lanternim,
    body.rs-lanternim-internas .stats-bar,
    body.rs-lanternim-internas #intro,
    body.rs-lanternim-internas #como-funciona,
    body.rs-lanternim-internas #vantagens,
    body.rs-lanternim-internas #comparativo,
    body.rs-lanternim-internas #beneficios,
    body.rs-lanternim-internas #aplicacoes,
    body.rs-lanternim-internas #especificacoes,
    body.rs-lanternim-internas #cta {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
 
    @media(max-width:767px){
      .hero{flex-direction:column}
      .hero-left{flex:0 0 auto;padding:3.5rem 1.5rem 3rem;width:100%}
      .hero-left::after{display:none}
      .hero-right{height:220px}
      .stat-item{min-width:130px}
    }