/* Configurações de font-family ------------------------------------------------ */
/* Grupo Thin (Hairline) - 100 */
@font-face {
    font-family: "Friends";
    src: url("../fonts/friends/Friends-Thin.ttf");
    font-weight: 100;
}

@font-face {
    font-family: "Friends";
    src: url("../fonts/friends/Friends-ThinItalic.ttf");
    font-weight: 100;
    font-style: italic;
}

/* Grupo Extra Light (Ultra Light) - 200 */
@font-face {
    font-family: "Friends";
    src: url("../fonts/friends/Friends-UltraLight.ttf");
    font-weight: 200;
}

@font-face {
    font-family: "Friends";
    src: url("../fonts/friends/Friends-UltraLightItalic.ttf");
    font-weight: 200;
    font-style: italic;
}

/* Grupo Light - 300 */
@font-face {
    font-family: "Friends";
    src: url("../fonts/friends/Friends-Normal.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "Friends";
    src: url("../fonts/friends/Friends-NormalItalic.ttf");
    font-weight: 300;
    font-style: italic;
}

/* Grupo Normal - 400 */
@font-face {
    font-family: "Friends";
    src: url("../fonts/friends/Friends-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Friends";
    src: url("../fonts/friends/Friends-Italic.ttf");
    font-weight: 400;
    font-style: italic;
}

/* Grupo Semi Bold (Demi Bold) - 600 */
@font-face {
    font-family: "Friends";
    src: url("../fonts/friends/Friends-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "Friends";
    src: url("../fonts/friends/Friends-SemiBoldItalic.ttf");
    font-weight: 600;
    font-style: italic;
}

/* Grupo Extra Bold (Ultra Bold) - 800 */
@font-face {
    font-family: "Friends";
    src: url("../fonts/friends/Friends-UltraBold.ttf");
    font-weight: 800;
}

@font-face {
    font-family: "Friends";
    src: url("../fonts/friends/Friends-UltraBoldItalic.ttf");
    font-weight: 800;
    font-style: italic;
}

/* Grupo Black (Heavy) - 900 */
@font-face {
    font-family: "Friends";
    src: url("../fonts/friends/Friends-Black.ttf");
    font-weight: 900;
}

@font-face {
    font-family: "Friends";
    src: url("../fonts/friends/Friends-BlackItalic.ttf");
    font-weight: 900;
    font-style: italic;
}

/* GERAL */
.legislacao {
    height: 100%;
    margin-bottom: -40px;
}

.cor-principal {
    color: var(--primary-color);
}

.cor-azul {
    color: var(--secondary-color);
}

.cor-secundaria {
    color: var(--secondary-color) !important;
}

.cor-sucesso {
    color: var(--success-color) !important;
}

.cor-aviso {
    color: var(--warning-color) !important;
}

.cor-info {
    color: var(--info-color) !important;
}

.cor-perigo {
    color: var(--danger-color) !important;
}

a .no_under:hover {
    text-decoration: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

#breads {
    font-size: 13px;
    margin-top: 15px;
}

.normal-label {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}

.ctm-destaque {
    background-color: #eee !important;
}

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0;
}

.nopadding .icones-intra {
    margin-top: 27px;
}

.icones-intra div button {
    font-size: 24px;
}

.icones-intra div form {
    display: block;
    float: left;
}

.bdnav {
    margin: 0 auto;
    display: table;
    float: none;
}

.hidden-on-screen {
    display: none;
}

.revogado {
    background-color: #e3e3e3;
    display: block;
    color: var(--danger-dark-color);
}

/* Bootstrap ------------------------------------------------------------------- */
/* .btn, */
/* .form-control, */
/* .form-control { */
/*     border-radius: 0; */
/* } */

.media-left {
    vertical-align: middle;
}

.btn:focus {
    outline-style: none !important;
}

/* Backgrounds */
.bg-primary {
    color: white;
    background-color: var(--primary-color);
}

a.bg-primary:focus,
a.bg-primary:hover {
    color: white;
    background-color: var(--primary-dark-color);
}

.bg-secondary {
    color: white;
    background-color: var(--secondary-color);
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    color: white;
    background-color: var(--secondary-dark-color);
}

.bg-success {
    background-color: var(--success-color);
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: var(--success-light-color);
}

.bg-info {
    background-color: var(--alt-color);
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: var(--alt-dark-color);
}

.bg-warning {
    background-color: var(--warning-light-color);
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: var(--warning-light-border-color);
}

.bg-danger {
    background-color: var(--danger-light-color);
}

.bg-dark-danger {
    background-color: var(--danger-color);
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: var(--danger-light-border-color);
}

.bg-header {
    color: white;
    background-color: var(--secondary-color);
}

a.bg-header:focus,
a.bg-header:hover {
    color: white;
    background-color: var(--secondary-dark-color);
}

.panel-info {
    border-color: var(--alt-border-color);
}

.panel-info > .panel-heading {
    color: var(--info-dark-color);
    background-color: var(--alt-color);
    border-color: var(--alt-border-color);
}

.alert-info {
    color: var(--info-dark-color);
    background-color: var(--alt-color);
    border-color: var(--alt-border-color);
}

.badge_menor {
    padding: 6px 5px 5px 5px;
    font-size: 9px;
    line-height: 0.6;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 0;
    margin-top: -2px;
}

.navbar-toggle .icon-bar {
    height: 3px;
}

.breadcrumb {
    background: none;
    padding: 8px 0;
}

.media-body {
    width: auto;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    font-weight: bold;
    background-color: var(--secondary-color);
}

.alert {
    border-radius: 0;
}

.sti-pill > li > a {
    border-radius: 0;
    padding: 8px 10.9px;
}

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-20 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%;
        float: left;
    }
}

section .container {
    background-color: white;
}

section .container .row {
    margin-left: 0;
}

section #breads {
    margin-top: 0;
}

section .breadcrumb {
    padding: 0;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .navlogado.navbar-nav > li > a {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .navlogado.nav > li > a:focus,
    .navlogado.nav > li > a:hover {
        text-decoration: none;
        color: white;
        background-color: var(--secondary-color);
    }

    .navlogado a {
        color: var(--secondary-color);
    }
}

/* TOPO */
.head-wrapper {
    width: 100%;
    /*height: 100px;*/
    display: table;
    background-color: #fff;
}

.topo {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.topo.header_logado {
    padding-bottom: 0 !important;
    margin-top: 5px;
}

.logo {
    margin: 18px 0 10px 0;
    text-align: center;
}

.container_topo {
    background-color: var(--secondary-color);
    border-bottom: 2px solid var(--primary-color);
    height: 40px;
    padding: 2px;
}

.logo_logado {
    margin-top: 5px;
}

@media (max-width: 1024px) {
    .logo_logado {
        height: 40px;
        margin-top: 10px;
    }
}

.tel-menor {
    font-size: 16px;
}

.ddd {
    font-size: 14px;
}

.contato_topo {
    margin: 8px 0 5px 5px !important;
    float: left;
}

@media (max-width: 320px) {
    .logo img {
        width: 100%;
    }
}

.contato_topo a {
    color: var(--secondary-color);
    text-decoration: none;
    outline: none;
}

.contato_topo a:hover {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: bold;
}

.atend-vend {
    font-size: 11.5px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
}

.fone-topo {
    font-size: 23px;
    font-weight: bold;
    margin-top: 0;
    display: block;
}

#ddd {
    font-size: 24px;
}

.outros-fones {
    font-size: 9px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
}

.demo_topo {
    margin: 8px 0 5px -13px !important;
    float: left;
}

@media (max-width: 320px) {
    .logo img {
        width: 100%;
    }
}

@media (max-width: 1170px) {
    .demo_topo {
        margin: 8px 0 5px 0 !important;
        float: right;
    }
}

.demo_topo a {
    color: var(--secondary-color);
    text-decoration: none;
}

.demo_topo .media-left {
    padding-right: 0;
}

.contato_topo a:hover {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: bold;
}

.conheca_topo {
    font-size: 11.5px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
}

.demons-topo {
    font-size: 18.4px;
    font-weight: bold;
    margin-top: 0;
    display: block;
    letter-spacing: -2px;
}

.aovivo {
    font-size: 9px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
}

.demonstracao_topo:hover .aovivo,
.telefones_topo:hover .outros-fones {
    text-decoration: underline;
    color: var(--primary-color);
}

.demonstracao_topo:hover .demons-topo,
.telefones_topo:hover .fone-topo {
    color: var(--primary-color);
}

.entra_topo {
    z-index: 1;
}

@media (min-width: 800px) {
    .inputs {
        width: 165px;
    }

    #login_topo {
        float: right;
    }
}

#login_topo {
    margin-top: 9px;
}

#login_topo .form-group {
    margin-bottom: 7px;
}

#login_topo .form-control {
    height: 28px;
    border: 1px solid #cfd8dc;
}

