.no-bg {
    background: none !important;
}

.bg-head {
    background: #32323c;
}

.bg-nav {
    background: #4b4b5a;
}

.bg-count {
    overflow: hidden;
    background: url(../images/bg-count.jpg) center no-repeat;
    background-size: cover;
}

.bg-gray {
    background: #e6e6e6;
}

.bg-lightgray {
    background: #f4f2f2;
}

.bg-darkgray {
    background: #cdcdcd;
}

.bg-darkblue {
    background: #32323c;
}

::selection {
    background-color: #24817d;
    color: #ffffff;
}

::-webkit-scrollbar {
    background: #383844;
    width: 15px;
}

::-webkit-scrollbar-thumb {
    background: rgba(243,185,47,0.5);
    border-radius: 25px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #f3b92f;
    }

::-moz-selection {
    background-color: #24817d;
    color: #ffffff;
}

body {
    font-family: "Lato",sans-serif;
}

.block {
    display: block;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no-margin {
    margin: 0 !important;
}

@media screen and (max-width: 767px) {
    .margin-bottom-xs-20 {
        margin-bottom: 20px;
    }

    .margin-top-xs-10 {
        margin-top: 10px !important;
    }

    .margin-top-xs-40 {
        margin-top: 40px;
    }

    .margin-top-xs-60 {
        margin-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    .margin-top-sm-20 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 992px) {
    .margin-top-md-40 {
        margin-top: 40px;
    }

    .margin-top-md-30 {
        margin-top: 30px;
    }

    .margin-top-md-60 {
        margin-top: 60px;
    }

    .margin-bottom-md-20 {
        margin-bottom: 20px;
        background: red;
    }
}

@media screen and (min-width: 993px) {
    .margin-top-lg-95 {
        margin-top: 95px;
    }
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-185 {
    margin-top: 185px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-10-0 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-30-0 {
    margin: 30px 0 !important;
}

.no-padding {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .no-padding-xs {
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    .padding-top-md-25 {
        padding-top: 25px;
    }

    .padding-top-md-40 {
        padding-top: 40px;
    }
}

@media screen and (min-width: 993px) {
    .padding-top-lg-95 {
        padding-top: 95px;
    }
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-95 {
    padding-top: 95px;
}

.padding-10-0 {
    padding: 10px 0;
}

.padding-20-0 {
    padding: 20px 0;
}

.padding-40-0 {
    padding: 40px 0;
}

@media screen and (min-width: 992px) {
    aside {
        padding: 0;
    }
}

dt {
    margin-bottom: 10px;
    font-size: 18px;
}

dd {
    padding-left: 26px;
    font-size: 14px;
}

img {
    max-width: 100%;
    vertical-align: top;
}

figure {
    padding: 15px;
}

figcaption {
    padding-top: 15px;
    color: #fff;
}

table {
    margin: 0 !important;
}

    table th, table td {
        padding: 5px 15px;
    }

    table .special, table .special:hover {
        background: #4b4b5a !important;
        color: #f3b92f;
    }

.title, .title-border, .title-post {
    margin: 0;
    padding: 0;
    color: #9b3d40;
    font-size: 18px;
    font-weight: bold;
}

.title-border {
    margin-bottom: 15px;
    padding: 10px 20px;
    border-left: 5px solid #9b3d40;
    font-size: 22px;
}

.title-post {
    font-size: 36px;
    line-height: 1.4em;
}

.title-aside, .title-aside:hover {
    margin: 0;
    padding: 10px;
    display: block;
    color: #9b3d40;
    font-size: 18px;
}

.title-aside-border {
    margin: 0;
    padding: 10px 20px;
    border-left: 5px solid #e6e4e4;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.subtitle {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

input.error, select.error, .input-validation-error {
    border-color: red;
    border-radius: 3px 3px 3px 0;
    background: #f99;
}

label.error, .field-validation-error {
    padding: 5px;
    border-radius: 0 0 3px 3px;
    background: red;
    font-size: 12px;
    color: #fff;
}

.bar {
    margin-bottom: 50px;
    padding: 15px 10px;
    border: 1px solid #e6e6e6;
    border-left: none;
    border-right: none;
    background: #f8f8f8;
}

.bar-fonte {
    margin: 0;
    float: left;
}

@media screen and (max-width: 767px) {
    .bar-fonte {
        width: 100%;
        margin-bottom: 10px;        
    }
}

.bar-share {
    padding: 0 15px;
}

.bar-share-box {
    margin-left: 15px;
    float: left;
}

.aside-box .bar-share-box {
    margin-left: 0;
    display: flex;
    height: 45px;
    border-top: 1px solid #e6e6e6;
    float: none;
    align-items: center;
}

    .aside-box .bar-share-box:first-child {
        border-top: none;
    }

.box-header {
    padding: 10px 0;
    border: 2px solid #e6e6e6;
    background: #efefef;
}

.box-section {
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-top: none;
}

@media screen and (max-width: 767px) {
    .box-section {
        padding: 10px;
    }
}

@media screen and (min-width: 768px) {
    .box-section {
        padding: 15px 20px;
    }
}

.box-section-inside {
    margin-top: 30px;
    padding: 10px;
    min-height: 245px;
    border: 1px solid #ddd;
    position: relative;
}

@media screen and (max-width: 992px) {
    .box-section-inside {
        width: 100%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
    .box-section-inside:last-child {
        width: 55%;
    }
}

@media screen and (min-width: 1200px) {
    .box-section-inside {
        width: 48%;
    }
}

.box-section-inside-title {
    margin-top: 0;
    color: #9b3d40;
    font-size: 16px;
    font-weight: bold;
}

.box-section-inside-label {
    display: block;
    width: 150px;
    position: absolute;
    top: 65px;
    right: 0;
}

.box-section-inside .radial-svg {
    width: 160px;
}

.aside-box {
    margin-bottom: 40px;
    border: 1px solid #ebebeb;
}

.aside-box-header {
    padding: 10px 0;
    background: #467775;
}

.btn:hover, .btn:focus {
    opacity: .9;
    text-decoration: none;
}

.btn-custom-default {
    background: #9b3d40;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

    .btn-custom-default:hover, .btn-custom-default:focus {
        color: #fff;
    }

.btn-custom-pull {
    border: 1px solid #ccc;
    background: rgba(255,255,255,0.3);
    color: #777;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

    .btn-custom-pull:hover, .btn-custom-pull:focus {
        border: 1px solid #aaa;
        background: rgba(255,255,255,0.9);
        color: #333;
    }

.btn-custom-downloadestudo {
    color: #9b3d40;
    font-size: 12px;
    font-weight: bold;
}

    .btn-custom-downloadestudo:before {
        margin-right: 5px;
        content: "\e808";
        font-family: "fontello";
    }

.btn-link {
    color: #9b3d40;
}

.btn-estudos {
    padding: 10px 0;
    display: block;
    border-radius: 0 0 3px 3px;
    background: #9b3d40;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}

    .btn-estudos:hover, .btn-estudos:focus {
        color: #fff;
    }

.btn-readmore, .btn-loadmore {
    border-radius: 3px;
    position: relative;
    color: #4b4b5a;
    font-size: 16px;
}

    .btn-readmore:hover, .btn-loadmore:hover {
        border-color: #dcdce2;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .btn-readmore:focus, .btn-loadmore:focus {
        box-shadow: inset 0 2px 5px rgba(0,0,0,0.2);
        background: #f5f5f5;
    }

.btn-readmore {
    padding: 5px 10px;
}

    .btn-readmore:after {
        margin-left: 10px;
        content: "\e802";
        font-family: "fontello";
    }

.btn-loadmore {
    padding: 15px 10px;
    display: block;
    border-color: #eee;
}

    .btn-loadmore:after {
        margin-left: 10px;
        content: "\e80b";
        font-family: "fontello";
    }

#calendar h2, #calendar th {
    color: #24817d;
}

#calendar th {
    padding: 10px 0;
}

#calendar .fc-day-number {
    font-size: 12px;
    color: #b2b2bf;
    font-weight: bold;
}

#calendar .fc-day-grid-event {
    padding: 3px 10px;
    font-size: 14px;
}

.curiosidades {
    max-height: 500px;
    overflow: hidden;
    background: #00495f;
    position: relative;
}

.curiosidades-nav {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.curiosidades-nav-item {
    display: flex;
    width: 50%;
    height: 100%;
    float: left;
    cursor: pointer;
    align-items: center;
}

    .curiosidades-nav-item:last-child .curiosidades-icon {
        margin-left: calc(100% - 40px);
    }

.curiosidades-icon {
    padding: 5px;
    display: block;
    background: #24817d;
    border-radius: 50px;
    font-size: 22px;
    color: #fff;
}

.curiosidades .title, .curiosidades .title-border, .curiosidades .title-post {
    padding: 5px 0;
    background: #f5f4f3;
    font-size: 32px;
    color: #32323c;
    font-weight: bold;
    text-align: center;
}

.curiosidades-list {
    margin: 0;
    overflow: hidden;
    list-style: none;
    text-align: center;
}

.curiosidades-fonte {
    font-size: 12px;
    color: #4b4b5a;
}

.editor p {
    font-size: 16px !important;
    color: #444 !important;
    line-height: 26px !important;
}

.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
    font-weight: bold !important;
}

.editor img:first-child {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .editor img:first-child {
        margin-right: 20px;
        float: left;
    }
}

.form-newsletter {
    padding: 15px 0;
    position: relative;
}

.form-newsletter-icon {
    margin-right: 15px;
    padding: 3px;
    border-radius: 50%;
    background: #fff;
    float: left;
    font-size: 23px;
}

.form-newsletter#formnewsletter-sucesso .form-newsletter-icon {
    color: #81B002;
}

.form-newsletter#formnewsletter-erro .form-newsletter-icon {
    color: #F05249;
}

.form-newsletter-label {
    display: block;
    font-size: 16px;
    color: #9b3d40;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.form-newsletter-input, .form-newsletter-button {
    padding: 10px 15px;
    border-radius: 3px;
    border: none;
}

.form-newsletter-button {
    background: #9b3d40;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

    .form-newsletter-button:hover {
        opacity: .8;
        color: #fff;
    }

@media screen and (max-width: 767px) {
    .form-newsletter {
        text-align: center;
    }

    .form-newsletter-input {
        margin-bottom: 5px;
        width: calc(100% - 30px);
    }

    .form-newsletter-button {
        width: calc(100% - 30px);
    }
}

@media screen and (min-width: 768px) {
    .form-newsletter-input {
        margin-right: 15px;
        width: 37.5%;
    }
}

@media screen and (min-width: 992px) {
    .form-newsletter-label {
        display: block;
        text-align: center;
    }

    .form-newsletter-input {
        margin-right: 15px;
        width: 40.5%;
    }
}

@media screen and (min-width: 1200px) {
    .form-newsletter-label {
        padding-top: 10px;
        float: left;
    }

    .form-newsletter-input {
        margin-left: 15px;
        width: 347px;
    }
}

.form-estudos {
    padding: 30px 0 40px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 3px 5px rgba(0,0,0,0.15);
    position: relative;
    clear:both
}

.form-estudos-title {
    margin: 0;
    margin-bottom: 30px;
    color: #9b3d40;
    font-weight: bold;
}

.form-estudos form {
    margin: auto;
    width: 65%;
}

.form-estudos-label {
    margin: 20px 0;
    display: block;
}

.form-estudos-input {
    padding: 10px;
    display: block;
    width: 100%;
    border-radius: 3px;
    border: 2px solid #ccc;
    font-weight: normal;
    color: #000;
}

.form-estudos-button {
    padding: 10px;
    display: block;
    width: 100%;
    border-radius: 3px;
    border: none;
    background: #24817d;
    color: #fff;
    font-weight: bold;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

.form-control {
    padding: 12px 20px !important;
    max-width: 100%;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1) !important;
}

textarea {
    height: 165px !important;
}

input[type="date"].form-control {
    line-height: initial;
}

.formfeedback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
}

.formfeedback-icon, .formfeedback-label {
    display: block;
    text-align: center;
}

.formfeedback-icon {
    font-size: 100px;
}

.formfeedback-sucesso .formfeedback-icon {
    color: #81B002;
}

.formfeedback-erro .formfeedback-icon {
    color: #F05249;
}

.formfeedback-label {
    font-size: 30px;
    color: #fff;
    text-shadow: 0 2px 4px #000;
}

.gads {
    position: relative;
}

.gads-leaderboard {
    margin: auto;
    background: #eee;
}

@media screen and (max-width: 767px) {
    .gads-leaderboard {
        width: 100%;
    }

        .gads-leaderboard img {
            height: auto !important;
        }
}

@media screen and (min-width: 768px) {
    .gads-leaderboard {
        width: 660px;
    }
}

@media screen and (max-width: 991px) {
    .gads-leaderboard {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .gads-leaderboard {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .gads-leaderboard {
        width: 728px;
        height: 90px;
    }
}

.gads-medium-rectangle {
    margin: auto;
    background: #eee;
}

@media screen and (max-width: 767px) {
    .gads-medium-rectangle {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .gads-medium-rectangle {
        width: 300px;
        height: 250px;
    }
}

.bullet {
    font: 10px sans-serif;
}

    .bullet .marker {
        stroke: #000;
        stroke-width: 2px;
    }

    .bullet .tick line {
        stroke: #666;
        stroke-width: .5px;
    }

    .bullet .range.s0 {
        fill: #eee;
    }

    .bullet .range.s1 {
        fill: #ddd;
    }

    .bullet .range.s2 {
        fill: #ccc;
    }

    .bullet .measure.s0 {
        fill: lightsteelblue;
    }

    .bullet .measure.s1 {
        fill: steelblue;
    }

    .bullet .title, .bullet .title-border, .bullet .title-post {
        font-size: 12px;
        font-weight: bold;
    }

    .bullet .subtitle {
        font-size: 10px;
        fill: #999;
    }

#chartRepresentacaoUF .chart .legend {
    fill: black;
    font: 11px sans-serif;
    text-anchor: start;
}

#chartRepresentacaoUF .chart text {
    fill: white;
    font: 10px sans-serif;
    text-anchor: end;
}

#chartRepresentacaoUF .chart .label {
    fill: black;
    font: 11px sans-serif;
    text-anchor: end;
}

#chartRepresentacaoUF .bar:hover {
    fill: #ba5154;
}

#chartRepresentacaoUF .axis path, #chartRepresentacaoUF .axis line {
    fill: none;
    stroke: #aaa;
    shape-rendering: crispEdges;
}

#chartTaxesMontly {
    font: 12px sans-serif;
}

    #chartTaxesMontly .axis path, #chartTaxesMontly .axis line {
        fill: none;
        stroke: #000;
        shape-rendering: crispEdges;
    }

    #chartTaxesMontly .x.axis path {
        stroke: rgba(0,0,0,0.3);
    }

    #chartTaxesMontly .bar {
        fill: #24817d;
    }

        #chartTaxesMontly .bar:hover {
            fill: #195956;
        }

    #chartTaxesMontly .d3-tip {
        line-height: 1;
        font-weight: bold;
        padding: 12px;
        background: rgba(0,0,0,0.8);
        color: #fff;
        border-radius: 2px;
    }

        #chartTaxesMontly .d3-tip:after {
            box-sizing: border-box;
            display: inline;
            font-size: 10px;
            width: 100%;
            line-height: 1;
            color: rgba(0,0,0,0.8);
            content: "\25BC";
            position: absolute;
            text-align: center;
        }

        #chartTaxesMontly .d3-tip.n:after {
            margin: -1px 0 0 0;
            top: 100%;
            left: 0;
        }

