body {
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* Typography
============================================================================================== */

body,
button,
input,
select,
textarea {
    font: 100%/1.5 "Gotham Narrow SSm Light", arial, sans-serif;
    *font-size: 1em;
    color: #333;
}


/* IE7 and older can't resize px based text */

strong,
b {
    font-family: "Gotham Narrow SSm Light", arial, sans-serif;
}

.extrabold {
   font-family: "Gotham Narrow SSm Light", arial, sans-serif;
}

.semibold {
    font-family: "Gotham Narrow SSm Light", arial, sans-serif;
}

/* Best available ampersand */

.txt-show h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 2.5em;
    line-height: 1.2em;
}


/* 60px / 72px */

.txt-show h2 {
    border-bottom: 3px solid #c83b36;
    color: #000;
    font-family: "GothamBold", Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", sans-serif;
    font-size: 1.55em;
    line-height: 1em;
    margin: 15px 0 10px;
    padding-bottom: 5px;
}


/* 48px / 48px */

h3 {
    margin: 0;
    font-size: 1.5em;
    line-height: 1.3333333333333333333333333333333em;
    margin-bottom: 0.6667em;
}


/* 36px / 48px */

h4 {
    margin: 0;
    font-size: 1.0em;
    line-height: 1em;
    margin-bottom: 1em;
}


/* 24px / 24px */

h5 {
    margin: 0;
    font-size: 0.835em;
    line-height: 1.1428571428571428571428571428571em;
    margin-bottom: 1.1428571428571428571428571428571em;
}


/* 21px / 24px */

h6 {
    margin: 0;
    font-size: 0.80em;
    line-height: 1.3333333333333333333333333333333em;
    margin-bottom: 1.3333333333333333333333333333333em;
}


/* 18px / 24px */

p,
ul,
blockquote,
pre,
td,
th,
label {
    margin: 0;
    font-size: 1em;
    line-height: 2.5em;
    margin-bottom: 1.5em;
}


/* 16px / 24px */

small,
p.small {
    margin: 0;
    font-size: 0.675em;
    line-height: 1.4em;
    margin-bottom: 1.7142857142857142857142857142857em;
}

html {
    position: relative;
    min-height: 100%;
}

.no-bg {
    background: none;
    padding: 0;
    margin: 0;
}

.list-inline,
.list-unstyled {
    margin-bottom: 0;
}


.wrapper-style2 {
    background-color: #808080;
    height: 50px;
}




.mb30 {
    margin-bottom: 30px
}

.mt10 {
    margin-top: 10px
}

.mb15 {
    margin-bottom: 16px
}

.mt30 {
    margin-top: 30px
}

.mt50 {
    margin-top: 50px
}

img {
    height: auto;
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: normal;
    font-family: "Gotham Light", arial, sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .10);
}



a {
    color: #444;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: none;
}


.menu-topo {
    background-color: #ED1C24;
    padding: 5px 0;
}


.header {
    padding: 10px 0;
}

.header .navbar-brand {
    padding: 0 15px;
    height: auto;
}

.header .navbar-brand strong {
    font-size: 0.7em;
    color: #c83b36;
    text-align: center;
    display: block;
    line-height: normal;
    margin-top: 7px;
}

.navbar {
    border: none;
    margin-bottom: 0;
}

.header .pull-left {
    margin-top: 13px;
}


.header .navbar-toggle.collapsed {
    background-color: #c83b36;
}

.header .navbar-toggle .icon-bar {
    background: #fff;
    height: 4px;
    width: 30px;
}




.nav-icones div a {
    margin-bottom: 0;
    padding: 7px 15px;
    text-align: center;
    display: block;
    min-height: 50px;
    position: relative
}


.nav-icones div a p {
    color: #FFFFFF;
    font-family: "Gotham Book";
    font-size: 20px;
    border-radius: 0;
    margin-bottom: 0;

}

.nav-icones div:nth-child(2) a p {
    font-size: .86em;
    padding-bottom: 8px;
}


.txt-show {
    padding: 30px 0;
}


div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    /* Keeping this as :focus to remove browser styles */
}

div.selector:focus,
div.checker:focus,
div.button:focus,
div.radio:focus,
div.uploader:focus {
    outline: 0;
}

div.selector,
div.selector *,
div.radio,
div.radio *,
div.checker,
div.checker *,
div.uploader,
div.uploader *,
div.button,
div.button * {
    margin: 0;
    padding: 0;
}

.highContrastDetect {
    width: 0px;
    height: 0px;
}

/* Input & Textarea */

input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    padding: 3px;
    outline: 0;
}

input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {}

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */

div.checker input,
input[type="search"],
input[type="search"]:active {
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* Select */

div.selector {

    line-height: 34px;
    height: 34px;
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden;
}

div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 0;
    height: 34px;
    line-height: 34px;
    padding-right: 10px;
    cursor: pointer;
    width: 100% !important;
}

div.selector.fixedWidth span {
    width: 155px;
}

div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 32px;
    top: 2px;
    left: 0px;
    width: 100% !important;
    z-index: 9
}



