/* 
*  Padrões de cores:
*    - Cor padrão projeto: #2370B7 
*    - Cor fundo banner  : #f7f7f7 
*    - Cor Conteúdo, menu, acessibilidade do topo: #277dcc
*/
@charset "utf-8";

.cor-padrao-bg {
    background-color: #277dcc;
}
.cor-padrao-text {
    color: #0835c8;
}


.circle {
    width: 90px;
    /* Largura do círculo */
    height: 90px;
    /* Altura do círculo */
    border-radius: 50%;
    /* Faz o elemento ser um círculo */
    background-color: white;
    /* Cor de fundo do círculo */
    display: flex;
    /* Usando flexbox para centralizar */
    align-items: center;
    /* Centraliza verticalmente */
    justify-content: center;
    /* Centraliza horizontalmente */
    color: #2370B7;
    /* Cor do ícone */
    font-size: 20px;
    /* Tamanho do ícone */
}


/* Menu opções topo - inicio - Município - etc */
.menu-hover>li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    color: white;
}

.menu-hover>li>a {
    text-decoration: none;
    color: white;
    padding: 10px 20px;
    display: block;
}


.menu-hover li ul li a {
    display: block;
    color: white;
    text-decoration: none;
}



/* Efeitos de hover para os links */
.menu-hover li a:hover {
    padding-left: 10px;
    background-color: white;
    color: #2370B7;
    font-style: italic;

}



/* cor letras itens ul - li */
.menu-hover ul a:hover {
    padding-left: 10px;
    background-color: white;
    color: #2370B7;
    font-style: italic;

}


/* ----- noticia lista */
/* Remove o estilo padrão dos marcadores */
ul.notifica-lista {
    list-style: none;
    padding: 0;

}

/* Estilo dos itens da lista */
ul.notifica-lista li {
    position: relative;
    padding-left: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #666;
    border-radius: 2px;
    padding: 0px;
    transition: all 0.3s ease;
    width: 100%;
}

/* Cria um marcador personalizado antes do texto */
ul.notifica-lista li::before {
    /* content: "-"; */
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 20px;
    color: #3498db;
}

/* Efeito hover nos itens */
ul.notifica-lista li:hover {
    color: white;
    background-color: #2370B7;
}

/* ------------------------ */
/* ------ Modo dark ------- */
.dark-mode {
    --dark-mode-color: #ffffff;
    --dark-mode-bg-color: #000000;
    background-color: #000000 !important;
    color: #ffffff !important;
}

.dark-mode .interno-cabecalho .logo a {
    filter: brightness(0.2) contrast(1.2);
    background-color: #000000;
}

/* Dark em footer com Avenida*/
.dark-mode .footer {
    background-color: #000000;
    -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
    -moz-box-shadow: 0px 0px 0px 3px #ffffff;
    box-shadow: 0px 0px 0px 3px #ffffff;
}

/* Button 1 - 2 cor fundo */
.dark-mode .highlights-container .highlights-dots li button {
    padding: 5px 10px;
    background-color: #000000;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 700;
}

.dark-mode .highlights2-container .highlights2-dots li button {
    padding: 5px 10px;
    background-color: #000000;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 700;
}

/* Button 1 - 2 de tela de transição - hover  */
.dark-mode .highlights-container .highlights-dots li.slick-active button {
    border: 1px solid #ffffff;
    color: #000000;
}

.dark-mode .highlights2-container .highlights2-dots li.slick-active button {
    border: 1px solid #ffffff;
    color: #000000;
}

/* Button 1 - 2 de tela de transição - hover  */
.dark-mode .highlights-container .highlights-dots li button:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
}

.dark-mode .highlights2-container .highlights2-dots li button:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
}

/* Linha abaixo de conteudo - menu */
.dark-mode .header-top {
    background-color: #000000;
    color: #ffffff;
    -webkit-box-shadow: 0px 3px 0px 0px #000000;
    -moz-box-shadow: 0px 3px 0px 0px #000000;
    box-shadow: 0px 3px 0px 0px #000000;
}

.dark-mode a:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.dark-mode h1 {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.dark-mode .endereco section a:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
}


.dark-mode .lista1 p:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.dark-mode-img {
    filter: brightness(0.2) contrast(1.2);
}

.dark-mode .header {
    filter: brightness(0.2) contrast(1.2);
}

.dark-mode .header-top img {
    filter: brightness(0.2) contrast(1.2);
}

.dark-mode .container ul li a {
    background-color: #000000;
    color: #ffffff;
}

.dark-mode .header-top-sm-min {
    background-color: #000000;
    color: #ffffff;
}

.dark-mode .hidden-xs li a:hove {
    color: #000000;
    background-color: #ffffff;
}

.dark-mode li a {
    background-color: #000000;
    color: #ffffff;
}

/* Dark diario oficial background */
.dark-mode .quick-access li a {
    background-color: #000000;
    color: #ffffff;
}

.dark-mode .quick-access li a i {
    color: #ffffff;
}

.dark-mode .cabecalho-secao-3 h1 {
    background-color: #000000;
    color: #ffffff;
    background: -moz-linear-gradient(top, #000000 0%, #000000 0%, #000000 0%, #000000 0%, #000000 65%, #ffffff 65%);
    background: -webkit-linear-gradient(top, #000000 0%, #ffffff 0%, #ffffff 0%, #000000 0%, #000000 65%, #ffffff 65%);
    background: linear-gradient(to bottom, #000000 0%, #ffffff 0%, #ffffff 0%, #000000 0%, #000000 65%, #ffffff 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='@color-cabecalho-secao-bg-2', GradientType=0);
}

.dark-mode .dropdown li a {
    background-color: #000000;
    color: #ffffff;
}

.dark-mode .collapse ul li a {
    background-color: #000000;
    color: #ffffff;
}

.dark-mode .collapse li a:hover {
    background-color: #000000;
    color: #ffffff;
}

.dark-mode .lista1 li a {
    background-color: #000000;
    color: #ffffff;
}



.dark-mode .row-content li a {
    background-color: #000000;
    color: #ffffff;
}

.dark-mode .interno-cabecalho h1 {
    background-color: #000000;
    color: #ffffff;
}


.dark-mode .cabecalho-secao-3 .img .header-tudo .row {
    background-color: #000000;
    color: #f8f9fa;
}

.dark-mode .header-tudo img {
    background-color: #000000;
    color: #f8f9fa;
}

.dark-mode .header-top {
    background-color: #000000;
    color: #f8f9fa;
}

.dark-mode .footer {
    background-color: #000000;
    color: #f8f9fa;
}

.dark-mode .header-tudo .container {
    background-color: #000000;
    color: #f8f9fa;
}

.dark-mode .container {
    background-color: #000000;
    color: #f8f9fa;
}

.dark-mode .nav_menu {
    background-color: #000000;
    color: #f8f9fa;
}

.dark-mode .tamanho_fontes {
    background-color: #000000;
    color: #f8f9fa;
}

.dark-mode .header-top {
    background-color: #000000;
    color: #f8f9fa;
}

.dark-mode .header-top-menu {
    background-color: #000000;
    color: #f8f9fa;
}

.dark-mode .row .dropdown .dropdown-toggle .dropdown-toggle-arrow .navbar .yamm .navbar-inverse .yamm-content .rg-yamm-simple .lista1 .lista-menu .logo-top a .conteudo-pagina content .row-content .cabecalho-secao-3 .highlights-figure .highlights-texts {
    background-color: #000000;
    color: #f8f9fa;
}

.dark-mode .news-home .quick-access {
    background-color: #000000;
    color: #f8f9fa;
}

.dark-mode .conteudo-pagina .header-top-menu .navbar-inverse {
    background-color: #000000;
    color: #f8f9fa;
}

.dark-mode .header-top-menu .navbar-inverse {
    background-color: #000000;
    color: #f8f9fa;
}

.dark-mode .header-top-menu .navbar-inverse {
    background-color: #000000;
    color: #f8f9fa;
}

.dark-mode .notifica-lista .pull-right .pull-left .dropdown-toggle {
    background-color: #000000;
    color: #f8f9fa;
}

/* ------ Modo dark ------ */
/* ------------------------ */
/* ------------------------ */

.logo-top {
    background-color: #277dcc;
    color: #FFF;
    padding: 20px 0;
    font-size: 11px;
    border-top: 1px solid #358ad8;
}

.logo-top a {
    color: #FFF;
    text-decoration: underline;
}

/* @fileRef 000_bootstrap.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

aside,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}



[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}



hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


td,
th {
    padding: 0;
}


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-menu-up:before {
    content: "\e260";
}


/* posição  */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Fonte do site */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
}


a {
    color: #2370B7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #174977;
    text-decoration: underline;
    background-color: #666;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}


.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}






h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}


h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}




