#home{background-image:url(../../images/bg-home.webp);background-repeat:no-repeat;background-position:bottom right;width:100%;height:800px}#home .box{display:flex;justify-content:center;flex-direction:column;margin-top:20%}#home .box h1{font-weight:700;font-size:42px}#home .box h5{font-size:21px}#home .box h1,#home .box h5{color:var(--main-white)}#home .botao a{border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;padding-right:30px;padding-left:30px;font-size:21px;text-transform:uppercase}@media(max-width:992px){#home{background-position:center}}#sobre{margin-top:100px;margin-bottom:100px}#sobre img{max-width:100%;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px}#sobre .tit{text-transform:uppercase;font-weight:700;font-size:18px;color:var(--main-empresa);letter-spacing:5px}#sobre h4{font-size:32px;font-weight:700}#sobre .texto{font-size:18px;margin-top:20px}#sobre .icone{max-width:30px;margin-right:10px}#sobre .lista .item{font-size:21px;font-weight:500}#app{background-color:#fff;padding-top:50px;padding-bottom:40px}#app .tit{text-transform:uppercase;font-weight:700;font-size:18px;color:var(--main-empresa);letter-spacing:5px}#app h4{font-size:32px;font-weight:700}#app .texto{font-size:18px;margin-top:20px}#app img{max-width:100%}#funcoes .tit{text-transform:uppercase;font-weight:700;font-size:18px;color:var(--main-empresa);letter-spacing:5px}#funcoes h4{font-size:32px;font-weight:700}#funcoes .texto p{font-size:18px;margin-top:20px}#funcoes img{max-width:100%}#funcoes .lista{margin:30px 0;display:flex;flex-direction:column;gap:16px}#funcoes .lista .item{display:flex;align-items:flex-start;gap:14px;padding:14px 18px;background:#fff;border-radius:10px;border:1px solid rgb(16 45 105 / .08);box-shadow:0 4px 10px rgb(0 0 0 / .03);transition:transform 0.15s ease,box-shadow 0.15s ease,border-color 0.15s ease,background-color 0.15s ease}#funcoes .lista .item:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgb(0 0 0 / .06);border-color:var(--main-azul);background-color:#f9fbff}#funcoes .lista .icone{flex:0 0 44px;width:44px;height:44px;border-radius:50%;background:var(--main-empresa);display:flex;align-items:center;justify-content:center}#funcoes .lista .icone i{font-size:20px;color:#fff}#funcoes .lista .text{flex:1}#funcoes .lista .text .nome{font-size:1rem;font-weight:600;color:var(--main-empresa);margin-bottom:4px}#funcoes .lista .text .leg{font-size:.92rem;line-height:1.4;color:var(--main-black);opacity:.9}@media (max-width:576px){#funcoes .lista{margin:20px 0}#funcoes .lista .item{padding:12px 14px}#funcoes .lista .icone{flex-basis:40px;width:40px;height:40px}#funcoes .lista .icone i{font-size:18px}#funcoes .lista .text .nome{font-size:.98rem}#funcoes .lista .text .leg{font-size:.9rem}}#produtos{background-color:var(--main-empresa);padding-top:50px;padding-bottom:50px;background-image:url(../../images/fundo-infra4br.png);background-repeat:no-repeat;background-position:right}#produtos h5,#produtos h5 strong{color:var(--main-white);text-transform:uppercase;font-size:24px;font-weight:400}#produtos h5 strong{font-weight:700}#produtos .box{background-color:var(--main-white);padding:30px 20px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;margin-bottom:20px}#produtos .icone{margin-bottom:10px}#produtos .icone i{color:var(--main-azul);font-size:52px}#produtos .titulo{font-size:24px;font-weight:700;color:var(--main-empresa);margin-bottom:20px}#produtos .botao a{width:100%;border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;padding-right:30px;padding-left:30px;font-size:21px;text-transform:uppercase}#produtos p{font-size:24px;color:var(--main-white)}#dashboard{margin-top:60px;margin-bottom:60px}#dashboard img{max-width:100%}#dashboard .tit{text-transform:uppercase;font-weight:700;font-size:18px;color:var(--main-empresa);letter-spacing:5px}#dashboard h4{font-size:32px;font-weight:700}#dashboard .texto{font-size:18px;margin-top:20px}#dashboard .icone{max-width:30px;margin-right:10px}#blog .item{margin-bottom:30px}#blog .titulo{font-size:32px;line-height:35px;text-transform:uppercase;letter-spacing:5px;color:var(--main-black)}#blog .titulo .faixa{width:100px;height:2px;background-color:var(--main-black)}#blog .imagem img{max-width:100%;border-radius:10px}#blog .item-info{margin-top:10px}#blog .item-info .autor{font-size:12px}#blog .item-info .resumo{margin-top:10px}#blog .botao{margin-top:10px}.paginationArea{display:flex;justify-content:center;margin-bottom:80px;position:relative;z-index:99999}.paginationItem{width:40px;height:40px;border:1px solid rgb(0 0 0 / .3);font-size:13px;text-align:center;line-height:40px;display:inline-block;margin-left:10px;margin-right:10px}.paginationItem a{color:rgb(0 0 0 / .3);text-decoration:none}.pag_active{border:1px solid var(--main-empresa)}.pag_active a{color:var(--main-empresa)}