/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background: url('../img/bg_pattners.jpg') top center repeat;
    font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
    font-size: 1.0em;
}

#header {
    background: url("../img/bg_topo.png") top center repeat-x;
    min-height: 220px;
}

#header-box-logo .col-md-4 {
    width: 25.333% !important;
}

#header-logo {
    margin-top: 50px;
}

#header-logo, #header-logo a {
    color: #f58220;
    font-size: 1.9em;
    font-weight: 700;
}

#header-logo-legenda {
    color: #f58220;
    margin-top: 60px;
}

#header-lista-redes {
    height: 40px;
}

ul.lista-redes {
    margin: 50px 0 0 0;
    padding: 0;
}

ul.lista-redes li {
    list-style: none;
    float: left;
    margin: 0 5px 0 5px;
    width: 20px;
    height: 19px;
}

ul.lista-redes li.txt-desc {
    color: #f58220;
    font-style: italic;
    width: 70px;
}

ul.lista-redes li.icon-facebook {
    background: url("../img/icones_redes.png") 0 0 no-repeat;
}

ul.lista-redes li.icon-twitter {
     background: url("../img/icones_redes.png") -24px 0 no-repeat;
}

ul.lista-redes li.icon-youtube {
    background: url("../img/icones_redes.png") -50px 0 no-repeat;
}

ul.lista-redes li a {
    padding: 10px;
    height: 19px;
}

ul.lista-redes li a:hover {
    text-decoration: none;
}

#header-busca .form-control {
    height: 40px;
    border-color: #eaeaea;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(236,233,233,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(236,233,233,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(236,233,233,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(236,233,233,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(236,233,233,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(236,233,233,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ece9e9',GradientType=0 ); /* IE6-9 */
}

#header-busca .form-control::-moz-placeholder {
    font-style: italic;
}

#header-busca .form-control::-webkit-input-placeholder {
    font-style: italic;
}

#header-busca .form-control:-moz-placeholder {
    font-style: italic;
}

#header-busca .form-control:-ms-input-placeholder {
    font-style: italic;
}

#header-busca .btn-default {
    height: 40px;
    border: 0;
    background: rgb(245,130,32); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(245,130,32,1) 0%, rgba(201,92,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,130,32,1)), color-stop(100%,rgba(201,92,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(245,130,32,1) 0%,rgba(201,92,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(245,130,32,1) 0%,rgba(201,92,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(245,130,32,1) 0%,rgba(201,92,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(245,130,32,1) 0%,rgba(201,92,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58220', endColorstr='#c95c00',GradientType=0 ); /* IE6-9 */
}

#header-busca .btn-default span {
    color: #fff;
}

#header-menus {
    margin-top: 23px;
}

.navbar {
    border: 0;
    margin-bottom: 5px;
}

.navbar-default {
    background-color: #fff;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 60px;
    border-bottom: 2px solid #f58220;
}

.navbar-nav {
    margin: 0;
}

.nav > li > a {
    padding: 10px 25px;
}

.navbar-default .navbar-nav > li > a {
    color: #f58220;
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 1em;
}

.navbar-default .navbar-nav > li > a:hover {
    text-decoration: none;
    color: #cc6600;
}

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

.navbar #select-cidade {
    margin-top: 10px;
}

.navbar-default .navbar-toggle {
    background: #f58220;
    border-color: transparent;
}

.nav > li select {
    margin: 10px;
}

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

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

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

.dropdown-menu {
    background: #f58220;
    border: 0;
    box-shadow: none;
}

.dropdown-menu > li > a {
    color: #fff;
    padding: 10px 20px;
}

.dropdown-menu > li > a:before {
    content: url('../img/seta_branca.png');
    padding-right: 5px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e07112;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #e07112;
    outline: 0px none;
}

.dropdown-menu > li.menu-item {
    border-right: 0 !important;
    border-bottom: 1px solid #e07112;
}

.dropdown-menu > li.menu-item:last-child {
    border-bottom: 0;
}

#header-menus-nav li {
    border-right: 1px solid #e3e3e4;
}

#header-menus-nav li:last-child {
    border-right: 0;
}

