@import url(http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,400italic,700italic,900italic);
@import url(../fonts/fonte-dge/styles.css);

/** Query para o menu lateral para ecrãs mais pequenos **/
@media all and ( max-height: 800px){
  #block-custom-custom {
    atop: 397px !important;
  }
}

#postal-img {
  display: none;
}

:target:before {
  content:"";
  display:block;
  height:130px; /* fixed header height*/
  margin:-130px 0 0; /* negative fixed header height */
}

#cboxLoadedContent #postal-img {
  display: block;
}

img, media {
  max-width: 100%;
}

span.file img {
  display: none;
}

span.file:before {
  content: "\f15b";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #80a940;
  margin-right: 3px;
}

span.file a {
  font-size: 13px;
  font-weight: bold;
  color: #2b2b2b;
}

.page-taxonomy .node--teaser {
  padding-right: 330px;
  padding-bottom: 15px !important;
}

.l-header {
  position: fixed;
  z-index: 10;
  clear: both;
  width: 100%;
}

a#open-menu {
  display: none;
}


a {
  color: #80a940;
  text-decoration: none;
}

body {
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-spacing: 2px;
}

.feed-icon {
  display: none;
}

#overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../images/overlay.png);
  display: none;
  z-index: 1;
}

.l-region--navigation{
  width: 100%;
  max-width: 950px;
  margin-left:  auto;
  margin-right: auto;
  position: relative
}

.menu-full-content{
  background-color: #81a740;
  width: 100%;
  min-height: 43px;
  position: relative;
}

.front .l-main {
  padding-top: 0px !important;
}

#block-views-menu-image-block,
#block-views-news-block-4,
#block-custom-header-image {
  float: left;
  width: 100%;
  position: relative;
  min-height: 333px;
  overflow-x: hidden;
}
#block-views-menu-image-block .views-field-title,
#block-views-news-block-4 .views-field-name,
#block-custom-header-image .title {
  width: 100%;
  position: absolute;
  text-align: center;
  color: white;
  top:64%;
  font-weight: bold;
  font-size: 29px;
  text-shadow: 0px 0px 7px rgba(120, 120, 120, 0.6);
}
#block-views-menu-image-block .views-field-field-description,
#block-custom-header-image .description {
  width: 100%;
  position: absolute;
  text-align: center;
  color: white;
  top:77%;
  font-size: 24px;
  text-shadow: 0px 0px 7px rgba(120, 120, 120, 0.6);
}
#block-views-menu-image-block img,
#block-views-news-block-4 img,
#block-custom-header-image img {
  width: 100%;
  min-height: 333px;
  max-height: 333px;

}

.front .l-header {
  background: transparent;
  position: fixed;
  top: 0;
  width: 100%;
}

.front.logged-in .l-header {
  top:64px;
}



.l-header > .header-opacity {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 10px 10px 5px #888888;
  z-index: -1;
}

h1 {
  font-size: 20px;
}

h1 {
  display: none;
}

.breadcrumb {
  font-size: 10px;
  color: #585755;
  text-transform: uppercase;
}
ul.breadcrumb,
ul.tabs--primary
{
  padding-left: 0px;
  padding-top: 2px;
  width: 100%;
  max-width: 630px;
}
.messages.messages--status,
.messages.messages--error {
  clear: both;

}
.breadcrumb li{
  float: left;
  list-style: none;
  padding-right: 6px;
}
.breadcrumb li:after{
  font-family: "FontAwesome";
  font-size: 13px;
  content: "\f0da";
  padding-left: 6px;
  position: relative;
  top: 1px;
}
.breadcrumb li:last-child:after{
  font-size: 0px;
}
.breadcrumb li:last-child{
  float: none;
}
.breadcrumb li a{
  color: #585755;
}
.breadcrumb li a.active{
  font-weight: bold;
  position: relative;
  top: 1px;
}

.l-content,
.l-header .l-branding {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 38px;
  height: 100%;
  overflow: hidden;
  /* padding: 0 10px; */
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}

a.site-logo {
  float: left;
  width: 49.8%;
}

a.gov-logo {
  float: right;
  width: 28.6%;
}

a.site-logo img,
a.gov-logo img {
  height: auto;
  width: 100%;
  transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
}
.front .l-content {
  padding-bottom: 72px;
}
div.content-messages  {
  width: 100%;
  max-width: 972px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.not-front .l-content {
  min-height: 588px;
  position: relative;
}

.l-page {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.l-branding {
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
  padding-bottom: 22px;
  transition: height 0.5s ease-in-out,max-width 1s ease-in-out,padding-top 0.5s;
  -webkit-transition: height 0.5s ease-in-out,max-width 1s ease-in-out,padding-top 0.5s;
  -moz-transition: height 0.5s ease-in-out,max-width 1s ease-in-out,padding-top 0.5s;
  height: 122px;
}

.l-branding.scroll{
  padding-top: 15px;
  height: 60px !important;
  amax-width: 300px;
  padding-bottom: 12px;
}

.l-branding.scroll a.site-logo img,
.l-branding.scroll a.gov-logo img {
  aheight: 35px;
  max-height: 35px;
  width: auto;
  text-align: left;
}
.l-branding.scroll a.gov-logo img {
  text-align: right;
}

/** MENU **/

#block-superfish-1 {
  font-size: 12px !important;
  font-weight: bold;
  width: 100%;
  max-width: 883px;
  margin-left: auto;
  margin-right: auto;
}

#block-superfish-1 a:hover {
  color: #2b2b2b;
}

#block-superfish-1 li.sf-depth-1 > a{
  text-transform: uppercase;
}

#ablock-superfish-1 li.active-trail.sf-depth-1{
  background: url('../images/arrow-white.png');
  background-position: bottom -9px center;
  background-repeat: no-repeat;
}

#block-superfish-1 li.active-trail.sf-depth-1:after {
  display: block;
  content: ".";
  text-indent: -99999px;
  width: 18px;
  bottom: 0;
  height: 8px;
  background: url('../images/arrow-white.png');
  background-position: bottom -9px center;
  background-repeat: no-repeat;
  position: absolute;
  right: 50%;
  margin-right: -9px;
}

#block-superfish-1 li.active-trail.sf-depth-2 > a,
#block-superfish-1 li.active-trail.sf-depth-3 > a{
  color: #2b2b2b;
}


#block-superfish-1 li.sf-depth-1 {
  padding-left: 17px;
  padding-right: 17px;
  min-height: 43px;
  max-height: 43px;
  line-height: 41px;
}
#block-superfish-1 li.sf-depth-2 {
  line-height: 20px;
  background: url(../images/icon_menu-01.png) no-repeat;
  background-size: 6px;
  background-position: left center;
}


#block-superfish-1 li.sf-depth-2.active-trail,
#block-superfish-1 li.sf-depth-2:hover {
  background: url(../images/icon_menu-02.png) no-repeat;
  background-size: 7px;
  background-position: left center;
}

#block-superfish-1 li.sf-depth-2.active-trail > a,
#block-superfish-1 li.sf-depth-2:hover > a {
  color: #2b2b2b !important;
}

#block-superfish-1 li.sf-depth-1 > a{
  color: white;
}
#block-superfish-1 li.sf-depth-2 > a{
  color: #81a740 !important;
  padding: 9px;
  padding-left: 20px;
}

#block-superfish-1 ul li ul {
  background: white;
}

#block-superfish-1 ul li ul > li{
  list-style: none;
  color: #80a940;
}


#ablock-superfish-1 ul > li.sf-depth-2:hover:before{
  font-family: "FontAwesome";
  content: "\f0da";
  font-size: 12px;
  float: left;
  padding-right: 11px;
  margin-left: -16px;
  transition: 0.5s;

}
#block-superfish-1 ul > li.sf-depth-1:hover a{
  color: #585856;
  transition: 0.5s;
}
#block-superfish-1 ul > li.active-trail.sf-depth-2{
  list-style: none;
}
#ablock-superfish-1 ul > li.active-trail.sf-depth-2:before{
  font-family: "FontAwesome";
  content: "\f0da";
  font-size: 12px;
  float: left;
  padding-right: 11px;
  margin-left: -15px;
}
#block-superfish-1 ul > li.sf-depth-2.menuparent:hover > a{
  color: #2b2b2b !important;
}

#block-superfish-1 ul > li.sf-depth-2:hover{
  list-style: none !important;
}

#block-superfish-1 .sf-depth-1.sfHover > ul {
  top: 3.55em !important;

}
#block-superfish-1 .sf-depth-2.sfHover > ul {
  top: -0.4em !important;

}

#block-superfish-1 .sf-depth-1 > ul,
#block-superfish-1 .sf-depth-2 > ul
{
  padding-top: 9px;
  padding-bottom: 12px;
  padding-left: 14px;
  padding-right: 14px;
  box-shadow: 0px 1px 8px #DDDDDD;
}

#block-superfish-1 .sf-depth-2.sfHover > ul {
  margin-left: 17px;
}

#block-block-5 p,
#block-block-6 h3
{
  margin: 0px;
}
#block-block-6 h3 img
{
  width: 100% !important;
  height: 102px !important;
}

/** SUPERFISH Content Menu **/
/** SUPERFISH Content Menu **/

.logged-in #block-custom-custom{
  atop:502px !important;
}
.not-logged-in #block-custom-custom{
  atop: 390px !important;
}

#block-custom-custom {
  width: 100%;
  /*background: #F6F6F6;*/
  background: #2c2c2c;
  max-width: 232px;
  position: fixed;
  left: -232px;
  top: 306px;
}

#block-custom-custom {
  /*background: white;*/
  background: #2c2c2c;
  bottom: 0;
  top: 184px;
  transition: top 1.5s;
  -webkit-transition: top 1.5s;
  -moz-transition: top 1.5s;
  z-index: 1;
}

.open#block-custom-custom {
  overflow-y: auto;
}

.open#block-custom-custom .block__content {
  padding-top: 39px;
  position: relative;
}

#block-custom-custom .block__content li.first-level:first-child {
  border-bottom: 1px solid #80a940;
}

.open#block-custom-custom .block__content li.first-level:first-child {
  position: fixed;
  z-index: 500 !important;
  left: 0;
  transition: top 1.5s;
  -webkit-transition: top 1.5s;
  -moz-transition: top 1.5s;
}

