/* GLOBAL STYLES
-------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Oxygen:400,300,700|Scada:400,700);
body {
    padding-bottom: 40px;
    color: #414040;
    background: #f4f3f1;
    font-family: 'Oxygen', "sans-serif";
}

header .container .logos {
    width: auto;
    min-width: 100%;
    margin-top: 54px;
    /*background: url('../images/background.jpg') no-repeat center;*/
    padding: 5px !important;
}

.bs-docs-header {
    border-top: 6px solid #6d89c5;
}



@media print {
    body, section {
        color: #000 !important;
        background: #fff !important;
    }
    p, h1, h2, h3, h4 {
        color: #000 !important
    }
    a {
        color: #222
    }
    header, nav, .carousel, footer, .breadcrumb-arrow {
        display: none
    }
}

section {
    background: white;
    padding-bottom: 25px;
    border-bottom: 5px solid #d7741d;
    border-top: 2px solid #d7741d;
    position: relative;
    z-index: auto;
}

/*Clear FIX*/
.clearfix() {
  &:before,
  &:after {
    content: " ";
    display: table;
  }
  &:after {
    clear: both;
  }
}

.element {
  .clearfix();
}

.addthis_toolbox {display: none !important}

 hr.clearfix, hr.dotted.clearfix, hr.dashed.clearfix {clear: both !important;}
/*   MENU    */

.nav>li>a {
    padding-right: 20px;
        padding-left: 20px;
}

.navbar {
    margin-bottom: 0px !important;
    border: 0px;
    border-bottom: 3px solid #6d89c5;
    right: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.navbar-default {
    background-color: #333;
    border-top: 4px solid #000;
    z-index: 1030;
}

.navbar-default {
    height: 54px;
    padding-bottom: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: bold
}

.navbar-default .navbar-nav .icons>li>a {
    color: #ccc;
    font-weight: 400;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #000;
    background: #6d89c5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.dropdown-login-box {
    min-width: 600px;
    padding: 15px;
    float: right;
    font-weight: 700;
}

.dropdown .fa-2x {
    font-size: 1.4em
}

.dropdown>a:after, .dropdown-submenu>a:after, .dropup>a:after {
    /*content: "\f0d7" !important;*/
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: #000;
    color: #fff;
}

.dropdown-menu {
    background: #000;
    border: 0px;
    opacity: 0.98;
}

.dropdown-menu.janela_catita {
    background: #fff;
    border: 1px solid #ccc;
    top: -25px;
    opacity: 0.98;
}
.dropdown-menu.janela_catita h4 {
margin: 10px 0px;
}
.dropdown-menu>li>a {
    color: #fff;
    font-weight: 400;
}

.dropdown>a:after {
    top: 15px !important;
    right: 2px;
    content: "\f107";
}

.navbar-right .dropdown>a:after {
    /*	top: 15px !important;*/
    display: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #000;
    font-weight: 700;
}

.dotted {
    border: dotted #e1e1e1 1px
}

.navbar-collapse.collapse.in {
    background: #000;
    /* color: #000; */
    display: block !important;
    margin-top: 40px;
    overflow-y: visible;
    height: auto;
}

.navbar-header .navbar-toggle {
    margin: 6px 3px 0px 3px;
    padding: 0px 12px 4px 12px;
    border: none;
    color: #fff;
    position: absolute;
    left: 0px;
    height: 30px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li {
    padding: 5px 0px
}

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

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

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

.navbar-default .navbar-nav .open .dropdown-menu>li:ative {
    color: #000;
    background: #ccc
}

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

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100%!important
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 1px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 0px;
    -moz-border-radius: 0 6px 0px;
    border-radius: 0 6px 6px 0px;
    background: #ccc !important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    /* display: block; */
    content: "\f105";
    /* float: right; */
    /* width: 0; */
    /* height: 0; */
    right: 3px;
    /* border-color: transparent; */
    /* border-style: solid; */
    /* border-width: 5px 0 5px 5px; */
    /* border-left-color: #ccc; */
    /* margin-top: -5px; */
    /* margin-right: -10px; */
}

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

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*Acorde�o*/
.panel-title
{
    font-size: 1.1em !important;
    color:#6d89c5 !important;
    font-weight: bold !important;
}

.panel-default
{
   border: 0px;
   border-bottom: 1px dashed #6d89c5;
   background: transparent !important;
}

.panel-heading {
    padding: 8px;
}

/* Guia/Breadcrumb */

.breadcrumb-arrow {
    margin-bottom: 2rem !important;
    margin-top: 1rem !important;
    min-height: 36px;
    max-height: auto;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #fff;
}

.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}