.btn-topo-sair {
    padding: 3px 10px;
    font-size: 12px;
    background-color: var(--primary-color);
    color: white;
    /*border-radius: 6px;*/
}

.btn-topo-sair:focus {
    background-color: var(--primary-color);
    color: white;
}

.btn-topo-sair:hover,
.btn-topo-sair:active {
    background-color: var(--primary-dark-color);
    color: white;
    /*border-radius: 6px;*/
}

.btn-topo-contato {
    font-family: "Friends";
    font-weight: 700;
    font-size: 11.5px;
    color: #fff;
    /*border-radius: 6px;*/
    padding: 3px 10px;
}

.btn-topo-contato:hover {
    color: var(--primary-color);
    /*border-radius: 6px;*/
}

.btn-topo-contato:focus {
    color: var(--primary-color);
    /*border-radius: 6px;*/
}

.navbar-toggle {
    margin-left: 25px;
    float: left;
}

.navbar {
    margin-bottom: 0;
    border: none;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
}

/* menu */
.menu {
    font-size: 14px;
    background-color: white;
    border: none;
    z-index: 30;
}

.menu .navbar-nav > li > a {
    color: var(--secondary-color);
    font-weight: bold;
}

.menu .navbar-nav > li > a:hover,
.menu .navbar-nav > li > a:focus {
    color: var(--primary-color);
    background-color: rgba(248, 248, 248, 0);
}

.menu .navbar-nav > .active > a,
.menu .navbar-nav > .active > a:hover,
.menu .navbar-nav > .active > a:focus {
    color: rgba(85, 85, 85, 1);
    background-color: rgba(231, 231, 231, 1);
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: white;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: var(--info-color);
}

.borda-botao-nav {
    border-bottom: 2px solid white;
}

.borda-botao-nav:hover,
.borda-botao-nav:active,
.borda-botao-nav:focus {
    color: var(--primary-color);
    background-color: white !important;
    border-bottom: 2px solid var(--primary-color) !important;
}

.menu .navbar-toggle {
    border-color: var(--secondary-color);
    border-radius: 0;
    padding: 12px 10px;
}

.menu .navbar-toggle:hover,
.menu .navbar-toggle:focus {
    background-color: var(--secondary-color);
}

.menu .navbar-toggle .icon-bar {
    background-color: var(--secondary-color);
}

.menu .navbar-toggle:hover .icon-bar,
.menu .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    border-radius: 0px;
}

.menu {
    width: 100%;
    overflow-x: hidden;
    border-bottom: 1px solid whitesmoke;
}

ul#drop_sistemas strong {
    color: var(--secondary-color);
}

.logo_menu {
    margin: 0 auto;
    width: auto;
    margin-top: 10px;
    display: none;
}

.logo_menu img {
    width: 90%;
}

@media (max-width: 991px) {
    .menu {
        position: absolute;
        top: 0px;
        /*z-index: 3;*/
        background-color: transparent;
    }

    .logo {
        display: none;
    }

    .logo_menu {
        display: table;
    }
}

.badge_header {
    display: inline-block;
    min-width: 4px;
    padding: 3px 4px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: var(--danger-color);
    border-radius: 5px;
    margin-left: -4px;
    margin-top: -11px;
}

/* Sub-menu sistemas */
#drop_sistemas .list-unstyled li a {
    line-height: 30px;
}

/* FOOTER */

#footer .row {
    margin-bottom: 15px;
}

.rodape {
    color: #fff;
    line-height: 28px;
    margin-bottom: 25px;
}

.rodape a {
    color: #fff;
}

.rodape a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.rodape-bg {
    background-color: var(--secondary-color);
}

.rodape-redes-sociais {
    font-size: 20px;
    color: #bbb;
    margin-right: 15px;
}

.rodape-redes-sociais:hover {
    color: #eee;
}

.rodape-ja-sou-cliente {
    padding-top: 10px;
    text-align: center;
    color: #eee;
    padding-bottom: 5px;
}

.rodape-ja-sou-cliente2 {
    padding: 6px 18px;
}

.rodape-ja-sou-cliente2barra {
    padding: 6px 18px;
}

.rodape-ja-sou-cliente2 a,
.rodape-ja-sou-cliente2barra a {
    font-size: 12px;
    color: #fff;
}

.rodape-ja-sou-cliente2 a:hover,
.rodape-ja-sou-cliente2barra a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.rodape-ja-sou-cliente i {
    font-size: 18px;
    padding-right: 16px;
}

.rodape-ja-sou-cliente span {
    font-size: 13px;
    font-weight: bold;
    color: #eee;
}

#footer-wrapper {
    padding-top: 25px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer-wrapper.footer-dark {
    background-color: var(--secondary-color);
}

#footer-wrapper.footer-light {
    background-color: #fff;
    border-top: 1px solid #fff;
}

.footer-dark .footer-widget-container .text-big {
    color: #fff;
}

.footer-dark .footer-widget-container .widget .title h3 {
    color: #fff;
}

.footer-widget-container > li {
    list-style: none;
}

.footer-dark .footer-widget-container p,
.footer-dark .footer-widget-container a,
.footer-dark .footer-widget-container address,
.footer-dark .footer-widget-container span,
.footer-dark .copyright-container p,
.footer-dark .copyright-container a,
.footer-dark .copyright-container span {
    color: #fff;
}

.footer-social-icons {
    margin-top: 15px;
}

.footer-social-icons > li {
    list-style: none !important;
    background-image: none !important;
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    padding: 0 !important;
}

.footer-social-icons li a {
    width: 30px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: center;
}

.footer-social-icons li a:hover {
    color: #fff;
}

.footer-dark .footer-social-icons li a {
    background-color: #565f66;
    color: #fff;
}

.footer-light .footer-social-icons li a {
    background-color: #f6f6f6;
}

.copyright-container .row {
    margin-bottom: 0;
}

.footer-dark .copyright-container .row {
    border-top: 1px solid #384653;
    padding: 15px 0 10px 0;
}

.footer-light .copyright-container .row {
    border-top: 1px solid #ddd;
    padding: 15px 0 10px 0;
}

.copyright-container a,
.copyright-container p,
.copyright-container span {
    font-size: 11px;
}

.align-right {
    text-align: right;
}

.btn-assinar {
    background-color: var(--primary-color);
    color: white;
    font-weight: bold;
}

.btn-assinar:hover {
    color: var(--secondary-color) !important;
}

/* SCROLL UP */
.scroll-up {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 15px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    background-image: url("../img/to-top.png");
    background-repeat: no-repeat;
    background-color: var(--secondary-color);
    z-index: 100;
    /*border-radius: 4px;*/
}

.scroll-up:hover {
    background-color: var(--primary-color);
}

.scroll-up:focus {
    outline-style: none;
}

/* NEWSLETTER */
#newsletter {
    background: url(../img/bgnews.webp) no-repeat center bottom;
    width: 100%;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 20px 0;
    font-size: 19px;
    display: table;
    text-shadow: 1px 1px #333;
}

#newsletter h1 {
    margin-bottom: 25px;
}

#newsletter button {
    font-size: 20px;
}

.sub-input {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 0;
    font-weight: 300;
    line-height: 50px;
    color: #000;
    box-shadow: none;
    transition: all 0.3s;
}

#newsletterForm .form-control {
    display: inline;
}

/* @media (min-width: 481px) { */
/*     #email { */
/*         width: 320px; */
/*     } */
/* } */

.sub-btn {
    position: relative;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: var(--secondary-color);
    border: 0;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.3s;
}

.sub-btn:hover {
    background-color: var(--primary-color);
}

@media (max-width: 480px) {
    #newsletterForm .sub-btn {
        margin-top: 10px;
    }
}

/* HOMEPAGE */
.servicos-home {
    width: 100%;
    height: auto;
    display: table;
    min-height: 300px;
    padding: 0px 0 0px 0;
}

.servicos-home h1,
.servicos-home h3 {
    color: var(--secondary-color);
}