#graficoImpostos .axis text {
    font: 10px sans-serif;
}

#graficoImpostos .axis path, #graficoImpostos .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

#graficoImpostos .bar {
    fill: steelblue;
    fill-opacity: .9;
}

#graficoImpostos .x.axis path {
    display: none;
}

#graficoImpostos label {
    position: absolute;
    top: 10px;
    right: 10px;
}

.list-pub {
    padding: 0;
    list-style: none;
}

.list-pub-item {
    overflow: hidden;
    position: relative;
}

    .list-pub-item:before {
        width: 0;
        height: 100%;
        background: #f8f8f9;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        content: " ";
    }

    .list-pub-item:hover:before, .list-pub-item:focus:before {
        width: 100%;
    }

.list-pub-item-separated {
    padding: 6px 0;
    border-top: 1px dotted #ddd;
    background: #fbfbfb;
    position: relative;
    text-align: center;
}

    .list-pub-item-separated:before {
        width: 100%;
        position: absolute;
        top: -8px;
        left: 0;
        content: "...";
        font-size: 14px;
        letter-spacing: 3px;
    }

    .list-pub-item-separated:nth-child(1), .list-pub-item-separated:nth-child(2) {
        display: none;
    }

.list-pub-link {
    padding: 20px 0;
    display: block;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .list-pub-link {
        padding: 20px 0;
        display: block;
    }
}

