@font-face {
    font-family: 'helvetica_cebold';
    src: url('../fonts/helvetica_ce_bold-webfont.eot');
    src: url('../fonts/helvetica_ce_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetica_ce_bold-webfont.woff') format('woff'), url('../fonts/helvetica_ce_bold-webfont.ttf') format('truetype'), url('../fonts/helvetica_ce_bold-webfont.svg#helvetica_cebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background: #e7e7e7 url(../img/background.png);
    border-top: 2px solid white;
}

a:focus,
a:hover {
    text-decoration: none;
}

header #logoContainer {
    padding: 20px 0;
}
@media (max-width: 767px) {
    header #logoContainer hgroup {
        color: ;
        display: inline-block;
    }
    header #logoContainer hgroup h1 {
        font-family: 'helvetica_cebold';
        font-weight: bold;
        display: inline-block;
    }
    header #logoContainer hgroup h1 span.bg-colored {
        background: #3c4798;
        color: ;
        padding: 2px 10px;
    }
    header #logoContainer hgroup h2 {
        text-align: center;
        font-size: 16px;
        margin: 0;
        display: block;
    }
}
@media (min-width: 768px) {
    header #logoContainer hgroup {
        color: #000000;
        display: inline-block;
    }
    header #logoContainer hgroup h1 {
        position: relative;
        left: -40px;
        top: 15px;
        font-family: 'helvetica_cebold';
        font-weight: bold;
        display: inline-block;
    }
    header #logoContainer hgroup h1 span.bg-colored {
        background: #3c4798;
        color: white;
        padding: 2px 10px;
    }
    header #logoContainer hgroup h2 {
        text-align: center;
        font-size: 16px;
        margin: 0;
        display: block;
        position: relative;
        left: -40px;
        top: 15px;
    }
}
header #logoContainer img {
    max-width: 100%;
}
header .clientareaHeader {
    margin-top: -2px;
}
@media (min-width: 768px) and (max-width: 991px) {
    header .clientareaHeader {
        width: 150px;
        float: right;
    }
    header .clientareaHeader a {
        border: 1px solid white;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        width: 130px;
    }
}
@media (min-width: 992px) {
    header .clientareaHeader a {
        border: 1px solid white;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
    }
}
@media (min-width: 1200px) {
    header .clientareaHeader a {
        border: 1px solid white;
        text-transform: uppercase;
        font-weight: bold;
    }
}
header .phoneHeader {
    margin-top: 35px;
    font-size: 20px;
    border-right: 1px solid black;
    text-align: right;
    color: #000000;
}
@media (max-width: 767px) {
    header .phoneHeader {
        text-align: center;
        border: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    header .phoneHeader {
        float: right;
        margin: 60px 0 0;
        border: none;
    }
}
header .phoneHeader strong {
    font-size: 30px;
}
header .addressHeader {
    margin-top: 35px;
    font-size: 12px;
    color: #000000;
}
@media (max-width: 767px) {
    header .addressHeader {
        text-align: center;
    }
    header .addressHeader strong {
        display: block;
        font-size: 13px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    header .addressHeader {
        float: right;
        margin-top: 20px;
    }
}
@media (min-width: 992px) {
    header .addressHeader strong {
        display: block;
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    header .addressHeader strong {
        display: block;
        font-size: 15px;
    }
}
header .link-atend {
    position: absolute;
    top: -3px;
    right: 220px;
    width: 143px;
    height: 33px;
    border: 2px solid #FFF;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
}
header .link-atend img {
    margin-left: -1px;
}
@media (max-width: 767px) {
    header .link-atend {
        right: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    header .link-atend {
        right: 150px;
    }
}
@media (min-width: 992px) {
    header .link-atend {
        right: 175px;
    }
}
@media (min-width: 1200px) {
    header .link-atend {
        right: 220px;
    }
}
#primaryMenu {
    background: #ffffff;
    border: 1px solid #B3B3B3;
    padding: 5px inherit;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 10px;
}
#primaryMenu .socialIcons {
    padding-top: 13px;
}
#primaryMenu .socialIcons a {
    opacity: 0.5;
}
#primaryMenu .socialIcons a:first-child {
    margin-right: 10px;
}
#primaryMenu .socialIcons a:hover {
    opacity: 1.0;
}
@media (max-width: 767px) {
    #primaryMenu .firstMenu {
        float: none !important;
    }
}
#primaryMenu .firstMenu ul li {
    padding: 0 10px;
    border-right: 1px solid #DFDFDF;
}
#primaryMenu .firstMenu ul li a {
    font-weight: bold;
    padding: inherit 10px;
    margin: inherit 0;
}
#primaryMenu .firstMenu ul li.active a {
    background: #3c4798;
    color: white;
}
.nav .caret {
    border-top-color: #666;
    border-bottom-color: #666;
}