.servicos-home h1 {
    line-height: 1.1;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

.servicos-home h3 {
    font-size: 21px;
    line-height: 28px;
}

.servicos-home p {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 26px;
}

.servicos-home a {
    color: var(--secondary-color);
    text-decoration: none;
}

.servicos-home a:hover {
    color: var(--primary-color);
}

.btn-mais {
    background-color: var(--secondary-color);
    color: white;
}

.btn-mais:hover {
    background-color: var(--primary-color);
    color: white;
}

.btn-mais:focus {
    color: white;
}

.pc_produtos {
    background: url(https://www.legisweb.com.br/hotsite/v1/img/pics/img34.jpg)
        no-repeat center center;
    height: 503px;
}

.cards-home {
    background-color: white;
}

.cards-home h3 {
    font-size: 15px;
}

.destaque_card {
    height: 100px !important;
}

a .destaque_card:hover {
    color: var(--primary-color) !important;
}

.destaque_card .sis-texto {
    margin-left: 3px;
    margin-top: 3px;
    margin-bottom: 7px;
}

.destaque_card .sis-img {
    margin-top: 5px;
    margin-left: 20px;
}

.destaque_card .sis-acessar {
    margin-left: 90px;
}

.destaque_card .sis-acessar-maior {
    margin-left: 90px;
    line-height: 45px !important;
}

.destaque_card .sis-acessar-line4 {
    margin-top: 0px;
    line-height: 0px;
    margin-left: 100px;
}

.destaque_card .sis-texto-line4 {
    margin-bottom: 0px;
    line-height: 19px;
}

/* CLIIENTES */
.clientes-home {
    width: 100%;
    height: auto;
    display: table;
    min-height: 300px;
    /*padding: 20px 0 50px;*/
    padding: 0;
}

.clientes-home h1,
.servicos-home h3,
.noticias-home h1 {
    color: var(--secondary-color);
}

.clientes-home h1 {
    line-height: 1.1;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

.clientes-item {
    padding: 10px;
    border: none;
}

.clientes-item img {
    opacity: 0.6;
    width: 90%;
    max-height: 92px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.clientes-item img:hover {
    opacity: 1;
    cursor: pointer;
}

/* INDICADORES ECONOMICOS */
#indicadores {
    background: url(../../img/bgindicadores.jpg) no-repeat center center;
    width: 100%;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 30px 0;
    font-size: 17px;
    display: table;
    /* margin-top: 20px; */
}

#indicadores .container {
    background-color: transparent;
}

#indicadores h2 {
    margin-bottom: 20px;
}

#indicadores li {
    list-style: none;
    padding: 5px 0;
    font-size: 20px;
}

.att {
    padding-top: 15px;
    display: table;
    margin: 0 auto;
}

/* MODAL */
.modal-header {
    background-color: var(--secondary-color);
    padding: 30px;
}

.modal-header2 {
    background-color: var(--primary-color);
    padding: 20px;
}

.modal-header3 {
    background-color: var(--secondary-color);
    padding: 20px;
}

.modal-header h4 {
    color: #fff;
    line-height: 30px;
}

.modal-header button span,
.modal-header2 button span,
.modal-header3 button span {
    color: #fff;
}

.modal-header2 h4 {
    color: #fff;
    line-height: 30px;
    margin-top: -3px;
}

.modal-header3 h4 {
    color: #fff;
    line-height: 30px;
    margin-top: -3px;
}

.modal-footer {
    padding: 20px;
}

.modal-header h4,
.modal-header2 h4,
.modal-header3 h4 {
    font-weight: bold;
}

.apresloader {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px;
    background-color: rgba(255, 255, 255, 0.7);
}

#form_apres {
    padding: 10px 5px;
}

#form_apres p {
    padding: 0 15px;
}

.form_fieldset {
    float: left;
    width: 50%;
}

.form_fieldset.menor {
    width: 40%;
}

.form_fieldset.uf {
    width: 20%;
}

#form_apres fieldset {
    padding-right: 0px;
}

.form_fieldset fieldset {
    padding: 8px 0 0 15px;
    width: 100%;
}

.required {
    color: var(--danger-color);
}

.txtarea {
    padding-right: 20px;
}

.txt_full {
    width: 100%;
    padding-right: 5px;
}

.txt_full fieldset {
    width: 100%;
}

/* QUEM SOMOS */
.quemsomos {
    margin-bottom: 30px;
}

.quemsomos h1,
.quemsomos h3 {
    color: var(--secondary-color);
    font-weight: bold;
    position: relative;
}

.quemsomos h1 {
    margin-top: 40px;
}

.quemsomos p {
    text-align: justify;
    font-size: 15px;
}

/* SOCIAL ICONS */
@font-face {
    font-family: "si";
    src: url("../fonts/socicon.eot");
    src:
        url("../fonts/socicon.eot?#iefix") format("embedded-opentype"),
        url("../fonts/socicon.woff") format("woff"),
        url("../fonts/socicon.ttf") format("truetype"),
        url("../fonts/socicon.svg#icomoonregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: si;
        src: url(../fonts/socicon.svg) format(svg);
    }
}

#si_topo {
    margin-top: 9px;
}

.soc {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.soc li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.soc li a {
    font-family: si !important;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    -o-transition: 0.1s;
    -ms-transition: 0.1s;
    -moz-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    width: 27px;
    height: 27px;
    line-height: 26px;
    font-size: 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-right: 4px;
    color: #ffffff;
}

.soc-icon-last {
    margin: 0 !important;
}

.soc-twitter {
    background-color: #4da7de;
}

.soc-twitter:before {
    content: "a";
}

.soc-facebook {
    background-color: #3e5b98;
}

.soc-facebook:before {
    content: "b";
}

.soc-instagram {
    background-color: #9432be;
}

.soc-google {
    background-color: #d93e2d;
}

.soc-google:before {
    content: "c";
}

.soc-pinterest {
    background-color: #c92619;
}

.soc-pinterest:before {
    content: "d";
}

.soc-linkedin {
    background-color: #3371b7;
}

.soc-linkedin:before {
    content: "j";
}

.soc-rss {
    background-color: #f26109;
}

.soc-rss:before {
    content: ",";
}

.soc-twitter:hover {
    background-color: #3993ca;
}

.soc-facebook:hover {
    background-color: #2a4784;
}

.soc-google:hover {
    background-color: #c52a19;
}

.soc-instagram:hover {
    background-color: #892faf;
}

.soc-pinterest:hover {
    background-color: #b51205;
}

.soc-linkedin:hover {
    background-color: #1f5da3;
}

.soc-rss:hover {
    background-color: #de4d00;
}

.soc-email1 {
    background-color: #578ad6;
}

.soc-email1:before {
    content: "<";
}

/* MENU SIDEBAR */

/* Position where the element is fixed */
.affix {
    top: 50px;
    width: 200px;
}

#affix {
    width: 200px;
}

.affix {
    top: 50px;
    width: 200px;
}

/* collapsed sidebar styles */
@media screen and (max-width: 992px) {
    /* Aparentemente inútil */

    .affix {
        position: static;
    }

    #affix {
        width: 100%;
    }

    .sidebar-offcanvas {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;

        width: auto;
        max-width: 70%;
        background-color: var(--secondary-color);
        z-index: 2;
        margin: 0;
        padding: 0;
        position: relative;
        /*top:55px;*/
        left: -101%;
        height: 80%;
        overflow-y: auto;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }

    .sidebar-offcanvas ul li {
        margin: 0;
    }

    .sidebar-offcanvas ul li a {
        color: var(--info-color);
        padding: 15px 20px;
        margin: 0;
        font-size: 15px;
    }

    .sidebar-offcanvas ul li a:hover,
    .sidebar-offcanvas ul li a:focus {
        color: var(--secondary-color);
    }

    .sidebar-offcanvas ul li ul li a {
        padding: 15px 0;
    }

    .active {
        left: 0;
    }
}

@media (min-width: 992px) {
    .mobs {
        display: none;
    }
}

.sidebar-offcanvas .navbar-nav {
    /* Aparentemente inútil */
    margin: 0;
}

/* REVOLUTION SLIDER */
.tp-bullets {
    z-index: 20 !important;
}

/* NOTICIAS */
.noticias {
    background-color: white;
}

.noticias h1,
.noticias h3 {
    color: var(--secondary-color);
    font-weight: bold;
    position: relative;
}

.noticias .titulo_noticia {
    margin-top: 20px;
}

.noticias h1 {
    margin-top: 0px;
    font-size: 20px;
}

.noticias p {
    text-align: justify;
    font-size: 15px;
}

.noticia_principal {
    padding-right: 30px;
}

#info_noticia {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 9px 0;
}

#noticias_data {
    float: left;
}

.data_noticia {
    color: var(--primary-color);
    font-weight: bold;
}

#noticias_share {
    float: right;
}

#noticias_share #compartilhe {
    float: left;
    color: #b5b2b2;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 13px;
}

#noticias_share .soc {
    height: 22px;
}

#noticias_share .soc li a {
    width: 23px;
    height: 23px;
    line-height: 24px;
    font-size: 13px;
}

.noticias .row {
    min-height: 100%;
    position: relative;
}

.noticias-lateral {
    background-color: #eaeff4;
    padding: 20px 25px;
    min-height: 100%;
    display: table;
}

.noticias-lateral .titulo {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 18px;
}

.noticias-lateral .titulo a {
    text-decoration: none;
    color: var(--secondary-color);
}

.noticias-lateral .titulo a:hover {
    color: var(--primary-color);
}

.noticias-lateral h3 {
    margin-bottom: 25px;
    color: var(--secondary-color);
    font-size: 20px;
}

.noticias-lateral strong {
    color: var(--primary-color);
}