.list-pub-link:hover, .list-pub-link:focus {
    text-decoration: none;
}

.list-pub-thumb {
    margin-right: 20px;
    border: 2px solid #e6e6e6;
    float: left;
}

.list-pub-label {
    margin: 0;
    color: #4b4b5a;
    font-size: 16px;
    font-weight: bold;
}

.list-pub-intern .list-pub-item {
    border-top: 1px dotted #ddd;
}

    .list-pub-intern .list-pub-item:nth-child(1), .list-pub-intern .list-pub-item:nth-child(2) {
        border: none;
    }

.list-pub-intern .list-pub-link {
    padding: 20px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .list-pub-featured .list-pub-thumb {
        float: none;
    }
}

.list-pub-featured .list-pub-label {
    font-size: 24px;
    line-height: 1.4em;
}

.list-pub-superdestaque-item {
    overflow: hidden;
    border-top: 1px solid rgba(75,75,90,0.2);
    position: relative;
}

    .list-pub-superdestaque-item:nth-child(1) {
        border-top: none;
    }

    .list-pub-superdestaque-item:before {
        margin-top: -5px;
        display: block;
        width: 10px;
        height: 10px;
        background: #9b3d40;
        position: absolute;
        top: 50%;
        left: 20px;
        content: " ";
    }

    .list-pub-superdestaque-item:hover, .list-pub-superdestaque-item:focus {
        background: #4b4b5a;
    }

        .list-pub-superdestaque-item:hover:before, .list-pub-superdestaque-item:focus:before {
            background: #f3b92f;
        }

.list-pub-superdestaque-link, .list-pub-superdestaque-link:hover, .list-pub-superdestaque-link:focus {
    text-decoration: none;
}

.list-pub-superdestaque-thumb {
    width: 100%;
    max-height: 389px;
}

.list-pub-superdestaque-featured {
    position: relative;
}

    .list-pub-superdestaque-featured.list-pub-superdestaque-item:before {
        display: none;
    }

    .list-pub-superdestaque-featured .list-pub-superdestaque-label {
        margin: 0;
        display: flex;
        width: 100%;
        min-height: 80%;
        background: linear-gradient(to top, #000 5%, transparent 95%);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        align-items: flex-end;
        color: #fff;
        line-height: 1.4em;
        text-transform: uppercase;
        font-weight: bold;
    }

@media screen and (max-width: 600px) {
    .list-pub-superdestaque-featured .list-pub-superdestaque-label {
        padding: 0 15px 15px 15px;
        font-size: 18px;
    }
}

@media screen and (min-width: 600px) {
    .list-pub-superdestaque-featured .list-pub-superdestaque-label {
        padding: 0 30px 30px 30px;
        font-size: 30px;
    }
}

@media screen and (min-width: 840px) {
    .list-pub-superdestaque-featured .list-pub-superdestaque-label {
        font-size: 24px;
    }
}

@media screen and (min-width: 1024px) {
    .list-pub-superdestaque-featured .list-pub-superdestaque-label {
        font-size: 30px;
    }
}

.list-pub-superdestaque-label {
    margin: 0;
    color: #4b4b5a;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .list-pub-superdestaque-label {
        padding: 15px 10px 15px 45px;
        font-size: 14px;
    }
}