.nav a:hover .caret {
    border-top-color: #00312F;
    border-bottom-color: #00312F;
}

#siteContent {
    padding-top: 30px;
    background: #FFF;
    border: 1px solid #B3B3B3;
}

#siteContent #slidesHome .carousel-indicators {
    bottom: -50px;
}
#siteContent #slidesHome .carousel-indicators li {
    background: #666;
}
#siteContent #slidesHome .carousel-indicators li.active {
    background: #3c4798;
}
#siteContent #slidesHome .carousel-caption {
    text-align: left;
    left: 40px;
}
#siteContent #slidesHome .carousel-caption h2 {
    color: white;
    background: url(../img/bg-caption-slide.png);
    padding: 10px;
}
#siteContent #slidesHome .carousel-caption div {
    background: url(../img/bg-caption-slide.png);
    padding: 10px;
}
@media (max-width: 768px) {
    #siteContent #slidesHome .carousel-caption {
        display: none;
    }
}
#siteContent .ultimas-noticias {
    margin-top: 50px;
    margin-bottom: 80px;
}
#siteContent .ultimas-noticias h2 {
    color: #333333;
    text-align: left;
    font-size: 24px;
}

#siteContent h2.pgTitle {
    font-family: 'helvetica_cebold';
    font-weight: bold;
    text-align: right;
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3c4798;
    color: #3a3a3a;
}

#siteContent #boxesHome {
    margin-top: 110px;
}
#siteContent #boxesHome header h3 {
    color: #3a3a3a;
}
#siteContent #boxesHome #mapa-localizacao article {
    height: 400px;
}
#siteContent #boxesHome #empresaBox img {
    margin-bottom: 10px;
}


#utilLinks {
    text-align: center;
}

#utilLinks h3 {
    margin-top: 40px;
    font-size: 40px;
    text-align: center;
}

#utilLinks #imgAndLinks {
    background: #FFF;
    border: 1px solid #B3B3B3;
    padding: 30px 0;
}
#utilLinks #imgAndLinks a {
    overflow: hidden;
    width: 181px;
    height: 57px;
    text-indent: -99999px;
    display: inline-block;
}
#utilLinks #imgAndLinks a.logoReceita {
    background: url(../img/logo_receita_links.png) no-repeat;
}
#utilLinks #imgAndLinks a.logoReceita:hover {
    background: url(../img/logo_receita_links-hover.png) no-repeat;
}
#utilLinks #imgAndLinks a.logoCaixa {
    background: url(../img/logo_caixa_links.png) no-repeat;
}
#utilLinks #imgAndLinks a.logoCaixa:hover {
    background: url(../img/logo_caixa_links-hover.png) no-repeat;
}
#utilLinks #imgAndLinks a.logoSimples {
    background: url(../img/logo_simples_links.png) no-repeat;
}
#utilLinks #imgAndLinks a.logoSimples:hover {
    background: url(../img/logo_simples_links-hover.png) no-repeat;
}
#utilLinks #imgAndLinks a.logoCfc {
    background: url(../img/logo_cfc_links.png) no-repeat;
}
#utilLinks #imgAndLinks a.logoCfc:hover {
    background: url(../img/logo_cfc_links-hover.png) no-repeat;
}
#utilLinks #imgAndLinks a.logoCorreios {
    background: url(../img/logo_correios_links.png) no-repeat;
}
#utilLinks #imgAndLinks a.logoCorreios:hover {
    background: url(../img/logo_correios_links-hover.png) no-repeat;
}
#footerSite {
    background: #f5f5f5;
}
#footerSite .logoFooterContainer {
    padding: 20px 5px;
}
#footerSite .logoFooterContainer a {
    display: inline-block;
}
#footerSite .logoFooterContainer hgroup {
    display: inline-block;
    color: white;
}
#footerSite .logoFooterContainer hgroup h1 {
    position: relative;
    left: -40px;
    top: 15px;
    font-family: 'helvetica_cebold';
    font-weight: bold;
    display: inline-block;
}
#footerSite .logoFooterContainer hgroup h1 span.bg-colored {
    background: #3c4798;
    padding: 2px 10px;
}
#footerSite .logoFooterContainer hgroup h2 {
    text-align: center;
    font-size: 16px;
    margin: 0;
    display: block;
    position: relative;
    left: -40px;
    top: 15px;
}
#footerSite .addressFooter {
    text-align: right;
    color: #434343;
    font-size: 12px;
    margin: 35px auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    #footerSite .addressFooter {
        text-align: center;
        margin: 0;
    }
    #footerSite .addressFooter strong {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #footerSite .addressFooter {
        float: right;
        margin: 20px 0 0;
    }
}
@media (min-width: 992px) {
    #footerSite .addressFooter strong {
        display: block;
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    #footerSite .addressFooter strong {
        display: block;
        font-size: 16px;
    }
}
#footerSite .phoneFooter {
    font-size: 20px;
    border-left: 1px solid #434343;
    margin: 35px auto;
    color: #434343;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    #footerSite .phoneFooter {
        text-align: center;
        margin: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #footerSite .phoneFooter {
        margin: 0;
        padding-top: 0;
        border: none;
        float: right;
    }
}
#footerSite .phoneFooter strong {
    font-size: 30px;
}
#summarySite {
    margin-top: 10px;
    background: #258cc3;
    padding: 20px 15px;
    color: #ffffff;
    font-size: 12px;
}