.noticias-lateral .noticia-item {
    margin-bottom: 15px;
}

.noticias-lateral .data {
    font-size: 13px;
}

.noticias-lateral .data a {
    color: #555;
    text-decoration: none;
}

.noticias-lateral .data a:hover {
    color: var(--primary-color);
}

.noticias-lateral .noticiaCategoria {
    font-weight: normal;
}

#conteudo_noticia p {
    line-height: 23px;
    margin: 10px 0 20px 0;
}

#fonte_noticia {
    color: #777;
}

/* NOTICIAS */

.legislacao h1,
.legislacao h3 {
    color: var(--secondary-color);
    font-weight: bold;
    position: relative;
}

.legislacao .titulo_legislacao {
    margin-top: 20px;
}

.legislacao h1 {
    margin-top: 0px;
    font-size: 20px;
}

.legislacao p {
    text-align: justify;
    font-size: 15px;
}

.legislacao_principal {
    padding-right: 30px;
    padding-bottom: 30px;
}

#info_legislacao {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 9px 0;
}

#legislacao_data {
    float: left;
}

.data_legislacao {
    color: var(--primary-color);
    font-weight: bold;
}

#legislacao_share {
    float: right;
}

#legislacao_share #compartilhe {
    float: left;
    color: #b5b2b2;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 13px;
}

#legislacao_share .soc {
    height: 22px;
}

#legislacao_share .soc li a {
    width: 23px;
    height: 23px;
    line-height: 24px;
    font-size: 13px;
}

.legislacao .row {
    min-height: 100%;
    position: relative;
}

.legislacao-lateral {
    background-color: #eaeff4;
    padding: 20px 25px;
    min-height: 100%;
    display: table;
}

.legislacao-lateral .titulo {
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 18px;
}

.legislacao-lateral .titulo a {
    text-decoration: none;
    color: var(--secondary-color);
}

.legislacao-lateral .titulo a:hover {
    color: var(--primary-color);
}

.legislacao-lateral h3 {
    margin-bottom: 25px;
    color: var(--secondary-color);
    font-size: 20px;
}

.legislacao-lateral strong {
    color: var(--primary-color);
}

.legislacao-lateral .noticia-item {
    margin-bottom: 15px;
}

.legislacao-item .item_cont {
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
}

.legislacao-lateral .data {
    font-size: 13px;
}

.legislacao-lateral .data a {
    color: #555;
    text-decoration: none;
}

.legislacao-lateral .data a:hover {
    color: var(--primary-color);
}

.legislacao-lateral .legislacaoCategoria {
    font-weight: normal;
}

#conteudo_legislacao p {
    line-height: 23px;
    margin: 10px 0 20px 0;
}

#fonte_legislacao {
    color: #777;
}

#ui-elements {
    width: 100%;
    height: auto;
    display: table;
    min-height: 300px;
    padding: 20px 0 50px 0;
}

.btn-margem {
    margin: 0 15px;
}

#intra-content {
    width: 100%;
    height: auto;
    display: table;
    min-height: 300px;
    padding: 20px 0 50px 0;
}

#intra-content p,
#intra-content table,
#intra-content .nav-tabs {
    font-size: 15px;
}

#intra-content .table-bordered {
    border: 2px solid #bbb;
}

#intra-content .table-bordered > thead > tr > td,
#intra-content .table-bordered > thead > tr > th {
    border-bottom-width: 1px;
    border-bottom-color: #bbb;
}

#intra-content .table-bordered > tbody > tr > td,
#intra-content .table-bordered > tbody > tr > th,
#intra-content .table-bordered > tfoot > tr > td,
#intra-content .table-bordered > tfoot > tr > th,
#intra-content .table-bordered > thead > tr > td,
#intra-content .table-bordered > thead > tr > th {
    border: 1px solid #bbb;
}

#intra-content .nav-tabs,
#relatorios .nav-tabs,
#consultoria .nav-tabs {
    margin: 20px 0 0 0;
    padding: 2px 0;
    border-top: 1px solid #ddd;
}

#intra-content .nav-tabs > li,
#relatorios .nav-tabs > li,
#consultoria .nav-tabs > li {
    margin-bottom: 0px;
}

#intra-content .nav-tabs > li.active > a,
#intra-content .nav-tabs > li.active > a:focus,
#intra-content .nav-tabs > li.active > a:hover,
#relatorios .nav-tabs > li.active > a,
#relatorios .nav-tabs > li.active > a:focus,
#relatorios .nav-tabs > li.active > a:hover,
#consultoria .nav-tabs > li.active > a,
#consultoria .nav-tabs > li.active > a:focus,
#consultoria .nav-tabs > li.active > a:hover {
    background-color: #eee;
    border: none;
}

#intra-content .nav-tabs > li > a,
#relatorios .nav-tabs > li > a,
#consultoria .nav-tabs > li > a {
    border: none;
    border-radius: 0;
}

/* box */
.statistic-box {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background: 50% 50% no-repeat;
    background-size: cover;
    margin: 0;
}

.statistic-box.blue {
    background-color: var(--secondary-color);
    background-image: url(../img/statistic-box-blue.jpg);
}

.statistic-box > div {
    -webkit-border-radius: inherit;
    border-radius: inherit;
    height: 135px;
    background-size: 21px 20px;
    position: relative;
}

.statistic-box .caption {
    font-size: 17px;
    font-weight: 600;
    position: relative;
    min-height: 35px;
    line-height: 1;
}

.statistic-box .caption > div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
}

.statistic-box .number {
    font-size: 40px;
    line-height: 1;
    padding: 30px 0 0;
}

/* collapses */

#intra-content #ipi .collapse {
    height: 135px;
    display: block;
    min-height: 135px !important;
    overflow: hidden;
}

#intra-content #ipi .collapsing {
    min-height: 135px !important;
}

#intra-content #ipi .collapse.in {
    height: auto;
}

#intra-content #ipi .collapse .showLess,
#intra-content #ipi .collapse .showLess2 {
    display: none;
}

#intra-content #ipi .collapse.in .showLess,
#intra-content #ipi .collapse.in .showLess2 {
    display: block;
}

/* WIZARD */
#wizard {
    padding-top: 0px;
}

#wizard .stage {
    display: inline-block;
    position: relative;
    text-align: center;
    min-height: 80px;
}

#wizard .stage:before,
#wizard .stage:after {
    position: absolute;
    background-color: #eaeaea;
    top: 50%;
    margin-top: -33px;
    width: 50%;
    height: 5px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    content: "";
}

#wizard .stage:before {
    left: 0;
}

#wizard .stage:after {
    right: 0;
}

#wizard .stage:first-child:before {
    display: none;
}

#wizard .stage:first-child + .stage + .stage + .stage + .stage:after {
    display: none;
}

/*  Current stage  */
#wizard .stage.wiz-current .stage-header {
    background-color: var(--primary-color);
    border: none;
    color: #fff;
}

#wizard .stage.wiz-current .stage-header.head-number {
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.9);
}

#wizard .stage.wiz-current:after,
#wizard .stage.wiz-current:before {
    background-color: var(--primary-color);
    border: none;
}

/*  end Current stage  */

/*  Success stage  */
#wizard .stage.wiz-success .stage-header {
    background-color: var(--secondary-color);
    border: none;
    color: #fff;
}

#wizard .stage.wiz-success .stage-header.head-number {
    color: var(--success-dark-color);
    text-shadow: 1px 1px 0px rgba(173, 219, 114, 1);
}

#wizard .stage.wiz-success:after,
#wizard .stage.wiz-success:before {
    background-color: var(--secondary-color);
    border: none;
}

#wizard .stage.wiz-success .stage-header.head-number:after {
    top: 42px;
}

/*  end Succes stage  */

#wizard .stage-header {
    display: inline-block;
    width: 25px;
    height: 11px;
    background-color: #eaeaea;
    text-align: center;
    font-size: 17px;
    color: #a9a9a9;
    border: 1px solid #eaeaea;
    position: relative;
    z-index: 1;
    padding-top: 10px;
}

#wizard .stage-header.head-number {
    color: #a9a9a9;
    font-family: sans-serif;
    font-weight: bold;
    line-height: 2.2em;
    margin-bottom: 7px;
}

#wizard .stage-content {
    width: 100%;
    max-height: 52px;
    margin: 0 auto;
}

#wizard .stage-title {
    font-size: 11px;
    font-weight: bold;
    color: #888;
    margin: 5px 0;
}

#wizard .stage-info {
    color: #444;
    font-size: 11px;
    line-height: 1.4;
}

#wizlast:after {
    display: none;
}