@media screen and (min-width: 600px) {
    .list-pub-superdestaque-label {
        padding: 15px 10px 15px 45px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1024px) {
    .list-pub-superdestaque-label {
        padding: 25px 30px 25px 65px;
    }
}

.list-pub-superdestaque-label:hover {
    color: #fff;
}

.list-apoio {
    padding: 40px 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    list-style: none;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media screen and (min-width: 767px) {
    .list-apoio {
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .list-apoio-item {
        margin: 25px 0;
    }
}

.list-agenda {
    margin: 0;
    margin-top: 20px;
    padding: 0 20px;
    list-style: none;
}

.list-agenda-item {
    margin-bottom: 30px;
}

.list-agenda-date {
    margin-right: 15px;
    padding: 10px 0;
    display: block;
    width: 50px;
    background: #4b4b5a;
    float: left;
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
}

.list-agenda-box {
    overflow: hidden;
}

.list-agenda-title {
    color: #467775;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.list-agenda-description {
    display: block;
    line-height: 1.2em;
}

#listagemEstudos .list-pub-link, #listagemNoticias .list-pub-featured .list-pub-link {
    display: block;
}

.logo {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.logo-inner, .logo-sponsorship {
    display: inline-block;
    text-indent: -999px;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .logo-inner, .logo-sponsorship {
        height: 50px;
    }
}

@media screen and (min-width: 993px) {
    .logo-inner, .logo-sponsorship {
        height: 84px;
    }
}

.logo-inner {
    background: url(../images/logo-impostometro.png) center no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1200px) {
    .logo-inner {
        width: 150px;
    }
}

@media screen and (min-width: 1201px) {
    .logo-inner {
        width: 252px;
    }
}

.logo-sponsorship {
    background: url(../images/brasao-acsp-header.png) center no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1200px) {
    .logo-sponsorship {
        width: 90px;
    }
}

@media screen and (min-width: 1201px) {
    .logo-sponsorship {
        width: 180px;
    }
}

.tabs {
    border: 5px solid #e6e6e6;
}

.tabs-head {
    padding: 0;
    background: #f3b92f;
    height: 80px;
    list-style: none;
}

.tabs-head-label {
    display: block;
    width: calc((100% / 4));
    height: 100%;
    border-left: 1px solid #fff;
    background: transparent;
    position: relative;
    float: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}

    .tabs-head-label:hover {
        background: #dc9836;
    }

    .tabs-head-label:first-child {
        border-left: 0;
    }

.tabs-active, .tabs-active:hover {
    background: #fff;
    color: #32323c;
}

.tabs-content {
    padding: 10px;
    height: 360px;
}

#tabs .bar {
    fill: #9b3d40;
}

    #tabs .bar:hover {
        fill: #ba5154;
    }

#tabs .axis {
    font: 10px sans-serif;
}

    #tabs .axis path, #tabs .axis line {
        fill: none;
        stroke: #000;
        shape-rendering: crispEdges;
    }

#tabs .x.axis path {
    display: none;
}

.tabs-widget {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 3px;
}

.tabs-widget-tab {
    width: 50%;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-bottom-color: #ddd;
    background: #eee;
    float: left;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
}

    .tabs-widget-tab.active {
        border-color: #ddd;
        border-bottom-color: transparent;
        background: #fff;
    }

.widget-generator {
    margin-bottom: 50px;
    overflow: hidden;
}

.widget-generator-list {
    margin: 0;
    padding: 10px 0 10px 15px;
    background: #e6e6e6;
    position: relative;
    counter-reset: list;
    list-style: none;
    float: left;
}