.open#block-custom-custom .block__content li.first-level:first-child {
  top: 184px;
}

.top #block-custom-custom,
.top .open#block-custom-custom .block__content li.first-level:first-child {
  top: 103px;
}

.logged-in #block-custom-custom,
.logged-in .open#block-custom-custom .block__content li.first-level:first-child {
  top: 195px;
}

.top.logged-in #block-custom-custom,
.top.logged-in .open#block-custom-custom .block__content li.first-level:first-child {
  top: 133px;
}

.logged-in.toolbar-drawer #block-custom-custom,
.logged-in.toolbar-drawer .open#block-custom-custom .block__content li.first-level:first-child {
  top: 228px;
  z-index: 100;
}

.top.logged-in.toolbar-drawer #block-custom-custom,
.top.logged-in.toolbar-drawer .open#block-custom-custom .block__content li.first-level:first-child {
  top: 167px;
}


#block-custom-custom ul#second-menu > li.first-level:nth-child(1) {
  /*background-color: white;*/
  background-color: #2c2c2c;
}


#block-custom-custom ul li{
  apadding: 11px;
  font-size: 13px;
  font-weight: bold;
  clear: both;
  /*background-color: #303030;*/
  background-color: #2c2c2c;
  width: 100%;
  max-width: 232px;
}
#block-custom-custom ul li.first-level.sfHover > a,
#block-custom-custom ul li.first-level.active > a{
  color: #81a740 !important;
}

#block-custom-custom ul li.first-level.active:first-child > a {
  color: white !important;
}

#block-custom-custom ul li.first-level.has-child > a {
  background: url(../images/arrow-bottom-white.png) no-repeat;
  background-position: right 10px center;
  padding-right: 25px;
}
#block-custom-custom ul li.first-level.has-child:hover > a,
#block-custom-custom ul li.first-level.has-child.active > a {
  background: url(../images/arrow-bottom-green.png) no-repeat;
  background-position: right 10px center;
}

#block-custom-custom ul li.second-level.sfHover a:hover{
  color: #81a740;
}
#block-custom-custom ul li a{
  /*color: #777576;*/
  color: white;
  display: block;
  padding: 10px;
  padding-left: 20px;
}
#block-custom-custom ul#second-menu  >  li:first-child a{
  max-width: 160px;
}
#block-custom-custom ul#second-menu > li.first-level{
  font-size: 13px;
  font-weight: bold;
  clear: both;
  /*background-color: white;*/
  background-color: #2c2c2c;
  width: 100%;
  max-width: 232px;
}

#block-custom-custom ul#second-menu > li.first-level {
  border-bottom: 1px solid #ebebeb;
  color: #777576;
}

#block-custom-custom ul#second-menu > li.first-level:before {
  display: none;
}

#block-custom-custom ul li.second-level a {
  color: #777576;
}



#block-custom-custom ul#second-menu > li.active:before,
#block-custom-custom ul#second-menu > li.active > a,
#block-custom-custom ul.second-level > li.second-level.active_path:before,
#block-custom-custom ul#second-menu  > li.active_path.first-level:before,
#block-custom-custom ul#second-menu  > li.active_path.first-level  > a,
#block-custom-custom ul.second-level > li.second-level.active_path > a {
  /*color: #81a740 !important;*/
  color: white;
  cursor: pointer;
}
#block-custom-custom ul#second-menu > li.active:before {
  font-size: 6px;
}

#block-custom-custom ul > li a:hover{
  color: #81a740 !important;
}

#ablock-custom-custom .sfHover ul.second-level{
  left: 100% !important;
  top: 0 !important;
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
}

#ablock-custom-custom ul.second-level {
  background-color: #404040;
  position: absolute !important;
  top: 0 !important;

}
#block-custom-custom ul.second-level {
  abackground-color: #404040;
  display: none;
  list-style-type: none;
  padding: 0 !important;
  margin: 0;
}

ul#second-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}


#block-custom-custom ul.second-level li:before,
#block-custom-custom ul#second-menu li:before{
  display: none;
}


#block-custom-custom ul.second-level li:hover:before,
#block-custom-custom ul#second-menu li:hover:before{
  color: #81a740;
  content:"\f04b";
  font-size: 6px;
  font-weight: bold;
}

#ablock-custom-custom ul#second-menu > li:nth-child(1):hover > a,
#block-custom-custom ul#second-menu > li:nth-child(1):before{
  color: white;
  content:"\f04b";
}
#block-custom-custom ul#second-menu > li:hover:nth-child(1):before{
  color: white;
}

li > a.content-menu-green:before,
#second-button:before {
  font-family: "FontAwesome" !important;
  content:"\f054";
  /*color: #81a740;*/
  color: white;
  font-size: 18px;
  padding-left: 14px;
  float: right;
  cursor: pointer !important;
}

li > a.content-menu-green:hover:before,
#second-button:hover:before {
  color: #81a740;
}

#block-custom-custom.open li > a.content-menu-green:before {
  content: "\f00d";
}

#block-custom-custom.open-mobile #second-button:before {
  content: "\f077";
}

#block-custom-custom.open li.row-1.first-level a:hover {
  color: #81a740 !important;
}

#block-custom-custom ul.second-level li.second-level.active_path:before,
#block-custom-custom ul#second-menu li.active_path.first-level:before{
  display: none;
}

#block-custom-custom ul.second-level li:first-child {
  padding-top: 20px;
}

#block-custom-custom ul.second-level li {
  background: #e8e8e8;
  border-bottom: 1px solid white;
  padding: 0 !important;
}

#block-custom-custom ul.second-level li:last-child {
  border-bottom: 0;
}


a.content-menu-green,
#second-button {
  position: absolute;
  top:0;
  right: -108px;
  height: 52px;
  padding-left: 28px !important;
  /*background: white;*/
  background: #2c2c2c;
  height: 37px;
  line-height: 18px;
  padding: 7px;
  padding-top: 10px;
  z-index: 100;
  transition: right 0.5s ease-in-out;
  -webkit-transition: right 0.5s ease-in-out;
  -moz-transition: right 0.5s ease-in-out;
  display: block;
  width: 123px;
}

a.content-menu-green.enable{
  right: 0px !important;
  height: 36px;
  font-size: 0;
  z-index: -1;
}

#second-button {
  display: none;
}

/**  END SUPERFISH Content Menu **/

#block-menu-block-1 {
  width: 100%;
  max-width: 227px;
  float: left;
  display: block;
  min-height: 317px;
  max-height: 317px;
  background: #F6F6F6;
  clear: left;
  padding-top: 34px;
}
#block-menu-block-1 li{
  list-style: none;
}
#block-menu-block-1 ul{
  padding-left: 32px;
  font-size: 14px;
}
#block-menu-block-1 li.active-trail{
  background: #80a940;
}
#block-menu-block-1 li{
  padding-left: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 12px;
  border-bottom: 3px solid #80a940;
}
#block-menu-block-1 li.active-trail a.active-trail{
  color: white;
}
#block-menu-block-1 a{
  display: block;
}


/** END MENU **/

.l-footer-wrapper,
.l-footer-second-wrapper {
  background-color: #81a740;
  clear: both;
  min-height: 40px;
  width: 100%;
}

.l-region--footer,
.l-region--footer-second {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}

.l-footer-second-wrapper  {
  background: #303030;
}

.l-footer #block-block-7 {
  float: left;
  width: 100%;
}

.l-footer #block-block-7 .block-7-full-content {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 7px;
}
.l-footer #block-block-7 a{
  color: white;
  border-right: 2px solid white;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 13px;
  font-weight: bold;
}
.l-footer #block-block-7 a:last-child{
  border-right: 0px;
  padding-right: 48px;
}

#block-block-7 a:hover {
  color: #231f20;
  transition: 0.5s;
}

.l-footer #block-block-1 {
  min-height: 48px;
  color: white;
  padding-top: 19px;
  font-size: 17px;
  clear: both;
  overflow: hidden;
}
.l-footer #block-block-1 .block-1-full-content {
  width: 100%;
}
.l-footer #block-block-1  a {
  color: #81a740 !important;
  padding-right: 6px;
  padding-left: 6px;
}
.l-footer #block-block-1  a:hover{
  color: white !important;
  transition: 0.5s;
}
.l-footer .links,
.l-footer .social-network,
.l-footer .powered-by{
  float: left;
}

.l-footer .social-network,
.l-footer .powered-by {
  position: relative;
  z-index: 10;
}

.l-footer .social-network {
  margin-top: -4px;
}

.l-footer .block-1-full-content {
  overflow: visible;
  position: relative;
}

.l-footer .links {
  width:100%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
}

.l-footer .powered-by
{
  font-size: 11px;
}

.l-footer .powered-by
{
  color: #81a740;
  float: right;
}

.l-footer .links a{
  border-right: 1px solid white;
  padding-right: 10px;
  padding-left: 10px;
}

.l-footer .links a:last-child{
  border-right: none;
}

#block-menu-menu-footer-menu ul.menu .leaf {
  list-style: square;
  padding-right: 15px;
  color: #80a940;
}

#block-menu-menu-footer-menu ul.menu .expanded {
  list-style: none;
}
#block-menu-menu-footer-menu ul.menu .expanded > a{
  list-style: none;
  font-weight: bold;
  color: #80a940 !important;
  border-bottom: 3px solid #80a940;
  width: 100%;
  cursor: default;
  font-size: 15px;
  padding-bottom: 3px;
  display: block;
  max-width: 120px;
  margin-bottom: 5px;
}

#block-menu-menu-footer-menu ul li ul li a{
  color: #2b2b2b !important;
}

#block-menu-menu-footer-menu ul li ul li a{
  color: #2b2b2b !important;
}
#block-menu-menu-footer-menu ul{
  padding: 0px;
  margin: 0px;
}
#block-menu-menu-footer-menu > ul{
  padding: 25px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}
#block-menu-menu-footer-menu ul > li{
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 10px;
}

#block-menu-menu-footer-menu ul > li.expanded:nth-child(2),
#block-menu-menu-footer-menu ul > li.expanded:nth-child(3){
  float: left;
  font-size: 11px;
  font-weight: bold;
  margin-left: 100px;
}

#block-menu-menu-footer-menu ul > li.expanded:nth-child(1){
  font-size: 11px;
  max-width: 120px;
  font-weight: bold;
  float: left;
}