ul.header-menus-idiomas {
    margin: 0;
    padding: 0;
}

ul.header-menus-idiomas li {
    margin: 0 5px 0 5px;

}

ul.header-menus-idiomas li a {
    padding: 10px;
    width: 28px;
    height: 20px;
    margin-top: 20px;
}

ul.header-menus-idiomas li a:hover {
    text-decoration: none;
}

ul.header-menus-idiomas li a.idioma-espanhol {
    background: url("../img/icones_idiomas.png") 0 0 no-repeat;
}

ul.header-menus-idiomas li a.idioma-ingles {
    background: url("../img/icones_idiomas.png") -29px 0 no-repeat;
}

.carousel-control.left {
    background-image: none;
    background-repeat: inherit;
}

.carousel-control.right {
    background-image: none;
    background-repeat: inherit;
}
.carousel-indicators {
    bottom: 5px !important;
}

.carousel-indicators .active {
    position: relative;
    top: -1px;
    width: 14px;
    height: 14px;
    background-color: #f56600;
    border-color: #FFF;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: #FFF;
    border: 2px solid transparent;
}

.carousel-inner > .item {
    text-align: center;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img
{
    display: inline-block;
}

.hr-div-conteudo {
    border-width: 7px 0px 0px;
    margin: 5px 0;
    padding: 0;
}

ul#carousel-noticias {
    margin: 0;
    padding: 0;
}

#main .col-lg-1, #main .col-lg-10, #main .col-lg-11, #main .col-lg-12, #main .col-lg-2, #main .col-lg-3, #main .col-lg-4,
#main .col-lg-5, #main .col-lg-6, #main .col-lg-7, #main .col-lg-8, #main .col-lg-9, #main .col-md-1, #main .col-md-10,
#main .col-md-11, #main .col-md-12, #main .col-md-2, #main .col-md-3, #main .col-md-4, #main .col-md-5,
#main .col-md-6, #main .col-md-7, #main .col-md-8, #main .col-md-9, #main .col-sm-1, #main .col-sm-10, #main .col-sm-11,
#main .col-sm-12, #main .col-sm-2, #main .col-sm-3, #main .col-sm-4, #main .col-sm-5, #main .col-sm-6, #main .col-sm-7,
#main .col-sm-8, #main .col-sm-9, #main .col-xs-1, #main .col-xs-10, #main .col-xs-11, #main .col-xs-12,
#main .col-xs-2, #main .col-xs-3, #main .col-xs-4, #main .col-xs-5, #main .col-xs-6, #main .col-xs-7, #main .col-xs-8,
#main .col-xs-9 {
    padding-right: 0;
    padding-left: 0;
}

.bx-wrapper .bx-caption {
    background: rgba(245, 102, 0, 0.85) url('../img/icone_artigo.png') center left no-repeat;
}

ul#lista-noticias {
    margin: 10px 0 0 0;
    padding: 10px;
    background: #edecec;
}

ul#lista-noticias li {
    list-style: none;
    margin-bottom: 5px;
}

ul#lista-noticias li:last-child {
    margin-bottom: 0;
}

.noticias-categoria a, .noticias-categoria a:hover {
    color: #f58220;
    font-size: .7em;
    font-weight: 600;
}

.noticias-titulo, .noticias-titulo:hover {
    color: #666666;
    font-size: .85em;
}

.noticias-imagem {
    max-width: 100%;
    height: auto;
}

.link-cinza, .link-cinza:hover {
    color: #8a8989;
    font-size: .9em;
}

.link-cinza-italico, .link-cinza-italico:hover {
    color: #999999;
    font-style: italic;
    font-size: .9em;
}

.link-laranja-negrito a, .link-laranja-negrito a:hover {
    color: #f58220;
    font-weight: bold;
    font-size: .9em;
}

.link-laranja, .link-laranja:hover {
    color: #f58220;
    font-size: .9em;
}

#main-colabore {
    margin: 10px 0 0 10px
}

.main-box-branco {
    background: #fff;
    padding: 5px;
}