@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}



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


.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}


/* lista acesso - portal da transparencia */
.lista1 {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}








.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

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

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

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

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

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}





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




label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
}



input[type="search"] {
    -webkit-appearance: none;
}



.form-group {
    margin-bottom: 15px;
}


.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    /* background-color: #fff; */
    background-color: #2370B7;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    border: 1px solid red;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #2370B7;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 11px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}



@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-toolbar {
    margin-left: -5px;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}


.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav>li.disabled>a {
    color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #2370B7;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 4px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #2370B7;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 0;
    }
}


/* Posição menu  */
.navbar-header {
    position: absolute;
    right: 5%;
}

@media (min-width:768px) {
    .navbar-header {
        float: right;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}




.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 13px;
    margin-bottom: 13px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #FFF;
    border-color: #eeeeee;
}

.navbar-default .navbar-brand {
    color: #2370B7;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #1b568c;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #2370B7;
}

.navbar-default .navbar-nav>li>a {
    color: #2370B7;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #2370B7;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #2370B7;
    background-color: #FFF;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #2370B7;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #277dcc;
}

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

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #eeeeee;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #FFF;
    color: #2370B7;
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #2370B7;
    }

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

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #2370B7;
        background-color: #FFF;
    }

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

.navbar-default .navbar-link {
    color: #2370B7;
}

.navbar-default .navbar-link:hover {
    color: #2370B7;
}

.navbar-default .btn-link {
    color: #2370B7;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #2370B7;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #2370B7;
    border-color: #1b568c;
}

.navbar-inverse .navbar-brand {
    color: #FFF;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #FFF;
}

/* cor letra menu topo */
.navbar-inverse .navbar-nav>li>a {
    color: #FFF;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    /* color: #2370B7; */
    background-color: transparent;
}


/* cor foco menu */
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    /* color: #2370B7; */
    background-color: transparent
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #1b568c;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #1b568c;
}

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

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #1d5e99;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #1b568c;
    color: #2370B7;
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #1b568c;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #1b568c;
    }

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

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #2370B7;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #2370B7;
        background-color: #1b568c;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #FFF;
}

.navbar-inverse .navbar-link:hover {
    color: #2370B7;
}