#block-menu-menu-footer-menu {
  max-width: 497px;
  float: left;
  padding-left: 35px;
}

#block-block-2 {
  float: left;
  padding-top: 15px;
}

#block-block-2 table th{
  background: none;
  color: #80a940;
  font-size: 15px;
  padding-bottom: 3px;
  border-bottom: 3px solid #80a940;
}

#block-block-2 table td:first-child{
  padding-top: 12px;
}
#block-block-2 table td{
  padding-top: 6px;
}

/**** HOMEPAGE SLIDER ****/


.front .fullscreen-slider {
  min-height: 490px;
  background-image: url('../images/slider-background.png');
  background-size: cover;
  margin-bottom: 17px !important;
  border: 0px;

}

.front #block-views-homepage-block-1 {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0;
}

.front #block-views-homepage-block-1 #flexslider-1 {
  background: transparent;
  min-height: 490px;
  margin-bottom: 17px !important;
  border: 0px;
  max-width: 1054px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: none !important;
}

.front #block-views-homepage-block-1 #flexslider-1 .views-field-created,
.front #block-views-homepage-block-1 #flexslider-1 .views-field-title-1,
.front #block-views-homepage-block-1 #flexslider-1 .views-field-body {
  width: 100%;
  margin-left: auto;
  max-width: 823px;
  margin-right: auto;
  font-size: 25px;
  color: white;
}

.front #block-views-homepage-block-1 #flexslider-1 ul.slides > li {
  position: relative;
}
.front #block-views-homepage-block-1 #flexslider-1 ul.slides > li .views-field-path a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.front #block-views-homepage-block-1 .views-field-body {
  text-align: center;
  line-height: 40px;
}
.front #block-views-homepage-block-1 .views-field-body p{
  margin: 0px;
}
.front #block-views-homepage-block-1 .views-field-title-1 a{
  font-weight: bold;
  color: white !important;
}
.front #block-views-homepage-block-1 .views-field-title-1{
  padding-top: 245px;
  text-align: center;
  padding-bottom: 20px;
}

.front #block-views-homepage-block-1 span {
  color: white;
  font-weight: 300;
  padding-right: 10px;

}

.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before{
  font-family: "FontAwesome";
  font-size: 31px;
  line-height: 1;
  display: inline-block;
  content: '\f104';
  color: white;
}
.flex-direction-nav a.flex-next:before{
  content: '\f105';
}

.flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-next
{
  top: 68%;
}

/**** END HOMEPAGE SLIDER ****/


/*** destaques homepage ***/
aside.l-region--sidebar{
  position: absolute;
  right: 0;
  min-height: 400px;
  float: right;
  top: 0;
  max-width: 331px;
  width: 100%;
  min-width: 331px;
}
#block-views-news-block{
  width: 100%;
  max-width: 470px;
  float: left;
  margin-right: 21px;
  position: relative;
  min-height: 100%;
  padding-bottom: 0;

}
#block-views-news-block-2,
.page-noticias .pane-news-panes-panel-pane-4 {
  width: 100%;
  max-width: 268px;
  float: left;
  margin-left: 63px;
  padding-top: 3px;
  padding-bottom: 36px;
  position: relative;
}
#block-views-news-block-2 h2.block__title,
.page-noticias .pane-news-panes-panel-pane-4 h2.pane-title {
  font-size: 10px;
  color: #80a740;
  text-transform: uppercase;
  padding-bottom: 19px;
  padding-top: 2px;
}
#block-views-news-block .views-row,
#block-views-news-block-2 .views-row,
.page-noticias .pane-news-panes-panel-pane-4 .views-row  {
  clear: both;
  margin-bottom: 4px;
  min-height: 55px;
  max-height: 55px;
  overflow: hidden;
  position: relative;
}

#block-views-news-block .views-row {
  max-height: 56px;
  min-height: 56px;
}

#block-views-news-block .views-row:last-child,
#block-views-news-block-2 .views-row:last-child,
.page-noticias .pane-news-panes-panel-pane-4 .views-row:last-child {
  margin-bottom: 0;
}

#block-views-news-block .views-field-created,
#block-views-news-block-2 .views-field-created,
.page-noticias .pane-news-panes-panel-pane-4 .views-field-created {
  max-width: 48px;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  min-height: 55px;
  max-height: 55px;
  background-color: #81a740;
  float: left;
  color: white;
  text-align: center;
  padding-top: 13px;
  line-height: 14px;
  padding-left: 4px;
  padding-right: 4px;
}
#block-views-news-block .views-field-created{
  margin-right: 20px;
}

.page-noticias .pane-news-panes-panel-pane-1,
.page-noticias .pane-news-panes-panel-pane-2,
.page-noticias .pane-news-panes-panel-pane-3,
.page-noticias .pane-news-panes-panel-pane-4 {
  margin-right: 0;
  overflow: hidden;
}

#block-views-news-block .views-field-title,
#block-views-news-block-2 .views-field-title,
.page-noticias .pane-news-panes-panel-pane-4 .views-field-title-1 {
  border: 2px solid #f1f1f1;
  max-height: 56px;
  min-height: 56px;
}
#block-views-news-block .views-field-title:hover ,
#block-views-news-block-2 .views-field-title:hover,
.page-noticias .pane-news-panes-panel-pane-4 .views-field-title-1:hover {
  border: 2px solid silver;
  transition: 0.5s;
}

a.gov-logo-footer {
  display: none;
}

#block-views-news-block .views-row:hover .views-field-title a {
  border-color: silver;
}

#block-views-news-block .more-news{
  margin-top: 8px;
  float: right;
  width: 100%;
  width: 470px;
  position: absolute;
  bottom: -42px;
  right: 0;
}

#block-views-news-block .more-news a {
  width: 100%;
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 7px;
  border: 2px solid #f1f1f1;
  display: block;
}
#block-views-news-block .more-news a:after {
  font-family: "FontAwesome";
  content: "\f0da";
  font-size: 20px;
  color: #81a740;
  margin-left: 12px;
  z-index: 10;
  font-weight: normal !important;
  float: right;
}
#block-views-news-block select,
#block-views-news-block-2 select,
.page-noticias .pane-news-panes-panel-pane-4 select,
#block-views-exp-news-panes-panel-pane-1 select {
  background-image: url('../images/arrow-right-green.png');
  background-position: right 12px center;
  background-repeat: no-repeat;
}
#block-views-news-block select:hover,
#block-views-news-block-2 select:hover,
.page-noticias .pane-news-panes-panel-pane-4 select:hover,
#block-views-exp-news-panes-panel-pane-1 select:hover {
  background-image: url('../images/arrow-right-white.png');
}
#block-views-news-block .more-news:hover a:after,
#block-views-news-block form:hover:after,
#block-views-exp-news-panes-panel-pane-1 form:hover a:after,
#block-views-exp-news-panes-panel-pane-1 form:hover:after {
  color: white !important;
}

#block-views-exp-news-panes-panel-pane-1 {
  float: left;
  margin-top: 3px;
}

#block-views-exp-news-panes-panel-pane-1 .views-exposed-widget {
  padding: 0;
  width: 232px;
}

.not-front .l-content {
  position: relative;
}

.l-content {
  aposition: relative;
  apadding: 0 6px;
}

#block-views-news-block .more-news a:hover{
  background-color: #81a740;
  color: white;
  border: 2px solid transparent;
  transition: 0.5s;
}

#block-views-news-block .views-field-title {
  border-left: none;
}

#block-views-news-block .views-field-title:hover {
  border-left: none;
}

#block-views-news-block .views-field-title a {
  color: #585856;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 15px;
  min-height: 52px;
  max-height: 52px;
  line-height: 52px;
  display: block;
  border-left: 10px solid #81a740;

}

#block-views-news-block #edit-field-theme-tid-wrapper,
#block-views-news-block #edit-field-theme-tid-wrapper .views-widget,
#block-views-news-block #edit-field-theme-tid-wrapper .views-widget select {
  width: 100%;
  max-width: 232px;
  padding: 0px;
  height: 34px;
}
#block-views-news-block-2 #edit-field-theme-tid-wrapper,
#block-views-news-block-2 #edit-field-theme-tid-wrapper .views-widget,
#block-views-news-block-2 #edit-field-theme-tid-wrapper .views-widget select,
.page-noticias .pane-news-panes-panel-pane-4 #edit-field-theme-tid-wrapper,
.page-noticias .pane-news-panes-panel-pane-4 #edit-field-theme-tid-wrapper .views-widget,
.page-noticias .pane-news-panes-panel-pane-4 #edit-field-theme-tid-wrapper .views-widget select,
#block-views-exp-news-panes-panel-pane-1,
#block-views-exp-news-panes-panel-pane-1 .views-widget,
#block-views-exp-news-panes-panel-pane-1 .views-widget select {
  width: 100%;
  max-width: 268px;
  padding: 0px;
  height: 34px;
}
#block-views-news-block form select,
#block-views-news-block-2 form select,
.page-noticias .pane-news-panes-panel-pane-4 form select,
#block-views-exp-news-panes-panel-pane-1 .views-widget select {
  background-color: white;
  border: 2px solid #f1f1f1;
  color: #81a740;
  font-size: 14px;
  font-weight: bold;
  outline-style: none;
  padding-left: 12px !important;
  border-radius: 0px;
  -webkit-font-smoothing: antialiased;
}
#block-views-news-block form select:hover,
#block-views-news-block-2 form select:hover,
.page-noticias .pane-news-panes-panel-pane-4 form select:hover,
#block-views-exp-news-panes-panel-pane-1 .views-widget select:hover {
  background-color: #81a740;
  border: 2px solid transparent;
  color: white;
  transition: 0.5s;
}
#block-views-news-block form.views-exposed-form-News-block,
#block-views-news-block-2 form.views-exposed-form-News-block-2,
.page-noticias .pane-news-panes-panel-pane-4 form.views-exposed-form-News-block-2 {
  position: absolute;
  bottom: -0.06em;
  left: 0px;
  width: 100%;
  max-width: 268px;
  height: 34px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#block-views-news-block #edit-submit-news,
#block-views-news-block-2 #edit-submit-news,
.page-noticias .pane-news-panes-panel-pane-4 #edit-submit-news {
  display: none;
}
.ajax-progress {
  display: none;
}