.main-box-branco-header {
    text-align: center;
    padding-bottom: 9px;
}

.main-box-branco-header h2 {
    color: #f58220;
    font-weight: bold;
    font-size: 1.0em;
    margin: 0;
    padding: 5px 0;
}

.main-box-branco-main {
    text-align: center;
}

.main-box-branco-header img, .main-box-branco-main img {
    max-width: 100%;
    height: auto;
}

.main-box-branco-footer {
    text-align: center;
    line-height: 100%;
    margin-top: 5px;
    font-size: .9em;
}

#main-videos-depoimentos {
    margin-top: 10px;
}

.main-box-transp {
    padding: 0;
}

.main-box-transp-header {
    text-align: left;
}

.main-box-transp-header h2 {
    color: #f58220;
    font-weight: bold;
    font-size: 1.0em;
    margin: 0;
}

.main-box-transp-main {
    text-align: center;
    margin-top: 5px;
}

.main-box-transp-header img, .main-box-transp-main img {
    max-width: 100%;
    height: auto;
}

.main-box-transp-footer {
    line-height: 100%;
    margin-top: 5px;
    font-size: .9em;
}

#main-videos .main-box-transp-header {
    background: url("../img/icone_video.png") top left no-repeat;
    height: 40px;
}

#main-videos .main-box-transp-header h2 {
    padding: 15px 0 0 40px
}

#main-leis {
    margin: 0 10px;
    height: 290px;
}

#main-leis .main-box-branco-main {
    margin-top: 10px;
    height: 142px;
}

#main-leis .main-box-branco-footer {
    margin-top: 5px;
}

#main-cartilhas {
    margin: 0 10px;
    height: 290px;
}

#main-cartilhas .main-box-branco-main {
    margin-top: 10px;
    height: 142px;
}

#main-cartilhas .main-box-branco-footer {
    margin-top: 5px;
}

#main-relatorios {
    margin: 0 10px;
    height: 290px;
}

#main-relatorios .main-box-branco-main {
    margin-top: 10px;
    height: 142px;
}

#main-relatorios .main-box-branco-footer {
    margin-top: 5px;
}

.main-depoimentos {
    position: relative;
}

.depoimentos-paginterna {
    margin-bottom: 20px;
}

#article .main-depoimentos p::first-letter {
    margin-left: 0;
}

.main-depoimentos .main-box-transp-header {
    background: url("../img/icone_depoimento.png") top left no-repeat;
    height: 40px;
}

.main-depoimentos .main-box-transp-header h2 {
    padding: 10px 0 0 40px
}

.main-depoimentos .main-box-transp-footer {
    margin-top: 30px;
}

.depoimento {
    position:relative;
    padding:15px;
    margin: 0;
    color:#999999;
    font-style: italic;
    background:#fff;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    font-size: .8em;
}

.paginterna {
    background: #e4e3e3;
    color:#666;
    font-size: 1.2em;
}