/* INPUT & TEXTAREA */

input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    font-size: 12px;
    font-family: "Gotham Book";
    font-weight: normal;
    color: #777;
    border-top: solid 1px #aaaaaa;
    border-left: solid 1px #aaaaaa;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input.uniform-input.hover,
input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-color: #999;
}

/* PRESENTATION */

/* Buttons */

div.button span {
    font-weight: bold;
    font-family: "Gotham Book";
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

div.button.hover span,
div.button.focus span {
    color: #555;
}

div.button.disabled span,
div.button.disabled.active span {
    color: #bbb;
}

/* Select */

div.selector {
    font-size: 15px;
}

div.selector span {
    color: #fff;
    font-size: 15px;
}

div.selector select {
    font-size: 15px;
}

div.selector.disabled span,
div.selector.disabled.active span {
    color: #bbb;
}

/* Checker */

div.checker {
    margin-right: 5px;
}

/* Radio */

div.radio {
    margin-right: 3px;
}

/* Uploader */

div.uploader span.action {
    text-shadow: white 0px 1px 0px;
    background-color: #fff;
    font-size: 11px;
    font-weight: bold;
}

div.uploader span.filename {
    color: #777;
    border-right: solid 1px #bbbbbb;
    font-size: 11px;
}

div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
    color: #aaa;
}

div.uploader.disabled span.filename,
div.uploader.disabled.active span.filename {
    border-color: #ddd;
    color: #aaa;
}

input.uniform-input,
input.uniform-input:focus {
    background-color: #fff;
}

.combo-ano {
    margin-right: 10px;
}


.fixedWidth {
    width: 100%;
}


div.selector select {
    top: 0
}

.combo-ano select:hover,
.combo-ano select:focus,
.combo-ano select:active,
.combo-ano select.active,
.combo-ano div.selector select {
    color: #333333;
    background-color: #fff
}


.combo-ano div.selector select,
.combo-ano div.selector span {
    height: 100%;
    line-height: 26px;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}

.combo-ano div.selector span {
    color: #333333;
}

.txt-show .combo-ano div.selector {
    height: 30px;
    line-height: normal;
    width: 100%;
}

.txt-show .combo-ano div.selector select {
    height: 100%;
    z-index: 9;
}



.combo-ano .selector {
    background-color: #fff;
    width: auto;
    display: inline-block;
    height: 30px;
    padding: 2px 20px 2px 10px;
    min-width: 80px;
    border: 1px #e4a5a3 solid;
}

.combo-ano .selector:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 5px;
    color: #333333;
    border-left: 1px solid #e0e0e0;
    padding: 4px 0 1px 7px;
    z-index: 8;
    -moz-background-clip: padding;
    /* Firefox 3.6 */
    -webkit-background-clip: padding;
    /* Safari 4? Chrome 6? */
    background-clip: padding-box;
    /* Firefox 4, Safari 5, Opera 10, IE 9 */
    height: 20px;
}



.form-contato div.selector select,
.form-contato div.selector span {
    height: 100%;
    line-height: 44px;
    text-align: left;
    color: #5e5e5e;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}



.form-contato .selector {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px #e4dcd8 solid;
    height: 44px;

}

.form-contato .selector:after {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    color: #FFFFFF;
    background-color: #626d77;
    width: 44px;
    height: 44px;
    text-align: center;
    padding-top: 15px;
}






.bg-breadcrumb {
    min-height: 73px;
    background: url("../img/bg-breadcrumb.jpg") no-repeat center center;
}

.txt-show strong {
    font-weight: bold;
}

.txt-show h1 {
    font-size: 28px;
    color: #c83b36;
}

.combo-ano .box-combo {
    display: inline-block;
    margin-left: 10px;
}

.combo-ano label {
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
}


.txt-show .list-group {
    margin: 20px 0 30px 0;
    font-size: .9em;
}


.list-group li > span {
    margin-right: 20px;
    float: left;
    color: #626d77;
    font-family: "Gotham Book";

}

.list-group li a {
    overflow: hidden;
    display: block;
}

.list-group-item {
    border: none;
    border-radius: 0;

}

footer {
    background-color: #1B1B1B;
    color: #fff;
    font-size: 12px;
    font-family: "Gotham Book";
    padding: 12px 0;

}

footer ul {
    font-family: "Gotham Book";
    text-transform: uppercase;
}


footer ul li a {
    color: #fff;
}


footer .txt-rodape,
.txt-rodape-r {
    text-align: center;
}


@media (max-width: 767px) {

    .nav-icones li a {
        display: none;
    }
    .nav-icones li.active a {
        display: block;
    }

    .fone span {
        border: 0;
        margin: 0 0 0 10px;
        padding: 0;
    }

    .form-contato .form-group label {
        display: block;
    }

    footer ul.list-inline {
        margin: 15px 0;
    }
}


@media (min-width: 768px) {

    .header.navbar > .container .navbar-right {
        margin-right: -15px;
    }

    .form-search .dropdown-menu .form-control {
        min-width: 270px;
    }

    #navbar {
        width: 67%;
    }


    .nav.menu {
        width: 270px;
    }

    .nav.menu > li > a {
        padding: 4px 15px;
        border-top: none;
    }



    .navbar-collapse {
        background-color: transparent;
    }

    body {
        margin-bottom: 30px;
    }

    footer {
        width: 100%;
        bottom: 0;
        position: absolute;
        height: 80px;
    }

    .txt-rodape-r {
        text-align: right;
    }

    footer .txt-rodape {
        text-align: left;
    }

    .modal-dialog {
        margin: 100px auto;
    }

    .nav.menu > li {
        float: none;
    }

    .nav.menu > li > a {
        padding-right: 7px;
        padding-left: 7px;
    }

    .modal-body,
    .modal-footer {
        padding: 15px 60px;
    }
    .modal-header {
        padding: 15px 30px 15px 40px;
    }

    .form-contato .control-label {
        padding-top: 14px;

    }



    .box-erro h2 {
        font-size: 160px;
        text-align: right;
    }

    .container-erro {
        text-align: left;
    }



}