.navbar-inverse .btn-link {
    color: #FFF;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #2370B7;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}





.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #2370B7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #1b568c;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron>hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #2370B7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}


.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/* @fileRef 005_yamm.css */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

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

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

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

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

.fa {
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

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

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* @fileRef 020_rgsites-font-icons.css */
/* @font-face {  font-family: "rgsites-font-icons";  src: url("../fonts/rgsites-font-icons.eot?v=12");  src: url("../fonts/rgsites-font-icons.eot?#iefix&v=12") format("embedded-opentype"), url("../fonts/rgsites-font-icons.woff?v=12") format("woff"), url("../fonts/rgsites-font-icons.ttf?v=12") format("truetype"), url("../fonts/rgsites-font-icons.svg?v=12#rgsites-font-icons") format("svg");  font-weight: normal;  font-style: normal; } */
[data-icon]:before {
    font-family: "rgsites-font-icons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="rg-icon-"]:before,
[class*=" rg-icon-"]:before {
    font-family: "rgsites-font-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rg-icon-iptu:before {
    content: "\63";
}

.rg-icon-licitacao:before {
    content: "\64";
}

.rg-icon-licitacao2:before {
    content: "\65";
}

.rg-icon-nfse:before {
    content: "\66";
}

.rg-icon-ouvidoria1:before {
    content: "\67";
}

.rg-icon-acesso-a-informacao-1:before {
    content: "\62";
}

.rg-icon-contas-publicas:before {
    content: "\68";
}

.rg-icon-mesa-diretora:before {
    content: "\69";
}

.rg-icon-comissoes:before {
    content: "\6a";
}

.rg-icon-processo-seletivo:before {
    content: "\61";
}

.rg-icon-presenca:before {
    content: "\6b";
}

.rg-icon-ambulancia:before {
    content: "\6d";
}

.rg-icon-operario:before {
    content: "\6f";
}

.rg-icon-chave-inglesa:before {
    content: "\71";
}

.rg-icon-checar-documento:before {
    content: "\72";
}

.rg-icon-2-via:before {
    content: "\73";
}

.rg-icon-operario-com-ferramenta:before {
    content: "\70";
}

.rg-icon-certificado:before {
    content: "\6c";
}

.rg-icon-debitos:before {
    content: "\6e";
}

.rg-icon-receitas:before {
    content: "\74";
}

.rg-icon-despesas:before {
    content: "\75";
}

.rg-icon-cargos-e-salarios:before {
    content: "\76";
}

.rg-icon-tribuna:before {
    content: "\77";
}

.rg-icon-virus:before {
    content: "\78";
}

.rg-icon-calc:before {
    content: "\79";
}

.rg-icon-divida:before {
    content: "\7a";
}

.rg-icon-contra-cheque:before {
    content: "\41";
}

.rg-icon-contabilidade:before {
    content: "\42";
}

.rg-icon-comissoes-2:before {
    content: "\43";
}

.rg-icon-pauta-comissoes:before {
    content: "\44";
}

.rg-icon-relatorio:before {
    content: "\45";
}

.rg-icon-sessao-plenaria:before {
    content: "\46";
}

.rg-icon-vacina:before {
    content: "\47";
}



.input-group.date .input-group-addon {
    cursor: pointer;
}

.input-daterange {
    width: 100%;
}

.input-daterange input {
    text-align: center;
}

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.42857143;
    text-shadow: 0 1px 0 #fff;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
}

[icon-basic]:before {
    font-family: "linea-basic-10" !important;
    content: attr(icon-basic);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-basic-"]:before,
[class*=" icon-basic-"]:before {
    font-family: "linea-basic-10" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-basic-accelerator:before {
    content: "a";
}

.icon-basic-alarm:before {
    content: "b";
}

.icon-basic-anchor:before {
    content: "c";
}

.icon-basic-anticlockwise:before {
    content: "d";
}

.icon-basic-archive:before {
    content: "e";
}

.icon-basic-archive-full:before {
    content: "f";
}

.icon-basic-ban:before {
    content: "g";
}

.icon-basic-battery-charge:before {
    content: "h";
}

.icon-basic-battery-empty:before {
    content: "i";
}

.icon-basic-battery-full:before {
    content: "j";
}

.icon-basic-battery-half:before {
    content: "k";
}

.icon-basic-bolt:before {
    content: "l";
}

.icon-basic-book:before {
    content: "m";
}

.icon-basic-book-pen:before {
    content: "n";
}

.icon-basic-book-pencil:before {
    content: "o";
}

.icon-basic-bookmark:before {
    content: "p";
}

.icon-basic-calculator:before {
    content: "q";
}

.icon-basic-calendar:before {
    content: "r";
}

.icon-basic-cards-diamonds:before {
    content: "s";
}

.icon-basic-cards-hearts:before {
    content: "t";
}

.icon-basic-case:before {
    content: "u";
}

.icon-basic-chronometer:before {
    content: "v";
}

.icon-basic-clessidre:before {
    content: "w";
}

.icon-basic-clock:before {
    content: "x";
}

.icon-basic-clockwise:before {
    content: "y";
}

.icon-basic-cloud:before {
    content: "z";
}

.icon-basic-clubs:before {
    content: "A";
}

.icon-basic-compass:before {
    content: "B";
}

.icon-basic-cup:before {
    content: "C";
}

.icon-basic-diamonds:before {
    content: "D";
}

.icon-basic-display:before {
    content: "E";
}

.icon-basic-download:before {
    content: "F";
}

.icon-basic-exclamation:before {
    content: "G";
}

.icon-basic-eye:before {
    content: "H";
}

.icon-basic-eye-closed:before {
    content: "I";
}

.icon-basic-female:before {
    content: "J";
}

.icon-basic-flag1:before {
    content: "K";
}

.icon-basic-flag2:before {
    content: "L";
}

.icon-basic-floppydisk:before {
    content: "M";
}

.icon-basic-folder:before {
    content: "N";
}

.icon-basic-folder-multiple:before {
    content: "O";
}

.icon-basic-gear:before {
    content: "P";
}

.icon-basic-geolocalize-01:before {
    content: "Q";
}

.icon-basic-geolocalize-05:before {
    content: "R";
}

.icon-basic-globe:before {
    content: "S";
}

.icon-basic-gunsight:before {
    content: "T";
}

.icon-basic-hammer:before {
    content: "U";
}

.icon-basic-headset:before {
    content: "V";
}

.icon-basic-heart:before {
    content: "W";
}

.icon-basic-heart-broken:before {
    content: "X";
}

.icon-basic-helm:before {
    content: "Y";
}

.icon-basic-home:before {
    content: "Z";
}

.icon-basic-info:before {
    content: "0";
}

.icon-basic-ipod:before {
    content: "1";
}

.icon-basic-joypad:before {
    content: "2";
}

.icon-basic-key:before {
    content: "3";
}

.icon-basic-keyboard:before {
    content: "4";
}

.icon-basic-laptop:before {
    content: "5";
}

.icon-basic-life-buoy:before {
    content: "6";
}

.icon-basic-lightbulb:before {
    content: "7";
}

.icon-basic-link:before {
    content: "8";
}

.icon-basic-lock:before {
    content: "9";
}

.icon-basic-lock-open:before {
    content: "!";
}

.icon-basic-magic-mouse:before {
    content: "\"";
}

.icon-basic-magnifier:before {
    content: "#";
}

.icon-basic-magnifier-minus:before {
    content: "$";
}

.icon-basic-magnifier-plus:before {
    content: "%";
}

.icon-basic-mail:before {
    content: "&";
}

.icon-basic-mail-multiple:before {
    content: "'";
}

.icon-basic-mail-open:before {
    content: "(";
}

.icon-basic-mail-open-text:before {
    content: ")";
}

.icon-basic-male:before {
    content: "*";
}

.icon-basic-map:before {
    content: "+";
}

.icon-basic-message:before {
    content: ",";
}

.icon-basic-message-multiple:before {
    content: "-";
}

.icon-basic-message-txt:before {
    content: ".";
}

.icon-basic-mixer2:before {
    content: "/";
}

.icon-basic-mouse:before {
    content: ":";
}

.icon-basic-notebook:before {
    content: ";";
}

.icon-basic-notebook-pen:before {
    content: "<";
}

.icon-basic-notebook-pencil:before {
    content: "=";
}

.icon-basic-paperplane:before {
    content: ">";
}

.icon-basic-pencil-ruler:before {
    content: "?";
}

.icon-basic-pencil-ruler-pen:before {
    content: "@";
}

.icon-basic-photo:before {
    content: "[";
}

.icon-basic-picture:before {
    content: "]";
}

.icon-basic-picture-multiple:before {
    content: "^";
}

.icon-basic-pin1:before {
    content: "_";
}

.icon-basic-pin2:before {
    content: "`";
}

.icon-basic-postcard:before {
    content:"{";
}

.icon-basic-postcard-multiple:before {
    content: "|";
}

.icon-basic-printer:before {
    content: "}";
}

.icon-basic-question:before {
    content: "~";
}

.icon-basic-rss:before {
    content: "\\";
}

.icon-basic-server:before {
    content: "\e000";
}

.icon-basic-server2:before {
    content: "\e001";
}

.icon-basic-server-cloud:before {
    content: "\e002";
}

.icon-basic-server-download:before {
    content: "\e003";
}

.icon-basic-server-upload:before {
    content: "\e004";
}

.icon-basic-settings:before {
    content: "\e005";
}

.icon-basic-share:before {
    content: "\e006";
}

.icon-basic-sheet:before {
    content: "\e007";
}

.icon-basic-sheet-multiple:before {
    content: "\e008";
}

.icon-basic-sheet-pen:before {
    content: "\e009";
}

.icon-basic-sheet-pencil:before {
    content: "\e00a";
}

.icon-basic-sheet-txt:before {
    content: "\e00b";
}

.icon-basic-signs:before {
    content: "\e00c";
}

.icon-basic-smartphone:before {
    content: "\e00d";
}

.icon-basic-spades:before {
    content: "\e00e";
}

.icon-basic-spread:before {
    content: "\e00f";
}

.icon-basic-spread-bookmark:before {
    content: "\e010";
}

.icon-basic-spread-text:before {
    content: "\e011";
}

.icon-basic-spread-text-bookmark:before {
    content: "\e012";
}

.icon-basic-star:before {
    content: "\e013";
}

.icon-basic-tablet:before {
    content: "\e014";
}

.icon-basic-target:before {
    content: "\e015";
}

.icon-basic-todo:before {
    content: "\e016";
}

.icon-basic-todo-pen:before {
    content: "\e017";
}

.icon-basic-todo-pencil:before {
    content: "\e018";
}

.icon-basic-todo-txt:before {
    content: "\e019";
}

.icon-basic-todolist-pen:before {
    content: "\e01a";
}

.icon-basic-todolist-pencil:before {
    content: "\e01b";
}

.icon-basic-trashcan:before {
    content: "\e01c";
}

.icon-basic-trashcan-full:before {
    content: "\e01d";
}

.icon-basic-trashcan-refresh:before {
    content: "\e01e";
}

.icon-basic-trashcan-remove:before {
    content: "\e01f";
}

.icon-basic-upload:before {
    content: "\e020";
}

.icon-basic-usb:before {
    content: "\e021";
}

.icon-basic-video:before {
    content: "\e022";
}

.icon-basic-watch:before {
    content: "\e023";
}

.icon-basic-webpage:before {
    content: "\e024";
}

.icon-basic-webpage-img-txt:before {
    content: "\e025";
}

.icon-basic-webpage-multiple:before {
    content: "\e026";
}

.icon-basic-webpage-txt:before {
    content: "\e027";
}

.icon-basic-world:before {
    content: "\e028";
}

/* @fileRef 035_cookie_alert.css */
#banner-cookies {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9998
}

#banner-cookies button {
    margin-left: 15px;
    margin-top: 15px;
}

#banner-cookies .title-alert {
    font-size: 1.3em !important;
}

#difinicoes-cookies {
    z-index: 9999 !important;
}

