/*
[ Summary ]
---------------------
1. Basic
2. Cores
3. Size, Height, Width
4. Sidebar, pageLoading
5. Header
6. Footer
7. Form
8. Button
9. Input / Input Group
10. Text
11. Notifications
12. Cards
13. Green Theme
14. Dark Theme
15. Scrollbar
16. Breadcrumb
*//* Basic */:root{--boxshadow:0 .1rem .6rem rgb(0 0 0/9%) !important;--colortheme:#0d62ad;--colorthemedark:#0d62ad;--background-color:#f6f6f6;--background-colordark:#1e1e1e;--cookieconsent-primary:#293f71 !important;--colorPortalServidor:#5091b5;--colorPortalCidadao:#3cb362}.media-query{position:fixed;top:80px;left:10px;z-index:99999;opacity:.5}html{height:100%}body{min-height:100%;height:auto;overflow-y:auto;font-family:'Roboto',sans-serif;font-size:16px;line-height:22px}.wrapper{height:auto;width:100%;position:relative;transition:all ease .2s;margin-left:0;min-height:100vh;padding-bottom:320px}@media only screen and (max-width:984px){.wrapper{padding-bottom:450px}}@media only screen and (max-width:760px){.wrapper{padding-bottom:700px}}@media only screen and (max-width:400px){.wrapper{padding-bottom:750px}}/* Cores */.green-theme .color-theme{color:var(--colortheme)}.green-theme .color-theme-dark{color:var(--colorthemedark)}.theme-dark .color-theme{color:#fff}.theme-dark .color-theme-dark{color:#fff}.bg-theme{background-color:var(--colortheme)}.bg-theme-dark{background-color:var(--colorthemedark)}.bg-none{background-color:transparent}.bg-primary,.badge-primary{background-color:#0d76ff !important}.text-primary{color:var(--colortheme) !important}.text-secondary{color:#666 !important}.text-default{color:#ff0068 !important}.text-info{color:#5ed0fb !important}.text-danger{color:#f16060 !important}.bg-primary-light{background-color:#cee3ff !important}.bg-success,.badge-success{background-color:#00be7d !important}.text-success{color:#00be7d !important}.bg-succss-light{background-color:#c0e9db !important}.bg-warning,.badge-warning{background-color:#ffc400 !important}.text-warning{color:#ffc400 !important}.bg-warning-light{background-color:#fff0c1 !important}.bg-orange,.badge-orange{background-color:#ff6f00 !important}h5 .badge{font-size:50%}.bg-orange-light{background-color:#ffe5d1 !important}.bg-grey,.badge-grey{background-color:#999 !important}.bg-grey-light{background-color:#bbb !important}.text-white a{color:#fff !important}.row.proh{position:relative;overflow-x:hidden}.text-mute{opacity:.7}p.small{line-height:1.45em}p:last-child{margin-bottom:0}sup{top:-.2em}.background{height:100%;width:100%;left:0;top:0;position:absolute;background-repeat:no-repeat;background-size:cover;background-position:center top;opacity:.4;z-index:0}.background+div{position:relative;z-index:1}.star-ratting{font-size:19px !important;color:#ffcb3b !important}/*Size, Height, Width*/.size-40{width:50%}.p-18{padding:18px}/* Sidebar pageLoading */@keyframes page-load{from{width:0}to{width:100%}}.page-loading::before{content:" ";display:block;position:fixed;z-index:10;height:2px;width:100%;top:0;left:0;background-color:#06d;animation:page-load ease-out 2s}.theme-dark .page-loading::before{background-color:#f6f6f6}body.menuactive{overflow:hidden;opacity:1}html.menuactive{height:100%;width:100%;overflow:hidden}body.menuactive .wrapper{overflow:hidden}body.sidemenu-open .wrapper{opacity:.8;box-shadow:0 5px 15px rgba(0,0,0,.2);-webkit-box-shadow:0 5px 15px rgba(0,0,0,.2);-moz-box-shadow:0 5px 15px rgba(0,0,0,.2);border-radius:4px}body.sidemenu-open .wrapper:after{content:'';position:absolute;left:0;top:0;height:100%;width:100%;display:block;user-select:none;z-index:10;cursor:pointer}.sidebar{position:fixed;height:100%;z-index:9;left:-100%;padding:0 5%;top:0;transition:all ease .5s;overflow-y:auto}@media only screen and (max-width:768px){.sidebar{width:100%;padding:0 11%}}.sidebar .main-menu .list-group-item{background-color:transparent;font-size:16px;border:0;border-radius:30px;padding:1px 20px 1px 1px;margin-bottom:8px}.sidebar .main-menu .list-group-item:hover{background-color:#e3f2fd}.theme-dark .sidebar .main-menu .list-group-item:hover{background-color:#6c757d;color:#f6f6f6 !important}.sidebar .main-menu .list-group-item.active{background-color:rgba(255,255,255,.1)}body.sidemenu-open .sidebar{left:0}.sidebar .figure-menu{height:100px;width:100px;border-radius:50px;padding:2px;display:block;margin:45px auto 20px auto;background-color:#fff}.sidebar .figure-menu figure{width:100%;height:100%;overflow:hidden;border-radius:50%}.sidebar .figure-menu figure img{width:100%}.sidebar img{height:auto;max-height:100px}.icons-raised{position:relative;border-radius:30px;height:44px;width:44px;display:inline-block;vertical-align:middle;line-height:44px;text-align:center;margin-right:15px;box-shadow:0 3px 10px rgba(0,0,0,.05);-webkit-box-shadow:0 3px 10px rgba(0,0,0,.05);-moz-box-shadow:0 3px 10px rgba(0,0,0,.05);background-color:rgba(255,255,255,.1);font-size:30px}.theme-dark .icons-raised{color:#000 !important}.closesidemenu{position:relative;bottom:-100px;opacity:0;transition:all ease 1s;left:0;right:0;margin:0 auto;display:inline-block;z-index:9;text-align:center}.iconeCloseMenu{color:#fff;background-color:#293f71;position:relative;border-radius:30px;height:52px;width:52px;display:inline-block;vertical-align:middle;line-height:52px;text-align:center;font-size:33pt}.theme-dark .iconeCloseMenu{background-color:#f6f6f6 !important;color:#000}body.sidemenu-open .closesidemenu{bottom:-5%;opacity:1}/*Brasão de RO*/.brasao-ro-cor{display:initial}.brasao-ro-branco{display:none}.theme-dark .brasao-ro-cor{display:none}.theme-dark .brasao-ro-branco{display:initial}/* Header */.header{width:100%;height:auto;position:fixed;padding:8px 100px 8px 100px;top:0;left:0;z-index:9;background-color:#f6f6f6;box-shadow:0 12px 16px 0 rgb(0 0 0/0%),0 17px 50px 0 rgb(0 0 0/5%)}.theme-dark .header{background-color:#1e1e1e;color:#fff;box-shadow:0 1px 1px 0 rgb(0 0 0/0%),0 1px 20px 0 #6c757d}.header-logo-portal{height:auto;max-height:70px;vertical-align:middle;margin:2px auto 0 auto;padding-right:4px}.header-texto-portal{height:auto;max-height:20px;display:inline-block;vertical-align:middle;padding-right:14px}.header-logo-governo{height:auto;max-height:51px;display:inline-block;margin:2px auto 0 auto;border-color:#fff;vertical-align:middle;padding-left:20px}.header a,.header button{vertical-align:middle;color:var(--colortheme)}.header-icon{width:24px;height:25px}.theme-dark .header a,.header button{vertical-align:middle;color:#f6f6f6 !important}.theme-dark .dropdown-menu{background-color:#1e1e1e !important}.theme-dark .dropdown-menu .dropdown-item:hover{background-color:#6c757d !important}.header+div{padding-top:120px}/* Footer */.footer{width:100%;height:auto;position:absolute;left:0;bottom:0;padding:8px;background-color:#293f71;color:#f6f6f6 !important}.footer a{color:#f6f6f6 !important}.bordaEsquerda{border-left:3pt solid !important;padding-left:5px;color:var(--colortheme)}.bordaPortalCidadao{border-left:3pt solid !important;padding-left:5px;color:var(--colorPortalCidadao)}.bordaPortalServidor{border-left:3pt solid !important;padding-left:5px;color:var(--colorPortalServidor)}.bordaEsquerda-footer{border-left:3pt solid !important;padding-left:30px}.footer-logo{top:17px;left:838px;width:63px;height:83px;opacity:1}.barra-footer{width:0;height:130px;border-left:1px solid #333;opacity:1;background-color:#333;padding:0;margin-right:3px}.footer-icone{background-color:transparent !important;border:transparent !important;padding:0}a:hover .icons-efeito{font-size:2.5rem;transition:all .2s ease-in-out 0s}.footer-fonte{color:#333 !important}.footer-fonte:hover{text-decoration:underline;color:#caf0f8 !important}@media only screen and (max-width:767px){.footer{margin-bottom:45px;margin-top:20px}}.footer-mobile{width:100%;height:45px;position:fixed;bottom:0;left:0;z-index:9;transition:all ease .5s;background-color:var(--background-color);box-shadow:0 -3px 10px rgba(0,0,0,.1);-webkit-box-shadow:0 -3px 10px rgba(0,0,0,.1);-moz-box-shadow:0 -3px 10px rgba(0,0,0,.1)}.green-theme .footer-mobile a{color:#333}.theme-dark .footer-mobile .dropdown-menu .dropdown-item{color:#f6f6f6}.theme-dark footer{background-color:#1e1e1e;color:#f6f6f6}.theme-dark .mdi-custon-color{color:#000 !important;background-color:#f6f6f6 !important}.theme-dark{--colortheme:#f6f6f6}/*Cards Contato*/.card-contato{padding:15px 15px;box-shadow:var(--boxshadow);display:flex;flex-direction:column;border-radius:10px;position:static;left:0;right:0;margin-left:auto;margin-right:auto}/* Form */.form-control{background:#fff;border:1px solid rgba(0,0,0,.08)}select.form-control option,select.form-control optgroup{color:#b2b2b2}.form-control:focus{box-shadow:none}.float-label{padding-top:20px;position:relative}.form-group .form-control-label{font-size:13px;line-height:18px;color:#bbb}.float-label .form-control-label{position:absolute;left:15px;top:28px;margin:0;line-height:20px;color:#bbb;font-size:15px;transition:ease all .5s;z-index:1}.float-label .form-control,.float-label .chosen-container .chosen-choices,.float-label .chosen-container .chosen-single{background-color:#fff;border-radius:20px;z-index:1;position:relative;background-image:none}.form-control-lg{font-size:18px}.float-label .form-control-lg+.form-control-label{top:32px}.float-label .form-control-lg:focus+.form-control-label,.float-label.active .form-control-lg+.form-control-label,.float-label .form-control:focus+.form-control-label,.float-label.active label{top:0;font-size:13px;line-height:20px}.form-group{margin-bottom:.5rem}.search{border-radius:30px;background:url('../img/search.png') no-repeat center right #fff}/* Button */.btn{font-size:100%;text-transform:uppercase;font-weight:normal;border-width:0}[class*="outline"]{border-width:1px}body a.btn-primary,body a.btn-warning,body a.btn-danger,body a.btn-success{color:#fff}.btn-lg{padding:.815rem 1.5rem}.btn-sm{font-size:14px}.btn i,.btn span,a em{vertical-align:middle}.btn img{max-width:20px;vertical-align:middle}.btn:focus{box-shadow:none}.btn i:first-child{margin-right:5px;margin-left:-4px}.btn i:last-child{margin-left:5px;margin-right:-4px}.btn i:last-child:first-child{margin-left:0;margin-right:0}.float-bottom-right{position:absolute;right:15px;bottom:15px;z-index:2}.float-bottom-right.stylepicker{position:fixed;right:15px;bottom:20px;z-index:1002}.btn-rounded-solicitar{border-radius:30px;color:#fff;background:var(--colortheme);border:solid 2px;border-color:var(--colorthemedark);transition:all .1s ease-in-out}.btn-rounded-solicitar:hover{border-radius:30px;color:#fff;background:var(--colorthemedark);border:solid 2px;border-color:var(--colorthemedark)}.file-input{display:flex;text-align:left;padding-top:8px;position:relative;align-items:center;width:320px}.file-input>[type='file']{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:10;cursor:pointer}.file-input>.button-file{display:grid;cursor:pointer;background:var(--colortheme);color:#fff;font-size:24px;margin-right:8px;height:42px;width:42px;vertical-align:middle;text-align:center;border-radius:28px;align-items:center;transition:all .2s ease-in-out;box-shadow:1px 2px 4px 2px #0005}.file-input:hover>.button-file{background:var(--colorthemedark);color:#fff}.file-input>.file-path{color:#333;white-space:nowrap;opacity:.7}.btn-default,body .btn.btn-secondary{color:#fff}.btn-warning{background-color:#ffc400;color:#fff}.btn-warning:focus,.btn-warning:active,.btn-warning:hover{background-color:#f0b000;color:#fff !important}.btn.btn-link-default{color:#bbb}.shadow-sm{box-shadow:0 .1rem .25rem rgba(0,0,0,.05) !important;-webkit-box-shadow:0 .1rem .25rem rgba(0,0,0,.05) !important;-moz-box-shadow:0 .1rem .25rem rgba(0,0,0,.05) !important}.btn.shadow-sm{box-shadow:0 .1rem .2rem rgba(0,0,0,.2) !important;-webkit-box-shadow:0 .1rem .2rem rgba(0,0,0,.2) !important;-moz-box-shadow:0 .1rem .2rem rgba(0,0,0,.2) !important}.btn.shadow-xs{box-shadow:0 .15rem .3rem rgba(0,0,0,.1) !important;-webkit-box-shadow:0 .15rem .3rem rgba(0,0,0,.1) !important;-moz-box-shadow:0 .15rem .3rem rgba(0,0,0,.1) !important}.btn-light,body a.btn-light{background-color:#fff;color:#999}.btn-light-grey,body a.btn-light-grey{background-color:#e3eaf1;color:#bbb;border-color:#f3f6f8}.btn-group>.btn:first-child,.btn-group>.btn:first-of-type,.btn-group>.btn-group:first-child>.btn{border-top-left-radius:30px;border-bottom-left-radius:30px}.btn-group>.btn:last-child,.btn-group>.btn:last-of-type,.btn-group>.btn-group:last-child>.btn{border-top-right-radius:30px;border-bottom-right-radius:30px}.btn h6,.btn h5,.btn h4,.btn h3,.btn h2,.btn h1{vertical-align:middle}.shadow{box-shadow:0 .3rem .6rem rgba(0,0,0,.1) !important;-webkit-box-shadow:0 .3rem .6rem rgba(0,0,0,.1) !important;-moz-box-shadow:0 .3rem .6rem rgba(0,0,0,.1) !important}/* Input / Input Group */input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{margin:2px;border-radius:30px}.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{margin:2px;border-radius:30px}.input-group{border:1px solid rgba(0,0,0,.08);padding:0;border-radius:5px}.input-group>.form-control{border:0}.input-group>.form-control:last-child{border-top-right-radius:30px;border-bottom-right-radius:30px}.input-group>.input-group-prepend>.input-group-text+.input-group-text{border-radius:0}.input-group.input-group-sm>.form-control{height:calc(1.6em + .5rem + 2px);border-color:#e3eaf1}.border-top-dashed{border-top:2px dashed #e3ead7 !important}.border-left-dotted{border-left:1px dashed rgba(0,0,0,.1) !important}.border-top,.border-left,.border-bottom,.border-right{border-color:rgba(0,0,0,.1) !important}.progress{background-color:rgba(0,0,0,.05)}/* Text */h1{font-size:40px}h2{font-size:35px}h3{font-size:30px}h4{font-size:25px}h5{font-size:20px}h6{font-size:16px}p{font-size:16px}a{text-decoration:none}.green-theme .teste{color:#212529}.theme-dark .teste{color:#fff}.fs-14{font-size:14px;line-height:1}.fs-16{font-size:16px;line-height:1}.fs-24{font-size:24px;line-height:1}.fs-48{font-size:48px;line-height:1}.fs-60{font-size:60px;line-height:1}.subtitle{text-align:center;font-weight:bold;font-size:18px;line-height:26px;margin-top:35px;margin-bottom:20px;text-transform:uppercase}/* Notifications  */.new-notification{height:10px;width:10px;border-radius:6px;background-color:#ff0068;display:block;position:absolute;top:23px;right:5px;border:2px solid rgba(255,255,255,.75)}.counts{height:16px;width:16px;border-radius:10px;background-color:#ff0068;display:block;position:absolute;top:12px;right:12px;font-size:10px;color:#fff;text-align:center;line-height:16px;vertical-align:middle}/* Card Categoria */.card-categoria{background-color:#fff;padding:30px 15px 25px 15px;text-align:center;box-shadow:var(--boxshadow);height:210px;width:210px;display:flex;flex-direction:column;justify-content:center;border-radius:10px}.card-categoria-servico{position:inherit;text-align:-webkit-center}.card-container-text{height:100%;display:flex;flex-direction:column;justify-content:center}.theme-dark .card-categoria{background-color:#333}.green-theme .card-categoria:hover{box-shadow:0 12px 16px 0 rgb(0 0 0/24%),0 17px 50px 0 rgb(0 0 0/4%)}.theme-dark .card-categoria:hover{box-shadow:0 12px 16px 0 rgb(255 255 255/24%),0 17px 50px 0 rgb(255 255 255/4%);background-color:#e7e9f187}.card-categoria em{font-size:50px;color:var(--colortheme)}.theme-dark .card-categoria em{color:#fff}.card-categoria h5{color:#333}.theme-dark .card-categoria h5,.theme-dark .card-categoria h6{color:#fff}/* Green Theme*/.green-theme .bg-background,.green-theme .header.active{background-color:rgba(255,255,255,.8)}.green-theme .sidebar{background:var(--background-color)}.green-theme .wrapper{background-color:var(--background-color)}.green-theme body.sidemenu-open,.green-theme .bg-template,.green-theme-bg,.green-theme body{background:var(--background-color)}.green-theme .btn-default,.green-theme .btn-primary,.green-theme .custom-control-input:checked~.custom-control-label::before,.green-theme .small-slide .swiper-slide .card:hover,.green-theme .small-slide .swiper-slide .card:focus,.green-theme .filter,.green-theme .chosen-container .chosen-results li.highlighted,.green-theme .page-item.active:not(:first-child,:last-child) .page-link,.green-theme .nav-pills .nav-link.active,.green-theme .nav-pills .show>.nav-link,.green-theme .footer .btn i:after{background-color:var(--colortheme);color:var(--colortheme)}.green-theme .bg-template,.green-theme .filter,.green-theme .filter .form-control,.green-theme .filter .form-group label,.green-theme .float-label .chosen-container-multi .chosen-choices,.green-theme .float-label .chosen-container-multi .chosen-choices li.search-field input[type=text],.green-theme .filter .chosen-container-multi .chosen-choices li.search-choice,.green-theme .btn-default,.green-theme .btn-primary,.green-theme .sidebar .main-menu .list-group-item,.green-theme .small-slide .swiper-slide .card:hover *,.green-theme .small-slide .swiper-slide .card:focus *,.green-theme .sidebar .list-group-item.active:hover *{color:#f6f6f6 !important}.green-theme .filter .form-group label{opacity:.85}.green-theme .btn-default:hover,.green-theme .btn-primary:hover,.green-theme .btn-default:focus{color:#fff;background-color:var(--colorthemedark)}.green-theme .figure-profile,.green-theme .custom-control-input:focus~.custom-control-label::before,.green-theme .custom-control-input:checked~.custom-control-label::before,.green-theme .float-label .form-control:focus,.green-theme .page-item.active:not(:first-child,:last-child) .page-link,.green-theme .btn-outline-default{border-color:var(--colortheme);color:#f6f6f6}.green-theme .form-control:focus{color:#000}.theme-dark .form-control:focus{color:#f6f6f6}.theme-dark .page-item.active:not(:first-child,:last-child) .page-link{border-color:#adb5bd;background-color:#adb5bd;color:#000}.green-theme .btn-outline-primary{border-color:var(--colorthemedark);color:var(--colorthemedark)}.green-theme .btn-outline-primary:hover{border-color:var(--colorthemedark);color:#fff;background-color:var(--colorthemedark)}.green-theme .filter .form-control:focus,.green-theme .filter .custom-control-input:focus~.custom-control-label::before,.green-theme .filter .custom-control-input:checked~.custom-control-label::before,.green-theme .filter .float-label .form-control:focus{border-color:#fff}.green-theme .custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(255,0,104,.3)}.green-theme .btn-light:hover,.green-theme .btn-light:focus,.green-theme .btn-light:not(:disabled):not(.disabled).active,.green-theme .bg-template-light{background-color:#c9f4e3}.green-theme .text-template,.green-theme .btn-link,.green-theme a,.green-theme .float-label .form-control:focus+.form-control-label,.green-theme .btn-light:hover,.green-theme .btn-light:focus,.green-theme .btn-light:not(:disabled):not(.disabled).active,.green-theme .btn.btn-link-default:hover,.green-theme .btn.btn-link-default:focus,.green-theme .btn.btn-link-default.active{color:var(--colorthemedark)}.card-orgaos{border-radius:10px;background:#fff;box-shadow:0 6px 10px rgba(0,0,0,.08),0 0 6px rgba(0,0,0,.05);cursor:pointer}.card-orgaos:hover{transform:scale(1.05);box-shadow:0 10px 20px rgba(0,0,0,.12),0 4px 8px rgba(0,0,0,.06)}.green-theme .bg-warning,.green-theme .badge-warning{background-color:#fb0 !important}.green-theme .bg-success,.green-theme .badge-success{background-color:#00bb32 !important}.green-theme .bg-danger,.green-theme .badge-danger{background-color:#f16060 !important}.green-theme .bg-orange,.green-theme .badge-orange{background-color:#ff9133 !important}.green-theme .bg-primary,.green-theme .badge-primary{background-color:#1e88ff !important}.green-theme .bg-info,.green-theme .badge-info{background-color:#5ed0fb !important}.green-theme .border-primary{border:solid 1px;border-color:var(--colortheme) !important}.gradient-warning{background:#ffe785;background:-moz-linear-gradient(top,#ffe785 0%,#fb0 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,#ffe785),color-stop(100%,#fb0));background:-webkit-linear-gradient(top,#ffe785 0%,#fb0 100%);background:-o-linear-gradient(top,#ffe785 0%,#fb0 100%);background:linear-gradient(to bottom,#ffe785 0%,#fb0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe785',endColorstr='#ffbb00',GradientType=0)}.gradient-success{background:#50eb67;background:-moz-linear-gradient(top,#50eb67 0%,#00bb32 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,#50eb67),color-stop(100%,#00bb32));background:-webkit-linear-gradient(top,#50eb67 0%,#00bb32 100%);background:-o-linear-gradient(top,#50eb67 0%,#00bb32 100%);background:linear-gradient(to bottom,#50eb67 0%,#00bb32 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50eb67',endColorstr='#00bb32',GradientType=0)}.gradient-danger{background:#ffb5b5;background:-moz-linear-gradient(top,#ffb5b5 0%,#f16060 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,#ffb5b5),color-stop(100%,#f16060));background:-webkit-linear-gradient(top,#ffb5b5 0%,#f16060 100%);background:-o-linear-gradient(top,#ffb5b5 0%,#f16060 100%);background:linear-gradient(to bottom,#ffb5b5 0%,#f16060 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5b5',endColorstr='#f16060',GradientType=0)}.gradient-primary{background:#99caff;background:-moz-linear-gradient(top,#99caff 0%,#1e88ff 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,#99caff),color-stop(100%,#1e88ff));background:-webkit-linear-gradient(top,#99caff 0%,#1e88ff 100%);background:-o-linear-gradient(top,#99caff 0%,#1e88ff 100%);background:linear-gradient(to bottom,#99caff 0%,#1e88ff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#99caff',endColorstr='#1e88ff',GradientType=0)}.gradient-info{background:#c7f0ff;background:-moz-linear-gradient(top,#c7f0ff 0%,#5ed0fb 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,#c7f0ff),color-stop(100%,#5ed0fb));background:-webkit-linear-gradient(top,#c7f0ff 0%,#5ed0fb 100%);background:-o-linear-gradient(top,#c7f0ff 0%,#5ed0fb 100%);background:linear-gradient(to bottom,#c7f0ff 0%,#5ed0fb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7f0ff',endColorstr='#5ed0fb',GradientType=0)}/* Dark Theme */.theme-dark .wrapper{background:#222;background:-moz-linear-gradient(top,#222 0%,#000 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,#222),color-stop(100%,#000));background:-webkit-linear-gradient(top,#222 0%,#000 100%);background:-o-linear-gradient(top,#222 0%,#000 100%);background:linear-gradient(to bottom,#222 0%,#000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222',endColorstr='#000000',GradientType=0);color:#fff}.theme-dark .sidebar{background-color:var(--background-colordark);color:#fff}.theme-dark .list-group-item,.theme-dark .modal-content,.theme-dark .avatar:not(.bg-template),.theme-dark .card:not(.bg-template){background:#333;color:#fff}.theme-dark .modal-content .form-control,.theme-dark .text-dark,.theme-dark .icon-slide .swiper-slide p,.theme-dark .icon-slide .swiper-slide:hover p,.theme-dark .icon-slide .swiper-slide:focus p,.theme-dark .text-secondary{color:#fff !important}.theme-dark .figure-profile,.theme-dark .form-control:focus,.theme-dark .custom-control-input:focus~.custom-control-label::before,.theme-dark .custom-control-input:checked~.custom-control-label::before,.theme-dark .float-label .form-control:focus,.theme-dark .page-item.active .page-link,.theme-dark .btn-outline-default{border-color:var(--colortheme);color:#000}.theme-dark .btn-outline-primary{border-color:var(--colortheme);color:#fff}.theme-dark .btn-outline-primary:hover{border-color:var(--colortheme);color:#000;background-color:var(--colortheme)}.theme-dark .swiper-pagination-bullet{background:#fff}.theme-dark .notification .text-secondary{color:#666 !important}.theme-dark .form-control,.theme-dark .input-group,.theme-dark .progress{background-color:rgba(255,255,255,.09);color:#f6f6f6 !important}.theme-dark .modal-footer,.theme-dark .border-top,.theme-dark .border-left,.theme-dark .border-bottom,.theme-dark .border-right{border-color:rgba(255,255,255,.09) !important}.theme-dark .text-muted{color:#e9e9e9 !important}.green-theme .input-group .form-control{color:#000}.theme-dark .btn-white{background-color:#000 !important;color:#fff}.theme-dark .border-primary{color:#fff;border-color:var(--colortheme) !important}.theme-dark *::-webkit-scrollbar{width:4px;height:4px}.theme-dark *::-webkit-scrollbar-thumb{border-radius:5px;background:#dfdfdf}.theme-dark *::-webkit-scrollbar-track{border-radius:5px;background:rgb(46 46 46/75%)}/* Scrollbar */::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{border-radius:5px;background:rgb(17 83 203/76%)}::-webkit-scrollbar-track{border-radius:5px;background:rgb(158 158 158/50%)}/* Breadcrumb */.breadcrumb-item .mdi-home{font-size:20px;line-height:1;margin-bottom:4px;display:inline-flex}.breadcrumb-inicio .mdi-chevron-left{font-size:30px;line-height:1;margin-bottom:2px;display:inline-flex}.mdi-custon-color{color:#fff !important;background-color:#293f71 !important}.sidebar-list-item-color{color:var(--colortheme) !important}.sidebar-list-item-color:hover{color:#333 !important}.theme-dark .sidebar-list-item-color:hover{color:#fff !important}.theme-dark .sidebar span{color:#fff !important}.theme-dark .sidebar p{color:#fff !important}.list-group-item.active{color:#1b833c !important}.alinha-centro{margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.remover-padding{padding:0 !important}.text-cinza{color:#b2b2b2 !important}.mt-1b{margin-top:.35rem !important}.text-black-gov,.text-weight-black{font-weight:900 !important;vertical-align:unset !important}.dropdown-item :active{background-color:#e9ecef !important}.alinhar-fim{text-align:end;align-items:end}.custon-card-title{display:-webkit-box !important;overflow:hidden !important;-webkit-line-clamp:5 !important;-webkit-box-orient:vertical !important;font-size:medium}.img-size-custom{object-fit:cover;height:210px;width:210px}.custon-card-img-overlay{background-color:#2a3c648a;border-radius:10px !important}.custon-card-img-overlay:hover{box-shadow:0 12px 16px 0 rgb(0 0 0/24%),0 17px 50px 0 rgb(0 0 0/4%)}.theme-dark .custon-card-img-overlay{background-color:#020202a6}.theme-dark .custon-card-img-overlay:hover{box-shadow:0 12px 16px 0 rgb(255 255 255/24%),0 17px 50px 0 rgb(255 255 255/4%);background-color:#02020287}.custon-card-img:first-child{border-radius:10px !important}.a-menos,.a-mais{font-weight:bolder}.text-medium{font-size:17px}.text-big{font-size:20px}.text-medium a{font-size:17px}.text-big a{font-size:20px}.text-medium span{font-size:17px}.text-big span{font-size:20px}.text-medium small{font-size:1.0777777em}.text-big small{font-size:1em}.text-medium h3{font-size:30px}.text-big h3{font-size:37px}.text-medium h5,.text-medium h4{font-size:27px}.text-big h5,.text-big h4{font-size:29.5px}.text-medium h6{font-size:1.07777rem}.text-big h6{font-size:1.155555rem}.text-big .text-servico-mais-acessado{display:-webkit-box !important;overflow:hidden !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important}.text-medium .label-busca{font-size:3.7em !important}.text-big .label-busca{font-size:4em !important}.text-medium .text-line{font-size:2.7rem}.text-big .text-line{font-size:3rem}.text-medium .custon-card-title{font-size:1.2rem}.text-big .custon-card-title{font-size:1.5rem}.text-medium .acesso h5{font-size:27px !important}.text-big .acesso h5{font-size:30px !important}.sk-circle-true{background:#f6f6f6;position:fixed;width:100%;height:100%;z-index:99999;top:0}.sk-circle{margin:48vh auto;width:40px;height:40px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{content:'';display:block;margin:0 auto;width:15%;height:15%;background-color:#333;border-radius:100%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.icone-link-portal{height:48px;width:48px;position:absolute;top:30%;right:10px}.icone-portal-do-servidor{background-image:url(../img/icones/icone-link-portal-do-servidor.png);background-size:48px}.theme-dark .icone-portal-do-servidor{background-image:url(../img/icones/icone-link-portal-do-servidor-dark.png)}.icone-portal-do-cidadao{background-image:url(../img/icones/icone-link-portal-do-cidadao.png);background-size:48px}.theme-dark .icone-portal-do-cidadao{background-image:url(../img/icones/icone-link-portal-do-cidadao-dark.png)}@-webkit-keyframes outerRotate1{0%{transform:translate(-50%,-50%) rotate(0)}100%{transform:translate(-50%,-50%) rotate(360deg)}}@-moz-keyframes outerRotate1{0%{transform:translate(-50%,-50%) rotate(0)}100%{transform:translate(-50%,-50%) rotate(360deg)}}@-o-keyframes outerRotate1{0%{transform:translate(-50%,-50%) rotate(0);}100%{transform:translate(-50%,-50%) rotate(360deg);}}@keyframes outerRotate1{0%{transform:translate(-50%,-50%) rotate(0)}100%{transform:translate(-50%,-50%) rotate(360deg)}}@-webkit-keyframes outerRotate2{0%{transform:translate(-50%,-50%) rotate(0)}100%{transform:translate(-50%,-50%) rotate(-360deg)}}@-moz-keyframes outerRotate2{0%{transform:translate(-50%,-50%) rotate(0)}100%{transform:translate(-50%,-50%) rotate(-360deg)}}@-o-keyframes outerRotate2{0%{transform:translate(-50%,-50%) rotate(0);}100%{transform:translate(-50%,-50%) rotate(-360deg);}}@keyframes outerRotate2{0%{transform:translate(-50%,-50%) rotate(0)}100%{transform:translate(-50%,-50%) rotate(-360deg)}}@-webkit-keyframes textColour{0%{color:#3bb2d0}100%{color:#fff}}@-moz-keyframes textColour{0%{color:#3bb2d0}100%{color:#fff}}@-o-keyframes textColour{0%{color:#3BB2D0;}100%{color:#fff;}}@keyframes textColour{0%{color:#3bb2d0}100%{color:#fff}}@-webkit-keyframes textColour-dark{0%{color:#fff}100%{color:#333}}@-moz-keyframes textColour-dark{0%{color:#fff}100%{color:#333}}@-o-keyframes textColour-dark{0%{color:#fff;}100%{color:#333333;}}@keyframes textColour-dark{0%{color:#fff}100%{color:#333}}.e-loadholder{position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);-moz-transform:translate(-51%,-50%);-ms-transform:translate(-51%,-50%);-o-transform:translate(-51%,-50%);transform:translate(-51%,-50%);width:170px;height:170px;border:5px solid #0d62ad;border-radius:120px;box-sizing:border-box}.e-loadholder:after{position:absolute;top:50%;left:50%;width:85px;height:108%;border-radius:20px;-webkit-transform:translate(-51%,-50%);-moz-transform:translate(-51%,-50%);-ms-transform:translate(-51%,-50%);-o-transform:translate(-51%,-50%);transform:translate(-51%,-50%);-webkit-animation:outerRotate2 30s infinite linear;-moz-animation:outerRotate2 30s infinite linear;-o-animation:outerRotate2 30s infinite linear;animation:outerRotate2 30s infinite linear;content:" ";display:block;background:#fff;transform-origin:center;z-index:0}.theme-dark .e-loadholder{border-color:#666}.theme-dark .e-loadholder:after{background:#333}.e-loadholder .m-loader{position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);-moz-transform:translate(-51%,-50%);-ms-transform:translate(-51%,-50%);-o-transform:translate(-51%,-50%);transform:translate(-51%,-50%);width:140px;height:140px;color:#888;text-align:center;border:5px solid #1e79c9;border-radius:100px;box-sizing:border-box;z-index:20;text-transform:uppercase}.theme-dark .e-loadholder .m-loader{border-color:#999}.e-loadholder .m-loader:after{position:absolute;top:50%;left:50%;width:85px;height:109%;border-radius:20px;-webkit-transform:translate(-51%,-50%);-moz-transform:translate(-51%,-50%);-ms-transform:translate(-51%,-50%);-o-transform:translate(-51%,-50%);transform:translate(-51%,-50%);-webkit-animation:outerRotate1 15s infinite linear;-moz-animation:outerRotate1 15s infinite linear;-o-animation:outerRotate1 15s infinite linear;animation:outerRotate1 15s infinite linear;content:" ";display:block;background:#fff;transform-origin:center;z-index:-1}.theme-dark .e-loadholder .m-loader:after{background:#333}.e-loadholder .m-loader .e-text{font-size:13px;font-size:.8rem;line-height:100px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);-moz-transform:translate(-51%,-50%);-ms-transform:translate(-51%,-50%);-o-transform:translate(-51%,-50%);transform:translate(-51%,-50%);-webkit-animation:textColour 1s alternate linear infinite;-moz-animation:textColour 1s alternate linear infinite;-o-animation:textColour 1s alternate linear infinite;animation:textColour 1s alternate linear infinite;display:block;width:110px;height:110px;text-align:center;border:5px solid #3bb2d0;border-radius:70px;box-sizing:border-box;z-index:20}.theme-dark .e-loadholder .m-loader .e-text{border-color:#e6e6e6;-webkit-animation:textColour-dark 1s alternate linear infinite;-moz-animation:textColour-dark 1s alternate linear infinite;-o-animation:textColour-dark 1s alternate linear infinite;animation:textColour-dark 1s alternate linear infinite}.e-loadholder .m-loader .e-text:before,.e-loadholder .m-loader .e-text:after{position:absolute;top:50%;left:50%;-webkit-transform:translate(-51%,-50%);-moz-transform:translate(-51%,-50%);-ms-transform:translate(-51%,-50%);-o-transform:translate(-51%,-50%);transform:translate(-51%,-50%);content:" ";display:block;background:#fff;transform-origin:center;z-index:-1}.e-loadholder .m-loader .e-text:before{width:113%;height:40px;border-radius:5px;-webkit-animation:outerRotate2 3.5s infinite linear;-moz-animation:outerRotate2 3.5s infinite linear;-o-animation:outerRotate2 3.5s infinite linear;animation:outerRotate2 3.5s infinite linear}.e-loadholder .m-loader .e-text:after{width:40px;height:113%;border-radius:5px;-webkit-animation:outerRotate1 8s infinite linear;-moz-animation:outerRotate1 8s infinite linear;-o-animation:outerRotate1 8s infinite linear;animation:outerRotate1 8s infinite linear}.theme-dark .e-loadholder .m-loader .e-text:before,.theme-dark .e-loadholder .m-loader .e-text:after{background:#333}.dashboard-normal{display:initial !important}.dashboard-dark{display:none !important}.theme-dark .dashboard-normal{display:none !important}.theme-dark .dashboard-dark{display:initial !important}