#block-views-news-block-2 .views-row:hover .views-field-title,
.page-noticias .pane-news-panes-panel-pane-4 .views-row:hover .views-field-title-1 {
  border: 2px solid #cdcfd0;

}
#block-views-news-block .views-row:hover .views-field-created,
#block-views-news-block-2 .views-row:hover .views-field-created,
.page-noticias .pane-news-panes-panel-pane-4 .views-row:hover .views-field-created{
  background-color: #585856;
  transition: 0.5s;
}
#block-views-news-block .views-row:hover,
#block-views-news-block-2 .views-row:hover,
.page-noticias .pane-news-panes-panel-pane-4 .views-row:hover {
  background-color: #cdcfd0;
  transition: 0.5s;

}
#block-views-news-block-2 .views-field-title a,
.page-noticias .pane-news-panes-panel-pane-4 .views-field-title-1 a {
  color: #585856;
  font-size: 13px;
  font-weight: bold;
  display: block;
  padding-top: 12px;
  padding-left: 20px;
}

#block-views-news-block-1 {
  float: left;
  width: 100%;
  max-width: 272px;
  margin-right: 27px;
}
#block-views-news-block-1 .views-field-title,
#block-views-news-block-2 .views-field-title,
.page-noticias .pane-news-panes-panel-pane-4 .views-field-title-1 {
  font-size: 15px;
  font-weight: bold;
  height: 52px;
  line-height: 49px;
  position: relative;
  display: inline-block;
  width: 100%;
  border: none !important;
  border-left: 10px solid #81a740 !important;
}

#block-views-news-block-1 .views-field-title {
  border-left: none !important;
  height: auto;
}

.page-noticias .pane-news-panes-panel-pane-4 .views-row,
#block-views-news-block-2 .views-row {
  border: 2px solid #f1f1f1;
  border-left: 0;
  padding-bottom: 0 !important;
}

.page-noticias .pane-news-panes-panel-pane-4 .views-row:hover .views-field-title-1,
#block-views-news-block-2 .views-row:hover .views-field-title {
  border-left: 10px solid #f1f1f1 !important;
}



#block-views-news-block-1 .views-field-title a,
#block-views-news-block-2 .views-field-title span.field-content,
.page-noticias .pane-news-panes-panel-pane-4 .views-field-title-1 span.field-content {
  color: #585856;
  padding-right: 15px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 20px;
  padding-left: 15px;
  position: relative;
  padding-top: 0;
}

#block-views-news-block-1 .views-field-title a {
  padding-left: 0;
  padding-right: 0;
}

.page-noticias .pane-news-panes-panel-pane-4 .views-field-path a,
#block-views-news-block-2 .views-row .views-field-path a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#block-views-news-block-1 .views-row,
#block-views-news-block-2 .views-row,
.page-noticias .pane-news-panes-panel-pane-4 .views-row{
  padding-bottom: 17px;
}

#block-views-news-block-2 .view-footer a {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #F1F1F0;
  font-size: 15px;
  font-weight: bold;
}

#block-views-news-block-2 .view-footer a:hover {
  background: ;
}

#block-views-news-block-1 .views-row:last-child,
#block-views-news-block-2 .views-row:last-child,
.page-noticias .pane-news-panes-panel-pane-4 .views-row:last-child {
  padding-bottom: 0;
}
#block-views-news-block-1 .views-field-field-imagem img{
  filter: grayscale(100%);
  -webkit-filter:grayscale(1);
  transition-duration: 0.5s;
}
#block-views-news-block-1 .views-field-field-imagem img:hover{
  filter: grayscale(0%);
  -webkit-filter:grayscale(0);
}
#block-views-news-block-1 .views-row:hover a{
  color: #81a740;
  transition: 0.5s;
}
#block-views-news-block .view-empty{
  text-align: center;
  color: #585856;
  font-size: 20px;
  font-weight: bold;
  padding-top: 155px;
}

.page-noticias .pane-views-exp-news-panes-panel-pane-4,
#views-exposed-form-news-panes-page-1 {
  margin-top: 16px;
  position: relative;
}

.page-noticias #edit-field-theme-tid-wrapper,
#views-exposed-form-news-panes-page-1 #edit-field-theme-tid-wrapper {
  margin-right: 0;
  padding: 0;
}

.page-noticias .pane-views-exp-news-panes-panel-pane-4 select#edit-field-theme-tid,
#views-exposed-form-news-panes-page-1 select#edit-field-theme-tid {
  background: none;
  border: 2px solid #eceded;
  border-radius: 0;
  color: #80a640;
  font-size: 15px;
  font-weight: bold;
  height: 34px;
  outline: none;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: 369px;
}


.page-noticias .pane-views-exp-news-panes-panel-pane-4 .form-item-field-theme-tid,
#views-exposed-form-news-panes-page-1 .form-item-field-theme-tid {
  position: relative;
}

.page-noticias .pane-views-exp-news-panes-panel-pane-4 .form-item-field-theme-tid:after,
#views-exposed-form-news-panes-page-1 .form-item-field-theme-tid:after {
  content: "\f0d8";
  color: #80a640;
  font-family: "FontAwesome";
  font-size: 22px;
  position: absolute;
  right: 12px;
  top: 6px;
}

.page-noticias .pane-views-exp-news-panes-panel-pane-4 #edit-combine-wrapper,
#views-exposed-form-news-panes-page-1 #edit-combine-wrapper  {
  margin-right: 27px;
  padding: 0;
  width: 563px;
}

.page-noticias .pane-views-exp-news-panes-panel-pane-4 #edit-combine-wrapper input,
#views-exposed-form-news-panes-page-1 #edit-combine-wrapper input {
  border: 2px solid #eceded;
  height: 34px;
  margin-right: 29px;
  outline: 0;
  padding: 0 10px;
  padding-right: 25px;
  width: 100%;
}

.page-noticias .pane-views-exp-news-panes-panel-pane-4 .views-exposed-widgets,
#views-exposed-form-news-panes-page-1 .views-exposed-widgets {
  margin-bottom: 13px;
}

.page-noticias .pane-views-exp-news-panes-panel-pane-4 .views-submit-button,
#views-exposed-form-news-panes-page-1 .views-submit-button {
  padding: 0;

}

.page-noticias .pane-views-exp-news-panes-panel-pane-4 .views-submit-button:after,
#views-exposed-form-news-panes-page-1 .views-submit-button:after {
  content: "\f002";
  color: white;
  font-family: "FontAwesome";
  font-size: 18px;
  left: 545px;
  top: 0;
  position: absolute;
  z-index: 0;
  background: #80a640;
  line-height: 34px;
  width: 32px;
  height: 34px;
  text-align: center;
}

.page-noticias .pane-views-exp-news-panes-panel-pane-4 #edit-submit-news-panes,
#views-exposed-form-news-panes-page-1 #edit-submit-news-panes {
  background-color: transparent;
  border: none;
  height: 34px;
  margin: 0;
  outline: none;
  position: absolute;
  left: 545px;
  text-indent: -9999px;
  width: 32px;
  z-index: 1;
}

.page-noticias .pane-news-panes-panel-pane-4 .views-row {
  margin-bottom: 12.5px;
}

/*** END destaques homepage ***/

/*** BLOCO COM ICONS ***/

#block-views-quick-access-block{
  float: left;
  width: 100%;
  max-width: 170px;
}
#block-views-quick-access-block-1{
  width: 100%;
  min-height: 89px;
  max-height: 89px;
  box-shadow: 0px 3px 7px 0px #e2e2e2 inset;
}
#block-views-quick-access-block-1 .block__content {
  width: 100%;
  max-width: 972px;
  margin-left: auto;
  margin-right: auto;
}
#block-views-quick-access-block .views-row{
  min-height: 57px;
  margin-bottom: 2px;
  clear:both;
  overflow: hidden;
  max-width: 167px;
}
#block-views-quick-access-block-1 .views-row {
  min-height: 57px;
  margin-bottom: 2px;
  overflow: hidden;
  max-width: 157px;
  float: left;
  width: 100%;
  margin-right: 6px;
  position: relative;
}

#block-views-quick-access-block .views-row,
#block-views-quick-access-block-1 .views-row {
  position: relative;
}

#block-views-quick-access-block .views-row .views-field-field-path a,
#block-views-quick-access-block-1 .views-row .views-field-field-path a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
#block-views-quick-access-block-1 .views-row-last{
  margin-right: 0px;
}
#block-views-quick-access-block i a,
#block-views-quick-access-block-1 i a{
  display: none;
}
#block-views-quick-access-block .views-field-title,
#block-views-quick-access-block-1 .views-field-title{
  border: 2px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  float: left;
  width: 100%;
  max-width: 120px;
  min-height: 57px;
}
#block-views-quick-access-block-1 .views-field-title{
  max-width: 109px;
}
#block-views-quick-access-block-1 .views-field-title{
  text-align: center;
}
#block-views-quick-access-block .views-row:hover .views-field-title,
#block-views-quick-access-block-1 .views-row:hover .views-field-title{
  border: 2px solid transparent;
  border-left: 1px solid white;
}
#block-views-quick-access-block .views-field-title span,
#block-views-quick-access-block-1 .views-field-title span {
  amin-height: 53px;
  amax-height: 53px;
}
#block-views-quick-access-block .views-row:hover,
#block-views-quick-access-block .views-row:hover span,
#block-views-quick-access-block .views-row:hover i,
#block-views-quick-access-block-1 .views-row:hover,
#block-views-quick-access-block-1 .views-row:hover span,
#block-views-quick-access-block-1 .views-row:hover i{
  background-color: #81a740;
  color: white !important;
  font-weight: bold !important;
}

#block-views-quick-access-block .views-field-title,
#block-views-quick-access-block-1 .views-field-title {
  position: relative
}

#block-views-quick-access-block .views-field-title span,
#block-views-quick-access-block-1 .views-field-title span{
  font-size: 13px;
  font-weight: bold;
  color: #585856;
  display: block;
  padding-left: 7px;
  padding-right: 7px;
  overflow: hidden;
  max-width: 120px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#block-views-quick-access-block-1 .views-field-title span {
  width: 106px;
}

#block-views-quick-access-block-1 .views-field-title span{
  font-size: 13px;
}