#difinicoes-cookies .item {
    margin-top: 30px;
}

#difinicoes-cookies .item.disable {
    opacity: 50%;
    margin-top: 0;
}

#difinicoes-cookies input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.switch+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.switch--shadow+label {
    padding: 2px;
    width: 40px;
    height: 20px;
    background-color: #dddddd;
    border-radius: 20px;
}

.switch--shadow+label:before,
.switch--shadow+label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: '';
}

.switch--shadow+label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 20px;
    transition: all 0.4s;
}

.switch--shadow+label:after {
    width: 22px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
}

.switch--shadow:checked+label:before {
    background-color: #8ce196;
}

.switch--shadow:checked+label:after {
    transform: translateX(20px);
}

.light_padding {
    padding: 3px 6px;
    display: inline-block;
    background-color: #277dcc;
}

.rg-file-pf {
    font-size: 1.5em;
    color: #9F0706;
}

.rg-file-zip {
    font-size: 1.5em;
}

.normas-relaciodas {
    line-height: 30px;
}

.normas-relaciodas a {
    display: inline-block;
    margin-right: 20px;
}

.navbar-toggle.rg-navbar-toggle-search {
    padding: 5px 12px;
    color: #FFF;
}

.rg-form-collapse {
    padding: 15px 0;
}

.rg-form-collapse .form-control,
.rg-form-collapse .form-control:focus {
    border: 1px solid #1f63a2;
    border-right: 0;
    box-shadow: none;
    outline: 0 none;
}

.lista-menu li {
    padding: 5px 0;
}

.lista-menu i {
    color: #999;
    margin-right: 5px;
}

.lista-menu .menu-header-1 {
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #999;
    color: #666;
    text-transform: uppercase;
}

.lista-menu .menu-header-2 {
    text-transform: uppercase;
    color: #666;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    cursor: default;
}

.lista-menu .menu-header-2:hover {
    text-decoration: none;
}

#navbar-inverse-sm-min .navbar-inverse {
    border-top: 2px dotted #999;
    border-left: none;
    border-bottom: none;
    border-right: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
}

#navbar-inverse-sm-min .navbar-inverse .navbar-nav>li>a {
    color: #666;
    padding: 15px 13px 10px 13px;
}

#navbar-inverse-sm-min .navbar-inverse .navbar-nav>.link-inicio>a {
    padding-left: 0;
    margin-left: -15px;
}

#navbar-inverse-sm-min .navbar-inverse .navbar-nav>li>a:hover {
    color: #2370B7;
}

#navbar-inverse-sm-min .navbar-inverse .navbar-nav>li>a:focus {
    color: #2370B7;
}

#navbar-inverse-sm-min .navbar-inverse .navbar-nav>.open>a {
    color: #2370B7;
    background-color: #FFF;
}

#navbar-inverse-sm-min .navbar-inverse .navbar-nav>.open>a:hover {
    color: #2370B7;
    background-color: #FFF;
}

#navbar-inverse-sm-min .navbar-inverse .navbar-nav>.open>a:focus {
    color: #2370B7;
    background-color: #FFF;
}

#navbar-inverse-sm-min .navbar-inverse .navbar-nav .open>.dropdown-toggle-arrow::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, #f9fafb 51%, transparent 51%) repeat scroll 0 0;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0 1px;
    bottom: -8px;
    content: "" !important;
    height: 13px;
    left: calc(43%);
    position: absolute;
    transform: rotate(45deg);
    width: 13px;
    z-index: 1030;
}

#navbar-inverse-sm-min .navbar-inverse .dropdown-menu {
    background-color: #f9fafb;
    border-radius: 0;
    margin-top: 0;
}

#header-top-sm-min .header-top {
    background-color: #2370B7;
    border-bottom: 3px solid #05A250;
    -webkit-box-shadow: 0px 3px 0px 0px #2370B7;
    -moz-box-shadow: 0px 3px 0px 0px #2370B7;
    box-shadow: 0px 3px 0px 0px #2370B7;
    padding: 10px 0 0 0;
}

#header-top-sm-min .header-top .nav_menu a {
    font-weight: 600;
    color: #FFF;
    font-size: 11px;
    margin-right: 20px;
}

#header-top-sm-min .header-top .nav_menu a strong {
    padding: 3px 6px;
    display: inline-block;
    background-color: #277dcc;
    margin-right: 5px;
}

#header-top-sm-min .header-top .nav_menu .tamanho_fontes a {
    padding: 3px 6px;
    display: inline-block;
    background-color: #277dcc;
    font-size: 11px;
    margin: 0;
}

#header-top-sm-min .header-top .nav_menu a:hover {
    color: #FFCC00;
    text-decoration: none;
}

#header-top-sm-min .header-top .nav_menu a:focus {
    color: #FFCC00;
    text-decoration: none;
}

.header-top-menu .navbar {
    margin-bottom: 0;
}


.botao {
    padding-top: 20px;
    display: block;
    text-indent: -99999px;
    height: 40px;
    width: 50px;
    color: #2370B7;
}

.interno-cabecalho .logo a {
    background: rgba(0, 0, 0, 0) url("../img/prefeitura-new.jpeg") no-repeat scroll 0 0 / contain;
    display: block;
    text-indent: -99999px;
    height: 132px;
    width: 100%;
    height: 100%;

}

.interno-cabecalho .search {
    margin: 20px 0;
}

.interno-cabecalho .search form {
    display: table !important;
    height: 132px !important;
    width: 100%;
}

.interno-cabecalho .search form .rg-table-cell {
    display: table-cell !important;
    vertical-align: middle;
}

.interno-cabecalho .search form .rg-table-cell .form-control {
    border-radius: 0;
}

/* .interno-cabecalho .search form .rg-table-cell .input-group {
    width: 90%;
    margin-left: 10%;
} */

.interno-cabecalho .search form .rg-table-cell .btn {
    float: right !important;
    margin: 0 0 0 -5px !important;
    border-radius: 0;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
}

.rg-page-header {
    margin-bottom: 40px;
    padding: 15px 0;
    background-color: #f5f5f5;
    border-top: 6px solid #2370B7;
}

.rg-page-header h1,
.rg-page-header h2,
.rg-page-header h3,
.rg-page-header h4 {
    margin: 0;
    padding: 15px 0;
    font-size: 28px;
    font-weight: 300;
}

/* Menu - Início - Institucional */
.header-divider {
    border-top: 6px solid #2370B7;
    background-color: #f5f5f5;
    height: 20px;
    margin-bottom: 30px;
}

.rg-circle .circles-text {
    color: #777777;
}

.rg-circle-default {
    color: #2370B7;
}

.rg-circle-info {
    color: #5bc0de;
}

.rg-circle-warning {
    color: #f0ad4e;
}