@media (min-width: 992px) {

    .menu-topo .atendimento {
        font-size: 1em;
        margin: 0 25px 0 0;
    }


    .menu-topo .fone {
        font-size: 2em;
        margin: 0;
    }

    .chat-online:before {
        background: url(../img/sprite.png) no-repeat -58px 13px;
    }

    .navbar-brand > img {
        width: 100%;
    }

    .header {
        padding: 40px 0;
    }

    #navbar,
    .nav.menu {
        width: auto;
    }

    #navbar {
        margin-top: 5px;
    }

    .nav.menu > li {
        max-width: 120px;
        float: left;
    }

    .nav.menu > li:nth-child(4) {
        max-width: 160px;
    }

    .nav.menu > li > a {
        padding: 15px;
        text-align: right;
    }

    .nav-icones div a p {
        font-size: 1em;
    }

    .box-erro h2 {
        font-size: 220px;
    }

}

@media (min-width: 1200px) {
    .header.navbar > .container .navbar-brand {
        margin: 0 25px 0 45px;
    }
}

@media (min-width: 1440px) {}


/*Andrea*/

.validacaocampos {
    color: red;
}


.list-group li > span {
    margin-right: 20px;
    float: left;
    min-width: 80px;
    color: #626d77;
    font-family: "Gotham Book";
}


/*desempenho financeiro*/

[class^=icon-] {
    display: inline-block;
    background: url(../img/sprite.png) no-repeat;
}

.icon-download {
    background-position: -10px -145px;
    width: 37px;
    height: 37px;
}




#Div1 {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#texto p.legenda {
    float: left;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 0.895em;
    width: 100%;
}

#Div1 #form3 h4,
#Div1 #form3 label .campo {
    color: #004539;
    font-size: 20px;
    font-family: "GothamBook";
    float: left;
    margin-right: 5px;
    display: none;
}



.trimestres td {
    color: #042E6F;
    font-size: 18px;
    padding: 0px 15px;
    font-family: "Gotham Medium";

}

.btRelatorio {
    background: #FFF;
    font-size: 15px;
    font-family: "Gotham Book";
    padding: 10px 20px;
    margin-top: 10px;
    float: left;
}

.financeiro td {
    padding-left: 15px;
    font-family: "Gotham Book";
    line-height: 3.5em;
    font-size: 18px;
    color: #919191;
    border-bottom: 1px solid #EBEBEB;

}

.container-list {
    border: 1px solid #ED1C24;
    border-radius: 10px;
    padding: 20px;
}

.wrapper-style4 p,
.wrapper-style5,
.wrapper-style5 .text-right {
    text-align: center;
}


.wrapper-style4 {
    color: #bdbdbd;
    background-color: #1b1b1b;
    padding: 30px 0 12px 0;
}



.wrapper-style4 ul.text-right {
    margin-top: 40px;
    text-align: center;
}

.wrapper-style4 ul.text-right li {
    margin-bottom: 10px;
}

.wrapper-style4 address {
    margin-top: 10px;
    color: #bdbdbd;
}

.wrapper-style4 address p {
    margin: 0 0 2px 0;
}

.wrapper-style4 a {
    color: #bdbdbd;
}

.wrapper-style4 img {
    margin: 0 auto;
}

.wrapper-style4 p,
.wrapper-style5 a,
.wrapper-style5 {
    text-align: left;
}

.wrapper-style4 ul.text-right,
.wrapper-style5 .text-right {
    text-align: right;
}

.wrapper-style4 ul.text-right li {
    margin-bottom: 0;
}


.wrapper-style5 {
    background-color: #0c0c0c;
    padding: 8px 0 0 0;
    color: #8d8d8d;
}


.menuCinza {
    background-color: #808080;
}

.menu-lp{
    text-align: center;
    
}

.menu-lp a{
    color: #fff !important;
}

.developed-by img {
    margin-top: 15px;
}