#block-views-quick-access-block i,
#block-views-quick-access-block-1 i{
  float: left;
  color: #81a740;
  font-size: 28px;
  border: 2px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  width: 100%;
  max-width: 47px;
  text-align: center;
  min-height: 57px;
  padding-top: 14px;
}
#block-views-quick-access-block .views-row:hover i,
#block-views-quick-access-block-1 .views-row:hover i
{
  border: 2px solid transparent;
  border-right: 1px solid white;

}
/*** END BLOCO COM ICONS ***/

ul.tabs--primary {
  clear: both;
}
.front ul.tabs--primary {
  display: none;
}

/*** SEARCH ***/

#block-search-form {
  position: absolute;
  right: -15px;
  top: 43px;
  z-index: 100;
  width: 100%;
  max-width: 236px;
  background: white;
  padding: 6px;
  padding-top: 7px;
  display: none;
  box-shadow: 0px 1px 8px #DDDDDD;
}
#block-search-form:after{
  font-family: "FontAwesome";
  content: "\f0d8";
  font-size: 34px;
  position: absolute;
  top: -22px;
  right: 40px;
  color: white;
}

#block-block-3{
  float: left;
  margin-top: 10px;
  padding-left: 15px;
}

.search-block-form input#edit-submit {
  display: none;
}

.search-block-form button[type=submit]{
  background: #80a940;
  color: white;
  border: none;
  height: 20px;
  width: 20px;
  position: relative;
  top: 3px;
  left: 13px;
}
.search-block-form input{
  border: none;
  padding-left: 12px;
  width: 100%;
  max-width: 182px;
  font-size: 14px;
  height: 24px;
  outline-style: none;
}

.search-block-form i {
  position: relative;
  top: -3px;
  left: -2px;
  font-size: 14px;
}

.search-block-form #edit-submit--2 {
  display: none;
}

#block-block-3 .search-open i{
  color: white;
  cursor: pointer;
  padding-left: 29px;
  font-size: 17px;
  text-align: center;
  border-left: 2px solid white;
  background-repeat: no-repeat;
  line-height: 14px;
}
#block-block-3 .search-open i:hover,
#block-block-3.search-open .search-open i{
  color: #2b2b2b;
}

.search-block-form::-webkit-input-placeholder {
  color:#585856;
  font-size: 122px;
}
.search-block-form ::-moz-placeholder {
  color:#585856;
  font-size: 12px;
}

/* firefox 19+ */
.search-block-form :-ms-input-placeholder {
  color:#585856;
  font-size: 12px;
}
/* ie */
.search-block-form input:-moz-placeholder {
  color:#585856;
  font-size: 12px;
}


/*** END SEARCH ***/

/*** SEARCH PAGE ***/

.page-search form.search-form {
  margin-top: 35px;
}

.page-search form.search-form .form-item-keys {
  float: left;
  width: 544px;
  max-width: calc(100% - 32px);
}

.page-search form.search-form .form-item-keys input {
  height: 32px;
  border: 1px solid #e0e1e2;
  color: #585755;
  font-size: 15px;
  font-weight: bold;
  padding: 0 15px;
  width: 100%;
  outline: none !important;
}

.page-search form.search-form button[type="submit"] {
  width: 32px;
  background-color: #80a640;
  color: white;
  height: 32px;
  border: none;
  text-align: center;
  outline: none !important;
}

.page-search .search-results {
  margin-top: 35px;
}

.page-search .search-results .search-result {
  padding-bottom: 35px;
  border-bottom: 1px solid #dedfe0;
  margin-bottom: 35px;
}

.page-search .search-results .search-result:last-child {
  border: none;
  margin-bottom: 0;
}

.page-search .search-results h3.title {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  color: #80a940;
  line-height: 22px;
}

.page-search .spelling-suggestions dl {
  overflow: hidden;
  color: #585755;
  font-size: 16px;
}

.page-search .spelling-suggestions dt {
  float: left;
}

.page-search .spelling-suggestions dd {
  float: left;
  margin-left: 10px;
}

.page-search .l-content > ul:last-child {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}

.page-search .l-content > ul:last-child li {
  margin-bottom: 5px;
  font-size: 16px;
  color: #585755;
}

.search-snippet {
  margin: 0;
  margin-top: 28px;
  font-size: 16px;
  line-height: 20px;
  color: #585755;
  font-weight: normal;
}

/*** END SEARCH ***/


/*** MAILCHIMP ***/
.block--mailchimp-lists {
  float: left;
  max-width: 189px;
  width: 100%;
  margin-left: 90px;
}

.block--mailchimp-lists label.option {
  font-size: 12px;
  font-weight: bold;
}
.block--mailchimp-lists #edit-mailchimp-lists-mailchimp-dge-title {
  font-size: 12px;
  font-weight: bold;
}
.block--mailchimp-lists .form-item-mailchimp-lists-mailchimp-dge-mergevars-EMAIL label{
  display: none;
}
.block--mailchimp-lists i {
  color: #80a940;
}
.block--mailchimp-lists input[type="submit"] {
  display: none;
}
.block--mailchimp-lists button[type="submit"] {
  border: none;
  background: rgb(246,246,246);
  float: left;
  position: relative;
  top: -4px;
  padding: 3px;
  font-size: 11px;
  display: block !important;
}
.block--mailchimp-lists input[type="text"] {
  border: none;
  background: rgb(246,246,246);
  float: left;
  width: 100%;
  max-width: 162px;
  margin-right: 3px;
  font-size: 12px;
  padding: 2px;
  padding-left: 5px;
}
.block--mailchimp-lists h2{
  margin-top: 15px;
  background: none;
  color: #80a940;
  font-size: 15px;
  padding-bottom: 3px;
  border-bottom: 3px solid #80a940;
}

/*** END MAILCHIMP ***/

/*** CONTENT ***/

.not-front .node--page .field__item {
  font-size: 16px;
}
.not-front .node--page .arrow-up {
  position: absolute;
  top: 0;
}
.not-front .node--page .arrow-down {
  position: absolute;
  bottom: -42px;
  overflow: visible;
  z-index: 900;
}
.node--page .field--name-body {
  color: #2b2b2b;
  font-size: 14px;
  max-width: 712px;
}

/** NOTICIAS **/

.page-noticias .panel-2col-stacked .inside {
  margin: 0;
}

.section-noticias #block-custom-custom,
.section-news #block-custom-custom{
  display: none;
}

.page-noticias aside.l-region--sidebar,
body.page-noticias .panel-col-last {
  max-width: 370px;
  width: 100%;
  min-width: 370px;
}

.page-noticias .view-display-id-page_2,
.page-noticias .panel-col-first {
  width: 100%;
  max-width: 577px;
}

.page-noticias .panel-col-first {
  margin-right: 13px;
}

.page-noticias #news-footer {
  text-align: center;
}

.page-noticias #news-footer a {
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 7px;
  border: 2px solid #f1f1f1;
}

.page-noticias #news-footer a:hover {
  background-color: #81a740;
  color: white;
  border: 2px solid transparent;
  transition: 0.5s;
}

.page-noticias #block-views-news-block-5,
.page-noticias .pane-news-panes-panel-pane-3 {
  width: 100%;
  max-width: 700px;
}

.page-noticias .pane-news-panes-panel-pane-3 {
  max-width: 575px;
}

.page-noticias #block-views-news-block-5 .views-row,
.page-noticias .pane-news-panes-panel-pane-3 .views-row {
  max-width: 281px;
  float: left;
  border: 1px solid rgb(227,227,227);
  min-height: 460px;
  margin-right: 13px;
}

.page-noticias .panel-display img {
  height: auto;
  width: 100%;
}

.page-noticias #block-views-news-block-5 .views-row img,
.page-noticias .pane-news-panes-panel-pane-3 .views-row img {
  height: auto;
  width: 100%;
}

.page-noticias #block-views-news-block-5 .views-row-last {
  clear: right;
  margin-left: 17px;
}

.page-noticias .pane-news-panes-panel-pane-3 .views-row-last {
  margin-right: 0;
}

.page-noticias #block-views-news-block-5 .views-row-first {
  margin-right: 17px;
}

.page-noticias .views-field-body,
.page-noticias .views-field-body {
  color: rgb(125,125,125);
  font-size: 14px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 10px;
  line-height: 21px;
}
.page-noticias .views-field-field-imagem,
.page-noticias .views-field-field-imagem {
  padding-bottom: 20px;
}
.page-noticias .view-display-id-page_2 .views-field-title,
.page-noticias #block-views-news-block-3 .views-field-title,
.page-noticias #block-views-news-block-5 .views-field-title,
.page-noticias .pane-news-panes-panel-pane-1 .views-field-title-1,
.page-noticias .pane-news-panes-panel-pane-2 .views-field-title-1,
.page-noticias .pane-news-panes-panel-pane-3 .views-field-title-1 {
  padding-left: 22px;
  padding-right: 22px;
}
.page-noticias .views-field-title a,
.page-noticias .views-field-title-1 a {
  color: #585856;
}
.page-noticias .views-field-created,
.page-noticias .pane-news-panes-panel-pane-1 .views-field-created,
.page-noticias .pane-news-panes-panel-pane-2 .views-field-created,
.page-noticias .pane-news-panes-panel-pane-3 .views-field-created {
  color: #80a940;
  float: left;
  padding-left: 22px;
  padding-right: 6px;
}

.page-noticias .view-display-id-page_1 .views-row {
  position: relative;
  padding: 19px 28px 19px 78px;
  margin-bottom: 10px;
  border: 2px solid #eaebeb;
  transition: 0.5s;
  border-left: none;
}

.page-noticias .view-display-id-page_1 .views-row:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: ".";
  text-indent: -99999px;
  border-left: 10px solid #81a740;
}

.page-noticias .view-display-id-page_1 .views-row:hover:after {
  border-left: 10px solid silver;
}



.page-noticias .view-display-id-page_1 .views-row:hover {
  border: 2px solid silver;
  border-left: none;
  background: #cdcfd0;
}


.page-noticias .view-display-id-page_1 .views-row .views-field-created {
  background: #80a740;
  color: white;
  /* height: 100%; */
  padding: 0;
  bottom: -2px;
  top: -2px;
  width: 50px;
  position: absolute;
  left: -2px;
  transition: 0.5s;
}

