/*########################################
  Tema
  ########################################*/
body {
    font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1.428;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
/* #tema {             */
/*     margin: 0 auto; */
/* }                   */
article#content {
    min-height: 400px;
}
a#portal-home-link {
}
#portal-menu {
}
#toolbar {
    overflow: auto;
    clear: right;
}
#footer-institucional {
    clear: both;
    padding-top: 40px;
}



/*########################################
  Adaptações barceloneta
  ########################################*/
/* Container */
@media(min-width:1600px){
    .container {
        /* width: 1570px; */
        width: 1170px; /* Igual lg */
    }
    .plone-modal .plone-modal-content {
        /* width: 1570px; */
        width: 1170px; /* Igual lg */
    }
} /* @media */
@media (min-width: 1660px){
    .plone-toolbar-left-default .container {
        /* width: 1510px; */
        width: 1170px; /* Igual lg */
    }
} /* @media */
@media (min-width: 1320px){
    .plone-toolbar-left-expanded .container {
        /* width: 1050px; */
        width: 1170px; /* Igual lg */
    }
} /* @media */
@media (min-width: 1720px){
    .plone-toolbar-left-expanded .container {
        /* width: 1450px; */
        width: 1170px; /* Igual lg */
    }
} /* @media */

/* Link */
h1 {
    font-size: 31px;
}
@media (max-width: 767px){
    #content h1 {
        font-size: 24px;
    }
}
h1 a:hover, h2 a:hover, h3 a:hover, h1 a:focus, h2 a:focus, h3 a:focus {
    /* text-decoration: underline; */
    /* border-bottom: 2px #004665 solid; */
    /* border-bottom: unset; */
}



/*########################################
  Form style
  ########################################*/
.formHelp {
    display: block;
}
/* Estilo z3c.form checkbox */
form div[id^="formfield-form-widgets-"]
  > span.option { /* checkbox */
  display: flex;
  align-items: start;
}
form div[id^="formfield-form-widgets-"]
  > span.option > input[id^="form-widgets-"][type=checkbox] {
  margin-top: 5px;
  margin-right: 5px;
}
form div[id^="formfield-form-widgets-"]
  > span.option label span.label {
  /* display: flex; */
  color: inherit;
  white-space: unset;
  text-align: justify;
  padding: 0 5px;
}



/*########################################
  Adaptações senado.essencial
  ########################################*/
:not(#_) .nav_control-title a,
:not(#_) .nav_control-title a:hover {
  color: #fff;
  text-decoration: none;
}
:not(#_) .sf-wrapper .menu-local__social {
    display: none;
}
/* Último menu à direita */
:not(#_) .sf-wrapper ul.navbar-nav > li.dropdown:last-child:not(:first-child) > div.dropdown-menu {
    right: 0;
    left: auto;
}
:not(#_) .sf-wrapper ul.navbar-nav > li.dropdown:last-child:not(:first-child) > div.dropdown-menu::before {
    left: 85%;
}
/* :not(#_) .sf-wrapper .collapse.in { */
/*     display: block; */
/* } */
/* :not(#_) .sf-wrapper .navbar-toggler--sf::after { */
/*     transition: all 0.5s; */
/* } */
/* .sf-wrapper h1 { */
/*     letter-spacing: normal; */
/* } */



/*########################################
  Breadcrumbs
  ########################################*/
#portal-breadcrumbs {
}
.plone-breadcrumb {
    /* Breadcrumbs default display! */
    /* Sobrescrever com #portal-breadcrumbs */
    /* display: none; */
    
    background-color: transparent;
    /* float: left; */
    font-size: 12px;
    /* margin-bottom: 0; */
    margin-left: 0;
}
.plone-breadcrumb ol {
}
.plone-breadcrumb ol > li:last-of-type {
    color: #555;
}
.plone-breadcrumb #breadcrumbs-you-are-here {
    display: none;
}