@media screen and (max-width: 991px) {
    .widget-generator-list {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .widget-generator-list {
        width: 390px;
    }

        .widget-generator-list:before {
            border: 113px solid transparent;
            border-color: transparent;
            border-left-color: #e6e6e6;
            position: absolute;
            top: 0;
            left: 100%;
            content: " ";
        }
}

.widget-generator-item {
    margin: 5px 0;
    display: block;
}

    .widget-generator-item:before {
        margin-right: 15px;
        display: inline-block;
        width: 35px;
        height: 35px;
        overflow: hidden;
        border-radius: 50px;
        background: #f3b92f;
        vertical-align: middle;
        counter-increment: list;
        content: counter(list);
        color: #fff;
        font-size: 30px;
        font-weight: bold;
    }

@media screen and (max-width: 1199px) {
    .widget-generator-content {
        margin-bottom: 20px;
    }
}

.widget-generator-code {
    padding: 30px;
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 170px;
    resize: none;
    border: 1px solid #ccc;
    background: #fafafa;
    cursor: default;
    font-size: 16px;
}

.head {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .head {
        padding: 15px;
    }
}

@media screen and (min-width: 768px) {
    .head {
        padding: 30px 0;
        min-height: 150px;
    }
}

.head .gads {
    display: inline-block;
    vertical-align: middle;
}

.counter-options-container {
    position: relative;
}

.counter-options-location {
    margin: auto;
    padding: 15px 0;
    width: 150px;
    border: none;
    border-radius: 5px 5px 0 0;
    background: #24817d;
    position: relative;
    cursor: default;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.counter-options-select {
    display: inline-block;
    border-radius: 3px;
    width: 100%;
    position: relative;
    background: #FFF url('images/counter-options-select-arrow.png') no-repeat top right !important;
}

/*.counter-options-select:before {
        border: 5px solid transparent;
        border-color: rgba(213,0,0,0);
        border-top-color: #24817d;
        position: absolute;
        top: 43%;
        right: 6px;
        content: " ";
    }*/

.counter-options-select-inner {
    padding: 5px 25px 5px 10px;
    border: none;
    background: transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.counter-options-select select {
    width: 100%;
}

.counter-taxes {
    margin-top: 30px;
    text-align: center;
}

.counter-taxes-box {
    float: left;
}

.counter-taxes-federal {
    border-radius: 3px 0 0 3px;
    background: #4bb3ff;
}

.counter-taxes-estadual {
    background: #188bde;
}

.counter-taxes-municipal {
    border-radius: 0 3px 3px 0;
    background: #2b649c;
}

.counter-taxes-content {
    margin-bottom: 10px;
    padding: 5px 0;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

    .counter-taxes-content:before {
        width: 100%;
        height: 100%;
        background: url(../images/bg-taxes.png) center repeat;
        position: absolute;
        top: 0;
        left: 0;
        content: " ";
    }

.counter-taxes-label {
    color: #fff;
}

.counter-title {
    font-size: 16px;
    color: #606074;
    text-align: center;
}

.counter-location {
    color: #9b3d40;
}

.counter-group {
    margin: 0 .3%;
    display: inline;
    position: relative;
}

.counter-inside {
    margin: 0 1px;
    padding: 0% .7%;
    display: inline-block;
    background: #333;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
    position: relative;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #ccc;
    text-align: center;
    font-weight: bold;
}

.counter-label {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-weight: bold;
}

.counter-label-abreviado {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-weight: bold;
}

.counter-brasil .counter-main, .counter-uf .counter-main, .counter-municipio .counter-main, .counter-tributo .counter-main {
    overflow: hidden;
    border-radius: 3px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 359px) {
    .counter-brasil .counter-group:nth-last-child(3), .counter-uf .counter-group:nth-last-child(3), .counter-municipio .counter-group:nth-last-child(3), .counter-tributo .counter-group:nth-last-child(3) {
        display: none;
    }

    .counter-brasil .counter-label {
        display: none;
    }

    .counter-label-abreviado {
        display: block !important;
    }
}

@media screen and (max-width: 479px) {
    .counter-brasil .counter-group:nth-last-child(2), .counter-uf .counter-group:nth-last-child(2), .counter-municipio .counter-group:nth-last-child(2), .counter-tributo .counter-group:nth-last-child(2) {
        display: none;
    }

    .counter-brasil .counter-label {
        display: none;
    }

    .counter-label-abreviado {
        display: block !important;
    }
}

.counter-uf .counter-options-inner, .counter-municipio .counter-options-inner, .counter-tributo .counter-options-inner {
    overflow: hidden;
}

.counter-uf .counter-options-select, .counter-municipio .counter-options-select, .counter-tributo .counter-options-select {
    margin: 0;
    /*margin-top: 5px;*/
    border: 1px solid #d9d9d9;
    background: #fff;
}

.counter-uf .counter-main, .counter-municipio .counter-main, .counter-tributo .counter-main {
    padding: 15px 15px 40px;
    background: #60606a;
}

.counter-uf .counter-label, .counter-municipio .counter-label, .counter-tributo .counter-label {
    bottom: -250%;
}

.counter-uf .counter-group, .counter-municipio .counter-group, .counter-tributo .counter-group {
    margin: 0 1px;
    width: 24%;
}

@media screen and (max-width: 1199px) {
    .counter-uf .counter-group:last-child, .counter-municipio .counter-group:last-child, .counter-tributo .counter-group:last-child {
        display: none;
    }
}

.counter-uf .counter-current-date, .counter-municipio .counter-current-date, .counter-tributo .counter-current-date {
    padding-top: 15px;
}

@media screen and (max-width: 838px) {
    .counter-brasil .counter-options-container {
        padding-top: 80px;
    }
}

.counter-brasil .counter-options-inner {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 680px) {
    .counter-brasil .counter-options-inner {
        width: 100%;
        text-align: center;
    }
}

.counter-brasil .counter-options-select {
    margin: 0;
    margin-bottom: 5px;
    background: #dfdfde;
}

.counter-brasil .counter-main {
    background: #24817d;
    padding-top: 15px;
    padding-bottom: 15px;
}

.counter-brasil .counter-label, .counter-brasil .counter-label-abreviado {
    bottom: -260%;
}

@media screen and (min-width: 720px) {
    .counter-brasil .counter-label, .counter-brasil .counter-label-abreviado {
        bottom: -320%;
    }
}

@media screen and (min-width: 1200px) {
    .counter-brasil .counter-label, .counter-brasil .counter-label-abreviado {
        bottom: -380%;
    }
}

@media screen and (max-width: 600px) {
    .counter-brasil .counter-group:nth-last-child(1), .counter-brasil .counter-group:nth-last-child(2) {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .counter-brasil .counter-group:last-child {
        display: none;
    }
}

@media screen and (max-width: 359px) {
    .counter-brasil .counter-inside {
        font-size: 32px;
    }
}

@media screen and (min-width: 360px) {
    .counter-brasil .counter-inside {
        font-size: 36px;
    }
}

@media screen and (min-width: 480px) {
    .counter-brasil .counter-inside {
        font-size: 55px;
    }
}

@media screen and (min-width: 600px) {
    .counter-brasil .counter-inside {
        font-size: 50px;
    }
}

@media screen and (min-width: 720px) {
    .counter-brasil .counter-inside {
        font-size: 63px;
    }
}

@media screen and (min-width: 768px) {
    .counter-brasil .counter-inside {
        font-size: 68px;
    }
}

@media screen and (min-width: 992px) {
    .counter-brasil .counter-inside {
        font-size: 74px;
    }
}

@media screen and (min-width: 1200px) {
    .counter-brasil .counter-inside {
        font-size: 96px;
    }
}

.counter-brasil .counter-current-date {
    color: rgba(255,255,255,0.6);
}

@media screen and (max-width: 599px) {
    .counter-brasil .counter-current-date {
        padding: 40px 0 0;
    }
}

@media screen and (min-width: 600px) {
    .counter-brasil .counter-current-date {
        padding: 50px 0 0;
    }
}

@media screen and (max-width: 359px) {
    .counter-uf .counter-inside {
        font-size: 41px;
    }
}

@media screen and (min-width: 360px) {
    .counter-uf .counter-inside {
        font-size: 33px;
    }
}

@media screen and (min-width: 480px) {
    .counter-uf .counter-inside {
        font-size: 36px;
    }
}

@media screen and (min-width: 600px) {
    .counter-uf .counter-inside {
        font-size: 51px;
    }
}

@media screen and (min-width: 720px) {
    .counter-uf .counter-inside {
        font-size: 60px;
    }
}

@media screen and (min-width: 768px) {
    .counter-uf .counter-inside {
        font-size: 33px;
    }
}

@media screen and (min-width: 992px) {
    .counter-uf .counter-inside {
        font-size: 45px;
    }
}

@media screen and (min-width: 1200px) {
    .counter-uf .counter-inside {
        font-size: 54px;
    }
}

@media screen and (max-width: 359px) {
    .counter-municipio .counter-inside, .counter-tributo .counter-inside {
        font-size: 56px;
    }
}

@media screen and (min-width: 360px) {
    .counter-municipio .counter-inside, .counter-tributo .counter-inside {
        font-size: 43px;
    }
}

@media screen and (min-width: 480px) {
    .counter-municipio .counter-inside, .counter-tributo .counter-inside {
        font-size: 44px;
    }
}

@media screen and (min-width: 600px) {
    .counter-municipio .counter-inside, .counter-tributo .counter-inside {
        font-size: 60px;
    }
}

@media screen and (min-width: 720px) {
    .counter-municipio .counter-inside, .counter-tributo .counter-inside {
        font-size: 77px;
    }
}

@media screen and (min-width: 768px) {
    .counter-municipio .counter-inside, .counter-tributo .counter-inside {
        font-size: 42px;
    }
}

@media screen and (min-width: 1200px) {
    .counter-municipio .counter-inside, .counter-tributo .counter-inside {
        font-size: 39px;
    }
}

.counter-current-date {
    display: block;
    font-size: 14px;
}

.nav {
    padding-right: 0;
}

    .nav:hover, .nav:focus {
        height: auto;
    }

        .nav:hover .nav-title > span, .nav:focus .nav-title > span {
            background: #3f3f4c;
        }

@media screen and (max-width: 991px) {
    .nav:hover .nav-list, .nav:focus .nav-list {
        height: 1301px;
    }
}

.nav-title > span {
    padding: 15px;
    display: block;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}

    .nav-title > span:before {
        font-size: 24px;
        font-weight: normal;
    }

.nav-list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

@media screen and (max-width: 992px) {
    .nav-list {
        margin: 0 5px;
        height: 0;
        overflow: hidden;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
}

@media screen and (max-width: 991px) {
    .nav-item {
        margin-bottom: 1px;
        overflow: hidden;
        background: #303039;
    }
}

@media screen and (min-width: 992px) {
    .nav-item {
        min-width: 118px;
        position: relative;
        float: left;
    }

        .nav-item:before, .nav-item:after {
            width: 100%;
            height: 0;
            position: absolute;
            left: 0;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            content: " ";
        }

        .nav-item:before {
            background: #dfdfde;
            bottom: 0;
        }

        .nav-item:after {
            background: #f3b92f;
            top: 0;
        }

        .nav-item:hover:before, .nav-item:focus:before, .nav-item-active:before {
            z-index: 2;
        }

        .nav-item:hover:after, .nav-item:focus:after, .nav-item-active:after {
            height: 100%;
            z-index: 1;
        }

        .nav-item:hover .nav-link, .nav-item:focus .nav-link, .nav-item-active .nav-link {
            color: #32323c;
        }

        .nav-item:hover:before, .nav-item:focus:before {
            height: 100%;
        }

        .nav-item:hover .nav-sublist, .nav-item:focus .nav-sublist {
            margin-top: inherit;
            height: inherit;
            z-index: 10;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .nav-item:focus:before, .nav-item-active:before {
            height: 90%;
        }
}

@media screen and (min-width: 992px) {
    .nav-item {
        width: calc(100% / 7);
    }
}

.nav-link {
    display: block;
    padding: 20px 25px;
    position: relative;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

    .nav-link:hover, .nav-link:focus {
        color: #fff;
        text-decoration: none;
    }

    .nav-link:focus {
        background: #dfdfde;
        color: #4b4b5a;
    }

.nav-sublist {
    margin-top: -10px;
    padding: 0;
    display: block;
    overflow: hidden;
    background: #e6e6e6;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    list-style: none;
}

@media screen and (max-width: 991px) {
    .nav-sublist {
        margin: 0 10px 10px;
    }
}

@media screen and (min-width: 992px) {
    .nav-sublist {
        min-width: 280px;
        height: 0;
        position: absolute;
    }
}

.nav-sublink {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
    color: #4b4b5a;
}

    .nav-sublink:hover, .nav-sublink:focus {
        text-decoration: none;
        background: #ddd;
    }

.nav-label {
    padding: 10px 15px;
    display: block;
    background: #f3b92f;
    color: #000;
    font-weight: bold;
}

.nav a.nav-label:hover, .nav a.nav-label:focus {
    background: #dc9836;
    color: #000;
    text-decoration: none;
}

.subnav {
    margin-bottom: 60px;
    padding: 0;
    background: #dc9836;
    position: relative;
}

@media screen and (max-width: 992px) {
    .subnav {
        padding-top: 5px;
        padding-left: 5px;
    }
}

.subnav-list {
    margin-bottom: 0;
    padding: 0;
    position: relative;
    list-style: none;
    text-align: right;
}

@media screen and (max-width: 991px) {
    .subnav-list {
        padding-top: 55px;
    }
}

@media screen and (min-width: 992px) {
    .subnav-list {
        padding-top: 5px;
    }
}

.subnav-list:before {
    padding: 11px 35px 10px 0;
    border-radius: 0 25px 25px 0;
    background: #f3b92f;
    position: absolute;
    top: 0;
    left: 0;
    content: "Veja mais";
    color: #32323c;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .subnav-list:before {
        width: 130px;
    }
}

@media screen and (min-width: 992px) {
    .subnav-list:before {
        width: 115px;
    }
}

.subnav-list:after {
    display: block;
    width: 100%;
    background: #f3b92f;
    position: absolute;
    top: 0;
    right: 100%;
    content: " ";
}

@media screen and (max-width: 991px) {
    .subnav-list:after {
        height: 46px;
    }
}

@media screen and (min-width: 992px) {
    .subnav-list:after {
        height: 100%;
    }
}

.subnav-item {
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .subnav-item {
        margin: 0 6px;
        width: calc(100% - 12px);
    }
}

@media screen and (min-width: 992px) {
    .subnav-item {
        width: calc((100% / 2) - 75px);
    }
}

.subnav-item:before {
    width: 50%;
    height: 50%;
    border-radius: 2px;
    position: absolute;
    top: 25%;
    left: 25%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    content: " ";
}

.subnav-item:hover:before, .subnav-item-active:before {
    width: 100%;
    height: 100%;
    background: #f3b92f;
    top: 0%;
    left: 0%;
}

.subnav-item-active .nav-link {
    color: #32323c;
}

.subnav-link {
    display: block;
    padding: 8px 0;
    position: relative;
    z-index: 3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .subnav-link {
        background: rgba(0,0,0,0.05);
    }
}

.subnav-link:hover, .subnav-link:focus {
    color: #32323c;
    text-decoration: none;
}

.subnav-link:focus {
    background: #f3b92f;
}

footer {
    margin-top: 50px;
    background: #26262e;
}

.footer-title {
    margin: 0;
    margin-bottom: 10px;
    padding: 5px 0;
    color: #ccc;
    font-size: 13px;
    text-transform: uppercase;
}

.footer-address {
    color: #ccc;
    font-size: 12px;
}

@media screen and (min-width: 992px) {
    .footer-address {
        width: 50%;
        float: left;
    }
}

.footer-address a {
    color: #ccc;
    font-size: 12px;
}

.footer-label {
    margin: 0;
    color: #fff;
}

.nav-footer-list, .nav-footer-sub {
    padding: 0;
    list-style: none;
}

.nav-footer-link, .nav-footer-sub-link {
    display: block;
}

    .nav-footer-link:hover, .nav-footer-link:focus, .nav-footer-sub-link:hover, .nav-footer-sub-link:focus {
        text-decoration: none;
        font-weight: bold;
    }

.nav-footer-link {
    padding: 5px;
    color: #ccc;
    font-size: 13px;
    text-transform: uppercase;
}

    .nav-footer-link:hover, .nav-footer-link:focus {
        color: #fff;
    }

.nav-footer-sub-link {
    padding: 3px 5px;
    color: #f3b92f;
    font-size: 12px;
}

    .nav-footer-sub-link:hover, .nav-footer-sub-link:focus {
        color: #f4c147;
    }

.social {
    margin-top: 20px;
}

.social-icons {
    margin-right: 10px;
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 25px;
    background: #fff;
    position: relative;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    font-size: 32px;
}

    .social-icons:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 1px;
        left: -6px;
    }

    .social-icons:hover, .social-icons:focus {
        text-decoration: none;
        -webkit-transform: scale(0.9);
        -webkit-filter: brightness(1.2);
    }

.social .icon-facebook {
    color: #364e86;
}

.social .icon-twitter {
    color: #178fb5;
}

.social .icon-linkedin {
    color: #2e67a2;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .count-options-date-select:before {
        display: none;
    }

    .count-options-date-select-inner {
        padding: 5px 10px;
    }

    .tabs-head-label {
        padding-top: 20px;
        display: block;
        width: 25%;
    }

    #chartRepresentacaoUF svg {
        height: 50px;
    }

    #arrecadacaoCategoria svg {
        height: 350px;
    }

    .counter-options-select:before {
        display: none;
    }

    .counter-options-select-inner {
        padding: 5px 5px 5px 10px;
    }
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    .count-options-date-select:before {
        display: none;
    }

    .count-options-date-select-inner {
        padding: 5px 10px;
    }

    .tabs-head-label {
        padding-top: 20px;
        display: block;
        width: 25%;
    }

    #chartRepresentacaoUF svg {
        height: 50px;
    }

    #arrecadacaoCategoria svg {
        height: 350px;
    }

    .counter-options-select:before {
        display: none;
    }

    .counter-options-select-inner {
        padding: 5px 5px 5px 10px;
    }
}

.color-1 {
    color: #4b4b5a;
}

.color-2 {
    color: #24817d;
}

.color-3 {
    color: #467775;
}

.color-4 {
    color: #f3b92f;
}

.color-5 {
    color: #dc9836;
}

.color-6 {
    color: #9b3d40;
}

.color-7 {
    color: #32323c;
}

.color-8 {
    color: #e6e6e6;
}

@media screen and (max-width: 768px) {
    .thomm {
        background: lightblue;
    }

    html {
        font-size: 85%;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    .thomm {
        background: #5fb3ce;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .thomm {
        background: lightgreen;
    }

    html {
        font-size: 90%;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) and (orientation: landscape) {
    .thomm {
        background: #38e038;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .thomm {
        background: lightpink;
    }

    html {
        font-size: 90%;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) and (orientation: landscape) {
    .thomm {
        background: #ff506a;
    }
}

@media screen and (min-width: 1201px) {
    .thomm {
        background: lightcoral;
    }

    html {
        font-size: 100%;
    }
}

.impostometropessoal-head {
    height: 450px;
    background: url(../images/bg-impostometropessoal-head.jpg);
    position: relative;
}

@media screen and (max-width: 600px) {
    .impostometropessoal-head {
        background-position: -40px 0;
    }
}

.impostometropessoal-content {
    padding: 40px 25px;
    border: 1px solid #eee;
    position: relative;
}

.impostometropessoal-content-box {
    overflow: hidden;
}

.impostometropessoal-steps {
    margin: 7px 15px 30px;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: red;
}

.impostometropessoal-steps-item {
    padding: 5px 0;
    display: block;
    width: calc((100% / 4));
    border-left: 1px solid #bbb;
    background: #eaeaea;
    position: relative;
    float: left;
}

    .impostometropessoal-steps-item:first-child {
        border-left: none;
    }

    .impostometropessoal-steps-item.active:before {
        margin-left: -12px;
        display: block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #24817d;
        position: absolute;
        top: -8px;
        left: 50%;
        content: " ";
    }

.impostometropessoal-comparativo {
    padding: 25px 0;
}

    .impostometropessoal-comparativo h4 {
        margin-bottom: 20px;
    }

    .impostometropessoal-comparativo p {
        margin-top: 20px;
        font-size: 16px;
    }

        .impostometropessoal-comparativo p strong {
            font-size: 28px;
        }

.impostometropessoal-label-fundocinza {
    display: block;
    width: 330px;
    position: absolute;
    top: 130px;
    left: 48px;
    font-size: 14px;
    color: #60606a;
}

@media screen and (max-width: 600px) {
    .impostometropessoal-label-fundocinza {
        width: 270px;
        top: 125px;
        left: 7px;
    }
}

.impostometropessoal-label-fundocinza strong {
    font-size: 18px;
}

.impostometropessoal-label-fundovermelho {
    padding: 0 20px;
    display: block;
    width: 360px;
    position: absolute;
    bottom: 0;
    left: 25px;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .impostometropessoal-label-fundovermelho {
        padding: 0;
        width: 270px;
        left: 7px;
    }
}

.impostometropessoal-label-fundovermelho strong {
    font-size: 18px;
}

.impostometropessoal-label-featured {
    font-size: 16px;
    color: #4b4b5a;
    line-height: 22px;
}

    .impostometropessoal-label-featured strong {
        color: #9b3d40;
    }

.impostometropessoal-label-24 {
    font-size: 24px;
}

.impostometropessoal-box {
    padding-top: 20px;
    border: 1px solid #eee;
    min-height: 240px;
}

.impostometropessoal-box-featured {
    padding: 20px;
    padding-left: 50px;
    background: url(../images/bg-arrecadacao-governo.jpg) center right no-repeat;
    background-size: cover;
    background-color: #f3b92f;
    position: relative;
    font-size: 16px;
}

    .impostometropessoal-box-featured strong {
        font-size: 24px;
        color: #9b3d40;
    }

    .impostometropessoal-box-featured:before {
        width: 10px;
        height: 100%;
        background-image: linear-gradient(to top, #fff 1px, transparent 10px);
        background-size: 10px 20px;
        position: absolute;
        top: 0;
        left: -1px;
        content: ' ';
    }

.impostometropessoal-container-email {
    padding-top: 50px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.impostometropessoal-container-email-label {
    font-size: 22px;
    color: #fff;
}

.impostometropessoal-container-email-input {
    padding: 15px;
}

.impostometropessoal-container-email-close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 22px;
    color: #888;
    text-align: center;
}

    .impostometropessoal-container-email-close:hover {
        font-weight: bold;
        color: red;
    }

#input .impostometropessoal-container {
    background: #f2f1f1;
}

#input .impostometropessoal-label-fundovermelho {
    font-size: 14px;
}

#input .impostometropessoal-title {
    margin: 0;
    margin-bottom: 40px;
    line-height: 26px;
    font-size: 18px;
    color: #9b3d40;
    font-weight: bold;
}

#resultadoCalculo .impostometropessoal-label-fundovermelho {
    font-size: 24px;
}

#resultadoCalculo .impostometropessoal-title {
    margin: 0;
    margin-bottom: 40px;
    line-height: 26px;
    color: #9b3d40;
}