.page-noticias .view-display-id-page_1 .views-row:hover .views-field-created {
  background: #585856;
}

.page-noticias .view-display-id-page_1 .views-row .views-field-created span {
  max-width: 40px;
  display: block;
  text-align: center;
  top: 50%;
  margin-top: -19px;
  position: absolute;
  right: 5px;
}

.page-noticias .view-display-id-page_1 .views-row .views-field-body {
  padding: 0;
  margin-top: 10px;
  font-size: 16px;
  color: #585755;
  font-weight: normal;
}

.page-noticias .view-display-id-page_1 .views-row .views-field-title {
  font-size: 17px;
  font-weight: bold;
  color: #585755;
}

.page-noticias .view-display-id-page_1 .views-row a.link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.page-noticias .view-display-id-page_1 ul.pager .pager__item--ellipsis,
.page-noticias .view-display-id-page_1 ul.pager .pager__item--first,
.page-noticias .view-display-id-page_1 ul.pager .pager__item--last,
.page-search ul.pager .pager__item--ellipsis,
.page-search ul.pager .pager__item--first,
.page-search ul.pager .pager__item--last {
  display: none;
}

.page-noticias .view-display-id-page_1 ul.pager > li,
.page-search ul.pager > li {
  padding: 0;
  margin-right: -5px;
}

.page-noticias .view-display-id-page_1 ul.pager > li a,
.page-noticias .view-display-id-page_1 ul.pager > li.pager__item--current,
.page-search ul.pager > li a,
.page-search ul.pager > li.pager__item--current {
  border: 1px solid #dcddde;
  border-right: 0;
  color: #585757;
  font-size: 17px;
  font-weight: bold;
  padding: 0px;
  line-height: 32px;
  height: 34px;
  width: 42px;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.page-noticias .view-display-id-page_1 ul.pager > li.pager__item--current:last-child,
.page-noticias .view-display-id-page_1 ul.pager > li.pager__item--next a,
.page-search ul.pager > li.pager__item--current:last-child,
.page-search ul.pager > li.pager__item--next a {
  border-right: 1px solid #dcddde;
}

.page-noticias .view-display-id-page_1 ul.pager > li.pager__item--current,
.page-search ul.pager > li.pager__item--current {
  color: #80a740
}


.page-noticias .view-display-id-page_1 ul.pager > li:hover a,
.page-search ul.pager > li:hover a {
  background: #cdcfd0;
  border: 1px solid silver;
  border-right: 0;
}

.page-noticias .view-display-id-page_1 ul.pager > li.pager__item--next:hover a,
.page-search ul.pager > li.pager__item--next:hover a {
  border: 1px solid silver;
}



#block-views-news-block-3,
.page-noticias .view-display-id-page_2,
.page-noticias .pane-news-panes-panel-pane-1,
.page-noticias .pane-news-panes-panel-pane-2 {
  min-height: 458px;
  border: 1px solid rgb(227,227,227);
  margin-bottom: 13px;
}

.page-noticias .pane-news-panes-panel-pane-4 {
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.page-noticias .pane-news-panes-panel-pane-4 form.views-exposed-form-News-block-2,
.page-noticias .pane-news-panes-panel-pane-4 form.views-exposed-form-News-block-2 select,
.page-noticias .pane-news-panes-panel-pane-4 #edit-field-theme-tid-wrapper .views-widget,
.page-noticias .pane-news-panes-panel-pane-4 #edit-field-theme-tid-wrapper {
  max-width: 100% !important;
}

.page-noticias .pane-news-panes-panel-pane-4 {
  padding-top: 0;
}


.node--noticia--full,
.not-front .node--page {
  width: 100%;
  max-width: 637px;
  float: none;
  min-height: 317px;
  padding-top: 0px !important;
  padding-bottom: 25px;
}

.section-videodifusao .node--page,
.section-dia-do-perfil .node--page {
 max-width: 960px;
}

.node--noticia .field--name-post-date {
  color: #81a740;
  font-size: 18px;
  font-weight: bold;
  float: left;
  margin-right: 8px;
}
.node--noticia .field--name-title h2 {
  color: #767676;
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
}
.node-page-type h2 {
  color: #2b2b2b;
}
.node--noticia .field--name-title{
  margin-bottom: 28px;
}
.node--noticia .field--name-body{
  color: #767676;
  font-size: 15px;
  line-height: 20px;
}
/**END NOTICIAS **/

#block-block-4 p {
  margin: 0px;
}


/*** END CONTENT ***/
/*** Block sidebar news ***/


/*** END Block sidebar news ***/

@media all and (max-width:980px) {
  ul.breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
  }

  #block-custom-custom,
  .open#block-custom-custom .block__content li.first-level:first-child {
    top: 182px;
    padding-left: 0;
    padding-right: 0;
  }
  .top #block-custom-custom, 
  .top .open#block-custom-custom .block__content li.first-level:first-child {
    top: 120px;
  }
  .node--noticia--full, 
  .not-front .node--page {
    max-width: 100%;
  }
  .node--page .field--name-body {
    max-width: 100%;
  }
  aside.l-region--sidebar {
    box-shadow: 0px 3px 7px 0px #e2e2e2 inset;
    position: relative;
    width: 100%;
    float: none;
    max-width: 100%;
    min-width: 100%;
    padding: 0 10px;
    padding-top: 25px;
  }
  #block-views-news-block-2, 
  .page-noticias .pane-news-panes-panel-pane-4 {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .l-content {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .node--noticia .field--name-title {
    margin-top: 20px;
  }
  .l-content > div {
    padding-right: 10px;
    padding-left: 10px;
  }

  #block-views-quick-access-block .views-field-title span.field-content, 
  #block-views-quick-access-block-1 .views-field-title span.field-content {
    background: none;
    color: #585856 !important;
    width: 100%;
  }

	/* CSS rules here */
  #block-views-news-block {
    width: 100%;
    max-width: 100%;
    padding-right: 248px;
    margin-right: 0;
  }

  #block-views-news-block-1 {
    position: absolute;
    right: 10px;
    margin: 0;
    padding: 0;
    width: 220px;
  }

  #block-views-news-block-1 img {
    height: auto;
  }

  #block-views-quick-access-block {
    margin-top: 77px;
  }

  #block-views-quick-access-block-1 .view-display-id-block_1 {
    padding: 0 10px;
  }

  #block-views-quick-access-block,
  #block-views-quick-access-block-1 {
    box-shadow: 0px 3px 7px 0px #e2e2e2 inset;
    text-align: center;
  }

  #block-views-quick-access-block .views-row,
  #block-views-quick-access-block-1 .views-row {
    border: 2px solid #f1f1f1;
    border-top: 0px;
    display: inline-block;
    height: 59px;
    margin-right: 0.9%;
    margin-left: -5px;
    text-align: center;
    vertical-align: top;
    -webkit-transition: height .3s linear;
    -moz-transition: height .3s linear;
    -ms-transition: height .3s linear;
    -o-transition: height .3s linear;
    transition: height .3s linear;
    width: 16%;
  }
  #block-views-quick-access-block-1 .views-row {
    margin-left: 0;
    margin-right: 0.8%;
  }
  #block-views-quick-access-block .views-row:hover,
  #block-views-quick-access-block-1 .views-row:hover {
    background: none;
    height: 110px;
  }
  #block-views-quick-access-block .views-row:hover a,
  #block-views-quick-access-block-1 .views-row:hover a {
    background: none;
    color: #585856 !important;
  }
  #block-views-quick-access-block .views-row:hover i,
  #block-views-quick-access-block-1 .views-row:hover i {
    background: none;
    color: #81a740 !important;
  }

  #block-views-quick-access-block .views-row-last,
  #block-views-quick-access-block-1 .views-row-last {
    margin-right: 0;
  }

  #block-views-quick-access-block .views-field-title,
  #block-views-quick-access-block-1 .views-field-title {
    display: table;
  }

  #block-views-quick-access-block .views-field-title span.field-content,
  #block-views-quick-access-block-1 .views-field-title span.field-content {
    display: table-cell;
    max-width: 100%;
    vertical-align: middle;
  }

  #block-superfish-1 .sf-depth-1.sfHover > ul {
    top: 37px !important;
  }

  #block-superfish-1 .sf-depth-1.sfHover.tall > ul {
    top: 45px !important
  }


  #block-views-quick-access-block .views-row a,
  #block-views-quick-access-block-1 .views-row a {
    padding: 0;
    min-height: 0;
  }

  #block-views-quick-access-block,
  #block-views-quick-access-block-1 {
    max-width: 100%;
  }

  #block-views-quick-access-block .views-field-title,
  #block-views-quick-access-block-1 .views-field-title {
    border: none;
    max-width: 100%;
  }

  #block-views-quick-access-block .views-field-field-icon i,
  #block-views-quick-access-block-1 .views-field-field-icon i,
  #block-views-quick-access-block .views-row:hover .views-field-field-icon i,
  #block-views-quick-access-block-1 .views-row:hover .views-field-field-icon i,
  #block-views-quick-access-block .views-row:hover .views-field-title,
  #block-views-quick-access-block-1 .views-row:hover .views-field-title {
    border: none;
  }

  #block-views-quick-access-block .views-field-field-icon,
  #block-views-quick-access-block-1 .views-field-field-icon {
    height: 0;
    overflow: hidden;
  }

  #block-superfish-1 {
    padding-right: 55px;
  }

  #block-block-3 {
    padding-left: 0;
    position: absolute;
    right: 16px;
    top: -4px;
  }

  #block-block-3 .search-open i {
    padding-left: 15px;
  }

  ul#superfish-1 {
    text-align: center;
  }

  #block-views-quick-access-block .views-row:hover .views-field-field-icon,
  #block-views-quick-access-block-1 .views-row:hover .views-field-field-icon {
    height: 60px;
  }

  #block-views-quick-access-block .views-field-field-icon i,
  #block-views-quick-access-block-1 .views-field-field-icon i {
    font-size: 45px;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .menu-full-content {
    height: 60px;
    padding: 15px 0;
  }

  #block-superfish-1 li.sf-depth-1 {
    display: inline-block;
    float: none;
    vertical-align: middle;
    max-height: none;
    min-height: 0;
    max-width: 130px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 16px;
    text-align: center;
  }

  #block-superfish-1 li.sf-depth-1 li {
    text-align: left;
  }
  .front .l-content {
    padding-bottom: 5px;
  }
  #block-superfish-1 li.sf-depth-2 {
    height: 33px;
    line-height: 33px;
  }
  #block-views-news-block .more-news {
    left: 10px;
    margin-top: 0;
    bottom: -41px;
    width: 445px;
  }

  #block-views-news-block .more-news a {
    padding-bottom: 7px;
  }

  #block-views-exp-news-panes-panel-pane-1 {
    position: absolute;
    top: 354px;  
    padding-left: 10px;
  }

  .sf-accordion-toggle {
    display: none;
  }

  #block-superfish-1 li.active-trail.sf-depth-1:after {
    bottom: -21px;
  }

  #block-superfish-1 li.active-trail.sf-depth-1.tall:after {
    bottom: -13px;
  }

  .l-footer {

  }

  #block-block-1 {
    padding: 0 10px;
  }

  .l-footer .links {
    width: auto;
    position: absolute;
    right: 0;
    left: 0;
    text-align:center;
  }

  .page-noticias .panel-col-first {
    max-width: 100%;
    margin: 0;
  }

  .page-noticias .panel-col-first img {
    height: auto;
    width: 100%;
  }

  .page-noticias .pane-news-panes-panel-pane-3 {
    max-width: 100%;
  }

  .page-noticias #block-views-news-block-5 .views-row,
  .page-noticias .pane-news-panes-panel-pane-3 .views-row {
    margin: 0;
    max-width: 48%;
    width: 48%;
  }

  .page-noticias .panel-col-first .views-row-1 {
    margin-right: 4%;
  }

  .page-noticias .pane-news-panes-panel-pane-1,
  .page-noticias .pane-news-panes-panel-pane-2,
  .page-noticias .pane-views-exp-news-panes-panel-pane-4 #edit-combine-wrapper,
  .page-noticias #edit-field-theme-tid-wrapper {
    max-width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    width: 48%;
  }

  body.page-noticias .panel-col-last {
    margin-top: 4%;
  }

  .page-noticias .pane-news-panes-panel-pane-4,
  body.page-noticias .panel-col-last {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .page-noticias .center-wrapper {
    overflow: hidden;
    position: relative;
  }

  .page-noticias .pane-news-panes-panel-pane-2 {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
  }

  .page-noticias .view-display-id-panel_pane_1 .views-row-1 {
    margin-right: 0;
  }

  .page-noticias .panel-col-top {
    margin-top: 30px;
    margin-bottom: 4%;
  }

  .page-noticias .pane-views-exp-news-panes-panel-pane-4 #edit-combine-wrapper,
  .page-noticias #edit-field-theme-tid-wrapper {
    margin: 0;
  }

  .page-noticias #edit-combine-wrapper {
    margin-right: 3% !important;
    width: 45% !important;
  }

  .page-noticias .pane-views-exp-news-panes-panel-pane-4 #edit-submit-news-panes, 
  #views-exposed-form-news-panes-page-1 #edit-submit-news-panes,
  .page-noticias .pane-views-exp-news-panes-panel-pane-4 .views-submit-button:after, 
  #views-exposed-form-news-panes-page-1 .views-submit-button:after {
    left: 44.3%;
  }

  .page-noticias .pane-views-exp-news-panes-panel-pane-4 select#edit-field-theme-tid, 
  #views-exposed-form-news-panes-page-1 select#edit-field-theme-tid {
    width: 100%;
  }

  .page-noticias .pane-views-exp-news-panes-panel-pane-4 select#edit-field-theme-tid {
    width: 100%;
  }

  .page-noticias #block-views-news-block-5 .views-row, 
  .page-noticias .pane-news-panes-panel-pane-3 .views-row {
    padding-bottom: 20px;
  }

  .page-noticias .pane-views-exp-news-panes-panel-pane-4 #edit-submit-news-panes,
  .page-noticias .pane-views-exp-news-panes-panel-pane-4 .views-submit-button:after {
    left: auto;
    right: 48%;
    margin-right: 27px;
  }

  .page-noticias .pane-views-exp-news-panes-panel-pane-4 .views-submit-button:after {
    margin-right: 33px;
  }

  .page-noticias #edit-field-theme-tid-wrapper, #views-exposed-form-news-panes-page-1 #edit-field-theme-tid-wrapper {
    margin-right: 0;
    padding: 0;
    width: 48%;
    margin-left: 4%;
  }
}