#summarySite a {
    color: #FFFFFF;
}
@media (max-width: 767px) {
    #summarySite {
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #summarySite div .col-md-6:first-child {
        float: right;
    }
    #summarySite div .col-md-6:first-child {
        float: left;
    }
}
#summarySite strong {
    color: white;
    font-size: 11px;
}
#summarySite .developedBy {
    text-align: right;
}
@media (max-width: 767px) {
    #summarySite .developedBy {
        text-align: center;
    }
}
.box-noticia-ps {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #979fd6;
}
.box-noticia-ps .titulos {
    margin-bottom: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #979fd6;
}
.box-noticia-ps .titulos .btn {
    position: relative;
    top: -2px;
    letter-spacing: 0;
}
.box-noticia-ps ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.box-noticia-ps ul li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0e2f3;
}
.box-noticia-ps ul li:first-child {
    margin-top: 0;
    border-top: 0;
}
.box-noticia-ps ul li a {
    color: #3c4798;
}
.box-noticia-ps ul li a strong {
    display: inline-block;
    width: 100%;
    color: #1f254f;
}

.est-boletos h2 {
    text-align: left;
}
.est-boletos h3 {
    margin-bottom: 20px;
    font: bold 30px Arial, Helvetica, sans-serif;
    color: #e97b02;
}
.est-boletos .form-login {
    text-align: center;
}
.est-boletos .form-login .txt-campo {
    padding-bottom: 6px;
    font: bold 15px Arial, Helvetica, sans-serif;
    color: #000;
}
.est-boletos .form-login input[type=text] {
    padding: 2px 5px;
    font: bold 15px/25px Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #f5f5f5;
    border: 0;
}
.est-boletos .form-login .BtForm {
    height: 29px;
    padding: 0 5px;
    font: bold 15px Arial, Helvetica, sans-serif;
    color: #FFF;
    background-color: #3c4798;
    border: 0;
    cursor: pointer;
}
.est-boletos .form-login .BtForm:hover {
    background-color: #1f254f;
}
.est-boletos .form-login .campo-valida {
    display: block;
    margin: 5px 0 10px;
}
.est-boletos .form-login .CampoNaoValido {
    color: red;
}
.list-boletos h3 {
    margin-bottom: 20px;
    font: bold 25px Arial, Helvetica, sans-serif;
    color: #258cc3;
}
.list-boletos .InfCliente {
    padding: 8px 5px;
    margin-bottom: 20px;
    background-color: #258cc3;
}
.list-boletos .InfCliente p {
    display: inline;
    margin: 0 !important;
    color: #FFF;
}
.list-boletos .InfCliente .txt-nome-logado {
    display: inline-block;
    margin: 0;
    font-size: 17px;
    border-right: 1px solid #FFF;
    padding-right: 8px;
    margin-right: 5px;
    color: #FFF;
}
.list-boletos .InfCliente .link-logoff {
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
}
.list-boletos table tr td {
    padding: 6px 3px;
    font-size: 13px;
    background-color: #f9f9f9;
}
.list-boletos table thead tr td {
    padding: 3px;
    font-weight: bold;
    background-color: #258cc3;
    font-size: 12px;
    color: white;
}
.list-boletos table tr td a {
    font-weight: bold;
    font-size: 13px;
    color: #503905;
}