.depoimento:before {
    content:"";
    position:absolute;
    bottom:-20px; /* value = - border-top-width - border-bottom-width */
    left:60px; /* controls horizontal position */
    border:0;
    border-right-width:30px; /* vary this value to change the angle of the vertex */
    border-bottom-width:20px; /* vary this value to change the height of the triangle. must be equal to the corresponding value in :after */
    border-style:solid;
    border-color:transparent #fff;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}

.paginterna:before {
    border-color: transparent #e4e3e3;
}

/* creates the narrower right-angled triangle */
.depoimento:after {
    content:"";
    position:absolute;
    bottom:-20px; /* value = - border-top-width - border-bottom-width */
    left:80px; /* value = (:before's left) + (:before's border-right/left-width)  - (:after's border-right/left-width) */
    border:0;
    border-right-width:10px; /* vary this value to change the angle of the vertex */
    border-bottom-width:20px; /* vary this value to change the height of the triangle. must be equal to the corresponding value in :before */
    border-style:solid;
    border-color:transparent #fff;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}

.depoimento-avatar {
    position: absolute;
    border-radius: 100%;
    bottom: -45px;
    right: 2px;
}

.depoimento-autor-funcao {
    font-size: .8em;
}

.texto-laranja {
    color: #f58220
}

.texto-cinza {
    color: #8a8989
}

.btn-default {
    color: #fff;
    border: 0;
    background: rgb(245,130,32); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(245,130,32,1) 0%, rgba(201,92,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,130,32,1)), color-stop(100%,rgba(201,92,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(245,130,32,1) 0%,rgba(201,92,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(245,130,32,1) 0%,rgba(201,92,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(245,130,32,1) 0%,rgba(201,92,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(245,130,32,1) 0%,rgba(201,92,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58220', endColorstr='#c95c00',GradientType=0 ); /* IE6-9 */
}

.btn-danger {
    color: #fff;
    border: 0;
    background: rgb(245,130,32); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(245,130,32,1) 0%, rgba(201,92,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,130,32,1)), color-stop(100%,rgba(201,92,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(245,130,32,1) 0%,rgba(201,92,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(245,130,32,1) 0%,rgba(201,92,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(245,130,32,1) 0%,rgba(201,92,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(245,130,32,1) 0%,rgba(201,92,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58220', endColorstr='#c95c00',GradientType=0 ); /* IE6-9 */
}

.btn-default:hover {

}

.breadcrumb {
    background-color: #fff;
    color: #666;
    font-size: .9em;
    border-radius: 0;
    margin-bottom: 7px;
}

.breadcrumb a {
    color: #f58220;
}

.breadcrumb li.active {
    font-weight: bold;
    color: #e07112;
}

.img-texto-capa {
    float: left;
    margin: 0 10px 10px 0;
}

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

article {
    line-height: 170%;
    font-size: .9em;
    margin-bottom: 10px;
}

article a, article a:hover {
    color: #f58220;
}

#article {
    background: #fff;
    padding: 15px;
}

#article p::first-letter {
    /*margin-left: 30px;*/
}

header.main-article-titulo {
    background: url("../img/banner_paginterna.jpg") top left no-repeat;
    width: inherit;
    height: 200px;
    margin-bottom: 15px;
}

header.main-article-titulo h2 {
    font-style: italic;
    color: #fff;
    padding: 80px 0 0 20px;
    font-size: 2.5em;
}

.header-conteudo-titulo {
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px solid #e4e3e3;
}

blockquote {
    font-style: italic;
}

.main-box-cartilhas {
    margin-left: 25px;
    min-height: 700px;
}

.main-box-cartilhas .panel-heading {
    min-height: 70px;
}

.main-box-cartilhas .panel-heading h3 {
    color: #000;
    font-style: italic;
}

.main-box-cartilhas .conteudo-post {
    min-height: 300px;
    text-align: center;
}

.main-box-cartilhas .conteudo-post img {
    max-width: 100%;
    height: auto;
}

.main-box-entidades {
    margin-left: 0;
}

.main-box-entidades .conteudo-post {
    min-height: 200px;
    text-align: center;
}

.main-box-entidades .conteudo-post img {
    max-width: 100%;
    height: auto;
}

#aside {
    margin-left: 10px;
}

#aside .main-box-branco {
    margin-bottom: 10px;
}

#aside .main-box-transp {
    margin-bottom: 10px;
}

ul.list-itens-categoria {
    margin: 0 0 0 25px;
    padding: 0;
}

ul.list-itens-categoria li {
    list-style: disc;
    text-align: left;
    margin: 5px 5px;
    padding: 5px 0;
    color: #999
}

ul.list-itens-categoria li a {
    color: #666;
    font-style: italic;
}

label {
    color: #f58220;
}

.panel-default {
    border-color: transparent;
    box-shadow: none;
}

.panel-default > .panel-heading {
    color: #f58220;
    background-color: transparent;
    border-color: #e4e3e3;
    padding: 10px 10px 10px 0;
}

.panel-default > .panel-heading h3 {
    font-size: 1.5em;
}

.form-control {

}

#footer {
    margin-top: 30px;
    background-color: #fff;
}

#footer-menus {
    padding-top: 20px
}

ul.lista-dados {
    margin: 0;
    padding: 0;
}

ul.lista-dados li {
    margin: 10px 15px;
    font-size: 0.9em;
    float: left;
}

ul.lista-dados li.lista-dados-endereco {
    list-style: url("../img/icone_endereco.png");
}

ul.lista-dados li.lista-dados-telefone {
    list-style: url("../img/icone_telefone.png");
}

ul.lista-dados li.lista-dados-email {
    list-style: url("../img/icone_carta.png");
}

ul#footer-menus-lista {
    margin: 0;
    padding: 0;
}

ul#footer-menus-lista li {
    list-style: none;
    float: left;
    padding: 10px;
    margin: 5px;
    text-align: center;
}

ul#footer-menus-lista li p {
    border-bottom: 1px solid #e7e6e6;
    padding-bottom: 5px;
}

ul#footer-menus-lista li ul {
    margin: 0;
    padding: 0;
}

ul#footer-menus-lista li ul li {
    float: none;
    padding: 0;
}