.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top
}

.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px
}

.breadcrumb-arrow li+li:before {
    padding: 0;
    content: "";
}

.breadcrumb-arrow li span {
    padding: 0 10px
}

.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px
}

.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}

.breadcrumb-arrow li a {
    position: relative;
    color: #000;
    text-decoration: none;
    background-color: #f4f3f1;
    border: 1px solid #f4f3f1
}

.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}

.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}

.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #f4f3f1;
    border-left-style: solid;
    border-left-width: 11px
}

.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #f4f3f1
}

.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
    background-color: #6d89c5;
    border: 1px solid #6d89c5;
    color: #fff;
}

.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
    border-left-color: #6d89c5
}

.breadcrumb-arrow li a:active {
    background-color: #6d89c5;
    border: 1px solid #6d89c5;
    color: #fff;
}

.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
    border-left-color: #6d89c5;
}

.breadcrumb-arrow li span {
    color: #6d89c5;
}


/*     Headings       */

h1,
h2,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 125%;
    margin: 20px 0 17px 0;
    color: #333;
}

.text_news, .artigo-texto {
    color: #333;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.02em;
}

h1 {
    font-size: 2.0em !important;
    color: #6d89c5;
    padding-bottom: 3px;
    border-bottom: 1px dashed
}

h2 {
    font-size: 1.7em !important;
    color: #000 !important;

}

h3 {
    font-size: 1.5em !important;
    font-weight: 400;
    line-height: 120% !important;
    color: #6d89c5 !important;
    margin: 20px 0 15px 0px;
}


h4 {
    font-size: 1.3em !important;
    font-weight: bold !important;
    color: #000 !important;
}

h5 {
    font-size: 1.2em !important;
    font-weight: bold !important;
    color: #6d89c5 !important
}

h6 {
    font-size: 1em;
    line-height: 1.5em;
    color: #333;
    letter-spacing: 0.02em;
}

a {
    color: #6d89c5;
}

a:hover {
    color: #000;
    text-decoration:underline;
}
.strong {
    font-weight: 700;
}

.artigo-texto {
    line-height: 1.5em;
    letter-spacing: 0.01em;
    color: #333;
}

.text_news img, .artigo-texto img  {
    max-width: 100%;
    height: auto;
}

h2.laranja, h2.verde, h2.azul {
    margin-top: 0px !important;
    font-size: 1.8em;
}

/* caixas */
.container-division, .container-delegation {
   min-height: 220px !important;
   overflow-y: auto;
   border-bottom: #ccc dashed 1px;
}


/*  carousel  */

.carousel {
    margin-top: 0px
}

.carousel .item {overflow: hidden;}

/*  DESTAQUES  */

.destaques {
    margin-top: 25px;
}

.destaques_2 {
    margin-bottom: 20px;
}

.destaques h3 {
    color: #000
}

.destaques a {
    color: #6ec482
}

.destaques_text {
    color: #8e8e8e;
    font-size: 0.9em
}

.destaques_text hr {
    border: #e0e0e0 1px dashed
}

.destaques_text b {
    font-size: 1.2em;
    color: #000;
}


/* ### lateral  ##### */

.headlines {
    margin-top: 25px
}

.headlines_box {
    margin-bottom: 30px
}

.logos_lateral {
    margin-top: 25px
}

.logos_lateral a img {
    margin: 15px 0px
}

.logos_lateral a img:hover {
    opacity: 0.5
}

.news {
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #eaeaea;
    height: 400px;
}

.news .img-figure {
    position: relative;
    text-align: center;
}