@media (min-width: 768px) {
    #menulogado.navbar {
        min-height: 44px;
    }

    #menulogado .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media (max-width: 680px) {
    .navsis,
    .navlogado {
        width: 100%;
        border-bottom: 0;
        z-index: 1;
        position: relative;
        margin: 7.5px 0;
    }

    .navsis > li,
    .navlogado > li {
        float: left;
    }

    .navsis > li > a,
    .navlogado > li > a {
        margin-right: 0;
        border-radius: 4px;
        margin-bottom: 5px;
        text-align: center;
    }

    .navlogado > li > a:hover {
        color: white;
        background-color: var(--secondary-color);
    }

    #wizard .stage-header {
        float: left;
        margin-top: 17px;
    }

    #wizard .stage:before,
    #wizard .stage:after {
        width: 5px;
        height: 50px;
        left: 25px;
        margin-top: -21px;
    }

    #wizard .stage:before {
        top: 0px;
    }
}

@media (min-width: 426px) and (max-width: 767px) {
    .menu {
        font-size: 0.8em;
    }

    .navlogado.navbar-nav > li > a {
        font-size: 11px;
    }
}

@media (max-width: 425px) {
    #breads,
    .bread-voltar {
        font-size: 11px;
    }
}

.bdnav ul.col-sm-3.list-unstyled {
    width: 25%;
}

/*submenu*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 50%;
    left: 100%;
    margin-left: 50px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #555;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .navbar-nav {
        display: inline;
    }

    .navbar-default .navbar-brand {
        display: inline;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: var(--danger-color);
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #ccc;
    }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }

    .dropdown-menu {
        padding-left: 0px;
    }

    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }

    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }

    li.dropdown.open {
        border: 0px solid var(--danger-color);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nav > li > a {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
}

@media (min-width: 768px) {
    ul.bdnav.nav li:hover > ul.dropdown-menu {
        display: table;
        width: 100%;
    }

    #navbar {
        text-align: center;
    }

    .menu {
        overflow-x: visible;
    }

    .bdnav .dropdown:hover {
        background-color: var(--info-light-color);
        /* Não encontrado em pesquisa no sistema, potencialmente inútil */
    }
}

.ult_bd div:first-child {
    border-right: 1px solid #eee;
}

.menu-bd {
    background-color: var(--info-color);
    /* Não encontrado em pesquisa no sistema, potencialmente inútil */
    border-radius: 0;
}

.menu-bd.navbar-default .navbar-nav > li > a {
    color: white;
    font-size: 15px;
}

.bd_legislacao {
    border: 1px solid #ccc;
    padding: 10px 5px 10px 10px;
}

.subs:hover,
.subs a:hover,
.subs li:hover,
.bd_legislacao:hover,
.bd_legislacao li:hover {
    cursor: pointer;
}

/* Cor btn links */
.btn a {
    color: white;
    text-decoration: none;
}

/*NOTICIA HOME */
.noticias-home {
    width: 100%;
    height: auto;
    display: table;
    min-height: 300px;
    padding: 0;
}

.noticias-home h1 {
    line-height: 1.1;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

.noticias-home h3 {
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

.noticias-home h3 strong {
    color: var(--primary-color);
}

.noticias-home .noticia-item {
    font-size: 14px;
    margin-bottom: 15px;
}

.noticias-home .noticia-item a {
    color: #333;
    text-decoration: none;
}

.noticias-home .noticia-item .data {
    color: var(--secondary-color);
    font-size: 13px;
}

.noticias-home .noticia-item:hover .data {
    color: var(--primary-color) !important;
}

.noticias-home .noticia-item:hover a,
.noticias-home .noticia-item:hover .data,
.noticias-home .noticia-item:hover .noticia,
.noticias-home .noticia-item:hover .titulo,
.legis_mais:hover {
    color: var(--primary-color) !important;
}

.noticias-home .noticia-item .titulo {
    /* font-weight: bold; */
    font-size: 16px;
    margin-bottom: 0px;
    color: black;
}

.noticias-home .noticia-item .noticia {
    margin-bottom: 0px;
    font-size: 13px;
    color: #666;
}

.noticias-home .form-group {
    margin-bottom: 1px;
}

.espacador {
    height: 20px;
}

.espacador-sm {
    height: 10px;
}

.espacador-xs {
    height: 5px;
}

/*MENSAGENS*/
.mensagens {
    background-color: white;
    min-height: 400px;
}

.titulo_alterar {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.msgs {
    margin-bottom: 15px;
}

.msg-esq {
    min-height: 5px;
    border-right: 3px solid #ddd;
}

.msg-item {
    display: block;
    padding: 8px 0;
    padding-left: 4px;
    border-bottom: 1px solid #e1e1e1;
}

.msg-item p {
    margin: 0;
}

.naolida .msg-titulo,
#corpo_msg .msg-titulo {
    font-weight: bold;
    color: #000;
}

.msg-data {
    color: #4b4b4b;
}

.msg-item:hover,
.msg-item.msg-atual {
    background-color: #e1e1e1;
    cursor: pointer;
}

.naolida {
    border-left: 4px solid var(--secondary-color);
    padding-left: 0;
}

.msg-item:hover > .msg-titulo,
.msg-item:hover > .msg-data,
.msg-atual > .msg-titulo,
.msg-atual > .msg-data {
    color: #000;
}

.msglendo {
    background-color: #efefef;
}

#corpo_msg .titulo-direita {
    background-color: #efefef;
    padding: 10px;
}

.msg-dir {
    padding-top: 5px;
}

.msg-dir .msg-titulo {
    color: #000;
    font-size: 20px;
}

.msg-dir hr {
    margin: 8px 0;
}

.btn-msg {
    padding-top: 15px;
}

.btn-msg i {
    cursor: pointer;
}

.btn-filtros {
    margin-bottom: 5px;
}

#mensagem {
    margin-top: 10px;
}

/* Cabeçalho Fixo - PIS/COFINS */

.cabecalho-pis-cofins {
    position: fixed;
    z-index: 5;
    top: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    left: 0;
    padding: 6px;
    width: 100%;
    text-align: center;
    background-color: #e6e6e6;
}

/* LABEL - SIMULADOR PIS/COFINS */
.label-pis-cofins {
    font-weight: normal !important;
    font-size: 14px;
}

/* JANELA CENTRALIZADA */
.alertas_janela {
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 10px auto;
    min-height: 548px;
    overflow-y: auto;
}

.janela_obrigacoes {
    border: 1px solid #ccc;
    background-color: #efefef;
    overflow-y: auto;
    overflow-x: none;
    height: 180px;
}

.janela_obrigacoes table {
    margin-bottom: 0px;
}

.janela_obrigacoes table tr td {
    vertical-align: middle;
}

.borda_1 {
    border: 1px solid #ccc;
}

.card_primary {
    background-color: #e1e1e1;
}

.card_result {
    background-color: #f2f2f2;
}

.card_2 {
    background-color: var(--warning-light-color);
    border: 1px solid var(--warning-light-border-color);
}

.card_col {
    padding-right: 10px;
    padding-bottom: 15px;
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

/* Destaques home */
.sombra {
    -webkit-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.45);
    box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.45);
}

.titulo_destaques {
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0;
    color: var(--secondary-color);
}

.destaque_item a {
    color: #333;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.destaque_item.dest_main::before {
    content: url(../../img/main_arrow.png) !important;
    margin: 0.35rem 0.35rem 0 0;
}

.destaque_item.dest_catBlue::before {
    content: url(../../img/blue_arrow.gif) !important;
    margin: 0.35rem 0.35rem 0 0;
}

.destaque_item.dest_catRed::before {
    content: url(../../img/red_arrow.gif) !important;
    margin: 0.35rem 0.35rem 0 0;
}

.destaque_item.dest_catPurple::before {
    content: url(../../img/purple_arrow.gif) !important;
    margin: 0.35rem 0.35rem 0 0;
}

.destaque_item.dest_catGreen::before {
    content: url(../../img/green_arrow.gif) !important;
    margin: 0.35rem 0.35rem 0 0;
}

.destaque_item.dest_catOrange::before {
    content: url(../../img/orange_arrow.gif) !important;
    margin: 0.35rem 0.35rem 0 0;
}

.destaque_item.dest_catGrey::before {
    content: url(../../img/grey_arrow.gif) !important;
    margin: 0.35rem 0.35rem 0 0;
}

.dest_gd .dest_titulo {
    text-transform: uppercase;
    font-size: 1.4rem;
}

.dest_md .dest_titulo {
    font-size: 1.2rem;
}

.dest_pq .dest_titulo {
    font-size: 1rem;
}

.dest_titulo {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    /* text-align: justify; */

    margin-bottom: 10px;
}

.dest_titulo:hover {
    text-decoration: underline;
}

.dest_gd .dest_titulo,
.dest_md .dest_titulo {
    font-weight: bold;
}

.dest_data {
    font-size: 12px;
    color: var(--primary-color);
}

.dest_categoria {
    font-size: 12px;
    text-align: right;
}

/*Publicações*/
.ult_publi {
    background-color: #e6e6e6;
}