ul#footer-menus-lista li ul.footer-menus-lista-texto li {
    text-align: left;
}

#footer-menus ul.lista-redes {
    margin: 20px 0 0 30px;
    padding-bottom: 40px;
}

.footer-banner img {
    max-width: 100%;
    height: auto;
    margin: 10px;
}

#footer-copy {
    background: #f58220 url("../img/bg_pattners_1.png") top left;
    padding: 15px;
    font-size: .8em;
}

#footer-copy p {
    color: #fff;
}

@media (min-width: 990px) and (max-width: 1200px) {
    #header-box-logo .col-md-4 {
        width: 30.333% !important;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    ul#footer-menus-lista li {
        margin: 5px;
        padding: 5px;
    }
}

@media (min-width: 769px) and (max-width: 990px) {
    #main-videos .main-box-transp-header h2 {
        padding: 5px 0 0 40px
    }
}

@media screen and (max-width: 990px) {
    #header-logo-legenda {
        margin-top: 0;
    }

    #header-box-logo .col-md-4 {
        width: 100% !important;
    }

    #header-logo {
        margin-top: 20px;
    }

    #main-leis {
        height: auto;
    }

    #main-cartilhas {
        height: auto;
    }

    .main-box-cartilhas .panel-heading h3 {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 1040px) {
    .navbar-default .navbar-nav > li > a {
        font-size: .9em;
    }

    .nav > li > a {
        padding: 15px 5px 15px 5px;
    }
}

@media screen and (max-width: 768px) {
    .navbar {
        z-index: 200;
    }

    #header-menus-nav li {
        border-right: 0;
    }

    #header-menus-nav li:hover {
        background: #f58220;
    }

    .navbar-default .navbar-nav > li > a:hover {
        text-decoration: none;
        color: #fff;
    }

    .nav > li {
        text-align: center;
    }

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

    ul.header-menus-idiomas li {
        text-align: center;
    }

    ul.header-menus-idiomas li a {
        display: inline-block !important;
    }

    #main-colabore {
        margin: 10px 0 0 0
    }

    #main-colabore .main-box-branco-main {
        background: #f5f0e1;
    }

    #main-leis {
        margin: 10px 0 0 0;
        height: auto;
    }

    #main-cartilhas {
        margin: 10px 0 0 0;
        height: auto;
    }

    ul#footer-menus-lista li {
        width: 100%;
    }

    .dropdown-menu > li {
        background: #f58220 !important;
    }

    .dropdown-menu > li > a {
        color: #fff !important;
        padding: 10px !important;
    }

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

    #aside {
        margin-left: 0;
    }

    .main-box-cartilhas {
        margin-left: 0;
    }

    .main-box-cartilhas .panel-heading {
        min-height: 70px;
    }
}

@media screen and (max-width: 468px) {
    #header-logo {
        margin-top: 20px;
        text-align: center;
    }

    #header-logo-legenda {
        font-size: .9em;
        text-align: center;
    }

    .carousel-indicators {
        bottom: -10px;
    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