/*Calendario*/
#calendarioagenda {
    background-color: #fff;
    min-height: 560px;
    max-height: auto;
    width: 100%;
    margin: 0 auto;
}

#calendarioagenda h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}

iframe#calendarios {
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

iframe#obrigacoes {
    display: block;
    margin-top: -9px;
    overflow: hidden;
}

/*Página Empresa*/
#subpagina {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #FFF;
    border: 1px solid #B3B3B3;
}

#subpagina h2.pgTitle {
    font-family: 'helvetica_cebold';
    font-weight: bold;
    text-align: right;
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3c4798;
    color: #3a3a3a;
}

#subpagina p {
    text-align: justify;
}

/*Página Contatos*/

#subpagina-contato {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFF;
    border: 1px solid #B3B3B3;
}

#subpagina-contato h2.pgTitle {
    font-family: 'helvetica_cebold';
    font-weight: bold;
    text-align: right;
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3c4798;
    color: #3a3a3a;
}

#subpagina-contato form#contato .btn-primary {
    background: #3c4798;
    border: 1px solid #2e3673;
}
#subpagina-contato .informacoes-contato h3 {
    font-family: 'helvetica_cebold';
    font-weight: bold;
    margin-top: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3c4798;
    color: #3A3A3A;
}
#subpagina-contato .informacoes-contato .telefone strong {
    font-size: 20px;
}

#subpagina-contato .informacoes-contato .endereco address strong {
    display: block;
    font-size: 17px;
}

#subpagina-contato .mapa-localizacao {
    width: 100%;
    height:450px;
    outline:3px solid white;
    margin-bottom: 30px;
}

/* Página Boletim*/
#subpagina-boletim {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFF;
    border: 1px solid #B3B3B3;
}
#subpagina-boletim h2.pgTitle {
    font-family: 'helvetica_cebold';
    font-weight: bold;
    text-align: right;
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3c4798;
    color: #3a3a3a;
}

.boletim-ps {
    padding-right: 15px;
}
.boletim-ps ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.boletim-ps ul li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0e2f3;
}
.boletim-ps ul li:first-child {
    margin-top: 0;
    border-top: 0;
}
.boletim-ps ul li a {
    color: #3c4798;
}
.boletim-ps ul li a strong {
    display: inline-block;
    width: 100%;
    color: #1f254f;
}

/* Ícone Flutuante WhatsApp */
#whatsapp-button {
    display: flex;
    position: fixed;
    background: #25d366;
    bottom: 25px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    box-shadow: 2px 2px 12px rgba(22, 124, 60, 0.2);
    transition: 0.4s;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    z-index: 2;
}
#whatsapp-button > .rwb-tooltip {
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 15px;
    color: #2d2d2d;
    font-size: 16px;
    white-space: nowrap;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.4s;
    pointer-events: none;
    background-color: #ffffff;
}
#whatsapp-button > .rwb-tooltip:after {
    display: block;
    content: "";
    position: absolute;
    top: 85%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    transition: 0.4s;
}
#whatsapp-button.left {
    left: 25px;
}
#whatsapp-button.left > .rwb-tooltip {
    left: 0;
    transform: translateX(-10%);
}
#whatsapp-button.left > .rwb-tooltip:after {
    left: 23px;
}
#whatsapp-button:not(.left) {
    right: 25px;
}
#whatsapp-button:not(.left) > .rwb-tooltip {
    right: 0;
    transform: translateX(10%);
}
#whatsapp-button:not(.left) > .rwb-tooltip:after {
    right: 23px;
}
#whatsapp-button:hover {
    background: #21bd5c;
    box-shadow: 3px 3px 12px rgba(14, 81, 39, 0.4);
}
#whatsapp-button:hover > .rwb-tooltip {
    opacity: 1;
    transform: translateX(0);
}
#whatsapp-button:hover > .rwb-tooltip:after {
    top: 100%;
    transition-delay: 0.4s;
}