.news .img-figure img {
    width: 280px;
    height: 280px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.news:hover .img-figure img {
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -ms-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
}

.news .title {
    /*padding: 29px 30px;*/
    padding: 17px 25px;
    position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news .title h1 {
    text-transform: none;
    font-weight: bold !important;
    font-size: 1.3em !important;
    line-height: 1.2em !important;
    color: #333 !important;
    text-align: center;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
}

.news:hover .title {
    margin-top: -90px;
    background: #fff;
}

.news .title h1:hover, .news:hover h1 {
    color: #6d89c5 !important;
}

.news p.description {
    position: relative;
    font-weight: normal;
    line-height: 1.2em !important;
    opacity: 0;
    text-align: center;
    padding: 19px 20px 0px 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news:hover p.description {
    opacity: 1;
}

div.more {
    background: #6d89c5;
    padding: 3px;
    border: 1px solid #6d89c5;
    height: 25px;
    text-align: center;
}

div.more:hover {
    background: #000;
}

p.more {}

.more a {
    position: relative;
    font-size: 1.0em;
    /*margin-top: 30px;*/
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    color: #fff;
}

.more a:after {
    content: '';
    width: 15px;
    height: 1px;
    position: absolute;
    left: 55px;
    top: 9px;
    background: #fff;
    vertical-align: middle;
    margin-left: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.more a:before {
    content: '';
    width: 15px;
    height: 1px;
    position: absolute;
    right: 55px;
    top: 9px;
    background: #fff;
    vertical-align: middle;
    margin-right: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.more:hover a:after, .more:hover a:before {
    width: 30px;
}


/*   botoes   */

a .custom-icon, a .custom-icon:hover {
    text-decoration: none;
}

.custom-icon {
    font-size: 3.6em !important;
    background: #666;
    background: rgba(0, 0, 0, 0.1);
    padding: 19px 0px !important;
    -webkit-border-radius: 1100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 6px solid #fff;
    color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.46);
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100px !important;
    height: 100px !important;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 15px 0px 5px 0px;
}

.custom-icon:hover {
    background: rgba(0, 0, 0, 0.9);
    background: #fff !important;
    color: #333
}

.fix-editor {
    display: none;
}

.icon-wrapper {
    display: inline-block;
}


/* class para cores   */

.azul {
    color: #6d89c5 !important
}

.btn-azul {
    background: #6d89c5 !important;
    color: #000 !important
}

.verde {
    color: #6ec482 !important
}

.btn-verde {
    background: #6ec482 !important;
    color: #000
}

.laranja {
    color: #d7741d !important
}

.btn-laranja {
    background: #d7741d !important;
    color: #000
}

.amarelo {
    color: yellow !important
}

.btn-amarelo {
    background: yellow !important;
    color: #000
}

.branco {
    color: white!important
}

.preto {
    color: black!important
}

.cinza {
    color: #333 !important
}

.btn-cinza {
    background: #333 !important;
    color: #fff
}

.icons {
    margin-left: 50px;
}

a.dropdown-toggle.mobile {
    height: 50px
}

a.dropdown-toggle.mobile i:hover {
    color: #ccc !important
}


/*            BOTOES               */

a.btn:hover {
    background: #90877b !important;
    color: #fff
}


/*     FOOTER
	----------------------------------------------*/

footer {
    background: #bbc7df;
    margin-top: 5px;
    width: 100%;
    padding: 25px 2px
}

footer p {
    color: #333;
    font-size: 0.9em
}

footer a {
    padding: 0px 5px
}


footer .social {
    margin-top: 25px;
    font-size: 0.8em;
}

footer .social i {
    opacity: 0.3
}

footer .social i:hover {
    opacity: 1
}

footer .social a {
    padding: 10px
}

footer a.politica
{
    font-size:0.95em;
    color: #5b4f57;
}

footer hr.dotted
{
    border: #ccd1e0 1px dotted;
    margin: 6px !important;
}

aside {
    background: #fff;
    padding: 20px 0px;
}

aside a img {
    padding: 7px;
}

aside a img:hover {
    opacity: 0.4
}

#back-top a {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999999;
    color: #eee;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.twitter {
    color: #00aced
}

.facebook {
    color: #3b5998
}

.youtube {
    color: #e52d27
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */


/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}


/* Flip around the padding for proper display in narrow viewports */

.navbar-wrapper>.container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}


/* Input
-------------------------------------------------- */

input.form-control {
    width: auto !important;
}

div.input-group {
    margin: 3px 0!important
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .navbar-nav>li>a {
        padding: 12px 8px !important;
        color: #000;
        font-size: 0.9em;
        font-weight: 100 !important;
        letter-spacing: -0.04em
    }
}

@media (max-width: 500px) {
    .main-header .breadcrumb {
        display: none !important;
    }
}

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }
    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}