/* Breadcrumbs home */
/* Sobrescrever com #portal-breadcrumbs #breadcrumbs-home */
.plone-breadcrumb #breadcrumbs-home,
.plone-breadcrumb ol > li#breadcrumbs-home + li::before {
    display: none;
}

.plone-breadcrumb ol > li > a {
    color: #3e6892;
    text-decoration: none;
}
.plone-breadcrumb ol > li + li::before {
    content: "›\00a0"; /* \203A\A0 */
    border-left: 0;
}
.plone-breadcrumb ol > li + li::after {
    border-left: 0;
}



/*########################################
  Barra de login
  ########################################*/
.portal-login {
    display: none;
}
.portal-login {
    float: right;
    font-size: 11px;
    margin-bottom: 1em;
}
.portal-login ins {
    margin-right: 12px;
    text-decoration: none;
    text-transform: capitalize;
}



/*########################################
  Bootstrap Tabs
  ########################################*/
.tabs {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding-top: 3px;
}
.tabs > .tab-content {
    padding: 15px 15px;
}



/*########################################
  Carousel
  ########################################*/
.carousel .item img {
  margin: auto;
}
.carousel-indicators {
  top: 10px;
  height: 10px;
}
.carousel-control {
  cursor: alias;
  text-shadow: 2px 2px 0 #000;
}
.carousel-control span {
  color: white;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 19%;
  font-size: 22px;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 19%;
  font-size: 22px;
}
/* Carousel control color. */
/* .carousel-control.right { */
/*   background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, #00305c 100%); */
/* } */
/* .carousel-control.left { */
/*   background-image: linear-gradient(to right, #00305c 0px, rgba(0, 0, 0, 0) 100%); */
/* } */
.carousel-caption {
  bottom: 0;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  width: 100%;
  max-height: 50%;
}
/* Faixa transparente */
.carousel-caption::before {
  opacity: .5;
  background: black;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: no-open-quote;
  color: transparent;
}
.carousel-caption p {
  color: #fff;
  font-size: 13px;
  line-height: 14px;
}

/* Carousel Caption Quadro */
.carousel-caption-quadro {
  bottom: 5%;
  left: 5%;
  max-height: 90%;
  text-align: left;
  width: 24%;
}



/*########################################
  Accordion
  ########################################*/
.accordion {
  position: relative;
}
.accordion > .accordion-group {
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  margin-bottom: 20px;
}
.accordion > .accordion-group > .accordion-heading {
  border-bottom: 1px solid #ddd;
  color: #3e6892;
  font-size: 18px;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion .accordion-caret .accordion-toggle.collapsed::before {
  content: "▸";
}
.accordion .accordion-caret .accordion-toggle:not(.collapsed)::before {
  content: "▾";
}
.accordion .accordion-caret .accordion-toggle::before {
  font-size: 25px;
/*   vertical-align: -3px; */
/*   line-height: 21px; */
  margin-right: 0;
  position: absolute;
  right: 20px;
}
.accordion .accordion-inner {
  border-top: 1px solid #e5e5e5;
  padding: 8px 15px;
}
#content a.accordion-toggle:hover,
#content a.accordion-toggle:focus {
  color: #28425c !important;
  text-decoration: none;
}



#painel-em-manutencao {
  background: white none repeat scroll 0 0;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  font-family: arial;
}
#painel-em-manutencao i {
  color: orange;
}



/*
============================== 
Bootstrap Media Queries
==============================
*/

/* Extra small - Phone */
@media(max-width:767px){

/* .carousel-caption { */
/*   position: static; */
/* } */
/* .carousel-control .glyphicon-chevron-left, */
/* .carousel-control .glyphicon-chevron-right, */
/* .carousel-control .icon-next, */
/* .carousel-control .icon-prev { */
/*   top: 30%; */
/* } */

} /* @media xs */

/* Small - Tablet */
@media(min-width:768px){

} /* @media sm */

/* Medium - Desktop */
@media(min-width:992px){

} /* @media md */

/* Large - Desktop */
@media(min-width:1200px){

} /* @media lg */