.publi_titulo {
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
}

.ultimas_publi {
    font-size: 14px;
    color: #333;
}

.ultimas_titulo {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    font-weight: bold;
    color: #333;
}

.ultimas_publi a {
    color: #333;
}

.ultimas_publi a:hover {
    color: #333;
}

.datado {
    color: var(--secondary-color) !important;
}

.publi_estados {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
    font-size: 16px;
}

.publi_estados .list-inline {
    margin-bottom: 0;
}

.publi_estados .list-inline .list-inline-item {
    padding-left: 2px;
    padding-right: 2px;
}

.obg_titulo {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    font-size: 16px;
}

.obg_titulo label {
    font-weight: normal;
}

.obg_item {
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    display: table;
}

.publi_icones {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #333;
    font-size: 16px;
}

/* IMAGENS SISTEMAS E ÍCONES*/
.img-sistema {
    border: thin solid;
}

.ico-sis {
    display: inline;
}

.ico-sis-60 {
    width: 60px;
    height: 60px;
}

.titulo_sis:hover {
    cursor: pointer;
}

.titulo_sis #titulo_consultoria h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.titulo_sis #titulo_consultoria h3 > a {
    color: #fff;
    cursor: pointer !important;
}

.titulo_sis #titulo_consultoria h3 > a:hover,
.titulo_sis #titulo_consultoria h3 > a:focus {
    text-decoration: none !important;
    color: var(--primary-color);
}

.titulo_sis #titulo_consultoria {
    background-color: var(--secondary-color);
    text-align: center;
    vertical-align: middle;
}

.vr-right {
    border-right: 1px solid #eee;
}

.vr-left {
    border-left: 1px solid #eee;
}

.hr-top {
    border-right: 1px solid #eee;
}

.hr-bottom {
    border-right: 1px solid #eee;
}

.border-all {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.sistema-faixa {
    width: 100%;
    height: auto;
    padding: 10px;
    position: relative;
    color: white;
    font-size: 20px;
    vertical-align: middle;
    -webkit-box-shadow: 0px 4px 4px -1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 4px 4px -1px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 4px 4px -1px rgba(0, 0, 0, 0.45);
}

.bg-amarelo {
    background-color: var(--warning-light-color);
    /* __JUAN__ nada foi decidido, sistema https://192.168.0.100/legisweb/assinante/sistemas/diferencial/simulador_diferencial_contribuintes/?estado_origem=5&estado_destino=12&com_icms_st=&metodo=Dentro&regime_remetente=1&regime_tributario=1&destinacao=1&reducao_51=1&importado=3&reducao_inter=1&tipo_reducao_interestadual=1&reducao_bc_interestadual=&red_bc_interestadual=0%2C04&bc=0%2C05&aliquota_interna=12.00&percentual_simples=&fp=0%2C03&tipo_reducao=2&reducao_bc=0%2C02&rb=&acao=Calcular#result */
}

.sistema-faixa-azul {
    background-color: #31b0d5;
    /* Não encontrei na base legis, talvez inútil */
}

.sistema-faixa-laranja {
    background-color: #31b0d5;
    /* Não encontrei na base legis, talvez inútil */
}

.sistema-faixa strong {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    vertical-align: middle;
}

.botao-fixo a:hover {
    text-decoration: none;
}

a > div > span:hover {
    text-decoration: none !important;
}

/* MONITOR NCM*/
.text-monitor {
    font-size: 14px;
}

.box-itens {
    border: 1px solid #ccc;
    max-height: 150px;
    min-height: 100px;
    max-width: 250px;
    overflow: auto;
}

/* HOME ASSINANTE */

.card_assinante,
.prod_home {
    font-family: "Friends", Verdana;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card_icone {
    padding: 11px 0;
    background-color: white;
}

.card_txt {
    padding: 3px 0;
    background-color: white;
}

.txt_destacado {
    font-size: 30px;
    line-height: 30px;
}

.txt_menor {
    color: #8c8c8c;
    font-size: 12px;
}

.hcard_inner,
.prod_inner {
    display: flex;
}

.card_close {
    float: right;
    position: absolute;
    top: 2px;
    right: 5px;
}

/* TIPOS DE CARDS ASSINANTE */

.card_msg {
    /* Não encontrei na base legis, talvez inútil */
    color: #3ba2ed;
}

.card_msg .card_icone {
    /* Não encontrei na base legis, talvez inútil */
    border-right: 2px solid #3ba2ed;
}

.card_boletos {
    /* Não encontrei na base legis, talvez inútil */
    color: #edb44d;
}

.card_boletos .card_icone {
    /* Não encontrei na base legis, talvez inútil */
    border-right: 2px solid #edb44d;
}

.card_consultas {
    /* Não encontrei na base legis, talvez inútil */
    color: #22bdab;
}

.card_consultas .card_icone {
    /* Não encontrei na base legis, talvez inútil */
    border-right: 2px solid #22bdab;
}

.card_pedidos {
    /* Não encontrei na base legis, talvez inútil */
    color: #e72b44;
}

.card_pedidos .card_icone {
    /* Não encontrei na base legis, talvez inútil */
    border-right: 2px solid #e72b44;
}

.card_boletim {
    /* Não encontrei na base legis, talvez inútil */
    color: #3ba2ed;
}

.card_boletim .card_icone {
    /* Não encontrei na base legis, talvez inútil */
    border-right: 2px solid #3ba2ed;
}

.card_publicacoes {
    /* Não encontrei na base legis, talvez inútil */
    color: #edb44d;
}

.card_publicacoes .card_icone {
    /* Não encontrei na base legis, talvez inútil */
    border-right: 2px solid #edb44d;
}

.card_legislacoes {
    /* Não encontrei na base legis, talvez inútil */
    color: #22bdab;
}

.card_legislacoes .card_icone {
    /* Não encontrei na base legis, talvez inútil */
    border-right: 2px solid #22bdab;
}

.card_noticias {
    /* Não encontrei na base legis, talvez inútil */
    color: #e72b44;
}

.card_noticias .card_icone {
    /* Não encontrei na base legis, talvez inútil */
    border-right: 2px solid #e72b44;
}

#boxcarregando {
    width: 200px;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -100px;
    z-index: 10;
    font-size: 13px;
    background-color: var(--alt-color);
    text-align: center;
    padding: 10px;
    display: none;
    border: 1px solid #cccccc;
}

.prod_home .prod_home_in:hover {
    outline: 1px solid black;
}

.prod_home .prod_home_in {
    background-size: cover !important;
    height: 114px;
}

.prod_faixa {
    width: 100%;
    height: 45px;
    padding-top: 2px;
    bottom: 0;
    position: absolute;
    color: white;
    font-size: 15px;
}

.prod_faixa.faixaLaranja {
    /* Não encontrei na base legis, talvez inútil */
    background-color: rgba(232, 72, 29, 0.7);
}

.prod_faixa.faixaAzul {
    background-color: rgba(19, 31, 42, 0.7);
}

/* PRODUTOS DESTAQUE HOME + HOVER */
#impostos_e_aliquotas {
    background: url(../img/produtos/impostos_e_aliquotas.jpg) no-repeat center;
}

#impostos_e_aliquotas:hover {
    background: url(../img/produtos/impostos_e_aliquotas2.jpg) no-repeat center;
}

#tributacoes_federais {
    background: url(../img/produtos/tributacoes_federais.jpg) no-repeat center;
}

#tributacoes_federais:hover {
    background: url(../img/produtos/tributacoes_federais2.jpg) no-repeat center;
}

#pis_e_cofins {
    background: url(../img/produtos/pis_e_cofins.jpg) no-repeat center;
}

#pis_e_cofins:hover {
    background: url(../img/produtos/pis_e_cofins2.jpg) no-repeat center;
}

#tabela_do_ipi {
    background: url(../img/produtos/tabela_do_ipi.jpg) no-repeat center;
}

#tabela_do_ipi:hover {
    background: url(../img/produtos/tabela_do_ipi2.jpg) no-repeat center;
}

#aliquota_do_icms {
    background: url(../img/produtos/aliquota_do_icms.jpg) no-repeat center;
}

#aliquota_do_icms:hover {
    background: url(../img/produtos/aliquota_do_icms2.jpg) no-repeat center;
}

#beneficios_fiscais {
    background: url(../img/produtos/beneficios_fiscais.jpg) no-repeat center;
}

#beneficios_fiscais:hover {
    background: url(../img/produtos/beneficios_fiscais2.jpg) no-repeat center;
}

#avisos_de_publicacoes {
    background: url(../img/produtos/avisos_de_publicacoes.jpg) no-repeat center;
}

#avisos_de_publicacoes:hover {
    background: url(../img/produtos/avisos_de_publicacoes2.jpg) no-repeat center;
}

#diferencial_de_aliquota {
    background: url(../img/produtos/diferencial_de_aliquota.jpg) no-repeat
        center;
}