.rg-display-table {
    display: table;
}

.rg-display-cell {
    display: table-cell;
    vertical-align: middle;
}

.rg-row:before,
.rg-row:after {
    content: " ";
    display: table;
}

.rg-row:after {
    clear: both;
}

.row-content {
    margin-left: -15px;
    margin-right: -15px;
}

.rg-index-item .dl-horizontal dt,
.rg-index-item .dl-horizontal dd {
    margin-bottom: 5px;
}

.rg-modal-open {
    overflow: hidden;
}

.rg-dislay-none {
    display: none;
}

.modal-body iframe {
    border: 0;
}

.rg-link-img:hover img {
    opacity: 0.5;
}

a.rg-link {
    color: #333333;
}

a.rg-link:hover {
    color: #2370B7;
    text-decoration: none;
}

a.rg-link-plus {
    display: block;
}

a.rg-link-plus i {
    float: right;
}

.rg-list-group a.list-group-item {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}

.rg-list-group div.list-group-item {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.rg-list-group-tab .list-group-item:first-child {
    border-top: 0;
    margin-top: 0;
}

.rg-list-group-tab .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group.date input[readonly] {
    background-color: #FFF;
    opacity: none;
}

.form-group.rg-no-spin input {
    -moz-appearance: textfield;
}

.form-group.rg-no-spin input::-webkit-outer-spin-button,
.form-group.rg-no-spin input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Linha sobre protocolo online */
.cabecalho-secao {
    border-bottom: solid 2px #2370B7;
    margin: 15px 0 5px 0;
}

.cabecalho-secao h1,
.cabecalho-secao h2,
.cabecalho-secao h3 {
    font-size: 25px;
    font-weight: 600;
    color: #FFF;
    background-color: #2370B7;
    padding: 10px;
    display: inline-block;
    margin: 0;
}

.cabecalho-secao.cabecalho-secao-top-0 {
    margin-top: 0;
}

.rg-article-content {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}

.rg-article-content p {
    margin: 0 0 20px 0;
}

.rg-article-content table {
    font-size: 13px;
}

figure.fotorama {
    margin-bottom: 20px;
}

.tab-pane.contas-publicas {
    padding: 20px 0 0 0;
}

.contas-publicas-list li {
    margin-top: 20px;
    margin-bottom: 20px;
}

.error404 {
    margin: 70px 0;
}

.error404 h2 {
    font-size: 5em;
    font-weight: 800;
    color: red;
    margin-bottom: 50px;
}

.error404 h3 {
    font-size: 2em;
    font-weight: 600;
}

.error404 p {
    font-size: 1.5em;
    line-height: 30px;
}

.rg-search-result {
    font-size: 1.5em;
}

.rg-search-result .rg-alert {
    font-size: 1.5em;
    font-weight: 700;
}

.rg-form-item-result-search {
    margin-top: 10px;
}

.rg-form-item-result-search button {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    width: 100%;
    text-align: left;
    border-radius: 4px;
}

.rg-form-item-result-search button:hover,
.rg-form-item-result-search button:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

.rg-panel-acesso-a-informacao .panel-body {
    min-height: 130px;
}



.table.menbros-comissao>tbody>tr>td {
    vertical-align: middle;
}

.table.menbros-comissao>tbody>tr>td a.vereador {
    margin: 0 -15px;
    display: block;
    overflow: hidden;
}

.table.menbros-comissao>tbody>tr>td a.vereador .nome {
    padding-top: 57px;
}


.rg-tab-content {
    padding-top: 15px;
}

.rg-panel-tabs .panel-heading {
    padding: 5px 0 0 0;
    border-bottom: none;
}

.rg-panel-tabs .panel-heading .nav-tabs>li>a {
    border-radius: 0;
    padding: 15px 30px;
    font-size: 13px;
    font-weight: 600;
}

.rg-panel-tabs .panel-heading .nav-tabs>li.active>a {
    border-top: 2px solid #2370B7;
}

.rg-panel-tabs .panel-heading .nav-tabs>li:first-child>a {
    margin-left: 10px;
}

.rg-table.table>tbody>tr>td {
    vertical-align: middle;
}

.rg-accordions .panel-heading .panel-title>a {
    display: block;
}

.rg-accordions .panel-heading .panel-title>a:focus {
    text-decoration: none;
}

.rg-accordions .panel-heading .panel-title>a:focus .glyphicon-plus {
    transition: 0.5s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rg-accordions .panel-heading .panel-title>a:focus .glyphicon-minus {
    transition: 0.3s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.panel-group.rg-accordions-distant .panel {
    margin-bottom: 20px;
}



.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
    visibility: hidden;
    max-height: 420px;
    overflow: hidden;
}

.tp-banner {
    width: 100%;
    position: relative;
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-bannertimer {
    background-image: none;
    background-color: #2370B7;
}

.slider-photos-container {
    padding: 10px;
    background-color: #e2e2e2;
}

.highlights-figure img {
    cursor: move;
}

.highlights-container .highlights-figure {
    max-width: 652px;
}

/* Topo dia do servidor */
.highlights-container .highlights-texts {
    background-color: #2370B7;
    color: #FFF;
    padding: 15px 50px 0 50px;
    width: 100%;
}

.highlights-container .highlights-texts h2 a,
.highlights-container .highlights-texts p a {
    color: #FFF;
    text-decoration: none;
}

.highlights-container .highlights-texts h2 {
    font-size: 22px;
    font-weight: 700;
}

.highlights-container .highlights-texts p {
    font-size: 16px;
    font-weight: 300;
}

.highlights-container .highlights-texts .slick-prev:before,
.highlights-container .highlights-texts .slick-next:before {
    font-family: FontAwesome;
    color: #FAC203;
    opacity: 1;
}

.highlights-container .highlights-texts .slick-prev {
    left: 0;
    margin-left: 10px;
}

.highlights-container .highlights-texts .slick-prev[dir="rtl"] {
    left: auto;
    right: 0;
}

.highlights-container .highlights-texts .slick-prev:before {
    content: "\f053";
}

.highlights-container .highlights-texts .slick-prev:before[dir="rtl"] {
    content: "\f053";
}

.highlights-container .highlights-texts .slick-next {
    right: 0;
    margin-right: 10px;
}

.highlights-container .highlights-texts .slick-next[dir="rtl"] {
    left: 0;
    right: auto;
}

.highlights-container .highlights-texts .slick-next:before {
    content: "\f054";
}

.highlights-container .highlights-texts .slick-next:before[dir="rtl"] {
    content: "\f054";
}

/* Abaixo dia do servidor */
.highlights-container .highlights-dots {
    background-color: #2370B7;
    width: 100%;
    height: 42px;
}

.highlights2-container .highlights2-dots {
    background-color: transparent;
    width: 100%;
    height: 42px;
}



.highlights-container .highlights-dots li {
    padding: 0;
    margin-right: 10px;
}

.highlights2-container .highlights2-dots li {
    padding: 0;
    margin-right: 10px;
}

/* Button 1 - 2 cor fundo */
.highlights-container .highlights-dots li button {
    padding: 5px 10px;
    background-color: #60a3e0;
    border: 1px solid #60a3e0;
    color: #FFF;
    font-weight: 700;
}

.highlights2-container .highlights2-dots li button {
    padding: 5px 7px;
    background-color: #60a3e0;
    border: 1px solid #60a3e0;
    color: #FFF;
    font-weight: 700;
}

/* Button 1 - 2 de tela de transição */
.highlights-container .highlights-dots li.slick-active button {
    background-color: #FAC203;
    border: 1px solid #FAC203;
}

.highlights2-container .highlights2-dots li.slick-active button {
    background-color: #FAC203;
    border: 1px solid #FAC203;
}


/* Button 1 - 2 de tela de transição - hover  */
.highlights-container .highlights-dots li button:hover {
    background-color: #FAC203;
    border: 1px solid #FAC203;
}

.highlights2-container .highlights2-dots li button:hover {
    background-color: #FAC203;
    border: 1px solid #FAC203;
}


.highlights-container>div.highlights-texts.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 0;
}

.news-home a {
    color: #333333;
    text-decoration: none;
}

.news-home a h2 {
    font-size: 16px;
    font-weight: bold;
    color: #2370B7;
    text-transform: uppercase;
}

.news-home a:hover h2 {
    color: #FAC203;
}

.news-home .cabecalho-secao {
    margin-bottom: 15px;
}

.cabecalho-secao-2 {
    text-align: center;
}

.cabecalho-secao-3 {
    text-align: center;

}

.input-limited {
    width: 160px;
    color: #ffffff;
}








.cabecalho-secao-3 h1 {
    font-size: 25px;
    font-weight: 800;
    color: #2370B7;
    text-transform: uppercase;
    height: 13px !important;
    max-height: 13px !important;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #2370B7 0%, #2370B7 0%, #ffffff 0%, #ffffff 65%, #2370B7 65%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #2370B7 0%, #2370B7 0%, #ffffff 0%, #ffffff 65%, #2370B7 65%);
    background: linear-gradient(to bottom, #ffffff 0%, #2370B7 0%, #2370B7 0%, #ffffff 0%, #ffffff 65%, #2370B7 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color-cabecalho-secao-bg-2', GradientType=0);
}

/* Fundo de quadrado - Destaque - Utilidade - Acesso */
.cabecalho-secao-3 h1 span {
    padding-right: 37px;
    padding-left: 37px;
    background-color: #FFF;
    display: inline-block;
    height: 28px !important;
    max-height: 28px !important;
}

/* Cor MENU e linhas do lado do menu */
.cabecalho-secao-2 h1 {
    font-size: 25px;
    font-weight: 800;
    color: #2370B7;
    text-transform: uppercase;
    height: 28px !important;
    max-height: 28px !important;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 17%, #2370B7 17%, #2370B7 46%, #ffffff 46%, #ffffff 65%, #2370B7 65%);
    background: -webkit-linear-gradient(top, #ffffff 17%, #2370B7 17%, #2370B7 46%, #ffffff 46%, #ffffff 65%, #2370B7 65%);
    background: linear-gradient(to bottom, #ffffff 17%, #2370B7 17%, #2370B7 46%, #ffffff 46%, #ffffff 65%, #2370B7 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@color-cabecalho-secao-bg-2', GradientType=0);
}

.cabecalho-secao-2 h1 span {
    padding-right: 37px;
    padding-left: 37px;
    background-color: #FFF;
    display: inline-block;
    height: 28px !important;
    max-height: 28px !important;
}

.quick-access li {
    margin: 15px 0 0 0;
}

/* cores diario oficial */
.quick-access li a {
    color: #555555;
    /* color: white; */
    font-size: 16px;
    font-weight: 800;
    background-color: #eeeeee;
    padding: 30px 10px;
    text-align: center;
    display: block;
    min-height: 218px;
    margin-bottom: 15px;
}

/* cores diario oficial */
/* link portal do servidor */
.quick-access li a i {
    font-size: 70px;
    color: #2370B7;
}

/* espaço entre escrita de tag li */
.quick-access li a i[class*=" fa-"] {
    margin-bottom: 10px;
}

.carousel-controls a {
    float: right;
    display: inline-block;
    padding: 5px 10px;
    background-color: #eeeeee;
    margin-left: 5px;
    color: #333333;
}

.forms-home form {
    margin-top: 15px;
    display: block;
    padding: 15px;
    border-top: solid 5px #2370B7;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}



/* footer prefeitura */
.footer {
    background-color: #2370B7;
    padding: 15px 0 0 0;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 0px 3px #2370B7;
    -moz-box-shadow: 0px 0px 0px 3px #2370B7;
    box-shadow: 0px 0px 0px 3px #2370B7;
}

/* Abaixo do banner prefeitura municipal */
.footer .header-footer {
    font-size: 36px;
    font-weight: 300;
    color: #FFF;
    display: block;
    padding: 172px 0 20px 0;
    /* background: url("../img/prefeitura-new.jpeg") no-repeat center top; */
}

.footer .header strong {
    text-transform: uppercase;
    font-weight: 800;
}

.footer .inner {
    display: block;
    padding: 20px 0;
    color: #FFF;
    line-height: 35px;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.footer .inner .fa {
    margin-right: 5px;
}

.footer .inner .fa-volume-control-phone {
    margin-left: 30px;
}

.footer .subscription {
    background-color: #277dcc;
    color: #FFF;
    padding: 20px 0;
    font-size: 11px;
    border-top: 1px solid #358ad8;
}

.footer .subscription a {
    color: #FFF;
    text-decoration: underline;
}


.panel.rg-border-radius-none {
    border-radius: 0;
}

.panel.rg-border-radius-none .panel-heading {
    border-radius: 0;
}

.panel.rg-border-radius-none .panel-footer {
    border-radius: 0;
}

.panel .rg-panel-heading-inner {
    border-radius: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.panel.panel-primary .rg-panel-heading-inner {
    border-top: 1px solid #2370B7;
    border-bottom: 1px solid #2370B7;
    background-color: #2370B7;
    color: #FFF;
}

.rg-accordion .panel-title a {
    display: block;
}

.rg-accordion .panel-title a:focus {
    text-decoration: none;
}

.panel-title {
    font-weight: 600;
}

.sidebar .sidebar-form {
    border: 1px solid #ddd;
    border-top: none;
    padding: 15px;
    margin-bottom: 15px;
}

.sidebar .sidebar-form .sidebar-form-header h2,
.sidebar .sidebar-form .sidebar-form-header h3,
.sidebar .sidebar-form .sidebar-form-header h4,
.sidebar .sidebar-form .sidebar-form-header h5 {
    color: #666;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 4px solid #2370B7;
    margin: -15px -15px 0 -15px;
    padding: 20px 15px;
}

.sidebar .section-list-group .list-group-item:first-child {
    border-top: none;
    margin-top: -5px;
    border-radius: 0;
}

.sidebar .section-list-group .list-group-item:last-child {
    border-radius: 0;
}

.sidebar .cabecalho-secao h2,
.sidebar .cabecalho-secao h3,
.sidebar .cabecalho-secao h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.rg-btn-group-sidebar {
    padding-bottom: 30px;
}

.rg-btn-group-sidebar .btn {
    text-transform: uppercase;
}

.rg-sidebar-list-menu li a {
    display: block;
    padding: 10px 0;
    width: 100%;
}

.rg-sidebar-list-menu li a.header {
    text-transform: uppercase;
    color: #666;
    font-size: 16px;
    font-weight: 300;
    cursor: default;
    padding-bottom: 5px;
}

.rg-sidebar-list-menu li a.header:hover {
    text-decoration: none;
}

.rg-sidebar-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
}

.rg-sidebar-panel-heading {
    padding: 10px 15px;
}

.rg-sidebar-panel-body {
    padding: 15px;
}

.rg-sidebar-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
    color: inherit;
    font-weight: 600;
}

.rg-sidebar-panel-title>a,
.rg-sidebar-panel-title>small,
.rg-sidebar-panel-title>.small,
.rg-sidebar-panel-title>small>a,
.rg-sidebar-panel-title>.small>a {
    color: inherit;
}

.rg-sidebar-panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.rg-sidebar-panel>.list-group,
.rg-sidebar-panel>.rg-sidebar-panel-collapse>.list-group {
    margin-bottom: 0;
}

.rg-sidebar-panel>.list-group .list-group-item,
.rg-sidebar-panel>.rg-sidebar-panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.rg-sidebar-panel>.list-group:first-child .list-group-item:first-child,
.rg-sidebar-panel>.rg-sidebar-panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.rg-sidebar-panel>.list-group:last-child .list-group-item:last-child,
.rg-sidebar-panel>.rg-sidebar-panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.rg-sidebar-panel>.rg-sidebar-panel-heading+.rg-sidebar-panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.rg-sidebar-panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.rg-sidebar-panel-footer {
    border-top-width: 0;
}

.rg-sidebar-panel>.table,
.rg-sidebar-panel>.table-responsive>.table,
.rg-sidebar-panel>.rg-sidebar-panel-collapse>.table {
    margin-bottom: 0;
}

.rg-sidebar-panel>.table caption,
.rg-sidebar-panel>.table-responsive>.table caption,
.rg-sidebar-panel>.rg-sidebar-panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.rg-sidebar-panel>.table:first-child,
.rg-sidebar-panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.rg-sidebar-panel>.table:first-child>thead:first-child>tr:first-child,
.rg-sidebar-panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.rg-sidebar-panel>.table:first-child>tbody:first-child>tr:first-child,
.rg-sidebar-panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1;
}

.rg-sidebar-panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.rg-sidebar-panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.rg-sidebar-panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.rg-sidebar-panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.rg-sidebar-panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.rg-sidebar-panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.rg-sidebar-panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.rg-sidebar-panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1;
}

.rg-sidebar-panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.rg-sidebar-panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.rg-sidebar-panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.rg-sidebar-panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.rg-sidebar-panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.rg-sidebar-panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.rg-sidebar-panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.rg-sidebar-panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1;
}

.rg-sidebar-panel>.table:last-child,
.rg-sidebar-panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.rg-sidebar-panel>.table:last-child>tbody:last-child>tr:last-child,
.rg-sidebar-panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.rg-sidebar-panel>.table:last-child>tfoot:last-child>tr:last-child,
.rg-sidebar-panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1;
}

.rg-sidebar-panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.rg-sidebar-panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.rg-sidebar-panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.rg-sidebar-panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.rg-sidebar-panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.rg-sidebar-panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.rg-sidebar-panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.rg-sidebar-panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1;
}

.rg-sidebar-panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.rg-sidebar-panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.rg-sidebar-panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.rg-sidebar-panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.rg-sidebar-panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.rg-sidebar-panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.rg-sidebar-panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.rg-sidebar-panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1;
}