#resultadoCalculo .impostometropessoal-subtitle {
    margin: 0;
    margin-bottom: 20px;
    line-height: 26px;
    font-size: 18px;
    color: #4b4b5a;
    font-weight: bold;
}

#resultadoCalculo hr {
    width: 80%;
    border-color: #4b4b5a;
}

#chartTaxesDaily {
    margin: auto;
    margin-bottom: 20px;
    width: 150px;
    height: 150px;
}

#chartTaxesMontly {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 718px;
    height: 460px;
    position: relative;
}

svg {
    height: 100%;
}

path.slice {
    stroke-width: 2px;
}

polyline {
    opacity: .3;
    stroke: black;
    stroke-width: 2px;
    fill: none;
}

.blur, .blur * {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
}

/* Seletor de datas do contador Nacional */
.container-periodo-brasil {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: Lato, sans-serif;
}

    .container-periodo-brasil input[type="text"] {
        color: #e2e2e2;
        text-align: right;
        font-weight: normal;
        margin-left: 5px;
        padding: 0 4px;
        background: #1b6b67;
        border: 0;
        outline: none;
        border-radius: 3px;
        border: 1px solid #136864;
    }

@media screen and (max-width: 992px) {
    .container-periodo-brasil label {
        width: 100%;
        padding: 0;
        text-align: left;
    }

    .container-periodo-brasil input[type="text"] {
        width: 100%;
        text-align: center;
        margin: 0;
    }
}