#diferencial_de_aliquota:hover {
    background: url(../img/produtos/diferencial_de_aliquota2.jpg) no-repeat
        center;
}

#cfop_cst_csosn {
    background: url(../img/produtos/cfop_cst_csosn.jpg) no-repeat center;
}

#cfop_cst_csosn:hover {
    background: url(../img/produtos/cfop_cst_csosn2.jpg) no-repeat center;
}

#retencao_de_tributos {
    background: url(../img/produtos/retencao_de_tributos.jpg) no-repeat center;
}

#retencao_de_tributos:hover {
    background: url(../img/produtos/retencao_de_tributos2.jpg) no-repeat center;
}

#enquadramento_tributario {
    background: url(../img/produtos/enquadramento_tributario.jpg) no-repeat
        center;
}

#enquadramento_tributario:hover {
    background: url(../img/produtos/enquadramento_tributario2.jpg) no-repeat
        center;
}

#recolhimento_em_atraso_do_icms {
    background: url(../img/produtos/recolhimento_em_atraso_do_icms.jpg)
        no-repeat center;
}

#recolhimento_em_atraso_do_icms:hover {
    background: url(../img/produtos/recolhimento_em_atraso_do_icms2.jpg)
        no-repeat center;
}

.txtarea {
    border: 1px solid #ccc;
    max-width: 335px;
    max-height: 250px;
    min-height: 100px;
    overflow: auto;
}

@media (max-width: 767px) {
    .text-xs-center {
        text-align: center !important;
    }

    .text-xs-right {
        text-align: right !important;
    }

    .text-xs-left {
        text-align: left !important;
    }

    .w-xs-100 {
        width: 100% !important;
    }

    .txtarea-xs-center {
        margin: 0 auto;
    }

    .menu {
        border-bottom: none !important;
    }

    /*.prodSis_card{ min-height: 270px; }*/

    .tit-bol {
        font-size: 15px;
        font-weight: bold;
    }

    .txt-bol1 {
        padding-top: 19px;
        font-size: 13px;
    }

    .txt-bol {
        padding-top: 12px;
        font-size: 13px;
    }

    .table-xs-responsive {
        width: 100%;
        overflow-y: hidden;
        min-height: 0.01%;
        overflow-x: auto;
        border: 1px solid #ddd;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu {
        border-bottom: none !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .txtarea-sm-center {
        margin: 0 auto;
    }

    .prodSis_card {
        min-height: 290px;
    }

    .tit-bol {
        font-size: 15px;
        font-weight: bold;
    }

    .txt-bol,
    .txt-bol1 {
        padding-top: 10px;
        font-size: 13px;
    }

    .table-sm-responsive {
        min-height: 0.01%;
        overflow-x: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-md-center {
        text-align: center !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-left {
        text-align: left !important;
    }

    .txtarea-md-center {
        margin: 0 auto;
    }

    .prodSis_card {
        min-height: 220px;
    }

    .tit-bol {
        font-size: 15px;
        font-weight: bold;
    }

    .txt-bol1 {
        padding-top: 21px;
        font-size: 15px;
    }

    .txt-bol {
        padding-top: 12px;
        font-size: 15px;
    }

    .table-md-responsive {
        min-height: 0.01%;
        overflow-x: auto;
    }
}

@media (min-width: 1200px) {
    .text-lg-center {
        text-align: center !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-left {
        text-align: left !important;
    }

    .w-lg-80 {
        width: 80% !important;
    }

    .txtarea-lg-center {
        margin: 0 auto;
    }

    .prodSis_card {
        min-height: 205px;
    }

    .tit-bol {
        font-size: 15px;
    }

    .txt-bol,
    .txt-bol1 {
        padding-top: 21px;
        font-size: 15px;
    }
}

/*Em testes - grid landscape*/

@media (orientation: landscape) {
    .lscape-lg-1,
    .lscape-lg-10,
    .lscape-lg-11,
    .lscape-lg-12,
    .lscape-lg-2,
    .lscape-lg-3,
    .lscape-lg-4,
    .lscape-lg-5,
    .lscape-lg-6,
    .lscape-lg-7,
    .lscape-lg-8,
    .lsclscape-lg-9,
    .lscape-md-1,
    .lscape-md-10,
    .lscape-md-11,
    .lscape-md-12,
    .lscape-md-2,
    .lscape-md-3,
    .lscape-md-4,
    .lscape-md-5,
    .lscape-md-6,
    .lscape-md-7,
    .lscape-md-8,
    .lscape-md-9,
    .lscape-sm-1,
    .lscape-sm-10,
    .lscape-sm-11,
    .lscape-sm-12,
    .lscape-sm-2,
    .lscape-sm-3,
    .lscape-sm-4,
    .lscape-sm-5,
    .lscape-sm-6,
    .lscape-sm-7,
    .lscape-sm-8,
    .lscape-sm-9,
    .lscape-xs-1,
    .lscape-xs-10,
    .lscape-xs-11,
    .lscape-xs-12,
    .lscape-xs-2,
    .lscape-xs-3,
    .lscape-xs-4,
    .lscape-xs-5,
    .lscape-xs-6,
    .lscape-xs-7,
    .lscape-xs-8,
    .lscape-xs-9 {
        float: left;
    }

    .lscape-lg-1,
    .lscape-lg-10,
    .lscape-lg-11,
    .lscape-lg-12,
    .lscape-lg-2,
    .lscape-lg-3,
    .lscape-lg-4,
    .lscape-lg-5,
    .lscape-lg-6,
    .lscape-lg-7,
    .lscape-lg-8,
    .lsclscape-lg-9,
    .lscape-md-1,
    .lscape-md-10,
    .lscape-md-11,
    .lscape-md-12,
    .lscape-md-2,
    .lscape-md-3,
    .lscape-md-4,
    .lscape-md-5,
    .lscape-md-6,
    .lscape-md-7,
    .lscape-md-8,
    .lscape-md-9,
    .lscape-sm-1,
    .lscape-sm-10,
    .lscape-sm-11,
    .lscape-sm-12,
    .lscape-sm-2,
    .lscape-sm-3,
    .lscape-sm-4,
    .lscape-sm-5,
    .lscape-sm-6,
    .lscape-sm-7,
    .lscape-sm-8,
    .lscape-sm-9,
    .lscape-xs-1,
    .lscape-xs-10,
    .lscape-xs-11,
    .lscape-xs-12,
    .lscape-xs-2,
    .lscape-xs-3,
    .lscape-xs-4,
    .lscape-xs-5,
    .lscape-xs-6,
    .lscape-xs-7,
    .lscape-xs-8,
    .lscape-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .lscape-xs-12 {
        width: 100%;
    }

    .lscape-xs-11 {
        width: 91.66666667%;
    }

    .lscape-xs-10 {
        width: 83.33333333%;
    }

    .lscape-xs-9 {
        width: 75%;
    }

    .lscape-xs-8 {
        width: 66.66666667%;
    }

    .lscape-xs-7 {
        width: 58.33333333%;
    }

    .lscape-xs-6 {
        width: 50%;
    }

    .lscape-xs-5 {
        width: 41.66666667%;
    }

    .lscape-xs-4 {
        width: 33.33333333%;
    }

    .lscape-xs-3 {
        width: 25%;
    }

    .lscape-xs-2 {
        width: 16.66666667%;
    }

    .lscape-xs-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
    .lscape-sm-12 {
        width: 100%;
    }

    .lscape-sm-11 {
        width: 91.66666667%;
    }

    .lscape-sm-10 {
        width: 83.33333333%;
    }

    .lscape-sm-9 {
        width: 75%;
    }

    .lscape-sm-8 {
        width: 66.66666667%;
    }

    .lscape-sm-7 {
        width: 58.33333333%;
    }

    .lscape-sm-6 {
        width: 50%;
    }

    .lscape-sm-5 {
        width: 41.66666667%;
    }

    .lscape-sm-4 {
        width: 33.33333333%;
    }

    .lscape-sm-3 {
        width: 25%;
    }

    .lscape-sm-2 {
        width: 16.66666667%;
    }

    .lscape-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
    .lscape-md-12 {
        width: 100%;
    }

    .lscape-md-11 {
        width: 91.66666667%;
    }

    .lscape-md-10 {
        width: 83.33333333%;
    }

    .lscape-md-9 {
        width: 75%;
    }

    .lscape-md-8 {
        width: 66.66666667%;
    }

    .lscape-md-7 {
        width: 58.33333333%;
    }

    .lscape-md-6 {
        width: 50%;
    }

    .lscape-md-5 {
        width: 41.66666667%;
    }

    .lscape-md-4 {
        width: 33.33333333%;
    }

    .lscape-md-3 {
        width: 25%;
    }

    .lscape-md-2 {
        width: 16.66666667%;
    }

    .lscape-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) and (orientation: landscape) {
    .lscape-lg-12 {
        width: 100%;
    }

    .lscape-lg-11 {
        width: 91.66666667%;
    }

    .lscape-lg-10 {
        width: 83.33333333%;
    }

    .lscape-lg-9 {
        width: 75%;
    }

    .lscape-lg-8 {
        width: 66.66666667%;
    }

    .lscape-lg-7 {
        width: 58.33333333%;
    }

    .lscape-lg-6 {
        width: 50%;
    }

    .lscape-lg-5 {
        width: 41.66666667%;
    }

    .lscape-lg-4 {
        width: 33.33333333%;
    }

    .lscape-lg-3 {
        width: 25%;
    }

    .lscape-lg-2 {
        width: 16.66666667%;
    }

    .lscape-lg-1 {
        width: 8.33333333%;
    }
}

/*Em testes*/

.tel_lateral {
    margin: 10px 0;
    background-position: 15px 6px;
    background-image: url(../img/blue_arrow.gif) !important;
    background-repeat: no-repeat;
    line-height: 1.1;
}

.tel_lateral .num_tel {
    padding-left: 10px;
    font-weight: bold;
    font-size: 16px;
}

.tel_lateral .txt_tel {
    padding-left: 10px;
    font-size: 12px;
}

.txtbeta {
    font-size: 10px;
    color: var(--danger-color);
    font-weight: bold;
    padding: 2px;
    background-color: var(--danger-light-color);
    border-color: var(--danger-light-border-color);
}

.risco_titulos {
    border-top: 1px solid var(--primary-color);
    margin-top: 0;
}

.link_news {
    color: white;
    text-decoration: none;
}

.link_news:hover {
    color: white;
    text-decoration: underline;
}

/* Teste table */
.table,
.table td {
    border: none !important;
}

.table-bordered {
    border: 1px solid #ddd !important;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd !important;
}

/*produtos*/
.produtos-sistemas {
    width: 100%;
    height: auto;
    display: table;
    padding: 0px 0 0px 0;
}

.produtos-sistemas h1,
.produtos-sistemas h3 {
    color: var(--secondary-color);
}

.produtos-sistemas h1 {
    line-height: 1.1;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

.produtos-sistemas h3 {
    font-size: 21px;
    line-height: 28px;
    color: var(--secondary-color);
}

.produtos-sistemas p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 22px;
}

.produtos-sistemas a {
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 1px;
}

.produtos-sistemas a:hover {
    color: var(--primary-color);
}

.links-dest > * {
    color: #333;
}

.destaque_card {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ultimas-not .noticia-item .titulo {
    line-height: 1.5;
}

#news-ini {
    font-size: 15px;
}

/* ASSINE */
#assine {
    background: url(../img/bgassine.webp) no-repeat center bottom;
    width: 100%;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 20px 0;
    font-size: 19px;
    display: table;
    text-shadow: 1px 1px #333;
}

#assine h1 {
    margin-bottom: 25px;
}

#assine button {
    font-size: 20px;
}

.btn-news {
    color: #fff;
    background-color: var(--secondary-color);
}

.btn-news:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.btn-news:focus {
    color: white;
}

/*Comércio Exterior*/
.comex-bancodedados-card {
    height: 180px !important;
}

.comex-bancodedados-legis {
    font-size: 15px;
    color: #333;
    text-decoration: underline;
}

.comex-bancodedados-legis:hover {
    text-decoration: underline;
    color: var(--primary-color);
}

/*SISTEMAS*/

/* -abas */
ul#abas {
    font-size: 16px;
    font-weight: bold;
}

