*{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;border:none;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"Aktiv Grotesk",sans-serif}img{max-width:100%;display:block}html{font-size:62.5%}html,body{overflow-x:hidden;scroll-behavior:smooth !important}button{background-color:rgba(0,0,0,0);cursor:pointer}.container{width:100%;max-width:124rem;padding:0 15px;margin:0 auto}@media only screen and (max-width: 481px){.container{padding:0 24px}}.typed-cursor{display:none !important}.btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:9px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;outline:none;-webkit-transition:all .3s;transition:all .3s;cursor:pointer}.btn svg{width:24px;height:24px}.btn.primary{background:#00e1df;color:#00007d}.btn.primary:hover{background:#4bf7ff}.btn.secundary{background-color:#00009a;color:#00e1df}.btn.secundary:hover{background-color:#000045}.btn.medium{padding:11px 20px;font-weight:700}.btn.medium span{font-size:16px;font-weight:600}.btn.medium.icon{padding:12px;width:48px;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn.small{padding:6px 16px;font-weight:600}.btn.small span{font-size:13px;font-weight:600}.btn.small.icon{padding:8px;width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn.xsmall{padding:8px 12px}.btn.xsmall span{font-size:11px;font-weight:600}.btn.xsmall.icon{padding:5px;width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.body-small-medium{font-weight:500;font-size:14px;font-family:"aktiv-grotesk",sans-serif}.text-12{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:150%;text-align:center}.text-12.regular{font-weight:400}.text-14{font-size:14px;font-family:"aktiv-grotesk",sans-serif;line-height:150%;text-decoration:none;text-transform:none}.text-14.regular{font-weight:400}.text-14.semi-bold{font-weight:500}.text-14.bold{font-weight:700}.text-16{font-size:16px;font-family:"aktiv-grotesk",sans-serif;line-height:150%;text-decoration:none;text-transform:none}.text-16.regular{font-weight:400}.text-16.bold{font-weight:700}.text-18{font-size:18px;font-family:"aktiv-grotesk",sans-serif;line-height:150%;text-decoration:none;text-transform:none}.text-18.regular{font-weight:400}.text-18.bold{font-weight:700}.title-24{font-family:"aktiv-grotesk",sans-serif;font-size:24px;line-height:110%;letter-spacing:-0.03em}.title-24.bold{font-weight:700}.title-56{font-size:56px;font-family:"aktiv-grotesk",sans-serif;line-height:110%;text-decoration:none;text-transform:none}.title-56.bold{font-weight:700;font-style:normal}.title-60{font-size:60px;font-family:"aktiv-grotesk",sans-serif;line-height:110%;text-decoration:none;text-transform:none}.title-60.bold{font-weight:700;font-style:normal}.title-40{font-size:40px;font-family:"aktiv-grotesk",sans-serif;line-height:120%;text-decoration:none;text-transform:none}.title-40.bold{font-weight:700}.title-48{font-size:48px;font-family:"aktiv-grotesk",sans-serif;line-height:120%;text-decoration:none;text-transform:none}.title-48.bold{font-weight:700}.title-32{font-size:32px;font-family:"aktiv-grotesk",sans-serif;text-decoration:none;text-transform:none}.title-32.bold{font-weight:700;line-height:120%}.title-32.regular{font-weight:400}.card-icon{height:162px;border:1px solid #e6e6fd;width:100%;padding:24px}@media only screen and (max-width: 769px){.card-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.card-icon .icon{width:40px;height:40px}@media only screen and (max-width: 769px){.card-icon .icon{width:32px;height:32px}}.card-icon h4{margin-top:32px;color:#00007d}@media only screen and (max-width: 769px){.card-icon h4{margin-top:0;margin-left:24px;font-size:20px}}#dots-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin:24px auto}@media only screen and (max-width: 769px){#dots-container{text-align:center}}#dots-container .dot{width:4px;height:4px;border-radius:50%;background-color:#00e1df;margin:0 4px;opacity:0;-webkit-animation:flicker 3s infinite,reverse-flicker 3s infinite;animation:flicker 3s infinite,reverse-flicker 3s infinite;-webkit-transition:all .5s;transition:all .5s}#dots-container .dot:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s}#dots-container .dot:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}#dots-container .dot:nth-child(3){-webkit-animation-delay:.2s;animation-delay:.2s}#dots-container .dot:nth-child(4){-webkit-animation-delay:.3s;animation-delay:.3s}#dots-container .dot:nth-child(5){-webkit-animation-delay:.4s;animation-delay:.4s}#dots-container .dot:nth-child(6){-webkit-animation-delay:.5s;animation-delay:.5s}#dots-container .dot:nth-child(7){-webkit-animation-delay:.6s;animation-delay:.6s}@-webkit-keyframes flicker{0%{opacity:.2}50%{opacity:.8}100%{opacity:1}}@keyframes flicker{0%{opacity:.2}50%{opacity:.8}100%{opacity:1}}@-webkit-keyframes reverse-flicker{0%{opacity:1}50%{opacity:.8}100%{opacity:.2}}@keyframes reverse-flicker{0%{opacity:1}50%{opacity:.8}100%{opacity:.2}}@-webkit-keyframes move-dots{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(50%);transform:translateX(50%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes move-dots{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(50%);transform:translateX(50%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes reverse-move-dots{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes reverse-move-dots{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}#dots-container .dot.active .dot{opacity:1;-webkit-animation-name:move-dots,flicker .8s;animation-name:move-dots,flicker .8s}.card-solucao{position:relative;z-index:2}.card-solucao img{width:100%;max-width:380px;height:auto;max-height:280px}.card-solucao .info{margin-top:16px;padding:32px;background:linear-gradient(112.83deg, rgba(255, 255, 255, 0.2632) 0%, rgba(255, 255, 255, 0) 110.84%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;color:#fff;height:260px}@media only screen and (max-width: 769px){.card-solucao .info{min-height:275px;height:264px}.card-solucao .info h4{font-size:20px}}.card-solucao .info p{margin:8px 0 24px 0}.card-solucao .info .btn{margin:0 auto}.side-nav{position:fixed;top:50%;left:30px;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:999}@media(max-width: 720px){.side-nav{display:none}}.side-nav ul{list-style:none;padding:0;margin:0;width:30px}.side-nav li{margin-bottom:35px;-webkit-transition:.3s;transition:.3s}.side-nav li a{width:100%;height:100%;text-decoration:none;color:#4d4dca;display:block;-webkit-transition:background-color .5s;transition:background-color .5s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.side-nav li a .sr-only{display:none}.side-nav li a .dot{display:inline-block;height:6px;width:6px;border-radius:50%;background-color:#4bf7ff;text-indent:-9999px;-webkit-transition:background-color .5s;transition:background-color .5s}.side-nav li.active{position:relative}.side-nav li.active a::after{border:2px solid #9999eb;border-radius:50%;position:absolute;content:"";top:-8.2px;left:3.2px;width:20px;height:20px;z-index:-1}header{height:7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;width:100%;top:0;z-index:999;-webkit-transition:background-color .3s;transition:background-color .3s}header .container .nav{-webkit-transition:.3s;transition:.3s;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}header .container .nav .dropdown{position:absolute;top:55px;right:230px;width:100%;max-width:253px;background-color:#fff;padding:30px;-webkit-box-shadow:rgba(100,100,111,.2) 0px 7px 29px 0px;box-shadow:rgba(100,100,111,.2) 0px 7px 29px 0px;opacity:0;pointer-events:none;-webkit-transition:all .3s;transition:all .3s;-webkit-transform:translateY(20px);transform:translateY(20px);border:2px solid #fafafa}@media(max-width: 720px){header .container .nav .dropdown{display:none}}header .container .nav .dropdown.active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:all}@media(max-width: 720px){header .container .nav .dropdown.active{display:none}}header .container .nav .dropdown::after{position:absolute;content:"";width:210px;height:5px;bottom:-2px;left:20px;background-color:#00e1df;border-radius:12px 12px 0 0}header .container .nav .dropdown .item{color:#00009a;-webkit-transition:.3s;transition:.3s}header .container .nav .dropdown .item:not(:last-child){margin-bottom:32px;display:block}header .container .nav .dropdown .item:hover{color:#4d4dca}@media(max-width: 720px){header .container .nav{border-radius:0}}header .container .nav .navegation-menu{display:-webkit-box;display:-ms-flexbox;display:flex}header .container .nav .navegation-menu .logo-mobile{display:none}header .container .nav .navegation-menu .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 950px){header .container .nav .navegation-menu .menu{position:fixed;left:-200%;top:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#00009a;width:100%;text-align:center;-webkit-transition:.3s;transition:.3s;height:100vh}}header .container .nav .navegation-menu .menu li:not(:first-child){margin-left:56px}@media(max-width: 950px){header .container .nav .navegation-menu .menu li:not(:first-child){margin-left:0}}header .container .nav .navegation-menu .menu li a{color:#fff;-webkit-transition:.3s;transition:.3s}header .container .nav .navegation-menu .menu li a:hover{color:rgba(224,254,255,.6941176471)}@media(max-width: 950px){header .container .nav .navegation-menu .menu #menu-item-57{background-color:rgba(0,0,0,0) !important}}header .container .nav .navegation-menu .menu #menu-item-57 a{color:#00007d;font-weight:bold}@media(max-width: 950px){header .container .nav .navegation-menu .menu #menu-item-57 a{color:#fff;font-weight:400}}header .container .nav .navegation-menu .menu.active{top:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 720px){header .container .nav .navegation-menu .menu.active li.menu-item-58{position:relative}header .container .nav .navegation-menu .menu.active li.menu-item-58::after{position:absolute;left:-5px;top:-140px;content:"";width:86px;height:80px;background-image:url("../Images/simbolo-plentech.svg");background-repeat:no-repeat;background-size:cover}header .container .nav .navegation-menu .menu.active li:not(:last-child){margin-bottom:32px}header .container .nav .navegation-menu .menu.active li a{color:#fff;font-size:32px;font-weight:400}}header .container .nav .hamburger{display:none;cursor:pointer}@media(max-width: 950px){header .container .nav .hamburger{display:block}header .container .nav .hamburger.active .bar:nth-child(2){opacity:0}header .container .nav .hamburger.active .bar:nth-child(1){-webkit-transform:translateY(8px) rotate(45deg);transform:translateY(8px) rotate(45deg)}header .container .nav .hamburger.active .bar:nth-child(3){-webkit-transform:translateY(-8px) rotate(-45deg);transform:translateY(-8px) rotate(-45deg)}}header .container .nav .hamburger .bar{display:block;width:33px;height:2px;margin:6px auto;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#fff}header.fixed-menu{background-color:#fff;-webkit-transition:.3s;transition:.3s;display:block;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header.fixed-menu .logo{-webkit-filter:brightness(0.2);filter:brightness(0.2)}header.fixed-menu .hamburger .bar{background-color:#00e1df !important}header.fixed-menu .container .nav .menu li a{color:#181a1b}header.fixed-menu .container .nav .menu li a:hover{color:#00007d}@media(max-width: 720px){header.fixed-menu .container .nav .menu li a{color:#fff}}.js-btn-dropdown{cursor:pointer}@media(max-width: 720px){.js-btn-dropdown{display:none}}.solucoes-mobile{display:none}@media(max-width: 720px){.solucoes-mobile{display:block}.solucoes-mobile .sub-menu{margin-top:20px}.solucoes-mobile .sub-menu li:not(:last-child){margin-bottom:40px !important}.solucoes-mobile .sub-menu li a{font-size:18px !important}}.rodape{padding-top:80px;padding-bottom:8px;background-color:#00009a}.rodape .container{max-width:960px}.rodape .container .nav-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 769px){.rodape .container .nav-footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.rodape .container .nav-footer .brand{max-width:250px}@media only screen and (max-width: 769px){.rodape .container .nav-footer .brand{margin:0 auto 32px auto}}.rodape .container .nav-footer .brand a img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.rodape .container .nav-footer .menu-footer{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:80px}@media only screen and (max-width: 769px){.rodape .container .nav-footer .menu-footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto}}.rodape .container .nav-footer .menu-footer li:not(:last-child){margin-right:32px}@media only screen and (max-width: 769px){.rodape .container .nav-footer .menu-footer li:not(:last-child){margin-bottom:24px;margin-right:0}}.rodape .container .nav-footer .menu-footer li a{color:#fff;-webkit-transition:.2s;transition:.2s}.rodape .container .nav-footer .menu-footer li a:hover{opacity:.5}.rodape .container .copy-right{padding:16px 0}@media only screen and (max-width: 769px){.rodape .container .copy-right{margin-top:56px}}.rodape .container .copy-right p{color:#fff}.s-hero{position:relative;padding-top:120px;height:720px;overflow:hidden;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #00009a), color-stop(88%, #00009a), color-stop(12%, #FFF));background-image:linear-gradient(to bottom, #00009a 0, #00009a 88%, #FFF 12%)}@media only screen and (max-width: 769px){.s-hero{background-image:url("../Images/bg-hero-home-xs.jpg");height:auto;width:100%;background-repeat:no-repeat;background-size:cover;padding-top:80px;padding-bottom:32px}}.s-hero::after{position:absolute;left:50%;background-position:right;top:0;content:"";width:970px;height:400px;background:linear-gradient(109.87deg, rgba(0, 0, 154, 0.5) 12.88%, rgba(0, 225, 223, 0.5) 83.66%);z-index:0;-webkit-filter:blur(67.5px);filter:blur(67.5px);-webkit-transform:matrix(1, 0, 0, -1, 0, 0);transform:matrix(1, 0, 0, -1, 0, 0)}@media only screen and (max-width: 769px){.s-hero::after{display:none}}.s-hero::before{position:absolute;right:50%;background-position:right;bottom:28%;content:"";width:1224px;height:300px;background:linear-gradient(106.16deg, rgba(5, 137, 240, 0.4) -7.19%, rgba(5, 137, 240, 0.4) 82.86%);-webkit-filter:blur(92.5px);filter:blur(92.5px);-webkit-transform:matrix(1, 0, 0, -1, 0, 0);transform:matrix(1, 0, 0, -1, 0, 0);z-index:1}@media only screen and (max-width: 769px){.s-hero::before{display:none}}.s-hero .container{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;position:relative}@media only screen and (max-width: 769px){.s-hero .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.s-hero .container .imagem{width:100%;max-width:688px}.s-hero .container .imagem .desktop{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1;position:relative}@media only screen and (max-width: 769px){.s-hero .container .imagem .desktop{display:none}}.s-hero .container .imagem .mobile{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1;position:relative;display:none}@media only screen and (max-width: 769px){.s-hero .container .imagem .mobile{display:block}}.s-hero .container .text{max-width:432px;margin-left:60px}@media only screen and (max-width: 769px){.s-hero .container .text{margin-left:0}}.s-hero .container .text .title-60{max-width:680px;color:#fff;position:absolute;left:40%;top:24px;z-index:2}@media only screen and (max-width: 769px){.s-hero .container .text .title-60{position:relative;left:0;top:0;padding-top:16px;font-size:32px}}.s-hero .container .text .text-16.regular{color:#fff;margin-bottom:24px;margin-top:56px;display:block;z-index:20;position:relative}@media only screen and (max-width: 769px){.s-hero .container .text .text-16.regular{margin-top:24px}}.s-hero .container .text .text-16.bold{color:#00e1df;z-index:20;position:relative}.s-setores{padding:120px 0;position:relative}@media only screen and (max-width: 769px){.s-setores{padding:56px 0}}.s-setores::after{position:absolute;left:0;bottom:0;content:"";width:100%;height:100%;background-image:url("../Images/bg-home-intro-before.png");background-repeat:no-repeat;background-position-y:bottom;z-index:-1}@media only screen and (max-width: 769px){.s-setores::after{background-image:url("../Images/bg-home-intro-before-xs.png") !important;top:0 !important;right:0 !important;bottom:auto !important;background-position-y:top;background-size:contain}}.s-setores .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 769px){.s-setores .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.s-setores .container .text{width:100%;max-width:427px}.s-setores .container .text .title-40{color:#00007d}.s-setores .container .text .title-40 br{margin:0}.s-setores .container .text .title-40 span{color:#00e1df}.s-setores .container .text .dotted{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.s-setores .container .text .text-16{color:#404072}.s-setores .container .grid-setores{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;max-width:687px;width:100%}@media only screen and (max-width: 769px){.s-setores .container .grid-setores{grid-template-columns:1fr;margin-top:30px}}.s-setores .container .grid-setores .item{width:100%;height:160px}@media only screen and (max-width: 769px){.s-setores .container .grid-setores .item{height:80px}}@media only screen and (max-width: 769px){.s-setores .container .grid-setores .item .card-icon{height:100%}}.s-solucoes{background-color:#00009a;padding:160px 0;position:relative}@media only screen and (max-width: 769px){.s-solucoes{padding:64px 0}}.s-solucoes::before{position:absolute;left:0;top:0;content:"";width:100%;height:460px;background-image:url("../Images/bg-dotsgreen-top-left.png");background-repeat:no-repeat;background-position-x:top;background-size:contain}.s-solucoes::after{position:absolute;right:0;bottom:0;content:"";width:100%;max-width:686px;height:460px;background-image:url("../Images/bg-dotsgreen-bottom-right.png");background-repeat:no-repeat;background-size:contain;z-index:0}.s-solucoes .container .text-intro{text-align:center}.s-solucoes .container .text-intro span{letter-spacing:.4em;color:#00e1df;text-transform:uppercase}.s-solucoes .container .text-intro h2{color:#fff}@media only screen and (max-width: 769px){.s-solucoes .container .text-intro h2{font-size:32px}}.s-solucoes .container .text-intro .dotted{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.s-solucoes .container .grid-solucoes{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:30px;position:relative;z-index:2}@media only screen and (max-width: 769px){.s-solucoes .container .grid-solucoes{grid-template-columns:1fr}}.s-solucoes .container .grid-solucoes .item{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease}.s-solucoes .container .grid-solucoes .item:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.s-atendimento{padding:120px 0}@media only screen and (max-width: 769px){.s-atendimento{padding:64px 0}}.s-atendimento .container{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}@media only screen and (max-width: 769px){.s-atendimento .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.s-atendimento .container .imagem{width:100%;max-width:654px;margin-right:63px}@media only screen and (max-width: 769px){.s-atendimento .container .imagem{margin-right:0}}.s-atendimento .container .imagem img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.s-atendimento .container .info{max-width:482px}.s-atendimento .container .info h2{color:#00007d}@media only screen and (max-width: 769px){.s-atendimento .container .info h2{text-align:center;margin-top:40px}}.s-atendimento .container .info h2 strong{color:#00e1df}.s-atendimento .container .info p{color:#404072;margin-bottom:24px}.s-atendimento .container .info .dotted{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}@media only screen and (max-width: 769px){.s-atendimento .container .info .dotted{text-align:center;margin:16px auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.s-atendimento .container .info ul li{color:#404072;position:relative;padding-left:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.s-atendimento .container .info ul li::before{position:absolute;left:0;top:auto;content:"";background-image:url("../Images/bullet-1.svg");width:20px;height:20px;background-repeat:no-repeat;background-position-y:center}.s-atendimento .container .info ul li:not(:last-child){margin-bottom:16px}.s-servicos{margin-bottom:160px}@media only screen and (max-width: 769px){.s-servicos{margin-bottom:64px}}.s-servicos .container .text{max-width:700px;margin:0 auto}.s-servicos .container .text .title-24{color:#00007d;text-align:center}.s-servicos .container .text .dotted{margin:24px auto 30px auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width: 769px){.s-servicos .container .text .dotted{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.s-servicos .grid-servicos{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:30px}@media only screen and (max-width: 769px){.s-servicos .grid-servicos{grid-template-columns:1fr}}.s-servicos .grid-servicos .item{width:100%;height:160px}@media only screen and (max-width: 769px){.s-servicos .grid-servicos .item{height:80px}}.s-servicos .grid-servicos .item .card-icon{height:148px}@media only screen and (max-width: 769px){.s-servicos .grid-servicos .item .card-icon{height:100%}}.s-nosso-atendimento{margin-bottom:80px}@media only screen and (max-width: 769px){.s-nosso-atendimento{margin-bottom:64px}}.s-nosso-atendimento .container{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}@media only screen and (max-width: 769px){.s-nosso-atendimento .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.s-nosso-atendimento .container .text{max-width:482px;margin-right:64px}@media only screen and (max-width: 769px){.s-nosso-atendimento .container .text{margin-right:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.s-nosso-atendimento .container .text .title-40{color:#00007d}@media only screen and (max-width: 769px){.s-nosso-atendimento .container .text .title-40{font-size:32px;margin-top:32px}}.s-nosso-atendimento .container .text .title-40 span{color:#00e1df}.s-nosso-atendimento .container .text .text-16{margin-bottom:24px;color:#404072}@media only screen and (max-width: 769px){.s-nosso-atendimento .container .text .etapas{margin-bottom:32px}}.s-nosso-atendimento .container .text .etapas li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:64px}.s-nosso-atendimento .container .text .etapas li:not(:last-child){margin-bottom:24px}.s-nosso-atendimento .container .text .etapas li .title-24{margin-right:16px;border:1px solid #e6e6fd;border-radius:100px;height:100%;width:80px;max-width:64px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#00e1df}@media only screen and (max-width: 769px){.s-nosso-atendimento .container .text .etapas li .title-24{width:100%}}.s-nosso-atendimento .container .text .etapas li .text-16{color:#404072;margin:0}.s-nosso-atendimento .container .imagem{max-width:654px;width:100%}.s-nosso-atendimento .container .imagem .desktop{display:block}@media only screen and (max-width: 769px){.s-nosso-atendimento .container .imagem .desktop{display:none}}.s-nosso-atendimento .container .imagem .mobile{display:none}@media only screen and (max-width: 769px){.s-nosso-atendimento .container .imagem .mobile{display:block}}.s-nosso-atendimento .container .imagem img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.s-nosso-diferencial{height:auto;background:-webkit-gradient(linear, left top, left bottom, color-stop(53.1%, rgba(246, 246, 254, 0)), color-stop(53.11%, #f6f6fe));background:linear-gradient(180deg, rgba(246, 246, 254, 0) 53.1%, #f6f6fe 53.11%)}.s-nosso-diferencial .container{padding:88px 80px;background-color:#00009a;position:relative}@media only screen and (max-width: 769px){.s-nosso-diferencial .container{padding:80px 24px;width:auto;margin-left:24px;margin-right:24px}}.s-nosso-diferencial .container::after{position:absolute;left:44.9%;background-repeat:no-repeat;top:0;content:"";width:116px;height:56px;background-image:url("../Images/icon-bg-top.svg")}@media only screen and (max-width: 769px){.s-nosso-diferencial .container::after{left:35%}}.s-nosso-diferencial .container::before{position:absolute;left:44.9%;background-repeat:no-repeat;bottom:0;content:"";width:116px;height:56px;background-image:url("../Images/icon-bg-bottom.svg")}@media only screen and (max-width: 769px){.s-nosso-diferencial .container::before{left:35%}}.s-nosso-diferencial .container .text{text-align:center;color:#fff}@media only screen and (max-width: 769px){.s-nosso-diferencial .container .text{padding-left:24px;padding-right:24px}}@media only screen and (max-width: 769px){.s-nosso-diferencial .container .text p{font-size:20px;line-height:150%}}.s-pq-plentech{padding-top:120px;padding-bottom:96px;background:#f6f6fe}@media only screen and (max-width: 769px){.s-pq-plentech{padding-bottom:88px;padding-top:88px}}.s-pq-plentech .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 769px){.s-pq-plentech .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.s-pq-plentech .container .imagem{max-width:404px;width:100%}@media only screen and (max-width: 769px){.s-pq-plentech .container .imagem{height:332px;width:100%}}.s-pq-plentech .container .imagem .desktop{display:block}@media only screen and (max-width: 769px){.s-pq-plentech .container .imagem .desktop{display:none}}.s-pq-plentech .container .imagem .mobile{display:none}@media only screen and (max-width: 769px){.s-pq-plentech .container .imagem .mobile{display:block}}.s-pq-plentech .container .imagem img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.s-pq-plentech .container .text{width:100%;max-width:700px}@media only screen and (max-width: 769px){.s-pq-plentech .container .text{margin-top:40px}}.s-pq-plentech .container .text .title-32{color:#00009a}@media only screen and (max-width: 769px){.s-pq-plentech .container .text .title-32{text-align:center}}.s-pq-plentech .container .text .text-16{color:#00007d}@media only screen and (max-width: 769px){.s-pq-plentech .container .text .text-16{text-align:center}}@media only screen and (max-width: 769px){.s-pq-plentech .container .text .dotted{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.s-pq-plentech .container .text .lista{margin-top:24px}.s-pq-plentech .container .text .lista li{color:#00007d;position:relative;padding-left:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 769px){.s-pq-plentech .container .text .lista li .info{text-align:left}}.s-pq-plentech .container .text .lista li .info p strong{font-weight:700}.s-pq-plentech .container .text .lista li::before{position:absolute;left:0;top:auto;content:"";background-image:url("../Images/check-circle.svg");width:24px;height:24px;background-repeat:no-repeat;background-position-y:center}.s-pq-plentech .container .text .lista li:not(:last-child){margin-bottom:16px}.s-hero-solucoes .container .text .title-48{color:#fff;position:relative;z-index:4}@media only screen and (max-width: 769px){.s-hero-solucoes .container .text .title-48{font-size:32px;margin-top:8px;text-align:center}}.page-template-page-totvs .s-servicos .container .protheus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 769px){.page-template-page-totvs .s-servicos .container .protheus{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.page-template-page-totvs .s-servicos .container .protheus .title-32{max-width:688px;color:#00007d}@media only screen and (max-width: 769px){.page-template-page-totvs .s-servicos .container .protheus .title-32{margin-bottom:32px}}.page-template-page-totvs .s-servicos .container .protheus .text-16{max-width:480px}.page-template-page-totvs .s-servicos .container .dotted{margin:30px auto}.page-template-page-totvs .s-servicos .container .text{max-width:1200px;margin:0 auto;text-align:center}.page-template-page-totvs .s-servicos .container .text .text-18{color:#00007d;margin-bottom:30px}.page-template-page-totvs .s-depoimentos .swiper-depoimentos{padding-bottom:80px}.s-help{padding:84px 0;background-color:#fff;position:relative}@media only screen and (max-width: 769px){.s-help{padding:48px 0}}.s-help::before{position:absolute;right:0;top:0;content:"";width:100%;height:100%;background-color:#00e1df;z-index:1}@media(min-width: 1246px){.s-help::before{width:30%;min-width:400px}}@media(min-width: 1920px){.s-help::before{width:38%}}@media only screen and (max-width: 769px){.s-help::before{display:none}}@media only screen and (max-width: 769px){.s-help::after{position:absolute;right:0;top:0;content:"";width:100%;height:30%;background-color:#00e1df;z-index:1}}.s-help .container{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}@media only screen and (max-width: 769px){.s-help .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.s-help .container .text{max-width:585px}@media only screen and (max-width: 769px){.s-help .container .text{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.s-help .container .text .text-14{color:#00e1df;letter-spacing:.4em;text-transform:uppercase;margin-bottom:8px}@media only screen and (max-width: 769px){.s-help .container .text .text-14{margin-top:30px}}.s-help .container .text .title-32{color:#00009a}@media only screen and (max-width: 769px){.s-help .container .text .title-32{font-size:24px}}.s-help .container .text .text-16{color:#00007d}.s-help .container .text .text-16.bold{margin-top:24px}.s-help .container .text ul .text-18{color:#00007d;margin-bottom:12px}.s-help .container .text ul li{list-style:inside}.s-help .container .text ul li:not(:last-child){margin-bottom:12px}.s-help .container .text .btn{margin-top:24px;color:#00e1df}@media only screen and (max-width: 769px){.s-help .container .text .btn{margin:24px auto 0 auto}}.s-help .container .imagem{position:relative;z-index:2;max-width:404px;height:516px}@media only screen and (max-width: 769px){.s-help .container .imagem{height:342px}}.s-help .container .imagem .desktop{display:block}@media only screen and (max-width: 769px){.s-help .container .imagem .desktop{display:none}}.s-help .container .imagem .mobile{display:none}@media only screen and (max-width: 769px){.s-help .container .imagem .mobile{display:block}}.s-help .container .imagem img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page-template-page-quem-somos .s-hero-solucoes{background:#00009a !important;position:relative;padding-bottom:80px;height:790px;margin-bottom:105px}@media only screen and (max-width: 769px){.page-template-page-quem-somos .s-hero-solucoes{background-image:url("../Images/bg-hero-home-xs.jpg") !important;height:auto;width:100%;background-repeat:no-repeat;background-size:cover;padding-bottom:32px;margin-bottom:40px}.page-template-page-quem-somos .s-hero-solucoes::after{display:none}}.page-template-page-quem-somos .s-hero-solucoes .container{padding-right:0;position:initial}@media only screen and (max-width: 769px){.page-template-page-quem-somos .s-hero-solucoes .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-right:24px}}.page-template-page-quem-somos .s-hero-solucoes .container .text{max-width:500px;position:relative;z-index:2;margin-left:0 !important}.page-template-page-quem-somos .s-hero-solucoes .container .text .dotted{margin:24px 0}@media only screen and (max-width: 769px){.page-template-page-quem-somos .s-hero-solucoes .container .text .dotted{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}}@media only screen and (max-width: 769px){.page-template-page-quem-somos .s-hero-solucoes .container .text h4{text-align:left !important}}@media only screen and (max-width: 769px){.page-template-page-quem-somos .s-hero-solucoes .container .text .title-48{text-align:left}}.page-template-page-quem-somos .s-hero-solucoes .container .text .text-16{color:#fff}@media only screen and (max-width: 769px){.page-template-page-quem-somos .s-hero-solucoes .container .text .text-16{text-align:left !important}}.page-template-page-quem-somos .s-hero-solucoes .container .imagem{position:absolute !important;right:0 !important;top:120px;max-width:705px;height:590px;z-index:2}@media only screen and (max-width: 769px){.page-template-page-quem-somos .s-hero-solucoes .container .imagem{position:relative !important;left:0;height:380px;top:0}}.page-template-page-quem-somos .s-hero-solucoes .container .imagem img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(min-width: 1246px){.page-template-page-quem-somos .s-hero-solucoes .container .imagem{width:100%}}@media(min-width: 1920px){.page-template-page-quem-somos .s-hero-solucoes .container .imagem{width:100% !important;min-width:890px}}.page-template-page-quem-somos .s-servicos{margin-bottom:120px}@media only screen and (max-width: 769px){.page-template-page-quem-somos .s-servicos{margin-bottom:64px}}.page-template-page-quem-somos .s-servicos .container .text .title-32{text-align:center;color:#00009a}.page-template-page-quem-somos .s-servicos .container .etapas{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr}@media only screen and (max-width: 769px){.page-template-page-quem-somos .s-servicos .container .etapas{grid-template-columns:1fr}}.page-template-page-quem-somos .s-servicos .container .etapas li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 769px){.page-template-page-quem-somos .s-servicos .container .etapas li{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.page-template-page-quem-somos .s-servicos .container .etapas li:not(:last-child){margin-bottom:24px}.page-template-page-quem-somos .s-servicos .container .etapas li .title-24{margin-right:16px;border:1px solid #e6e6fd;border-radius:100px;height:80px;width:80px;max-width:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#00e1df;margin-bottom:8px}.page-template-page-quem-somos .s-servicos .container .etapas li .text-18{color:#404072;margin:0;text-align:center;max-width:200px}@media only screen and (max-width: 769px){.page-template-page-quem-somos .s-servicos .container .etapas li .text-18{text-align:left}}.page-template-page-quem-somos .s-setores{padding-top:0}@media only screen and (max-width: 769px){.page-template-page-quem-somos .s-setores::after{display:none}}.page-template-page-quem-somos .s-setores .container{padding-top:120px;border-top:1px solid #e6e6fd}@media only screen and (max-width: 769px){.page-template-page-quem-somos .s-setores .container{padding-top:56px}}@media only screen and (max-width: 769px)and (max-width: 720px){.page-template-page-quem-somos .s-setores .container .dotted{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width: 769px){.page-template-page-quem-somos .s-setores .container .title-40{text-align:center;font-size:32px}}@media only screen and (max-width: 769px){.page-template-page-quem-somos .s-setores .container p{text-align:center}}.page-template-page-quem-somos .s-atendimento .container .imagem{max-width:562px}.page-template-page-quem-somos .s-atendimento .container .info{max-width:513px}@media(max-width: 720px){.page-template-page-quem-somos .s-atendimento .container .info .dotted{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width: 769px){.page-template-page-quem-somos .s-atendimento .container .info .title-40{font-size:32px}}@media only screen and (max-width: 769px){.page-template-page-quem-somos .s-atendimento .container .info .text-16{text-align:left}}.s-hero-faleconosco{padding-top:120px;padding-bottom:80px;background-image:url("../Images/bg-page-heading.jpg");background-repeat:no-repeat;background-position-x:center;background-size:cover}@media only screen and (max-width: 769px){.s-hero-faleconosco{padding-top:80px;padding-bottom:40px}}.s-hero-faleconosco .container .text{text-align:center;color:#fff}@media only screen and (max-width: 769px){.s-hero-faleconosco .container .text .title-60{font-size:32px}}.s-formulario{padding-top:80px;padding-bottom:120px}@media only screen and (max-width: 769px){.s-formulario{padding-top:32px;padding-bottom:48px}}.s-formulario .container{max-width:960px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 769px){.s-formulario .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.s-formulario .container .form{width:100%;max-width:550px}@media only screen and (max-width: 769px){.s-formulario .container .form{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-top:30px;border-top:1px solid #e6e6fd}}.s-formulario .container .form form{margin:0 auto;max-width:800px;width:100%;height:auto}.s-formulario .container .form form .form__group{margin-bottom:16px}.s-formulario .container .form form .form__group .wpcf7-not-valid-tip{margin-top:4px;font-size:12px}.s-formulario .container .form form .form__group .wpcf7-response-output{color:#fff;border:none !important;border-radius:4px;padding:10px;font-size:14px;background-color:#fff;color:#000;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto}.s-formulario .container .form form .form__group label{color:#000045;display:block;font-size:14px;line-height:20px;margin-bottom:4px;font-family:"aktiv-grotesk",sans-serif}@media(max-width: 768px){.s-formulario .container .form form .form__group label{margin-bottom:0}}.s-formulario .container .form form .form__group input{font-family:"aktiv-grotesk",sans-serif;width:100%;padding-left:10px;font-size:18px;line-height:42px;border-radius:4px;border:1px solid #bfbff2;font-size:14px}.s-formulario .container .form form .form__group ::-webkit-input-placeholder{color:#adadd1;font-size:14px}.s-formulario .container .form form .form__group .aviso{margin-bottom:16px;display:block;font-family:"aktiv-grotesk",sans-serif;font-weight:400;font-size:12px;line-height:150%;color:#404072}.s-formulario .container .form form .form__group textarea{width:100%;height:100px;border-radius:4px;border:1px solid #bfbff2;display:block;font-size:14px;line-height:20px;margin-bottom:16px;padding-left:10px;padding-top:10px}.s-formulario .container .form form .form__group .wpcf7-submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;line-height:42px;width:100%;background-color:#00e1df;border-radius:0;border:none;color:#00009a;font-weight:700;font-size:12px;cursor:pointer;-webkit-transition:.3s;transition:.3s}.s-formulario .container .form form .form__group .wpcf7-submit:hover{background-color:#00009a;color:#fff}.s-formulario .container .form form .form__group .grid-input{display:grid;grid-template-columns:1fr 1frs}.s-formulario .container .form form br{display:none}.s-formulario .container .contato{margin-left:70px}@media only screen and (max-width: 769px){.s-formulario .container .contato{margin-left:0;margin-bottom:30px}}.s-formulario .container .contato ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.s-formulario .container .contato ul li span{color:#404072}.s-formulario .container .contato ul li:not(:last-child){margin-bottom:16px}.s-formulario .container .contato ul li svg{width:20px;height:20px}.s-formulario .container .contato ul li .btn{color:#00e1df}.s-hero-solucoes{position:relative;padding-top:120px;min-height:630px;height:auto;overflow:hidden;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #00009a), color-stop(91.5%, #00009a), color-stop(9.5%, #FFF));background-image:linear-gradient(to bottom, #00009a 0, #00009a 91.5%, #FFF 9.5%);margin-bottom:80px}@media only screen and (max-width: 769px){.s-hero-solucoes{background-image:url("../Images/bg-hero-home-xs.jpg");height:auto;width:100%;background-repeat:no-repeat;background-size:cover;padding-top:80px;padding-bottom:32px;margin-bottom:40px}}.s-hero-solucoes::after{position:absolute;left:50%;background-position:right;top:0;content:"";width:970px;height:400px;background-image:linear-gradient(109.87deg, rgba(0, 0, 154, 0.5) 12.88%, rgba(0, 225, 223, 0.5) 83.66%);z-index:1;-webkit-filter:blur(67.5px);filter:blur(67.5px);-webkit-transform:matrix(1, 0, 0, -1, 0, 0);transform:matrix(1, 0, 0, -1, 0, 0)}@media only screen and (max-width: 769px){.s-hero-solucoes::after{background-color:#fff;-webkit-filter:none;filter:none;bottom:0 !important;background-image:none;top:auto;left:0;z-index:1;height:80px}}.s-hero-solucoes::before{position:absolute;right:50%;background-position:right;bottom:28%;content:"";width:1224px;height:300px;background:linear-gradient(106.16deg, rgba(5, 137, 240, 0.4) -7.19%, rgba(5, 137, 240, 0.4) 82.86%);-webkit-filter:blur(92.5px);filter:blur(92.5px);-webkit-transform:matrix(1, 0, 0, -1, 0, 0);transform:matrix(1, 0, 0, -1, 0, 0);z-index:1}@media only screen and (max-width: 769px){.s-hero-solucoes::before{display:none}}.s-hero-solucoes .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}@media only screen and (max-width: 769px){.s-hero-solucoes .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.s-hero-solucoes .container .imagem{width:100%;max-width:497px;height:550px;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width: 769px){.s-hero-solucoes .container .imagem{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;height:344px;margin-top:30px}}.s-hero-solucoes .container .imagem img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1;position:relative}@media only screen and (max-width: 769px){.s-hero-solucoes .container .imagem img{z-index:2}}.s-hero-solucoes .container .text{width:100%;max-width:585px;margin-left:60px}@media only screen and (max-width: 769px){.s-hero-solucoes .container .text{margin-left:0}}.s-hero-solucoes .container .text .text-14{letter-spacing:.4em;text-transform:uppercase;color:#00e1df;position:relative;z-index:2}@media only screen and (max-width: 769px){.s-hero-solucoes .container .text .text-14{font-size:12px;text-align:center}}.s-hero-solucoes .container .text .title-56{color:#fff;position:relative;z-index:2;margin-top:8px}@media only screen and (max-width: 769px){.s-hero-solucoes .container .text .title-56{font-size:32px;text-align:center}}@media only screen and (max-width: 769px){.s-hero-solucoes .container .text .dotted{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.s-hero-solucoes .container .text .text-16.regular{color:#fff;display:block;z-index:20;position:relative}@media only screen and (max-width: 769px){.s-hero-solucoes .container .text .text-16.regular{text-align:center}}.s-hero-solucoes .container .text .text-16.regular:not(:last-child){margin-bottom:16px}.s-fale-conosco{background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(70%, #FFF), color-stop(30%, #00009a));background-image:linear-gradient(to bottom, #FFF 0, #FFF 70%, #00009a 30%)}.s-fale-conosco .container{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;position:relative}@media only screen and (max-width: 769px){.s-fale-conosco .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.s-fale-conosco .container::after{position:absolute;left:0;bottom:0;content:"";width:100%;height:256px;background-color:#00e1df;z-index:1}@media only screen and (max-width: 769px){.s-fale-conosco .container::after{width:calc(100% - 48px);left:24px;height:100%;z-index:0}}.s-fale-conosco .container .text{padding-top:100px;padding-bottom:45px;padding-left:128px;max-width:550px;position:relative;z-index:2}@media only screen and (max-width: 769px){.s-fale-conosco .container .text{padding-top:24px;padding-left:0;text-align:center;max-width:300px}}.s-fale-conosco .container .text .text-18.regular{margin-bottom:8px;color:#00007d}.s-fale-conosco .container .text .text-18.bold{margin-bottom:24px;color:#00007d}@media only screen and (max-width: 769px){.s-fale-conosco .container .text .btn{margin:0 auto}}.s-fale-conosco .container .img-cta{padding-right:128px;position:relative;z-index:2}.s-fale-conosco .container .img-cta .desktop{display:block}@media only screen and (max-width: 769px){.s-fale-conosco .container .img-cta .desktop{display:none}}.s-fale-conosco .container .img-cta .mobile{display:none}@media only screen and (max-width: 769px){.s-fale-conosco .container .img-cta .mobile{display:block;padding:0 24px}}@media only screen and (max-width: 769px){.s-fale-conosco .container .img-cta{padding-right:0}}.s-clientes{background:-webkit-gradient(linear, left top, left bottom, from(#F6F6FE), to(rgba(246, 246, 254, 0)));background:linear-gradient(180deg, #F6F6FE 0%, rgba(246, 246, 254, 0) 100%);position:relative;overflow-x:hidden}.s-clientes .container{padding-left:0 !important;padding-top:96px;border-top:1px solid #dedefc}@media only screen and (max-width: 769px){.s-clientes .container{padding-top:58px;padding-left:24px !important}}.s-clientes .container .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:0;-ms-flex:0;flex:0;margin-bottom:32px}.s-clientes .container .top .title-32{position:relative;color:#00007d;z-index:1}@media only screen and (max-width: 769px){.s-clientes .container .top .title-32{font-size:24px}}.s-clientes .container .top .navigation{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px}.s-clientes .container .top .button-clientes-next,.s-clientes .container .top .button-clientes-prev{background-repeat:no-repeat;background-position:center;width:32px;height:32px;cursor:pointer}.s-clientes .container .top .button-clientes-next{background-image:url("../Images/arrow-right.svg")}.s-clientes .container .top .button-clientes-next::after{display:none}.s-clientes .container .top .button-clientes-prev{background-image:url("../Images/arrow-left.svg")}.s-clientes .container .top .button-clientes-prev::after{display:none}.s-clientes .container-clientes.container{position:relative;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border:none;margin:0 auto;padding-top:0}@media only screen and (max-width: 769px){.s-clientes .container-clientes.container{padding-right:0}}.s-clientes .container-clientes.container .swiper-clientes{overflow:hidden;padding-bottom:96px}@media only screen and (max-width: 769px){.s-clientes .container-clientes.container .swiper-clientes{width:100%;margin-bottom:16px;padding-bottom:56px}}.s-clientes .container-clientes.container .swiper-clientes .swiper-slide{height:auto;width:100%}.s-clientes .container-clientes.container .swiper-clientes .swiper-slide .item{padding:12px;max-width:276px;max-height:165px;background:#fff;border-radius:8px;-webkit-filter:drop-shadow(0px 8px 16px rgba(230, 230, 253, 0.5));filter:drop-shadow(0px 8px 16px rgba(230, 230, 253, 0.5));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.s-clientes .container-clientes.container .swiper-clientes .swiper-slide .item .imagem img{width:100%;max-width:208px;height:136px;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width: 769px){.s-clientes .container-clientes.container .swiper-clientes .swiper-slide{width:70%}}.s-depoimentos{background-color:#fff;overflow-x:hidden;padding-top:80px}@media only screen and (max-width: 769px){.s-depoimentos{padding-top:56px}}.s-depoimentos .container{padding-left:0}@media only screen and (max-width: 769px){.s-depoimentos .container{padding-left:24px}}.s-depoimentos .container .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:0;-ms-flex:0;flex:0;margin-bottom:32px}.s-depoimentos .container .top .title-32{position:relative;color:#00007d;z-index:1}@media only screen and (max-width: 769px){.s-depoimentos .container .top .title-32{font-size:24px}}.s-depoimentos .container .top .navigation{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px}.s-depoimentos .container .top .button-depoimento-next,.s-depoimentos .container .top .button-depoimento-prev{background-repeat:no-repeat;background-position:center;width:32px;height:32px;cursor:pointer}.s-depoimentos .container .top .button-depoimento-next{background-image:url("../Images/arrow-right.svg")}.s-depoimentos .container .top .button-depoimento-next::after{display:none}.s-depoimentos .container .top .button-depoimento-prev{background-image:url("../Images/arrow-left.svg")}.s-depoimentos .container .top .button-depoimento-prev::after{display:none}.s-depoimentos .container-depoimentos{position:relative;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 auto}.s-depoimentos .container-depoimentos .swiper-depoimentos{overflow:hidden;padding-bottom:80px}@media only screen and (max-width: 769px){.s-depoimentos .container-depoimentos .swiper-depoimentos{width:100%;margin-bottom:16px}}.s-depoimentos .container-depoimentos .swiper-depoimentos .swiper-slide{height:auto;width:100%}.s-depoimentos .container-depoimentos .swiper-depoimentos .swiper-slide .item{background:#fff;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.s-depoimentos .container-depoimentos .swiper-depoimentos .swiper-slide .item .text-depoimento{width:100%;max-width:99.5%;margin:0 auto;border:1px solid #e6e6fd;padding:48px;margin-bottom:24px}.s-depoimentos .container-depoimentos .swiper-depoimentos .swiper-slide .item .text-depoimento p{font-family:"Aktiv Grotesk",sans-serif;font-weight:400;font-size:18px !important;line-height:140%;color:#404072 !important}.s-depoimentos .container-depoimentos .swiper-depoimentos .swiper-slide .item .text-depoimento ul li{font-size:18px;list-style:inside;color:#404072}.s-depoimentos .container-depoimentos .swiper-depoimentos .swiper-slide .item .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.s-depoimentos .container-depoimentos .swiper-depoimentos .swiper-slide .item .info .imagem{width:100%;max-width:60px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:16px;border-radius:100px}.s-depoimentos .container-depoimentos .swiper-depoimentos .swiper-slide .item .info .imagem img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:100px}.s-depoimentos .container-depoimentos .swiper-depoimentos .swiper-slide .item .info .info-autor .text-18{color:#00007d}.s-depoimentos .container-depoimentos .swiper-depoimentos .swiper-slide .item .info .info-autor .text-14{color:#404072}@media only screen and (max-width: 769px){.s-depoimentos .container-depoimentos .swiper-depoimentos .swiper-slide{width:70%}}