@media screen and (min-width: 993px) {

    .container-periodo-brasil input[type="text"] {
        margin: 0;
        float: right;
        max-width: 80%;
        text-align: right;
    }

    .container-periodo-brasil label {
        text-align: left;
    }
}

/* Seletor de datas do contador Estadual */

.container-periodo-estados {
    color: #9b3d40;
}

    .container-periodo-estados label {
        font-weight: normal;
    }

        .container-periodo-estados label input[type="text"] {
            border: 1px solid #d9d9d9;
            background: #fff;
            color: #9b3d40;
            text-align: right;
            font-weight: normal;
            margin-left: 5px;
            padding: 3px 4px 4px 4px;
            outline: none;
            border-radius: 3px;
            max-width: 80%;
        }

@media screen and (max-width: 969px) {

    .container-periodo-estados label {
        width: 100%;
        margin: 0 0 10px 0;
    }

        .container-periodo-estados label input[type="text"] {
            width: 100%;
            max-width: 100%;
            margin: 0;
        }
}

/* Seletor de datas do contador Capital */

.container-periodo-capital {
    color: #9b3d40;
}

    .container-periodo-capital label {
        font-weight: normal;
        width: 100%;
        max-width: 100%;
    }

        .container-periodo-capital label input[type="text"] {
            border: 1px solid #d9d9d9;
            background: #fff;
            color: #9b3d40;
            text-align: right;
            font-weight: normal;
            padding: 3px 4px 4px 4px;
            outline: none;
            border-radius: 3px;
            width: 100%;
        }