@media all and (max-width:702px) {
  .al-header {
    position: absolute;
    padding-top: 60px;
  }

  :target:before {
    height:75px; /* fixed header height*/
    margin:-75px 0 0; /* negative fixed header height */
  }

  a.gov-logo-footer {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 100%;
    display: block;
  }
  body.open-menu {
    overflow: hidden;
  }
  .al-header > .header-opacity {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
  }
  .l-region--navigation {
    background: #2c2c2c;
    max-height: calc(100% - 60px);
    position: fixed;
    z-index: 10000;
    overflow-y: scroll;
    top: 60px;
    amargin-top: 60px;
  }
  .field--name-field-imagem img {
    height: auto;
    width: 100%;
  }
  .site-logo img {
    padding-left: 50px;
  }
  body {
    abackground: red;
  }
  a#open-menu {
    border-right: 1px solid #cdcfd0;
    display: block;
    color: #2c2c2c;
    line-height: 60px;
    height: 60px;
    width: 54px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
  }
  .l-branding {
    padding-top: 15px;
    height: 60px !important;
    max-width: 284px;
    padding-bottom: 12px;
  }
  a.gov-logo {
    display: none;
  }
  a.site-logo {
    float: none;
    width: 100%;
    display: block;
    padding-left: 65px;
    text-align: center;
  }
  a.site-logo img {
    height: 35px;
    width: auto;
    padding: 0;
    max-width: 100%;
  }
  .l-header > .header-opacity {
    box-shadow: none;
  }
  .front .fullscreen-slider {
    background-size: 100%;
    background-repeat: no-repeat;
  }
  #block-views-homepage-block-1 {
    padding: 0 10px;
  }
  .front #block-views-homepage-block-1 #flexslider-1,
  .front .fullscreen-slider {
    min-height: 200px;
    height: 266px;
    max-height: 280px;
  }
  .front #block-views-homepage-block-1 #flexslider-1 .views-field-created, 
  .front #block-views-homepage-block-1 #flexslider-1 .views-field-title-1{
    font-size: 15px;
  }
  .front #block-views-homepage-block-1 #flexslider-1 .views-field-body {
    font-size: 16px;
    line-height: 20px;
  }
  .front #block-views-homepage-block-1 #flexslider-1 .views-field-title-1 {
    padding-top: 28%;
  }

  #block-superfish-1 {
    padding: 0;
  }
  .menu-full-content {
    display: none;
    background: #2c2c2c;
    height: 100%;
    padding: 0;
  }
  .open-menu .menu-full-content {
    display: block;
  }
  .open-menu #open-menu i:before {
    content: "\f00d";
  }
  #block-superfish-1 li.sf-depth-1 {
    border-bottom: 1px solid white;
    display: block;
    max-width: 100%;
    min-height: 49px;
    text-align: left;
    padding: 0;
    width: 100%;
  }
  #block-superfish-1 li.sf-depth-1.sf-expanded > ul {
    background: white;
    box-shadow: none;
    position: relative;
    top: auto;
    padding: 0;
    width: 100%;
  }
  #block-superfish-1 li a {
    color: white;
    height: 49px;
    line-height: 49px;
    padding: 0 16px;
  }
  #block-superfish-1 li.sf-depth-2,
  #block-superfish-1 li.sf-depth-1 > ul > li {
    max-height: 49px;
    height: 49px;
    border-bottom: 1px solid #2c2c2c;
  }
  #block-superfish-1 li.sf-depth-1 > ul > li:first-child {
    border-top: 1px solid white;
  }
  #block-superfish-1 li.sf-depth-2:last-child {
    border-bottom: 0;
  }
  #block-superfish-1 ul > li.sf-depth-1:hover > a,
  #block-superfish-1 ul > li.sf-depth-1.sf-expanded > a {
    color: #81a740;
    text-transform: uppercase;
  }
  #block-superfish-1 li.sf-depth-2 > a,
  #block-superfish-1 li.sf-depth-1 > ul > li > a {
    color: #2c2c2c;
    font-weight: normal;
    text-transform: uppercase;
  }
  #block-superfish-1 ul > li:hover > a {
    color: #81a740 !important;
  }
  #block-superfish-1 li.sf-depth-1 > ul > li:hover > a {
    color: #81a740 !important;
  }
  #block-superfish-1 ul > li.sf-depth-1:hover a {
    color: #2c2c2c;
  }
  #block-block-3 .search-open i {
    border: none;
    padding: 0;
  }
  #block-search-form {
    background-color: #2c2c2c;
    box-shadow: none;
    position: relative;
    right: auto;
    top: auto;
    height: 49px;
    max-width: 100%;
    display: block;
    padding: 0;
  }
  #block-search-form:after {
    display: none;
  }
  .search-block-form input {
    background-color: #2c2c2c;
    color: white;
    height: 49px;
    max-width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    atext-transform: uppercase;
    font-size: 14px;
  }
  .search-block-form button[type=submit] {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    width: 64px;
    line-height: 49px;
    height: 49px;
    background: none;
    outline: none;
    padding-right: 14px;
  }
  .search-block-form i {
    font-size: 21px;
    top: auto;
    left: auto;
  }
  .search-block-form i:before {
    content: "\f002" !important;
  }
  #block-superfish-1 li.active-trail.sf-depth-1:after,
  #block-block-3 {
    display: none;
  }


  /*homepage*/

  .front .l-content {
    padding: 0 10px;
  }
  .front #block-views-news-block {
    padding: 0;
    margin-bottom: 28px;
  }
  .front #block-views-news-block-1,
  .front #block-views-quick-access-block {
    display: inline-block;
    padding: 0;
    right: auto;
    width: 50%;
    max-width: 100%;
  }
  .front #block-views-news-block-1 {
    position: relative;
    padding-right: 15px;
  }

  .front #block-views-news-block-1 {
    position: relative;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }

  .front #block-views-news-block-1 .views-field-field-imagem,
  .front #block-views-news-block-1 .views-field-title {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
  }

  .front #block-views-news-block-1 .views-row {
    padding: 0;
    margin-bottom: 17px;
    border: 2px solid #f1f1f1;
  }

  .front #block-views-news-block-1 .views-field-field-imagem {
    overflow: hidden;
  }

  .front #block-views-news-block-1 .views-field-field-imagem img {
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
  }

  .front #block-views-news-block-1 .views-field-title {
    padding-left: 20px;
  }

  .front #block-views-quick-access-block,
  #block-views-quick-access-block-1 {
    box-shadow: none;
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
  .front #block-views-quick-access-block .views-row,
  #block-views-quick-access-block-1 .views-row {
    border: 2px solid #f1f1f1 !important;
    display: block;
    height: 57px;
    margin: 0;
    margin-bottom: 2px;
    max-width: 100%;
    width: 100%;
  }
  .front #block-views-quick-access-block .views-row:last-child,
  #block-views-quick-access-block-1 .views-row:last-child {
    margin-bottom: 0;
  }
  #block-views-quick-access-block .views-field-field-icon,
  #block-views-quick-access-block-1 .views-field-field-icon {
    float: left;
    height: 57px;
    float: left;
    width: 48px;
  }
  #block-views-quick-access-block .views-field-field-icon i,
  #block-views-quick-access-block-1 .views-field-field-icon i {
    font-size: 28px;
    max-width: 47px;
    border: none;
    border-right: 2px solid #f1f1f1;
  }
  #block-views-quick-access-block .views-row:hover .views-field-field-icon i,
  #block-views-quick-access-block-1 .views-row:hover .views-field-field-icon i {
    color: white !important;
    border-right: 2px solid #f1f1f1;
  }
  #block-views-quick-access-block .views-field-title,
  #block-views-quick-access-block-1 .views-field-title {
    float: left;
    position: static;
    width: 100%;
  }
  #block-views-quick-access-block .views-field-title span,
  #block-views-quick-access-block-1 .views-field-title span {
    padding-left: 60px;
    text-align: left;
  }
  #block-views-quick-access-block .views-row:hover .views-field-title span,
  #block-views-quick-access-block-1 .views-row:hover .views-field-title span {
    color: white !important;
  }
  #block-views-quick-access-block .views-row:hover,
  #block-views-quick-access-block-1 .views-row:hover {
    background-color: #81a740;
    height: 57px;
  }
  #block-views-news-block-1 .views-field-title a {
    font-size: 15px;
  }
  #block-views-news-block .views-field-title a {
    font-size: 15px;
  }
  #block-views-news-block .more-news {
    margin-top: 8px;
    position: relative;
    bottom: auto;
    left: 0;
    width: 100%;
  }
  #block-views-quick-access-block-1 {
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
    width: 100%;
    padding: 0 10px;
    margin-top: 15px;
  }
  #block-views-quick-access-block-1 .view-display-id-block_1 {
    padding: 0;
  }
  #block-views-quick-access-block-1 .views-row {
    border: none !important;
    display: inline-block;
    width: 100%;
  }

  #ablock-views-quick-access-block-1 .views-row-odd {
    border-right: 13px solid white !important;
  }
  #ablock-views-quick-access-block-1 .views-row-even {
    border-left: 13px solid white !important;
  }
  #block-views-quick-access-block-1 .views-row-odd a.link {
    border: 2px solid #f1f1f1;
    left: 0;
    right: 0;
    width: auto;
  }
  #block-views-quick-access-block-1 .views-row-even a.link {
    border: 2px solid #f1f1f1;
    right: 0;
    left: 0;
    width: auto;
  }
  .l-footer #block-block-7 .block-7-full-content {
    padding-top: 9px;
    text-align: center
  }
  .l-footer #block-block-7 a:last-child {
    padding-right: 0;
  }
  .l-footer #block-block-7 a:first-child {
    padding-left: 0;
  }
  .l-footer #block-block-1 .block-1-full-content > div {
    display: block;
    margin: 10px 0;
    position: relative;
    text-align: center;
    width: 100%;
  }
  #block-views-menu-image-block, 
  #block-views-news-block-4, #block-custom-header-image {
    min-height: 210px;
  }
  #block-views-menu-image-block img, 
  #ablock-views-news-block-4 img, 
  #block-custom-header-image img {
    height: 230px;
    width: auto;
    max-width: none;
    min-height: 0;
    max-height: none;
  }

  #block-custom-header-image .title,
  #block-custom-header-image .description {
    top: 119px;
    font-size: 25px;
  }

  #block-views-menu-image-block .views-field-title, 
  #block-views-news-block-4 .views-field-name, 
  #block-custom-header-image .title,
  #block-views-menu-image-block .views-field-field-description, 
  #block-custom-header-image .description {
    top: 119px;
    text-align: left;
    font-size: 25px;
    padding: 0 10px;
  }

  #block-views-menu-image-block .views-field-title, 
  #block-views-news-block-4 .views-field-name, 
  #block-custom-header-image .title {
    top: 79px; 
  }

  #block-custom-header-image .no-menu .title,
  #block-custom-header-image .no-menu .description {
    text-align: center;
    top: 100px;
  }

  #block-custom-header-image .no-menu .description {
    top: 140px;
  }

  #block-views-menu-image-block .views-field-field-description, 
  #block-custom-header-image .description {
    font-size: 19px;
    line-height: 22px
  }

  .l-main {
    position: relative;
    z-index: 0;
  }

  #block-custom-custom {
    background: none;
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 230px;
    width: 100%;
    height: 0;
  }

  #block-custom-custom.open-mobile {
    height: auto;
  }

  #block-custom-custom #cssmenu {
    display: none;
  }

  .not-front .l-content {
    position: static;
  }

  #second-button {
    background: white;
    display: block;
    padding-left: 13px !important;
    text-transform: uppercase;
    left: 10px;
    height: 34px;
    line-height: 17px;
    font-weight: bold;
    font-size: 13px;
    top: -50px;
    width: 123px;
  }

  #second-button:before {
    content: ;
    color: #81a740;
  }

  #block-custom-custom #cssmenu .content-menu-green {
    display: none;
  }

  #block-custom-custom ul#second-menu > li.first-level {
    max-width: 100%;
    width: 100%;
  }

  #block-custom-custom ul li {
    max-width: 100%;
  }

  .page-noticias .pane-views-exp-news-panes-panel-pane-4 #edit-combine-wrapper, 
  #views-exposed-form-news-panes-page-1 #edit-combine-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100% !important;
  }

  .page-noticias #edit-field-theme-tid-wrapper, 
  #views-exposed-form-news-panes-page-1 #edit-field-theme-tid-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .page-noticias .pane-views-exp-news-panes-panel-pane-4 #edit-submit-news-panes, 
  #views-exposed-form-news-panes-page-1 #edit-submit-news-panes, 
  .page-noticias .pane-views-exp-news-panes-panel-pane-4 .views-submit-button:after, 
  #views-exposed-form-news-panes-page-1 .views-submit-button:after {
    right: 0;
    left: auto;
    top: 0;
  }

  .page-noticias .pane-news-panes-panel-pane-1, 
  .page-noticias .pane-news-panes-panel-pane-2, 
  .page-noticias .pane-views-exp-news-panes-panel-pane-4 #edit-combine-wrapper, 
  .page-noticias #edit-field-theme-tid-wrapper {
    width: 100%;
    max-width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
  }

  .page-noticias #block-views-news-block-5, 
  .page-noticias .pane-news-panes-panel-pane-3 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .page-noticias #block-views-news-block-5 .views-row, 
  .page-noticias .pane-news-panes-panel-pane-3 .views-row {
    margin-bottom: 40px;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .page-noticias .view-display-id-page_1 .views-row .views-field-body {
    display: none;
  }

  .page-noticias #edit-field-theme-tid-wrapper {
    margin-bottom: 0;
  }

  .l-footer #block-block-7 a {
    padding-right: 7px;
    padding-left: 7px;
  }

  .l-footer #block-block-7 a:first-child {
    padding-left: 0;
  }

  .l-footer #block-block-7 a:last-child {
    padding-right: 0;
  }

  .page-noticias .view-display-id-page_1 .views-row {
    padding: 15px 15px 15px 63px;
  }

  .page-noticias .view-display-id-page_1 .views-row span {
    font-size: 15px;
  }

  li > a.content-menu-green:before, #second-button:before {
    content: "\f078";

  }

  .l-footer #block-block-1 a {
    font-size: 25px;
  }

  .l-footer #block-block-1 .block-1-full-content > div {
    margin-top: 0;
  }

  #block-superfish-1 li.sf-depth-2,
  #block-superfish-1 li.sf-depth-2.active-trail,
  #block-superfish-1 li.sf-depth-2:hover {
    background: none;
  }
  #block-superfish-1 li.sf-depth-2 > a {
    padding: 0 16px;
    color: #2c2c2c !important;
  }
  .page-taxonomy .node--teaser {
    padding: 0 10px;
  }
  }