/*portal do simples nacional*/
.portalsimples-card {
    height: 220px !important;
}

.btn-portal {
    margin-top: 19px;
}

.link-portalsimples-legis {
    font-size: 15px;
    color: #333;
    text-decoration: underline;
}

.link-portalsimples-legis:hover {
    text-decoration: underline;
    color: var(--primary-color);
}

#portal .topico-titulo {
    margin-top: 30px;
    margin-bottom: 15px;
}

#portal .topico-titulo a,
#portal #topicoTitulo a {
    color: black;
    text-decoration: none;
}

#portal .topico-titulo a:hover,
#portal .topico-tools a:hover,
#portal #topicoTitulo a:hover {
    color: var(--primary-color);
}

#portal .topico-texto a {
    font-size: 14px;
    color: #000;
    margin: 0;
    line-height: 25px;
    text-align: justify;
}

#portal .topico-texto {
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0 20px 0px 25px;
    line-height: 25px;
    text-align: justify;
}

#portal .topico-tools {
    font-size: 12px;
    padding: 20px 0 30px 25px;
}

#portal .topico-tools a {
    color: black;
}

.mostra-topicos {
    margin: 20px 0;
}

.mostra-topicos a {
    color: black;
    text-decoration: underline;
}

.mostra-topicos a:hover {
    color: var(--primary-color);
}

/*Quebrar links*/
a {
    word-wrap: break-word !important;
}

/*FIM SISTEMAS*/

.row.display-flex .legi_tipo {
    min-height: 66px;
    height: 66px;
    max-height: 66px;
    margin-bottom: 20px;
}

.row.display-flex .legi_tipo .bt-banco {
    margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 768px) {
    .siste_home {
        height: 115px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .siste_home {
        height: 140px;
    }
}

/*SPED*/
.btn-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.badge_erro {
    padding: 11px 10px 10px 10px;
    font-size: 11px;
    line-height: 0.6;
    color: #fff;
    background-color: var(--danger-color);
    border-radius: 0;
    margin-top: -2px;
}

.badge_sucesso {
    padding: 11px 10px 10px 10px;
    font-size: 11px;
    line-height: 0.6;
    color: #fff;
    background-color: var(--success-color);
    border-radius: 0;
    margin-top: -2px;
}

.badge_advertencia {
    padding: 11px 10px 10px 10px;
    font-size: 11px;
    line-height: 0.6;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 0;
    margin-top: -2px;
}

.badge_info {
    padding: 11px 10px 10px 10px;
    font-size: 11px;
    line-height: 0.6;
    color: #fff;
    background-color: var(--info-color);
    border-radius: 0;
    margin-top: -2px;
}

.nav-sped {
    font-size: 14px;
    margin: 20px 0 0 0;
    padding: 2px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    float: none;
}

.nav-sped > li {
    margin-bottom: 0px;
}

.nav-sped > li.active > a,
.nav-sped > li.active > a:focus,
.nav-sped > li.active > a:hover {
    background-color: #eee;
    border: none;
    font-weight: bold;
    color: #555;
    cursor: default;
}

.nav-sped > li > a {
    border: none;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.abasSt li a {
    border: 1px solid #ddd !important;
}

.btn-youtube {
    border-radius: 5px;
    font-size: 19px;
}

#box-beneficios-gestornfe h2 {
    margin-bottom: 30px;
}

#box-beneficios-gestornfe p {
    font-size: 14px;
}

#box-beneficios-gestornfe p i {
    color: var(--primary-color);
    padding-right: 10px;
}

.linha-vertical {
    border-left: 1px solid #d2d2d2;
}

@media screen and (max-width: 970px) {
    .linha-vertical {
        border-left: none;
    }
}

@media screen and (min-width: 970px) {
    .linha-vertical {
        border-left: block;
    }
}

@media screen and (min-width: 1200px) {
    .pull-left-lg {
        float: left;
    }

    .pull-right-lg {
        float: right;
    }
}

@media (max-width: 991px) {
    .navbar-toggle {
        display: block;
    }

    .pull-right-sm {
        float: right;
    }
}

.nome-login-topo {
    white-space: nowrap;
}

/* SWITCH CSS */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    margin: 0;
}

.switch.switch-lg {
    width: 50px;
    height: 30px;
}

.switch.switch-sm {
    width: 30px;
    height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch-lg > .slider:before {
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 3px;
}

.switch-sm > .slider:before {
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
}

input:checked + .slider {
    background-color: var(--secondary-color);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.switch-lg > input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch-sm > input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Rounded switch */
.switch.round > .slider {
    border-radius: 34px;
}

.switch.round > .slider:before {
    border-radius: 50%;
}

/* Disabled switch */
.switch[disabled],
.switch[disabled] > .slider {
    opacity: 0.6;
    cursor: not-allowed;
}
/* FIM SWITCH CSS */

/* Dropend - Alinha o dropdown à direita do botão */
.dropend .dropdown-menu {
    right: 0;
    /* Alinha à direita do elemento pai */
    left: auto;
    /* Remove o alinhamento padrão à esquerda */
    margin-top: 0;
    /* Ajuste fino de posição */
}

/* Ajuste para telas pequenas (evitar overflow) */
@media (max-width: 767px) {
    .dropend .dropdown-menu {
        left: 0;
        /* Volta ao alinhamento padrão em mobile */
        right: auto;
    }
}