/* Seletor de datas do contador Municipal */

.container-periodo-municipal {
    color: #9b3d40;
}

    .container-periodo-municipal label {
        font-weight: normal;
        width: 100%;
        max-width: 100%;
    }

        .container-periodo-municipal label input[type="text"] {
            border: 1px solid #d9d9d9;
            background: #fff;
            color: #9b3d40;
            text-align: right;
            font-weight: normal;
            padding: 3px 4px 4px 4px;
            outline: none;
            border-radius: 3px;
            width: 100%;
        }

    .container-periodo-municipal .counter-options-select {
        margin-bottom: 5px;
    }

/* Seletor de datas do contador tributo */

.container-periodo-tributo {
    color: #9b3d40;
}

    .container-periodo-tributo label {
        font-weight: normal;
        width: 100%;
        max-width: 100%;
    }

        .container-periodo-tributo label input[type="text"] {
            border: 1px solid #d9d9d9;
            background: #fff;
            color: #9b3d40;
            text-align: right;
            font-weight: normal;
            padding: 3px 4px 4px 4px;
            outline: none;
            border-radius: 3px;
            width: 100%;
        }

    .container-periodo-tributo .counter-options-select {
        margin-bottom: 5px;
    }

/* Curiosidades - Texto */

div#curiosidades-texto {
    background: #24817d;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 3px;
}

    div#curiosidades-texto p {
        color: #fff;
        text-align: center;
        margin: 0;
        word-spacing: 2px;
    }

        div#curiosidades-texto p b {
            font-size: 16px;
        }


    div#curiosidades-texto div.content-text, div.content-button {
        padding: 0;
    }

@media screen and (max-width: 600px) {
    #curiosidades-proxima, #curiosidades-anterior {
        margin-top: 10px;
    }
}

div#curiosidades-texto #curiosidades-proxima, div#curiosidades-texto #curiosidades-anterior {
    width: 25px;
    background-color: #56bcb5;
    border-radius: 3px;
    border: 0;
    padding: 0;
    color: #24817d;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    outline: none;
}

    div#curiosidades-texto #curiosidades-proxima:hover, div#curiosidades-texto #curiosidades-anterior:hover {
        background-color: #66e2da;
        -webkit-transition: background-color 250ms ease-out;
        -moz-transition: background-color 250ms ease-out;
        -o-transition: background-color 250ms ease-out;
        transition: background-color 250ms ease-out;
    }

div#curiosidades-texto #curiosidades-proxima {
    float: right;
}

div#curiosidades-texto #curiosidades-anterior {
    float: left;
}

div#curiosidades-texto #paragrafo-curiosidade {
    width: 100%;
    padding: 0;
    display: block;
}

div#curiosidades-texto div.container-curiosidade-loading {
    width: 100%;
    padding: 0;
    margin-top: 2px;
}

    div#curiosidades-texto div.container-curiosidade-loading div#curiosidades-loading {
        width: 0;
        height: 2px;
        background: #56bcb5;
        position: relative;
    }



/* Datepicker */

.ui-datepicker-buttonpane .ui-priority-secondary {
    opacity: 1 !important;
    filter: Alpha(Opacity=100) !important;
    font-weight: bold !important;
}

.ui-datepicker-buttonpane .ui-datepicker-close {
    display: none;
}

.ui-datepicker-month, .ui-datepicker-year {
    color: #333;
    font-weight: normal;
}

/* Controle de z-index */

#ui-datepicker-div {
    z-index: 100 !important;
}

#subnav {
    z-index: 99 !important;
}

.curiosidades-nav {
    z-index: 98 !important;
}