.powered-by img {
  width: 80px !important;
  height: auto !important;
}

#colorbox,
#cboxWrapper,
#cboxContent
 {
  overflow: visible !important;
}
#cboxWrapper {
  border: none;
  border-radius: 0px;
  background: none;
}
#cboxLoadedContent {
  margin: 0;
}

#cboxWrapper iframe body {
  margin: 0;
  text-align: center;
}
#cboxWrapper iframe body img {
  height: 100%;
  width: auto;
}

#cboxContent {
  background: none;
}
#cboxClose {
  top: -30px;
  right: 10px;
  bottom: auto;
  background: none;
  
}

#cboxClose:after {
  content: "\f00d";
  color: white;
  font-family: "FontAwesome";
  font-size: 25px;
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  text-indent: 0;
}

@media all and (max-width:702px) {
  #colorbox,
  #cboxWrapper,
  #cboxContent,
  #cboxLoadedContent {
    width: 350px !important;
  }
  #colorbox {
    left: 50% !important;
    margin-left: -175px;
  }
  #cboxMiddleLeft,
  #cboxMiddleRight {
    display: none;
  }  
  
  body {
    overflow-x: hidden !important;
  }
  
  #colorbox iframe img {
    width: 100%;
    height: auto;
  }
  #cboxClose {
    right: 6px;
  }
}