.rg-sidebar-panel>.rg-sidebar-panel-body+.table,
.rg-sidebar-panel>.rg-sidebar-panel-body+.table-responsive,
.rg-sidebar-panel>.table+.rg-sidebar-panel-body,
.rg-sidebar-panel>.table-responsive+.rg-sidebar-panel-body {
    border-top: 1px solid #ddd;
}

.rg-sidebar-panel>.table>tbody:first-child>tr:first-child th,
.rg-sidebar-panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.rg-sidebar-panel>.table-bordered,
.rg-sidebar-panel>.table-responsive>.table-bordered {
    border: 0;
}

.rg-sidebar-panel>.table-bordered>thead>tr>th:first-child,
.rg-sidebar-panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.rg-sidebar-panel>.table-bordered>tbody>tr>th:first-child,
.rg-sidebar-panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.rg-sidebar-panel>.table-bordered>tfoot>tr>th:first-child,
.rg-sidebar-panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.rg-sidebar-panel>.table-bordered>thead>tr>td:first-child,
.rg-sidebar-panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.rg-sidebar-panel>.table-bordered>tbody>tr>td:first-child,
.rg-sidebar-panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.rg-sidebar-panel>.table-bordered>tfoot>tr>td:first-child,
.rg-sidebar-panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.rg-sidebar-panel>.table-bordered>thead>tr>th:last-child,
.rg-sidebar-panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.rg-sidebar-panel>.table-bordered>tbody>tr>th:last-child,
.rg-sidebar-panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.rg-sidebar-panel>.table-bordered>tfoot>tr>th:last-child,
.rg-sidebar-panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.rg-sidebar-panel>.table-bordered>thead>tr>td:last-child,
.rg-sidebar-panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.rg-sidebar-panel>.table-bordered>tbody>tr>td:last-child,
.rg-sidebar-panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.rg-sidebar-panel>.table-bordered>tfoot>tr>td:last-child,
.rg-sidebar-panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.rg-sidebar-panel>.table-bordered>thead>tr:first-child>td,
.rg-sidebar-panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.rg-sidebar-panel>.table-bordered>tbody>tr:first-child>td,
.rg-sidebar-panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.rg-sidebar-panel>.table-bordered>thead>tr:first-child>th,
.rg-sidebar-panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.rg-sidebar-panel>.table-bordered>tbody>tr:first-child>th,
.rg-sidebar-panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.rg-sidebar-panel>.table-bordered>tbody>tr:last-child>td,
.rg-sidebar-panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.rg-sidebar-panel>.table-bordered>tfoot>tr:last-child>td,
.rg-sidebar-panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.rg-sidebar-panel>.table-bordered>tbody>tr:last-child>th,
.rg-sidebar-panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.rg-sidebar-panel>.table-bordered>tfoot>tr:last-child>th,
.rg-sidebar-panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.rg-sidebar-panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.rg-sidebar-panel-group {
    margin-bottom: 20px;
}

.rg-sidebar-panel-group .rg-sidebar-panel {
    margin-bottom: 0;
    border-radius: 0;
}

.rg-sidebar-panel-group .rg-sidebar-panel+.rg-sidebar-panel {
    margin-top: 5px;
}

.rg-sidebar-panel-group .rg-sidebar-panel-heading {
    border-bottom: 0;
}

.rg-sidebar-panel-group .rg-sidebar-panel-heading+.rg-sidebar-panel-collapse>.rg-sidebar-panel-body,
.rg-sidebar-panel-group .rg-sidebar-panel-heading+.rg-sidebar-panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}

.rg-sidebar-panel-group .rg-sidebar-panel-footer {
    border-top: 0;
}

.rg-sidebar-panel-group .rg-sidebar-panel-footer+.rg-sidebar-panel-collapse .rg-sidebar-panel-body {
    border-bottom: 1px solid #ddd;
}

.rg-sidebar-panel-default {
    border-color: #ddd;
    border-top: 0px solid transparent;
}

.rg-sidebar-panel-default>.rg-sidebar-panel-heading {
    color: #2370B7;
    border-top: 5px solid #2370B7;
    border-bottom: 1px solid #ddd;
}

* {
    font-family: 'Open Sans', sans-serif;
}

@media (max-width:767px) {
    .yamm .yamm-content {
        padding: 0 15px;
    }

    .yamm .yamm-content.rg-yamm-simple {
        padding: 0 20px;
    }

    .yamm.navbar-inverse .dropdown-menu.rg-yamm-content {
        margin: -10px;
    }

    .lista-menu a {
        color: #FFFFFF;
    }

    .lista-menu a:hover {
        color: #2370B7;
        text-decoration: none;
    }

    .lista-menu li {
        padding-left: 10px;
    }

    .lista-menu i {
        color: #FFF;
    }

    .lista-menu .menu-header-1 {
        padding-bottom: 5px;
        margin-bottom: 0;
        border: none;
        color: #FFF;
        font-size: 13px;
        font-weight: 700;
    }

    .lista-menu .menu-header-2 {
        color: #FFF;
        font-size: 13px;
        font-weight: 700;
    }

    .lista-menu .lista1.rg-sub-menu {
        margin-left: -10px;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #1b568c;
        border-radius: 0;
    }

    .navbar-inverse {
        font-size: 16px;
    }

    .interno-cabecalho .logo a {
        height: 100px;
    }

    .rg-page-header h1,
    .rg-page-header h2,
    .rg-page-header h3,
    .rg-page-header h4 {
        text-align: center;
    }

    .footer .inner {
        font-size: 13px;
    }

    .quick-access li a {
        font-size: 10px;
    }

    .quick-access li a i {
        font-size: 50px;
    }

    .row.news-item-index {
        margin-left: 0;
        margin-right: 0;
    }

    .news-item-index .news-item-img-left {
        padding: 0 0 15px 0;
    }

    .sidebar .sidebar-form {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .sidebar .sidebar-form .rg-date-aside .input-group {
        margin-bottom: 15px;
    }

    .sidebar .section-list-group {
        margin-right: 0;
    }

    .rg-sidebar-collapse {
        display: none;
    }

    .error404 {
        margin: 30px 0;
    }

    .error404 h2 {
        font-size: 3em;
    }


}

/* Fundo banner prefeitura */
@media (min-width:768px) {
    .header-tudo {
        margin-bottom: 0px;
        background-color: #f7f7f7;
    }

    /* topo site - conteudo - menu - acessibilidade */
    .header-top {
        background-color: #2370B7;
        /* border-bottom: 3px solid #05A250; */
        /* Linha abaixo de conteudo - menu */
        -webkit-box-shadow: 0px 3px 0px 0px #2370B7;
        -moz-box-shadow: 0px 3px 0px 0px #2370B7;
        box-shadow: 0px 3px 0px 0px #2370B7;
        padding: 10px 0 0 0;
    }

    .header-top .nav_menu a {
        font-weight: 600;
        color: #FFF;
        font-size: 11px;
        margin-right: 20px;
    }

    /* fundo número topo 1 */
    .header-top .nav_menu a strong {
        padding: 3px 6px;
        display: inline-block;
        background-color: #277dcc;
        margin-right: 5px;
    }

    .header-top .nav_menu .tamanho_fontes a {
        padding: 3px 6px;
        display: inline-block;
        background-color: #277dcc;
        font-size: 15px;
        margin: 0;
    }

    /* foco no conteudo menu acessibilidade */
    .header-top .nav_menu a:hover {
        color: #2370B7;
        text-decoration: none;
        background-color: white;
    }

    /* cor letra conteudo menu acessibilidade */
    .header-top .nav_menu a:focus {
        color: white;
        text-decoration: none;
    }

    /* menu topo - inicio - municipio */
    .header-top-menu {
        position: absolute;
        width: 100%;
        z-index: 500;
        margin-top: 170px;
    }

    /* fundo menu - inicio - municipio */
    .header-top-menu .navbar-inverse {
        border-top: 2px solid #f7f7f7;
        border-left: none;
        border-bottom: none;
        border-right: none;
        border-radius: 0;
        font-size: 16px;
        font-weight: 400;
        background: #f7f7f7;
    }

    /* fundo menu - cor letras */
    .header-top-menu .navbar-inverse .navbar-nav>li>a {
        color: #666;
        padding: 15px 13px 10px 13px;
    }

    .header-top-menu .navbar-inverse .navbar-nav>.link-inicio>a {
        padding-left: 0;
        margin-left: -15px;
    }

    /* fundo menu inicio - municipio */
    .header-top-menu .navbar-inverse .navbar-nav>li>a:hover {
        color: white;
        background-color: #2370B7;
    }

    .header-top-menu .navbar-inverse .navbar-nav>li>a:focus {
        color: #2370B7;
    }

    .header-top-menu .navbar-inverse .navbar-nav>.open>a {
        color: #2370B7;
        background-color: #FFF;
    }

    .header-top-menu .navbar-inverse .navbar-nav>.open>a:hover {
        color: #2370B7;
        background-color: #FFF;
    }

    .header-top-menu .navbar-inverse .navbar-nav>.open>a:focus {
        color: #2370B7;
        background-color: #FFF;
    }

    .header-top-menu .navbar-inverse .navbar-nav .open>.dropdown-toggle-arrow::before {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: rgba(0, 0, 0, 0) linear-gradient(135deg, #f9fafb 51%, transparent 51%) repeat scroll 0 0;
        border-color: #ccc;
        border-image: none;
        border-style: solid;
        border-width: 1px 0 0 1px;
        bottom: -8px;
        content: "" !important;
        height: 13px;
        left: calc(43%);
        position: absolute;
        transform: rotate(45deg);
        width: 13px;
        z-index: 1030;
    }

    .header-top-menu .navbar-inverse .dropdown-menu {
        background-color: #f7f7f7;
        border-radius: 0;
        margin-top: 0;
    }

    .yamm .yamm-content.rg-yamm-simple {
        padding: 20px 40px;
    }


}

@media (max-width:400px) {
    .btn {
        color: #2370B7
    }
}

@media (min-width:583px) and (max-width:750px) {
    .btn {
        color: #ffffff
    }

    .news-item-index {
        padding-bottom: 30px;
    }

    .news-item-index h2,
    .news-item-index h3,
    .news-item-index h4 {
        font-size: 15px;
        font-weight: 800;
    }

    .col-lg-4.col-md-5.col-sm-6.news-item-img-left {
        width: 40%;
        float: left;
    }

    .col-lg-8.col-md-7.col-sm-6.news-item-text-right {
        width: 60%;
        float: left;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .btn {
        color: #2370B7
    }

    .header-top-menu .navbar-inverse {
        font-size: 11px;
    }

    .header-top-menu .navbar-collapse {
        padding: 0;
    }

    .quick-access li a {
        font-size: 13px;
    }

    .quick-access li a i {
        font-size: 50px;
    }

    .rg-sidebar-collapse {
        display: none;
    }

    .visible-iPad {
        display: block !important;
    }

    .hidden-iPad {
        display: none !important;
    }

    .sidebar .sidebar-form {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .sidebar .sidebar-form .rg-date-aside .input-group {
        margin-bottom: 15px;
    }

    .sidebar .section-list-group {
        margin-right: 0;
    }
}

@media (min-width:1200px) {
    .header-top-menu .navbar-inverse {
        font-size: 20px;
    }

    .header-top-menu .navbar-inverse .navbar-nav>li>a {
        padding: 10px 15px 15 15px;
        /* fundo menu */
    }

    .row-news-home {
        margin-right: -30px;
    }

    .btn {
        color: #2370B7
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


.box-centralizada {
    display: flex;
    justify-content: center;
    align-items: center;


}