@charset "UTF-8";
/*------------------------------------*  #Quebras
  \*------------------------------------*/
/*------------------------------------*  #Cores
  \*------------------------------------*/
/*------------------------------------*  #Fontes
  \*------------------------------------*/
@font-face {
  font-family: 'OpenSans-Italic';
  src: url("../fonts/OpenSans-Italic.eot") format("embedded-opentype"), url("../fonts/OpenSans-Italic.ttf") format("truetype"), url("../fonts/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url("../fonts/OpenSans-Light.eot") format("embedded-opentype"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-LightItalic';
  src: url("../fonts/OpenSans-LightItalic.eot") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic.ttf") format("truetype"), url("../fonts/OpenSans-LightItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url("../fonts/OpenSans-Regular.eot") format("embedded-opentype"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url("../fonts/OpenSans-Semibold.eot") format("embedded-opentype"), url("../fonts/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/OpenSans-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-SemiboldItalic';
  src: url("../fonts/OpenSans-SemiboldItalic.eot") format("embedded-opentype"), url("../fonts/OpenSans-SemiboldItalic.ttf") format("truetype"), url("../fonts/OpenSans-SemiboldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../fonts/OpenSans-Bold.eot") format("embedded-opentype"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-BoldItalic';
  src: url("../fonts/OpenSans-BoldItalic.eot") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-BoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url("../fonts/OpenSans-ExtraBold.eot") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-ExtraBoldItalic';
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Geomanist Regular Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Geomanist Regular Italic'), url('../fonts/Geomanist-Regular-Italic.woff') format('woff');
}

@font-face {
  font-family: 'Geomanist Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Geomanist Regular'), url('../fonts/Geomanist-Regular.woff') format('woff');
}

@font-face {
    font-family: 'isidora_sansregular';
    src: url('../fonts/isidorasans-regular-webfont.woff2') format('woff2'),
         url('../fonts/isidorasans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'isidora_sansbold';
  src: url('../fonts/isidorasans-bold-webfont.woff2') format('woff2'),
       url('../fonts/isidorasans-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------*  #Tamanhos de Fontes
  \*------------------------------------*/
/*------------------------------------*  #Utilidades
  \*------------------------------------*/
/*------------------------------------*  #Mixins
  \*------------------------------------*/

/* line 12, resources/sass/_resets.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, resources/sass/_resets.scss */
body {
  font-size: 62.5%;
}

/* line 26, resources/sass/_resets.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 29, resources/sass/_resets.scss */
body {
  line-height: 1;
}

/* line 32, resources/sass/_resets.scss */
ol, ul {
  list-style: none;
}

/* line 35, resources/sass/_resets.scss */
blockquote, q {
  quotes: none;
}

/* line 39, resources/sass/_resets.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 45, resources/sass/_resets.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 50, resources/sass/_resets.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 54, resources/sass/_resets.scss */
button {
  outline: none;
  border: 0;
  cursor: pointer;
}

/* line 59, resources/sass/_resets.scss */
a {
  text-decoration: none;
  outline: none !important;
}

/* line 63, resources/sass/_resets.scss */
*:focus {
  outline: none;
}

/*------------------------------------*  #Genericos
  \*------------------------------------*/
/* line 13, resources/sass/_base.scss */
body {
  background-color: #fff;
}

/* line 26, resources/sass/_base.scss */
h1, h2, h3, h4 {
  /* Typography */
  font-family: "OpenSans-Light", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}

/* line 30, resources/sass/_base.scss */
h1.-bold, h2.-bold, h3.-bold, h4.-bold {
  font-family: "OpenSans-Regular", Helvetica, Arial, sans-serif;
}

/* line 33, resources/sass/_base.scss */
h1.-xbold, h2.-xbold, h3.-xbold, h4.-xbold {
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
}

/* line 37, resources/sass/_base.scss */
h1.-SmallTitle, h2.-SmallTitle, h3.-SmallTitle, h4.-SmallTitle {
  text-transform: uppercase;
  font-size: 1.3em;
}

/* line 42, resources/sass/_base.scss */
h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b {
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
}

/* line 46, resources/sass/_base.scss */
h1 b.-light, h2 b.-light, h3 b.-light, h4 b.-light {
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
}

/* line 51, resources/sass/_base.scss */
h1.TitLight, h2.TitLight, h3.TitLight, h4.TitLight {
  font-family: "OpenSans-Light", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

/* line 56, resources/sass/_base.scss */
h1.TitDefault, h2.TitDefault, h3.TitDefault, h4.TitDefault {
  font-family: "OpenSans-Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

/* line 61, resources/sass/_base.scss */
h1.TitSemi, h2.TitSemi, h3.TitSemi, h4.TitSemi {
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

/* line 66, resources/sass/_base.scss */
h1.TitBold, h2.TitBold, h3.TitBold, h4.TitBold {
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

/* line 71, resources/sass/_base.scss */
h1.TitExtra, h2.TitExtra, h3.TitExtra, h4.TitExtra {
  font-family: "OpenSans-ExtraBold", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

/* line 79, resources/sass/_base.scss */
h1 {
  font-size: 3.6em;
  line-height: 1.4em;
}

/* line 83, resources/sass/_base.scss */
h2 {
  font-size: 2.8em;
  line-height: 1.2em;
}

/* line 87, resources/sass/_base.scss */
h3 {
  font-size: 2.3em;
  line-height: 1.2em;
}

/* line 91, resources/sass/_base.scss */
h4 {
  font-size: 1.8em;
  line-height: 1.2em;
}

/* line 96, resources/sass/_base.scss */
.destacado {
  /* Positioning */
  position: relative;
  /* Box-model */
  padding: 0 0 2px 14px;
  /* Visual */
  border-left: 4px solid #00a84a;
}

/* line 103, resources/sass/_base.scss */
.destacado .categoria {
  /* Positioning */
  position: absolute;
  top: 0;
  left: 15px;
  /* Typography */
  font-size: 1.2em;
  line-height: 1em;
  color: #00a84a;
  text-transform: uppercase;
  font-family: 'isidora_sansbold', Helvetica, Arial, sans-serif !important;
}

/* line 115, resources/sass/_base.scss */
.destacado .categoria + h1,
.destacado .categoria + h2,
.destacado .categoria + h3,
.destacado .categoria + h4,
.destacado .categoria + a {
  padding-top: 15px;
}

/* line 124, resources/sass/_base.scss */
.destacado .categoria + a {
  display: block;
}

/* line 128, resources/sass/_base.scss */
.destacado.-temSubTitulo {
  margin-top: 30px;
}

/* line 131, resources/sass/_base.scss */
.destacado.-temSubTitulo .subtitulo {
  position: absolute;
  top: -25px;
  line-height: 15px;
}

/* line 138, resources/sass/_base.scss */
.destacado .-bold {
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  letter-spacing: 0.001em;
}

/* line 143, resources/sass/_base.scss */
.destacado > a {
  font-size: inherit;
}

/* line 145, resources/sass/_base.scss */
.destacado > a h2 {
  font-size: 3em;
}

/* line 149, resources/sass/_base.scss */
.destacado > a h3 {
  font: 2em "OpenSans-Regular", Helvetica, Arial, sans-serif;
  letter-spacing: 0.001em;
}

/* line 157, resources/sass/_base.scss */
.subtitulo {
  font-size: 1.4em;
  color: #00a84a;
  text-transform: uppercase;
  letter-spacing: 0;
}

/* line 168, resources/sass/_base.scss */
.subtitulo .data {
  margin-left: 5px;
  padding-left: 5px;
  color: #b4b3b2;
  border-left: 2px solid #afafaf;
}

/* line 181, resources/sass/_base.scss */
.subtitulo a {
  font-size: inherit;
  color: inherit;
}

/* line 186, resources/sass/_base.scss */
.subtitulo.data {
  color: #6b6b6b;
}

/* line 188, resources/sass/_base.scss */
.subtitulo.data span {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 2px solid #afafaf;
}

/* line 196, resources/sass/_base.scss */
.autor {
  font: 1em "OpenSans-Light", Helvetica, Arial, sans-serif;
  color: #b4b3b2;
  margin: 0 0 20px;
}

/* line 197, resources/sass/_base.scss */
.autor span {
  color: #00a84a;
}

/* line 208, resources/sass/_base.scss */
.autor p {
  font-size: 1.2em;
  line-height: 1.5em !important;
  color: #b4b3b2;
  letter-spacing: 0;
}

/* line 220, resources/sass/_base.scss */
a h1 {
  font-size: 2.574em;
}

/* line 223, resources/sass/_base.scss */
a h2 {
  font-size: 2.002em;
}

/* line 226, resources/sass/_base.scss */
a h3 {
  font-size: 1.6445em;
}

/* line 229, resources/sass/_base.scss */
a h4 {
  font-size: 1.287em;
}

/* line 233, resources/sass/_base.scss */
a h1,
a h2,
a h3,
a h4 {
  color: #000;
}

/* line 245, resources/sass/_base.scss */
.page section > p {
  font: 1.4em/20px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

/* line 251, resources/sass/_base.scss */
a, p {
  font: 1.4em "OpenSans-Light", Helvetica, Arial, sans-serif;
  line-height: 2em;
}

/* line 254, resources/sass/_base.scss */
a > a, p > a {
  font: inherit;
}

/* line 258, resources/sass/_base.scss */
a strong, p strong {
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
}

/* line 262, resources/sass/_base.scss */
a img, p img {
  margin: 15px 0;
  max-width: 100%;
  height: auto;
}

/* line 273, resources/sass/_base.scss */
a img.alignleft, p img.alignleft {
  margin-left: 15px;
  float: left;
}

/* line 284, resources/sass/_base.scss */
a img.alignright, p img.alignright {
  margin-right: 15px;
  float: right;
}

/* line 295, resources/sass/_base.scss */
a img.aligncenter, p img.aligncenter {
  display: block;
  margin: 15px auto;
}

/* line 308, resources/sass/_base.scss */
a {
  color: #000;
}

/* line 317, resources/sass/_base.scss */
.SingleContent a {
  color: #00a84a;
}

/* line 332, resources/sass/_base.scss */
h1.-verde, h2.-verde, h3.-verde, h4.-verde, a.-verde, p.-verde {
  color: #008442;
}

/* line 336, resources/sass/_base.scss */
h1.-laranja, h2.-laranja, h3.-laranja, h4.-laranja, a.-laranja, p.-laranja {
  color: #00a84a;
}

/* line 340, resources/sass/_base.scss */
h1.-cinza-texto, h2.-cinza-texto, h3.-cinza-texto, h4.-cinza-texto, a.-cinza-texto, p.-cinza-texto {
  color: #6b6b6b;
}

/* line 348, resources/sass/_base.scss */
ul.col4 {
  overflow: hidden;
}

/* line 355, resources/sass/_base.scss */
ul.col3,
ul.col2 {
  overflow: hidden;
}

/* line 363, resources/sass/_base.scss */
ul.col2 li {
  width: calc( 50% - 40px);
}

/* line 367, resources/sass/_base.scss */
ul.col3 li {
  width: calc( 33.333% - 40px);
}

/* line 371, resources/sass/_base.scss */
ul.col4 li {
  width: calc( 25% - 40px);
}

/* line 375, resources/sass/_base.scss */
ul.col2 li,
ul.col3 li,
ul.col4 li {
  float: left;
  margin: 0 20px 10px;
}

/* line 390, resources/sass/_base.scss */
iframe {
  width: 100%;
  min-height: 400px;
}

/* line 399, resources/sass/_base.scss */
.-leftAdjust {
  float: left;
  margin-left: -20px;
  margin-right: 20px;
}

/* line 405, resources/sass/_base.scss */
.-rightAdjust {
  float: right;
  margin-right: -20px;
  margin-left: 20px;
}

/* line 411, resources/sass/_base.scss */
.-padfix {
  padding-left: 0;
  padding-right: 0;
}

/* line 421, resources/sass/_base.scss */
.g-logo {
  float: left;
  display: inline-block;
  width: 277px;
}

/* line 428, resources/sass/_base.scss */
.g-menu {
  width: 536px;
  float: left;
  display: inline-block;
}

/* line 434, resources/sass/_base.scss */
.g-busca {
  width: 366px;
  float: right;
}

/* line 443, resources/sass/_base.scss */
.cg-main,
.cg-side {
  float: left;
  padding-left: 0;
  padding-right: 0;
  min-height: 1px;
  margin-bottom: 0;
}

/* line 452, resources/sass/_base.scss */
.cg-main {
  width: 767px;
}

/* line 464, resources/sass/_base.scss */
.cg-side {
  width: calc( 100% - 768px);
}

/* line 476, resources/sass/_base.scss */
.tl-auto {
  display: block;
  float: left;
}

/*------------------------------------*  #Botões
  \*------------------------------------*/
/* line 490, resources/sass/_base.scss */
.btn,
button {
  /* Box-model */
  padding: 0 15px;
  /* Typography */
  text-transform: uppercase;
  font: 1.1em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  line-height: 35px;
  color: #fff;
  /* Visual */
  background-color: #00a84a;
  border: 0;
  /* Misc */
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

/* line 507, resources/sass/_base.scss */
.btn.BgVerde,
button.BgVerde {
  background-color: #008442;
}

/* line 522, resources/sass/_base.scss */
.IconeSetaB {
  background: url(../images/icones-botoes/SetaBaixo.png) center right 9px no-repeat #00a84a;
  padding-right: 37px;
  background-size: 18px;
}

/* line 528, resources/sass/_base.scss */
.IconeSetaC {
  background: url(../images/icones-botoes/SetaCima.png) center right 9px no-repeat #00a84a;
  padding-right: 37px;
  background-size: 18px;
}

/*------------------------------------*  #inputs
  \*------------------------------------*/
/* line 540, resources/sass/_base.scss */
label {
  /* Typography */
  font: 1.4em "OpenSans-Light", Helvetica, Arial, sans-serif;
}

/* line 544, resources/sass/_base.scss */
input {
  /* Typography */
  font: 1.4em "OpenSans-Regular", Helvetica, Arial, sans-serif;
}

/* line 548, resources/sass/_base.scss */
input[type="text"] {
  /* Box-model */
  line-height: 30px;
  padding: 0 15px;
  height: 35px;
  /* Visual */
  border: 2px solid #afafaf;
  background-color: #fff;
}

/* line 558, resources/sass/_base.scss */
textarea {
  /* Box-model */
  padding: 15px;
  width: 100%;
  /* Visual */
  border: 2px solid #afafaf;
  background-color: #E9E9E9;
}

/* line 567, resources/sass/_base.scss */
fieldset {
  /* Positioning */
  margin: 15px 0;
}

/* line 572, resources/sass/_base.scss */
.Card {
  padding: 15px;
}

/*------------------------------------*  #DropDown
  \*------------------------------------*/
/* line 585, resources/sass/_base.scss */
.dropdown {
  position: relative;
}

/* line 600, resources/sass/_base.scss */
.dropdown a, .dropdown strong {
  font: 2em "OpenSans-Bold", Helvetica, Arial, sans-serif;
}

/*------------------------------------*  #UTILS
  \*------------------------------------*/
/* line 685, resources/sass/_base.scss */
.SuperHidden {
  display: none !important;
}

/* line 699, resources/sass/_base.scss */
.Overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/* line 712, resources/sass/_base.scss */
.Overlay.-ativo {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/* line 722, resources/sass/_base.scss */
.-right {
  text-align: right;
}

/* line 725, resources/sass/_base.scss */
.-right > i {
  margin-left: auto;
}

/* line 730, resources/sass/_base.scss */
.-center {
  text-align: center;
}

/* line 734, resources/sass/_base.scss */
#wpadminbar {
  position: fixed;
  top: 0;
}

/* line 740, resources/sass/_base.scss */
.underline {
  text-decoration: underline;
}

/*------------------------------------*  #CORES
  \*------------------------------------*/
/* line 747, resources/sass/_base.scss */
.BgVerdeGrad {
  background-color: #354e3b;
  background: -webkit-gradient(linear, left top, right top, from(#204D37), color-stop(40%, #00853B));
  background: linear-gradient(to right, #204D37, #00853B 40%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#354e3b', endColorstr='$verde',GradientType=1 );
}

/* line 754, resources/sass/_base.scss */
.BgVerdeGrad h1, .BgVerdeGrad h2, .BgVerdeGrad h3, .BgVerdeGrad h4, .BgVerdeGrad p, .BgVerdeGrad a {
  color: #fff;
}

/* line 759, resources/sass/_base.scss */
.BgVerdeGrad2 {
  background: #045124;
  background: -webkit-gradient(left top, right top, color-stop(0%, #045125), color-stop(100%, #045124));
  background: -webkit-gradient(linear, left top, right top, from(#045125), to(#045124));
  background: linear-gradient(to right, #045125 0%, #045124 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#045125', endColorstr='#045124', GradientType=1 );
}

/* line 769, resources/sass/_base.scss */
.BgVerdeGrad2 h1, .BgVerdeGrad2 h2, .BgVerdeGrad2 h3, .BgVerdeGrad2 h4, .BgVerdeGrad2 p, .BgVerdeGrad2 a {
  color: #fff;
}

/* line 774, resources/sass/_base.scss */
.BgVerdeGrad3 {
  background: #00501b;
  background: -webkit-gradient(linear, left top, right top, from(#00501b), color-stop(50%, #066f32), color-stop(99%, #00501b));
  background: linear-gradient(to right, #00501b 0%, #066f32 50%, #00501b 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00501b', endColorstr='#00501b',GradientType=1 );
}

/* line 781, resources/sass/_base.scss */
.BgVerdeGrad3 h1, .BgVerdeGrad3 h2, .BgVerdeGrad3 h3, .BgVerdeGrad3 h4, .BgVerdeGrad3 p, .BgVerdeGrad3 a {
  color: #fff;
}

/* line 787, resources/sass/_base.scss */
.BgBranco {
  background-color: #fff;
}

/* line 790, resources/sass/_base.scss */
.BgBranco-noBorder {
  background-color: #fff;
  border-top: none !important;
}

/* line 794, resources/sass/_base.scss */
section.BgBranco {
  border-top: 4px solid #008442;
}

/* line 798, resources/sass/_base.scss */
.BgVerde {
  background-color: #008442;
}

/* line 801, resources/sass/_base.scss */
.BgVerde h1, .BgVerde h2, .BgVerde h3, .BgVerde h4, .BgVerde p, .BgVerde a {
  color: #fff;
}

/* line 806, resources/sass/_base.scss */
.BgLaranja {
  background-color: #00a84a;
}

/* line 809, resources/sass/_base.scss */
.BgLaranja h1, .BgLaranja h2, .BgLaranja h3, .BgLaranja h4, .BgLaranja p, .BgLaranja a {
  color: #fff;
}

/* line 814, resources/sass/_base.scss */
.BgCinza {
  background-color: #dcdcdc;
}

/* line 818, resources/sass/_base.scss */
.BgCinza2 {
  background-color: #f3f3f3;
}

/*------------------------------------*  #Icones
  \*------------------------------------*/
/* line 827, resources/sass/_base.scss */
i.icone {
  height: 40px;
  width: 40px;
  display: block;
}

/* line 832, resources/sass/_base.scss */
i.icone.calendar {
  background: url(../images/i-calendario.png) center center no-repeat;
}

/**
 * Ajustes 2018
 */
/* line 840, resources/sass/_base.scss */
.SinglePage a img.alignright, .SinglePage p img.alignright {
  margin-left: 15px;
}

/* line 843, resources/sass/_base.scss */
.SinglePage a img.alignleft, .SinglePage p img.alignleft {
  margin-right: 15px;
}

/* line 847, resources/sass/_base.scss */
.SinglePage .DiarioOficialCard > p {
  display: none;
}

/* line 9, resources/sass/components/_lista-decorada.scss */
ul.ListaDecorada {
  line-height: 2em;
}

/* line 12, resources/sass/components/_lista-decorada.scss */
ul.ListaDecorada li {
  margin-bottom: 10px;
}

/* line 15, resources/sass/components/_lista-decorada.scss */
ul.ListaDecorada li a {
  position: relative;
  margin-left: -2px;
  padding-left: 24px;
  font: 1.3em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444;
}

/* line 30, resources/sass/components/_lista-decorada.scss */
ul.ListaDecorada li a:hover {
  color: #000;
}

/* line 35, resources/sass/components/_lista-decorada.scss */
ul.ListaDecorada li a:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
  width: 10px;
  font-size: 35px;
  line-height: 10px;
  content: "\2023";
  color: #00a84a;
}

/* line 59, resources/sass/components/_lista-decorada.scss */
ul.ListaDecorada.-Verde li:after {
  color: #008442;
}

/* line 9, resources/sass/components/_lista-estilizada.scss */
.ListaEst li {
  /* Positioning */
  position: relative;
  margin-bottom: 15px;
  /* Box-model */
  padding: 10px 20px;
  /* Visual */
  background-color: #fff;
}

/* line 19, resources/sass/components/_lista-estilizada.scss */
.ListaEst li > a {
  /* Positioning */
  position: relative;
  display: block;
  /* Visibility */
  z-index: 2;
  /* Typography */
  color: #485156 !important;
  font: 1.6em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  line-height: 30px;
}

/* line 31, resources/sass/components/_lista-estilizada.scss */
.ListaEst li small {
  /* Positioning */
  margin-left: 5px;
  /* Typography */
  font: 0.9em "OpenSans-Regular", Helvetica, Arial, sans-serif;
}

/* line 38, resources/sass/components/_lista-estilizada.scss */
.ListaEst li:after {
  /* Positioning */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* Box-model */
  display: block;
  width: 6px;
  /* Visual */
  z-index: 1;
  background-color: #00a84a;
  /* Misc */
  content: '';
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

/* line 55, resources/sass/components/_lista-estilizada.scss */
.ListaEst li:hover:after {
  /* Box-model */
  width: 100%;
  /* Misc */
  -webkit-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
}

/* line 62, resources/sass/components/_lista-estilizada.scss */
.ListaEst li:hover a {
  /* Typography */
  color: #fff !important;
  /* Misc */
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

/* line 70, resources/sass/components/_lista-estilizada.scss */
.ListaEst.-Verde li:after {
  background-color: #008442;
}

/* line 10, resources/sass/components/_slider-ultimas-noticias.scss */
.UltimasNoticias > h2 {
  /* Positioning */
  margin-bottom: 6px;
  /* Typography */
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #b4b3b2;
}

/* line 21, resources/sass/components/_slider-ultimas-noticias.scss */
.UltimasNoticias .frame {
  max-height: 600px;
  overflow: hidden;
  position: relative;
}

/* line 30, resources/sass/components/_slider-ultimas-noticias.scss */
.UltimasNoticias .frame img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 43, resources/sass/components/_slider-ultimas-noticias.scss */
.UltimasNoticias .frame figcaption {
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* Box-model */
  padding: 19px 20px 15%;
  overflow: hidden;
  /* Visual */
  background: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

/* line 59, resources/sass/components/_slider-ultimas-noticias.scss */
.UltimasNoticias .frame figcaption > a {
  display: block;
}

/* line 64, resources/sass/components/_slider-ultimas-noticias.scss */
.UltimasNoticias .frame figcaption .categoria {
  color: #00a84a;
  text-transform: uppercase;
  font: 1.2em 'isidora_sansbold', Helvetica, Arial, sans-serif;
}

/* line 75, resources/sass/components/_slider-ultimas-noticias.scss */
.UltimasNoticias .frame figcaption h3 {
  /* Box-model */
  width: 100%;
  /* Typography */
  color: #fff;
}

/* line 90, resources/sass/components/_slider-ultimas-noticias.scss */
.UltimasNoticias .frame .actions {
  margin-top: 15px;
}

/* line 94, resources/sass/components/_slider-ultimas-noticias.scss */
.UltimasNoticias .frame .actions a {
  /* Positioning */
  position: relative;
  padding-right: 25px;
  margin-right: 30px;
  /* Typography */
  color: #fff;
  text-transform: uppercase;
  font: 1.1em "OpenSans-Regular", Helvetica, Arial, sans-serif;
}

/* line 105, resources/sass/components/_slider-ultimas-noticias.scss */
.UltimasNoticias .frame .actions a:after {
  /* Positioning */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  /* Box Model */
  height: 20px;
  line-height: 20px;
  /* Typography */
  font-size: 32px;
  /* vertical-align: middle; */
  /* Misc */
  content: "\2023";
}

/* line 133, resources/sass/components/_slider-ultimas-noticias.scss */
.SliderManchetes .slick-arrow {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 48px;
  text-indent: -9000px;
}

/* line 142, resources/sass/components/_slider-ultimas-noticias.scss */
.SliderManchetes .slick-arrow.slick-prev {
  left: 0;
  background: url("../images/prev-arrow.png") center center no-repeat;
}

/* line 147, resources/sass/components/_slider-ultimas-noticias.scss */
.SliderManchetes .slick-arrow.slick-next {
  right: 0;
  background: url("../images/next-arrow.png") center center no-repeat;
}

/* line 9, resources/sass/components/_cards-noticias-destaque.scss */
.CardsDestaque {
  margin: 0 -15px 0;
  overflow: hidden;
}

/* line 13, resources/sass/components/_cards-noticias-destaque.scss */
.CardsDestaque h2 {
  margin: 0 15px 20px;
}

/* line 18, resources/sass/components/_cards-noticias-destaque.scss */
.CardNoticia {
  /* Positioning */
  display: block;
  float: left;
  position: relative;
  margin: 0 15px;
  /* Visibility */
  overflow: hidden;
  /* Box-model */
  width: calc( 100%/6 - 30px);
  /* Typography */
  font-size: inherit;
}

/* line 31, resources/sass/components/_cards-noticias-destaque.scss */
.CardNoticia h3 {
  /* Positioning */
  margin: 8px 0;
  /* Typography */
  font: 1.2em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
}

/* line 38, resources/sass/components/_cards-noticias-destaque.scss */
.CardNoticia p {
  font: 1.6em "OpenSans-Light", Helvetica, Arial, sans-serif;
  line-height: 1.3;
}

/* line 43, resources/sass/components/_cards-noticias-destaque.scss */
.CardNoticia img {
  margin: 0;
  display: block;
  width: 100%;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

/* line 51, resources/sass/components/_cards-noticias-destaque.scss */
.CardNoticia .borda {
  /* Positioning */
  position: relative;
  /* Visibility */
  overflow: hidden;
  height: 232px;
}

/* line 57, resources/sass/components/_cards-noticias-destaque.scss */
.CardNoticia .borda:after {
  /* Positioning */
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  /* Box-model */
  height: 6px;
  /* Visual */
  background-color: #00a84a;
  /* Misc */
  content: '';
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

/* line 11, resources/sass/components/_noticias-mais-lidas.scss */
.MaisLidas h3 {
  margin-bottom: 9px;
  text-transform: uppercase;
  font: 1.2em "OpenSans-ExtraBold", Helvetica, Arial, sans-serif;
  letter-spacing: 0.07em;
  color: #00a84a;
}

/* line 24, resources/sass/components/_noticias-mais-lidas.scss */
.MaisLidas ol li {
  margin-bottom: 20px;
  position: relative;
  height: 76px;
  counter-increment: noticias;
}

/* line 36, resources/sass/components/_noticias-mais-lidas.scss */
.MaisLidas ol li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font: 3.8em "OpenSans-Regular", Helvetica, Arial, sans-serif;
  color: #00a84a;
  line-height: 1.9em;
  content: counter(noticias);
}

/* line 54, resources/sass/components/_noticias-mais-lidas.scss */
.MaisLidas ol li:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 32px;
  width: 3px;
  background-color: #00a84a;
  content: '';
}

/* line 72, resources/sass/components/_noticias-mais-lidas.scss */
.MaisLidas ol li a {
  display: block;
  overflow: hidden;
  padding-left: 45px;
  max-height: 81px;
  font: 2em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  line-height: 1.35em;
}

/* line 8, resources/sass/components/_card-calendario.scss */
.Calendario {
  padding-top: 10px;
  padding-bottom: 5px;
}

/* line 12, resources/sass/components/_card-calendario.scss */
.Calendario h2 {
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  font: 1.6em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

/* line 25, resources/sass/components/_card-calendario.scss */
.Calendario h3 {
  letter-spacing: 0.01em;
  font-size: 3.6em;
}

/* line 29, resources/sass/components/_card-calendario.scss */
.Calendario h3 b {
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
}

/* line 34, resources/sass/components/_card-calendario.scss */
.Calendario a {
  display: inline-block;
  margin-top: 10px;
  text-transform: lowercase;
}

/* line 7, resources/sass/components/_card-contato.scss */
.Contato .row {
  padding-left: 20px;
}

/* line 11, resources/sass/components/_card-contato.scss */
.Contato .row > div {
  margin: 0;
  padding: 0;
}

/* line 16, resources/sass/components/_card-contato.scss */
.Contato h2 {
  margin-bottom: 10px;
  margin-left: -20px;
  letter-spacing: 0;
  font: 1.1em "OpenSans-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #485156;
}

/* line 31, resources/sass/components/_card-contato.scss */
.Contato i {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  display: block;
}

/* line 41, resources/sass/components/_card-contato.scss */
.Contato i.fale {
  background: url(../images/footer/fale-conosco-ouvidoria.svg) center center no-repeat;
  background-size: 30px;
}

/* line 46, resources/sass/components/_card-contato.scss */
.Contato i.whatsapp {
  background: url(../images/footer/noticias-por-whatsapp.svg) center center no-repeat;
  background-size: 30px;
}

/* line 51, resources/sass/components/_card-contato.scss */
.Contato i.email {
  background: url(../images/footer/noticias-por-email.svg) center center no-repeat;
  background-size: 30px;
}

/* line 56, resources/sass/components/_card-contato.scss */
.Contato i.imprensa {
  background: url(../images/footer/espaco-imprensa.svg) center center no-repeat;
  background-size: 30px;
}

/* line 62, resources/sass/components/_card-contato.scss */
.Contato .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  height: 40px;
}

/* line 71, resources/sass/components/_card-contato.scss */
.Contato .action a {
  font-size: 1.2em;
  text-transform: uppercase;
  position: relative;
  display: block;
  line-height: 1.2em;
  padding-left: 46px;
}

/* line 4, resources/sass/components/_card-informativo.scss */
.Card.Informativo {
  margin: 0px 0px 20px 0px;
  position: relative;
  padding: 15px 20px 15px 10px;
  border-left: 5px solid #00a84a;
  display: block;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 17, resources/sass/components/_card-informativo.scss */
.Card.Informativo .lateral {
  display: table;
  min-height: 40px;
}

/* line 20, resources/sass/components/_card-informativo.scss */
.Card.Informativo .lateral p {
  display: table-cell;
  vertical-align: middle;
  line-height: 50px;
  font: 2em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
}

/* line 29, resources/sass/components/_card-informativo.scss */
.Card.Informativo .tl-auto.principal p {
  margin-bottom: 15px;
}

/* line 35, resources/sass/components/_card-informativo.scss */
.Card.Informativo .principal p {
  font: 1.6em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
}

/* line 39, resources/sass/components/_card-informativo.scss */
.Card.Informativo .principal a, .Card.Informativo .principal span, .Card.Informativo .principal small {
  font: 1.4em "OpenSans-Regular", Helvetica, Arial, sans-serif;
  color: #00a84a;
}

/* line 42, resources/sass/components/_card-informativo.scss */
.Card.Informativo .principal a b, .Card.Informativo .principal span b, .Card.Informativo .principal small b {
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
}

/* line 47, resources/sass/components/_card-informativo.scss */
.Card.Informativo .principal strong {
  display: block;
}

/* line 57, resources/sass/components/_card-informativo.scss */
.Card.Informativo .principal.-spanleft {
  position: relative;
  margin-left: 70px;
}

/* line 61, resources/sass/components/_card-informativo.scss */
.Card.Informativo .principal.-spanleft p span {
  position: absolute;
  left: -70px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 26px;
  color: #000;
  font: 1.25em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
}

/* line 77, resources/sass/components/_card-informativo.scss */
.Card.Informativo .principal.-spanleft p small {
  color: #00a84a;
}

/* line 83, resources/sass/components/_card-informativo.scss */
.Card.Informativo .action {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 20px;
  top: 20px;
  bottom: 20px;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 190px;
  padding-left: 10px;
  border-left: 1px solid #b2b2b2;
}

/* line 96, resources/sass/components/_card-informativo.scss */
.Card.Informativo .action a {
  font: 1.6em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #00a84a;
  text-transform: uppercase;
}

/* line 100, resources/sass/components/_card-informativo.scss */
.Card.Informativo .action a:hover {
  text-decoration: underline;
}

/* line 118, resources/sass/components/_card-informativo.scss */
.Card.Informativo .data {
  text-transform: uppercase;
  font: 1.1em "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #b4b3b2;
  letter-spacing: 0;
}

/* line 126, resources/sass/components/_card-informativo.scss */
.Card.Informativo > a {
  font-size: inherit;
  overflow: hidden;
  display: block;
}

/* line 134, resources/sass/components/_card-informativo.scss */
.Card.Informativo > .icon {
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 30px;
}

/* line 142, resources/sass/components/_card-informativo.scss */
.Card.Informativo > .icon img {
  width: 100%;
}

/* line 147, resources/sass/components/_card-informativo.scss */
.Card.Informativo .icon + .principal {
  padding-left: 64px;
}

/* line 153, resources/sass/components/_card-informativo.scss */
.Card.Informativo .action .ico-audio {
  padding-left: 50px;
  background: url(../images/card-informativo/icon-audio.png) left 10px center no-repeat;
}

/* line 158, resources/sass/components/_card-informativo.scss */
.Card.Informativo .action .ico-download {
  padding-left: 50px;
  background: url(../images/card-informativo/icon-pdf.png) left 10px center no-repeat;
}

/* line 164, resources/sass/components/_card-informativo.scss */
.Card.Informativo .action .ico-video {
  padding-left: 50px;
  background: url(../images/card-informativo/icon-video.png) left 10px center no-repeat;
}

/* line 169, resources/sass/components/_card-informativo.scss */
.Card.Informativo.ico-citacao {
  padding-left: 80px;
  background: url(../images/card-informativo/icon-citacao.jpg) left 20px center no-repeat #fff;
}

/* line 174, resources/sass/components/_card-informativo.scss */
.Card.Informativo.ico-dialogo {
  padding-left: 80px;
  background: url(../images/card-informativo/icon-dialogo.jpg) left 20px center no-repeat #fff;
}

/* line 179, resources/sass/components/_card-informativo.scss */
.Card.Informativo.ico-arquivo {
  padding-left: 80px;
  background: url(../images/card-informativo/icon-arquivo.jpg) left 20px center no-repeat #fff;
}

/* line 9, resources/sass/components/_categorias-noticias.scss */
.CategoriasNoticias li {
  display: inline-block;
}

/* line 19, resources/sass/components/_categorias-noticias.scss */
.CategoriasNoticias li a {
  margin-right: 5px;
  padding-right: 5px;
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #00a84a;
  border-right: 1px solid #00a84a;
}

/* line 33, resources/sass/components/_categorias-noticias.scss */
.CategoriasNoticias li a:hover {
  text-decoration: underline;
}

/* line 37, resources/sass/components/_categorias-noticias.scss */
.CategoriasNoticias li:last-child a {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

/* line 7, resources/sass/components/_nucleo-comunicacao.scss */
.ListaNucleo {
  padding-bottom: 30px;
}

/* line 10, resources/sass/components/_nucleo-comunicacao.scss */
.ListaNucleo h3 {
  margin: 8px 0 0;
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

/* line 23, resources/sass/components/_nucleo-comunicacao.scss */
.ListaNucleo ul {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 45px;
          column-gap: 45px;
}

/* line 28, resources/sass/components/_nucleo-comunicacao.scss */
.ListaNucleo li {
  width: 100%;
  padding: 5px 0;
  display: inline-block;
}

/* line 34, resources/sass/components/_nucleo-comunicacao.scss */
.ListaNucleo li > p {
  display: inline-block;
  width: 100%;
  font-size: 1.2em;
  line-height: 1.3em;
  letter-spacing: 0.01em;
}

/* line 48, resources/sass/components/_nucleo-comunicacao.scss */
.ListaNucleo .nome {
  font-size: 1.2em;
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
}

/* line 70, resources/sass/components/_nucleo-comunicacao.scss */
.NucleoComunicacao {
  padding: 30px 0 0;
}

/* line 74, resources/sass/components/_nucleo-comunicacao.scss */
.NucleoComunicacao .TituloComunicacao {
  margin: 0 0 10px;
  font: 20px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #00a84a;
}

/* line 83, resources/sass/components/_nucleo-comunicacao.scss */
.NucleoComunicacao .listagemComunicacao {
  overflow: hidden;
  -webkit-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 0px;
          column-gap: 0px;
  border-left: 1px #ccc solid;
  -webkit-column-rule: 1px solid #ccc;
  column-rule: 1px solid #ccc;
}

/* line 93, resources/sass/components/_nucleo-comunicacao.scss */
.NucleoComunicacao .listagemComunicacao li {
  width: 100%;
  display: inline-block;
  padding: 5px 0 5px 30px;
  vertical-align: top;
  margin-left: -1px;
}

/* line 103, resources/sass/components/_nucleo-comunicacao.scss */
.NucleoComunicacao .listagemComunicacao .cargo {
  font: 11px "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #b4b3b2;
  text-transform: uppercase;
}

/* line 109, resources/sass/components/_nucleo-comunicacao.scss */
.NucleoComunicacao .listagemComunicacao .nome {
  font: 16px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #000;
}

/* line 6, resources/sass/components/_tabs-busca.scss */
.declaration-order {
  /* Positioning */
  position: absolute;
  display: block;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Box-model */
  width: 100px;
  height: 100px;
  overflow: hidden;
  /* Visibility */
  opacity: 1;
  z-index: 100;
  /* Typography */
  font: normal 13px "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #333;
  text-align: center;
  /* Visual */
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  /* Misc */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 41, resources/sass/components/_tabs-busca.scss */
.TabsBusca {
  /* Visual */
  border-bottom: 1px #5f5f5f solid;
}

/* line 45, resources/sass/components/_tabs-busca.scss */
.TabsBusca .tab {
  /* Positioning */
  position: relative;
  display: inline-block;
  margin: 0 -3px -3px 0;
  z-index: 0;
  /* Box-model */
  padding: 5px 25px 5px;
  overflow: hidden;
  /* Visual */
  border: 1px #b4b3b2 solid;
  border-bottom: 1px #5f5f5f solid;
}

/* line 67, resources/sass/components/_tabs-busca.scss */
.TabsBusca .tab p {
  /* Typography */
  font: 30px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  color: #b4b3b2;
}

/* line 74, resources/sass/components/_tabs-busca.scss */
.TabsBusca .tab small {
  /* Positioning */
  display: block;
  /* Typography */
  font: 11px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  color: #b4b3b2;
  text-transform: uppercase;
}

/* line 85, resources/sass/components/_tabs-busca.scss */
.TabsBusca .tab.-ativo {
  /* Visual */
  border: 1px #5f5f5f solid;
  border-bottom: 1px #e5e5e5 solid;
  z-index: 1;
}

/* line 104, resources/sass/components/_tabs-busca.scss */
.TabsBusca .tab.noticia.-ativo p, .TabsBusca .tab.outros.-ativo p {
  /* Typography */
  color: #00a84a;
}

/* line 109, resources/sass/components/_tabs-busca.scss */
.TabsBusca .tab.servico.-ativo p {
  /* Typography */
  color: #008442;
}

/* line 115, resources/sass/components/_tabs-busca.scss */
.site-filho .TabsBusca .tab.noticia.-ativo p {
  /* Typography */
  color: #008442;
}

/* line 120, resources/sass/components/_tabs-busca.scss */
.wrapper.container p {
  line-height: 1.5em;
}

/* line 123, resources/sass/components/_tabs-busca.scss */
.wrapper.container .TitLight {
  margin-bottom: 10px;
}

/* line 6, resources/sass/components/_box-categoria-busca.scss */
.tituloBoxCategoriaBusca {
  /* Positioning */
  margin: 0;
  /* Typography */
  font: 2em "OpenSans-Regular", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

/* line 16, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca > div {
  max-width: 365px;
  max-height: 344px;
  overflow-y: auto;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
}

/* line 33, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca ol {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  -webkit-column-rule-style: solid;
          column-rule-style: solid;
  -webkit-column-rule-width: 1px;
          column-rule-width: 1px;
  -webkit-column-rule-color: #8f8f8f;
          column-rule-color: #8f8f8f;
}

/* line 40, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca ol li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

/* line 48, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca a {
  /* Typography */
  color: #aaa;
}

/* line 52, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca a p {
  /* Positioning */
  margin: 9.5px 0;
  /* Typography */
  font: 10px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  text-transform: capitalize;
}

/* line 60, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca a p b {
  /* Typography */
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

/* line 69, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca.-servicos a p b {
  color: #008442;
}

/* line 82, resources/sass/components/_box-categoria-busca.scss */
.busca-servico .scroll-padding {
  width: auto;
  padding: 10px;
  margin-right: 40px;
  background-color: #fff;
}

/* line 92, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

/* line 97, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca::-webkit-scrollbar {
  width: 3px;
  background-color: #929191;
}

/* line 102, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca::-webkit-scrollbar-thumb {
  background-color: #929191;
}

/* line 108, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca.-servicos a:hover {
  color: #8f8f8f;
}

/* line 110, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca.-servicos a:hover p b {
  color: #008442;
}

/* line 119, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca.-noticias a:hover, .boxCategoriaBusca.-noticias a.selecionado {
  color: #8f8f8f;
}

/* line 121, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca.-noticias a:hover p b, .boxCategoriaBusca.-noticias a.selecionado p b {
  color: #00a84a;
}

/* line 128, resources/sass/components/_box-categoria-busca.scss */
.buscaNaoEncontrada {
  display: block;
  margin-bottom: 15px;
}

/* line 132, resources/sass/components/_box-categoria-busca.scss */
.buscaNaoEncontrada .icone-alerta {
  width: 20px;
  height: 20px;
  margin: 14px 0 0;
  background: url("../images/alerta-busca.png") center center no-repeat;
}

/* line 138, resources/sass/components/_box-categoria-busca.scss */
.buscaNaoEncontrada .icone-alerta, .buscaNaoEncontrada h4 {
  display: inline-block;
}

/* line 142, resources/sass/components/_box-categoria-busca.scss */
.buscaNaoEncontrada h4:hover {
  color: #8f8f8f !important;
}

/* line 146, resources/sass/components/_box-categoria-busca.scss */
.buscaNaoEncontrada h4 {
  vertical-align: top;
  font: 12px "OpenSans-ExtraBold", Helvetica, Arial, sans-serif;
  margin: 14px 0 0 1px;
  color: #8f8f8f;
  letter-spacing: 0.5px;
}

/* line 153, resources/sass/components/_box-categoria-busca.scss */
.buscaNaoEncontrada h4 span {
  display: block;
  font-family: "OpenSans-Regular", Helvetica, Arial, sans-serif;
}

/* line 161, resources/sass/components/_box-categoria-busca.scss */
.modal-feedback {
  /* position */
  position: relative;
  /* box-model */
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  max-width: 365px;
  padding: 17px 13px;
  /* visual */
  overflow: hidden;
  background-color: #f5f5f5;
  z-index: 2;
}

/* line 174, resources/sass/components/_box-categoria-busca.scss */
.modal-feedback.noticias {
  background-color: #FFFFFF;
}

/* line 178, resources/sass/components/_box-categoria-busca.scss */
.modal-feedback .fechar {
  /* Novo PSD não tem botão fechar */
  display: none !important;
  /*position */
  position: absolute;
  top: 0;
  right: 0;
  /* box-model */
  width: 69px;
  height: 58px;
  /* tipografia */
  font-size: 28px;
  color: #fff;
  /*visual */
  background-color: #00a84a;
  border: 0;
}

/* line 198, resources/sass/components/_box-categoria-busca.scss */
.modal-feedback label {
  display: block;
  margin-bottom: 5px;
  font: 11px "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #8f8f8f;
}

/* line 205, resources/sass/components/_box-categoria-busca.scss */
.modal-feedback input {
  width: 100%;
  height: 56px;
  margin-bottom: 25px;
  padding: 0 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e9e9e9;
  line-height: 35px;
  font: 11px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #067e41;
  border: 0 !important;
}

/* line 221, resources/sass/components/_box-categoria-busca.scss */
.modal-feedback.noticias input {
  color: #00a84a;
}

/* line 225, resources/sass/components/_box-categoria-busca.scss */
.modal-feedback textarea {
  width: 100%;
  height: 90px;
  padding: 7px 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 11px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  color: #067e41;
  border: 0 !important;
}

/* line 236, resources/sass/components/_box-categoria-busca.scss */
.modal-feedback.noticias textarea {
  color: #00a84a;
}

/* line 240, resources/sass/components/_box-categoria-busca.scss */
.modal-feedback .enviar {
  margin-top: 20px;
  float: right;
  /* box-model */
  display: block;
  width: auto;
  padding: 0 15px;
  /* tipografia */
  font: 11px/30px "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  /*visual */
  border: 0;
  background-color: #008442;
}

/* line 256, resources/sass/components/_box-categoria-busca.scss */
.modal-feedback.noticias .enviar {
  background-color: #00a84a;
}

/* line 260, resources/sass/components/_box-categoria-busca.scss */
.modal-feedback .wpcf7-not-valid-tip {
  display: block;
  text-align: center;
  font: 14px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #00a84a;
  position: relative;
  top: -22px;
}

/* line 268, resources/sass/components/_box-categoria-busca.scss */
.modal-feedback .wpcf7-validation-errors {
  display: none !important;
}

/* line 278, resources/sass/components/_box-categoria-busca.scss */
.busca-servico .empty-search {
  margin-top: 40px;
}

/* line 282, resources/sass/components/_box-categoria-busca.scss */
.busca-servico .alerta.-ativo h4 {
  color: #008442 !important;
}

/* line 285, resources/sass/components/_box-categoria-busca.scss */
.busca-servico .alerta.-ativo .icone-alerta {
  background: url("../images/alerta-busca-hover-s.png") center center no-repeat;
}

/* line 290, resources/sass/components/_box-categoria-busca.scss */
.busca-servico .alerta.noticias.-ativo h4 {
  color: #00a84a !important;
}

/* line 293, resources/sass/components/_box-categoria-busca.scss */
.busca-servico .alerta.noticias.-ativo .icone-alerta {
  background: url("../images/alerta-busca-hover.png") center center no-repeat;
}

/* line 298, resources/sass/components/_box-categoria-busca.scss */
.busca-servico .alerta.-ativo + .modal-feedback {
  display: block;
}

/* line 305, resources/sass/components/_box-categoria-busca.scss */
.modal-confirmacao {
  /* position */
  position: absolute;
  top: 0;
  left: 0;
  /* box-model */
  max-width: 581px;
  height: 523px;
  padding: 82px 58px 40px 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  /* tipografia */
  text-align: center;
  /* visual */
  background-color: #f5f5f5;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.25);
}

/* line 332, resources/sass/components/_box-categoria-busca.scss */
.modal-confirmacao img {
  display: block;
  margin: 12px auto;
}

/* line 337, resources/sass/components/_box-categoria-busca.scss */
.modal-confirmacao .tel {
  margin-top: 54px;
}

/* line 341, resources/sass/components/_box-categoria-busca.scss */
.modal-confirmacao h3 {
  width: 370px;
  /* tipografia */
  font: 14px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #00a84a;
}

/* line 347, resources/sass/components/_box-categoria-busca.scss */
.modal-confirmacao a {
  text-decoration: none;
}

/* line 351, resources/sass/components/_box-categoria-busca.scss */
.modal-confirmacao p {
  display: block;
  margin-bottom: 15px;
  font: 14px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #949494;
  margin: 2px auto 0 auto;
}

/* line 360, resources/sass/components/_box-categoria-busca.scss */
.modal-confirmacao .fechar {
  /* box-model */
  display: block;
  width: 152px;
  height: 56px;
  margin: 45px auto 0 auto;
  /* tipografia */
  font: 14px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  /*visual */
  border-radius: 4px;
  border: 0;
  background-color: #00a84a;
}

/**/
/* line 378, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca.-noticias, .boxCategoriaBusca.-outros {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 381, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca.-noticias ol, .boxCategoriaBusca.-outros ol {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  width: 50%;
  -webkit-column-count: 1;
          column-count: 1;
  float: left;
}

/* line 388, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca.-noticias ol:first-of-type, .boxCategoriaBusca.-outros ol:first-of-type {
  border-right: solid 1px #8f8f8f;
}

/* line 394, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca.-noticias ol li strong, .boxCategoriaBusca.-outros ol li strong {
  font-family: "OpenSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

/* line 402, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca.-noticias ol.categorias, .boxCategoriaBusca.-outros ol.categorias {
  padding-left: 10px;
}

/* line 409, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca.-noticias ol.secretarias li a p, .boxCategoriaBusca.-outros ol.secretarias li a p {
  text-transform: uppercase;
}

/* line 411, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca.-noticias ol.secretarias li a p b, .boxCategoriaBusca.-outros ol.secretarias li a p b {
  color: #028245;
}

/* line 416, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca.-noticias ol.secretarias li a.selecionado, .boxCategoriaBusca.-outros ol.secretarias li a.selecionado {
  color: #00a84a;
}

/* line 419, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca.-noticias ol.secretarias li a.selecionado p b, .boxCategoriaBusca.-outros ol.secretarias li a.selecionado p b {
  color: #00a84a;
}

/* line 429, resources/sass/components/_box-categoria-busca.scss */
.listagemBuscaNoticia .empty-search, .listagemBuscaOutros .empty-search {
  margin-top: 9px;
}

/**
 * Deixa o link do filtro marcado de verde
 */
/* line 439, resources/sass/components/_box-categoria-busca.scss */
.boxCategoriaBusca.-servicos li.active > a {
  color: #008442;
}

/**
  * Link de limpar a pesquisa
  */
/* line 448, resources/sass/components/_box-categoria-busca.scss */
.limpar-filtro {
  float: right;
  margin-top: -19px;
  margin-right: 28px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888 !important;
  font-weight: 500;
}

/* line 6, resources/sass/components/_listagem-busca.scss */
.declaration-order {
  /* Positioning */
  position: absolute;
  display: block;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Box-model */
  width: 100px;
  height: 100px;
  overflow: hidden;
  /* Visibility */
  opacity: 1;
  z-index: 100;
  /* Typography */
  font: normal 13px "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #333;
  text-align: center;
  /* Visual */
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  /* Misc */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 45, resources/sass/components/_listagem-busca.scss */
.listagemBuscaServico .infoSalvar {
  /* Typography */
  font: 1em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  text-align: right;
  color: #8f8f8f;
  text-transform: uppercase;
}

/* line 56, resources/sass/components/_listagem-busca.scss */
.listagemBuscaServico .boxListagem .bar {
  /* Box-model */
  overflow: hidden;
  padding: 7px 12px;
  /* Visual */
  background-color: #fff;
}

/* line 63, resources/sass/components/_listagem-busca.scss */
.listagemBuscaServico .boxListagem .bar .info {
  /* Positioning */
  float: left;
  /* Typography */
  font: 1.1em "OpenSans-Regular", Helvetica, Arial, sans-serif;
  color: #8f8f8f;
  text-transform: uppercase;
}

/* line 71, resources/sass/components/_listagem-busca.scss */
.listagemBuscaServico .boxListagem .bar .info a {
  /* Typography */
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #008442;
}

/* line 77, resources/sass/components/_listagem-busca.scss */
.listagemBuscaServico .boxListagem .bar .bt-salvar {
  /* Positioning */
  float: right;
  /* Box-model */
  padding: 0 20px 0 0;
  /* Typography */
  font: 1.1em "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #8f8f8f;
  text-transform: uppercase;
  /* Visual */
  background: url(../images/icones-busca/i-salvar.png) top 50% right 0 no-repeat;
}

/* line 93, resources/sass/components/_listagem-busca.scss */
.listagemBuscaServico .boxListagem .bar .bt-salvar:hover, .listagemBuscaServico .boxListagem .bar .bt-salvar.bt-salvo {
  /* Typography */
  color: #008442;
  /* Visual */
  background: url(../images/icones-busca/i-salvarOn.png) top 50% right 0 no-repeat;
}

/* line 104, resources/sass/components/_listagem-busca.scss */
.listagemBuscaServico .boxListagem .postLink {
  display: block;
  padding: 10px 10px 25px;
}

/* line 109, resources/sass/components/_listagem-busca.scss */
.listagemBuscaServico .boxListagem .postLink h2 {
  font: 16px "OpenSans-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.4;
}

/* line 114, resources/sass/components/_listagem-busca.scss */
.listagemBuscaServico .boxListagem .postLink p {
  font: 12px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
}

/* line 121, resources/sass/components/_listagem-busca.scss */
.listagemBuscaServico .boxListagem a:hover,
.listagemBuscaServico .boxListagem a:hover h2,
.listagemBuscaServico .boxListagem a:hover p {
  color: #008442;
}

/* line 139, resources/sass/components/_listagem-busca.scss */
.listagemBuscaNoticia .boxListagem, .listagemBuscaOutros .boxListagem {
  /* Box-model */
  padding: 15px 0 10px;
  /* Visual */
  border-bottom: 1px #b8b7b6 solid;
}

/* line 147, resources/sass/components/_listagem-busca.scss */
.listagemBuscaNoticia .boxListagem .bar, .listagemBuscaOutros .boxListagem .bar {
  /* Box-model */
  overflow: hidden;
  padding: 0 10px 0;
}

/* line 153, resources/sass/components/_listagem-busca.scss */
.listagemBuscaNoticia .boxListagem .bar .info, .listagemBuscaOutros .boxListagem .bar .info {
  /* Positioning */
  float: left;
  /* Typography */
  font: 1.1em "OpenSans-Regular", Helvetica, Arial, sans-serif;
  color: #8f8f8f;
}

/* line 160, resources/sass/components/_listagem-busca.scss */
.listagemBuscaNoticia .boxListagem .bar .info b, .listagemBuscaOutros .boxListagem .bar .info b {
  /* Typography */
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .3px;
}

/* line 170, resources/sass/components/_listagem-busca.scss */
.listagemBuscaNoticia .boxListagem .postLink, .listagemBuscaOutros .boxListagem .postLink {
  display: block;
  padding: 0 10px 0;
}

/* line 175, resources/sass/components/_listagem-busca.scss */
.listagemBuscaNoticia .boxListagem .postLink h2, .listagemBuscaOutros .boxListagem .postLink h2 {
  font: 20px "OpenSans-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

/* line 180, resources/sass/components/_listagem-busca.scss */
.listagemBuscaNoticia .boxListagem .postLink p, .listagemBuscaOutros .boxListagem .postLink p {
  font: 12px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
}

/* line 187, resources/sass/components/_listagem-busca.scss */
.listagemBuscaNoticia .boxListagem a:hover,
.listagemBuscaNoticia .boxListagem a:hover h2,
.listagemBuscaNoticia .boxListagem a:hover p, .listagemBuscaOutros .boxListagem a:hover,
.listagemBuscaOutros .boxListagem a:hover h2,
.listagemBuscaOutros .boxListagem a:hover p {
  color: #00a84a;
}

/* line 193, resources/sass/components/_listagem-busca.scss */
.listagemBuscaNoticia .boxListagem:last-child, .listagemBuscaOutros .boxListagem:last-child {
  border-bottom: 1px transparent solid;
}

/* line 205, resources/sass/components/_listagem-busca.scss */
.listagemBuscaServico .postLink h2 strong {
  color: #008442;
}

/* line 208, resources/sass/components/_listagem-busca.scss */
.listagemBuscaNoticia, .listagemBuscaOutros .postLink h2 strong {
  color: #00a84a;
}

/* line 212, resources/sass/components/_listagem-busca.scss */
.listagemBuscaNoticia .empty-search {
  color: rgba(0, 0, 0, 0.8);
}

/* line 221, resources/sass/components/_listagem-busca.scss */
.site-filho .listagemBuscaNoticia .boxListagem a:hover,
.site-filho .listagemBuscaNoticia .boxListagem a:hover h2,
.site-filho .listagemBuscaNoticia .boxListagem a:hover p, .site-filho .listagemBuscaOutros .boxListagem a:hover,
.site-filho .listagemBuscaOutros .boxListagem a:hover h2,
.site-filho .listagemBuscaOutros .boxListagem a:hover p {
  color: #008442;
}

/* line 10, resources/sass/components/_calendario.scss */
.calendario .mes {
  position: relative;
  padding: 0 48px;
  text-align: center;
  color: #fff;
  background-color: #008442;
}

/* line 25, resources/sass/components/_calendario.scss */
.calendario .mes strong {
  line-height: 46px;
  font-size: 14px !important;
}

/* line 29, resources/sass/components/_calendario.scss */
.calendario .mes .prev,
.calendario .mes .next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48px;
  text-indent: -9999px;
  background-color: gray;
}

/* line 43, resources/sass/components/_calendario.scss */
.calendario .mes .prev a,
.calendario .mes .next a {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 49, resources/sass/components/_calendario.scss */
.calendario .mes .prev {
  left: 0;
  background: url(../images/agenda-anterior.png) center center no-repeat;
  background-size: 24px;
}

/* line 54, resources/sass/components/_calendario.scss */
.calendario .mes .next {
  right: 0;
  background: url(../images/agenda-seguinte.png) center center no-repeat;
  background-size: 24px;
}

/* line 61, resources/sass/components/_calendario.scss */
.calendario .semana,
.calendario .dias {
  overflow: hidden;
  margin: 2.5px -2.5px;
}

/* line 66, resources/sass/components/_calendario.scss */
.calendario .semana li,
.calendario .dias li {
  display: inline-block;
  float: left;
  width: calc( 100% / 7);
  text-align: center;
}

/* line 73, resources/sass/components/_calendario.scss */
.calendario .semana li span,
.calendario .semana li a,
.calendario .dias li span,
.calendario .dias li a {
  display: block;
  margin: 2.5px;
  line-height: 32px;
  background-color: #008442;
  color: #fff;
}

/* line 86, resources/sass/components/_calendario.scss */
.calendario .dias li span,
.calendario .dias li a {
  background-color: #d8d8d8;
  color: #fff;
}

/* line 93, resources/sass/components/_calendario.scss */
.calendario .dias li.dia-selecionado a {
  background-color: #00a84a;
}

/* line 99, resources/sass/components/_calendario.scss */
.calendario .dias li.tem-agenda a {
  color: #000;
}

/* line 113, resources/sass/components/_calendario.scss */
.calendario li {
  font: 1.6em "OpenSans-Bold", Helvetica, Arial, sans-serif;
}

/* line 115, resources/sass/components/_calendario.scss */
.calendario li strong, .calendario li a {
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
}

/* line 8, resources/sass/components/_multimidia.scss */
.CearaMultimidia {
  margin: 15px 0 0 0;
  position: relative;
  border-top: 1px solid #cacaca;
}

/* line 13, resources/sass/components/_multimidia.scss */
.CearaMultimidia .row {
  margin: 0;
}

/* line 17, resources/sass/components/_multimidia.scss */
.CearaMultimidia h3 {
  font: 2em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #00a84a;
  letter-spacing: 0;
}

/* line 21, resources/sass/components/_multimidia.scss */
.CearaMultimidia h3 a {
  display: block;
  font-size: inherit;
  color: #00a84a;
  line-height: 28px;
  margin-top: -5px;
}

/* line 30, resources/sass/components/_multimidia.scss */
.CearaMultimidia .legenda {
  margin-bottom: 6px;
}

/* line 34, resources/sass/components/_multimidia.scss */
.CearaMultimidia .legenda a {
  margin-right: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00a84a;
  font: 1.1em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
}

/* line 49, resources/sass/components/_multimidia.scss */
.CearaMultimidia .legenda a img {
  margin-right: 10px;
}

/* line 53, resources/sass/components/_multimidia.scss */
.CearaMultimidia .legenda a:hover {
  text-decoration: underline;
}

/* line 58, resources/sass/components/_multimidia.scss */
.CearaMultimidia ul li {
  display: inline-block;
}

/* line 64, resources/sass/components/_multimidia.scss */
.CearaMultimidia figure {
  display: inline-block;
  position: relative;
  float: left;
  height: 305px;
  overflow: hidden;
}

/* line 71, resources/sass/components/_multimidia.scss */
.CearaMultimidia figure > img,
.CearaMultimidia figure > a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: auto;
  height: auto;
  min-height: 100%;
  max-width: none;
  min-width: 100%;
  width: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 87, resources/sass/components/_multimidia.scss */
.CearaMultimidia figure figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 80%;
  background-color: #00a84a;
}

/* line 94, resources/sass/components/_multimidia.scss */
.CearaMultimidia figure figcaption p {
  padding: 10px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 1.5em "OpenSans-Regular", Helvetica, Arial, sans-serif;
  padding-left: 59px;
  padding-right: 15px;
  color: #fff;
}

/* line 105, resources/sass/components/_multimidia.scss */
.CearaMultimidia figure figcaption img {
  position: absolute;
  height: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}

/* line 156, resources/sass/components/_multimidia.scss */
.CearaMultimidia figure {
  width: 33.3%;
  background-color: #000;
}

/* line 161, resources/sass/components/_multimidia.scss */
.CearaMultimidia .grande {
  width: 100%;
}

/* line 165, resources/sass/components/_multimidia.scss */
.CearaMultimidia .medio {
  width: 66.7%;
}

/* line 172, resources/sass/components/_multimidia.scss */
.CearaMultimidia.FlickrFeed {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

/* line 176, resources/sass/components/_multimidia.scss */
.CearaMultimidia.FlickrFeed h3 {
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}

/* line 179, resources/sass/components/_multimidia.scss */
.CearaMultimidia.FlickrFeed h3 a {
  font-family: "OpenSans-Light", Helvetica, Arial, sans-serif;
}

/* line 183, resources/sass/components/_multimidia.scss */
.CearaMultimidia.FlickrFeed p {
  font: 1.6em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

/* line 6, resources/sass/components/_servicoApp.scss */
.declaration-order {
  /* Positioning */
  position: absolute;
  display: block;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Box-model */
  width: 100px;
  height: 100px;
  overflow: hidden;
  /* Visibility */
  opacity: 1;
  z-index: 100;
  /* Typography */
  font: normal 13px "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #333;
  text-align: center;
  /* Visual */
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  /* Misc */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 56, resources/sass/components/_servicoApp.scss */
.servico-app {
  padding: 0 0 0;
  text-align: left;
}

/* line 60, resources/sass/components/_servicoApp.scss */
.servico-app > h2 {
  /* position */
  margin: 58px 22px 22px 22px;
  /* Tipografia */
  font-family: "OpenSans-Light", Helvetica, Arial, sans-serif;
  font-size: 49.99px;
  font-weight: 100;
}

/* line 68, resources/sass/components/_servicoApp.scss */
.servico-app form {
  margin-bottom: 40px;
}

/* line 71, resources/sass/components/_servicoApp.scss */
.servico-app label {
  /* position */
  margin: 8px 22px 0 0;
  /* box-model */
  display: inline-block;
}

/* line 77, resources/sass/components/_servicoApp.scss */
.servico-app label p {
  display: inline-block;
  color: #929191;
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
}

/* line 86, resources/sass/components/_servicoApp.scss */
.servico-app input[type=checkbox] {
  /* Positioning */
  position: absolute;
  z-index: 1;
  left: -9999px;
}

/* line 92, resources/sass/components/_servicoApp.scss */
.servico-app input[type=checkbox] + p {
  position: relative;
  padding-left: 20px;
}

/* line 97, resources/sass/components/_servicoApp.scss */
.servico-app input[type=checkbox] + p::after {
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  /* Box-model */
  display: block;
  width: 12px;
  height: 12px;
  /* Visual */
  background-color: transparent;
  border: 1px solid #929191;
  /* Misc */
  content: '';
}

/* line 116, resources/sass/components/_servicoApp.scss */
.servico-app input[type=checkbox]:checked {
  display: inline-block;
}

/* line 117, resources/sass/components/_servicoApp.scss */
.servico-app input[type=checkbox]:checked + p::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #008442;
  content: '';
}

/* line 135, resources/sass/components/_servicoApp.scss */
.servico-app input[type=checkbox]:checked + p {
  color: #008442;
}

/* line 143, resources/sass/components/_servicoApp.scss */
.servico-app .box {
  /* position */
  margin: auto auto 9px auto;
  overflow: hidden;
  /* box-model */
  width: auto;
  height: auto;
  padding: 17px 41px 17px 20px;
  /* Visual */
  background-color: #fbfbfb;
}

/* line 154, resources/sass/components/_servicoApp.scss */
.servico-app .box figure {
  /* position */
  width: calc(100% - 118px);
  display: inline-block;
  margin: 0;
}

/* line 164, resources/sass/components/_servicoApp.scss */
.servico-app .box figure img {
  /* position */
  padding: 10px 20px 10px 0;
  /* box-model */
  margin-right: 17px;
  display: inline-block;
  vertical-align: middle;
  width: 125px;
  height: auto;
  border-right: 1px solid #aaaaaa;
}

/* line 183, resources/sass/components/_servicoApp.scss */
.servico-app .box:nth-child(odd) {
  background-color: #f0f0f0;
}

/* line 188, resources/sass/components/_servicoApp.scss */
.servico-app .box figure figcaption {
  /* position */
  margin-top: 6px;
  /* box-model */
  max-width: calc(100% - 170px);
  height: 125px;
  display: inline-block;
  vertical-align: middle;
  /* tipografia */
  text-align: left;
  font-family: "OpenSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.5;
}

/* line 211, resources/sass/components/_servicoApp.scss */
.servico-app .box figure figcaption h3 {
  /* box-model */
  margin-bottom: 12px;
  /* tipografia */
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000000;
}

/* line 224, resources/sass/components/_servicoApp.scss */
.servico-app .box .download {
  /* position */
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  /* box-model */
  max-width: 115px;
  display: inline-block;
}

/* line 233, resources/sass/components/_servicoApp.scss */
.servico-app .box .download a {
  text-decoration: none;
  display: block;
}

/* line 236, resources/sass/components/_servicoApp.scss */
.servico-app .box .download a img {
  margin: 0;
}

/* line 6, resources/sass/components/_governador-destaque.scss */
.Governador, .Governadores {
  margin-top: 32px;
}

/* line 10, resources/sass/components/_governador-destaque.scss */
.descricaoPessoal {
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

/* line 16, resources/sass/components/_governador-destaque.scss */
#destaque1 {
  border-bottom: solid 1px #bbb;
}

/* line 19, resources/sass/components/_governador-destaque.scss */
#destaque1 figure {
  float: left !important;
  margin-right: 40px;
}

/* line 27, resources/sass/components/_governador-destaque.scss */
#destaque2 figure {
  float: right !important;
  margin-left: 40px;
  min-height: 560px;
}

/* line 32, resources/sass/components/_governador-destaque.scss */
#destaque2 figure figcaption ul {
  text-align: right;
}

/* line 35, resources/sass/components/_governador-destaque.scss */
#destaque2 figure figcaption ul li {
  text-align: left;
  margin-right: 0;
  margin-left: 10px;
}

/* line 44, resources/sass/components/_governador-destaque.scss */
#destaque2 .info h2, #destaque2 .info h4 {
  display: block;
  text-align: right !important;
}

/* line 53, resources/sass/components/_governador-destaque.scss */
.site-filho #destaque2 .info h2, .site-filho #destaque2 .info h4 {
  display: block;
  text-align: left !important;
}

/* line 58, resources/sass/components/_governador-destaque.scss */
.site-filho #destaque2 figcaption {
  border-bottom: none;
}

/* line 61, resources/sass/components/_governador-destaque.scss */
.site-filho #destaque2 figure {
  float: right !important;
  margin-left: 40px;
  max-height: 560px;
}

/* line 72, resources/sass/components/_governador-destaque.scss */
#destaque1 figcaption,
#destaque2 figcaption {
  border-bottom: solid 1px #bbb;
  margin-bottom: 15px;
}

/* line 76, resources/sass/components/_governador-destaque.scss */
#destaque1 figcaption ul,
#destaque2 figcaption ul {
  margin: 10px 0;
}

/* line 79, resources/sass/components/_governador-destaque.scss */
#destaque1 figcaption ul li,
#destaque2 figcaption ul li {
  display: inline-block;
  margin-right: 10px;
}

/* line 83, resources/sass/components/_governador-destaque.scss */
#destaque1 figcaption ul li a,
#destaque2 figcaption ul li a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}

/* line 89, resources/sass/components/_governador-destaque.scss */
#destaque1 figcaption ul li a > img,
#destaque2 figcaption ul li a > img {
  position: absolute;
  margin: 0;
}

/* line 98, resources/sass/components/_governador-destaque.scss */
#destaque1 .info,
#destaque2 .info {
  display: inline;
}

/* line 101, resources/sass/components/_governador-destaque.scss */
#destaque1 .info h4,
#destaque2 .info h4 {
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #00a84a;
  letter-spacing: -.2px;
}

/* line 107, resources/sass/components/_governador-destaque.scss */
#destaque1 .info h2,
#destaque2 .info h2 {
  font-size: 4em;
  margin-bottom: 15px;
}

/* line 112, resources/sass/components/_governador-destaque.scss */
#destaque1 .info p:first-of-type,
#destaque2 .info p:first-of-type {
  font-style: 16px;
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif !important;
  line-height: 20px;
}

/* line 118, resources/sass/components/_governador-destaque.scss */
#destaque1 .info p,
#destaque2 .info p {
  font-family: "OpenSans-Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  font-size: 14px;
}

/* line 5, resources/sass/components/_servidores-listagem.scss */
h3#secretarios {
  font-family: "OpenSans-Regular", Helvetica, Arial, sans-serif;
  margin-top: 30px;
  margin-bottom: 33px;
  font-size: 2.9em;
}

/* line 12, resources/sass/components/_servidores-listagem.scss */
.listagem-servidores {
  margin: 0 -30px;
}

/* line 18, resources/sass/components/_servidores-listagem.scss */
.listagem-servidores .grid-servidores {
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

/* line 24, resources/sass/components/_servidores-listagem.scss */
.listagem-servidores .grid-servidores .item {
  display: inline-block;
  width: calc(20% - 60px);
  margin: 0 29px;
  margin-bottom: 20px;
}

/* line 36, resources/sass/components/_servidores-listagem.scss */
.listagem-servidores .grid-servidores .item .mascara-img {
  height: 0;
  padding-bottom: 100%;
  background: #eee;
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 43, resources/sass/components/_servidores-listagem.scss */
.listagem-servidores .grid-servidores .item .mascara-img img {
  width: 100%;
}

/* line 50, resources/sass/components/_servidores-listagem.scss */
.listagem-servidores .grid-servidores .item figcaption h4 {
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #00a84a;
  font-size: 1.6em;
  letter-spacing: -0.2px;
}

/* line 56, resources/sass/components/_servidores-listagem.scss */
.listagem-servidores .grid-servidores .item figcaption p {
  line-height: 1.5em;
  margin-bottom: 5px;
}

/* line 60, resources/sass/components/_servidores-listagem.scss */
.listagem-servidores .grid-servidores .item figcaption img {
  margin-top: 5px;
  margin-right: 7px;
  max-width: 25px;
  height: auto;
}

/* line 71, resources/sass/components/_servidores-listagem.scss */
.listagem-servidores .delimitador {
  padding: 0 15px;
  margin-top: 20px;
  margin-bottom: -22px;
  text-align: center;
}

/* line 77, resources/sass/components/_servidores-listagem.scss */
.listagem-servidores .delimitador h5 {
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  padding-bottom: 10px;
  display: inline;
  border-bottom: solid 3px #00a84a;
}

/* line 85, resources/sass/components/_servidores-listagem.scss */
.listagem-servidores .delimitador p {
  margin-top: 20px;
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #00a84a;
  letter-spacing: .5px;
}

/* line 94, resources/sass/components/_servidores-listagem.scss */
.listagem-servidores .delimitador .center img {
  margin-top: 0;
}

/* line 101, resources/sass/components/_servidores-listagem.scss */
.grupo-botoes {
  /* Positioning */
  margin-top: 22px;
  /* Typography */
  text-align: center;
  padding-bottom: 71px;
  border-bottom: solid 1px #ccc;
  margin-bottom: -40px;
}

/* line 111, resources/sass/components/_servidores-listagem.scss */
.grupo-botoes .baixar-anexo {
  /* Positioning */
  display: inline-block;
  vertical-align: top;
  /* Box-model */
  padding: 0 25px;
  width: 22%;
  text-align: left;
  margin-right: 0;
}

/* line 133, resources/sass/components/_servidores-listagem.scss */
.grupo-botoes .baixar-anexo img {
  display: block;
  background-color: white;
  padding: 25px 64px;
  border-bottom: solid 4px #00a84a;
  height: 130px;
}

/* line 148, resources/sass/components/_servidores-listagem.scss */
.grupo-botoes .baixar-anexo h4 {
  margin-top: 10px;
  padding-top: 0;
  border-top: none;
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  font-size: 1.3em;
}

/* line 157, resources/sass/components/_servidores-listagem.scss */
.grupo-botoes .baixar-anexo p {
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  font-size: .85em;
  text-transform: uppercase;
  color: #00a84a;
  margin-top: 5px;
}

/* line 7, resources/sass/components/_formulario-contato.scss */
.investidor-conversa .titulo-destaque h2 {
  font: 19px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  color: #00a84a;
  margin-bottom: 15px;
  margin-left: 0;
}

/* line 12, resources/sass/components/_formulario-contato.scss */
.investidor-conversa .titulo-destaque h2 span {
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
}

/* line 17, resources/sass/components/_formulario-contato.scss */
.investidor-conversa .titulo-destaque br {
  display: none;
}

/* line 21, resources/sass/components/_formulario-contato.scss */
.investidor-conversa > p {
  font-size: 16px !important;
  max-width: 732px;
  margin-bottom: -9px;
  line-height: 1.3 !important;
}

/* line 28, resources/sass/components/_formulario-contato.scss */
.investidor-conversa .contato {
  margin-bottom: 30px;
}

/* line 30, resources/sass/components/_formulario-contato.scss */
.investidor-conversa .contato figure {
  display: inline-block;
  width: 35%;
  padding-right: 20px;
  vertical-align: middle;
}

/* line 40, resources/sass/components/_formulario-contato.scss */
.investidor-conversa .contato figure img {
  width: auto;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

/* line 47, resources/sass/components/_formulario-contato.scss */
.investidor-conversa .contato figure figcaption {
  width: calc(100% - 70px);
  display: inline-block;
  vertical-align: middle;
}

/* line 57, resources/sass/components/_formulario-contato.scss */
.investidor-conversa .contato figure figcaption p {
  line-height: 1.3em;
}

/* line 61, resources/sass/components/_formulario-contato.scss */
.investidor-conversa .contato figure figcaption a {
  font-size: 1em;
  line-height: 1em;
}

/* line 71, resources/sass/components/_formulario-contato.scss */
#contato {
  margin-top: 15px;
  margin-bottom: 20px;
}

/* line 76, resources/sass/components/_formulario-contato.scss */
#contato form {
  overflow: hidden;
}

/* line 79, resources/sass/components/_formulario-contato.scss */
#contato form .contato {
  overflow: hidden;
}

/* line 82, resources/sass/components/_formulario-contato.scss */
#contato form .contato > div {
  width: 35%;
  display: inline-block;
  vertical-align: top;
}

/* line 90, resources/sass/components/_formulario-contato.scss */
#contato form .contato > div input, #contato form .contato > div textarea {
  border: none;
  border-left: solid 4px #00a84a;
  font-family: "OpenSans-Regular", Helvetica, Arial, sans-serif;
  background-color: white;
  font-size: 14px;
  padding: 15px 10px;
  margin-bottom: 15px;
  height: auto;
  line-height: 1.4;
  width: 90%;
  color: #b4b3b2;
}

/* line 107, resources/sass/components/_formulario-contato.scss */
#contato form .contato > div textarea {
  max-height: 178px;
}

/* line 112, resources/sass/components/_formulario-contato.scss */
#contato form .contato input[type="submit"] {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 20px;
}

/* line 118, resources/sass/components/_formulario-contato.scss */
#contato form .contato label {
  position: relative;
}

/* line 121, resources/sass/components/_formulario-contato.scss */
#contato form .contato .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -15px;
  left: 15px;
  font-size: 10px;
  color: #00a84a;
}

/* line 130, resources/sass/components/_formulario-contato.scss */
#contato form .wpcf7-response-output {
  display: none !important;
}

/* line 2, resources/sass/components/_modal-galeria.scss */
.modal-multimidia.-foto.-ativo .galeria-fotos,
.modal-multimidia.-video.-ativo .galeria-video,
.modal-multimidia.-podcast.-ativo .galeria-podcast {
  display: block;
}

/* line 7, resources/sass/components/_modal-galeria.scss */
.modal-multimidia {
  /* Positioning */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  /* Box-model */
  height: 0;
  width: 0;
  /* Misc */
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 21, resources/sass/components/_modal-galeria.scss */
.modal-multimidia p {
  font: 22px "OpenSans-Bold", Helvetica, Arial, sans-serif;
  line-height: 15px;
}

/* line 27, resources/sass/components/_modal-galeria.scss */
.modal-multimidia.-ativo {
  /* Box-model */
  width: 960px;
  height: 480px;
}

/* line 42, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos {
  display: none;
  position: relative;
  overflow: hidden;
}

/* line 47, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos .galeria {
  width: 100%;
  height: 480px;
  background-color: #000;
}

/* line 51, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos .galeria picture {
  text-align: center;
  overflow: hidden;
}

/* line 55, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos .galeria img {
  height: 480px;
  width: auto;
  display: inline-block;
}

/* line 66, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos .galeria .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  z-index: 12;
}

/* line 76, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos .galeria .slick-prev {
  right: inherit;
  left: 20px;
  background: url("../images/slide-anterior.png") no-repeat left center;
  background-size: 24px;
}

/* line 82, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos .galeria .slick-next {
  left: inherit;
  right: 20px;
  background: url("../images/slide-proximo.png") no-repeat right center;
  background-size: 24px;
}

/* line 95, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos .galeria-nav {
  position: absolute;
  width: 250px;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  padding: 10px 7.5px;
  z-index: 12;
  bottom: 20px;
  right: 20px;
}

/* line 106, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos .galeria-nav picture {
  display: inline-block;
  float: left;
  width: 70px !important;
  height: 40px;
  margin: 0 2.5px;
  position: relative;
  overflow: hidden;
}

/* line 116, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos .galeria-nav picture img {
  height: 100% !important;
  width: 100% !important;
}

/* line 121, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos .galeria-nav .slick-prev {
  display: none !important;
}

/* line 124, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos .galeria-nav .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 160px;
  display: inline-block;
  background: none;
  border: 0;
  text-indent: -9999px;
}

/* line 135, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos .galeria-nav .slick-track {
  min-width: 100%;
}

/* line 138, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos .galeria-nav .slick-slide {
  opacity: 0.4;
}

/* line 141, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos .galeria-nav .slick-slide.slick-current {
  opacity: 1;
}

/* line 149, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos > button {
  position: absolute;
  top: 20px;
  z-index: 12;
  border: 0;
}

/* line 155, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos button.play {
  left: 20px;
  text-align: left;
  padding: 10px 20px 10px 35px;
  font: 15px "OpenSans-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: url("../images/slideshow_pause.png") no-repeat left 5px center;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: 22px;
}

/* line 165, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos button.play.-pausado {
  background: url("../images/slideshow_play.png") no-repeat left 5px center;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: 22px;
}

/* line 175, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos button.-fullscreen {
  right: 20px;
  padding: 0;
  background: url("../images/slideshow_expandir.png") no-repeat center center;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: 30px;
  text-indent: -9999px;
  height: 42px;
  width: 42px;
  z-index: 13;
}

/* line 190, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos .contador {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
  width: 62px;
  z-index: 12;
  bottom: 20px;
  left: 20px;
  text-align: center;
}

/* line 202, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos .contador p {
  line-height: 60px;
}

/* line 205, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos .contador span {
  color: #00a84a;
}

/* line 214, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos .legenda {
  position: absolute;
  z-index: 12;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.4);
  right: 278px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
  width: calc( 100% - 368px);
  color: #fff;
}

/* line 225, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos .legenda p {
  line-height: 30px;
  font-size: 0.8em;
}

/* line 239, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos.-fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 21;
}

/* line 246, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos.-fullscreen .galeria {
  width: 100%;
  height: 100%;
}

/* line 251, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-fotos.-fullscreen .galeria img {
  height: 100vh;
  width: auto;
}

/* line 262, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-video {
  display: none;
  background: #000;
}

/* line 265, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-video iframe {
  width: 100%;
  height: 480px;
  border: none;
}

/* line 273, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-video .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 12;
  width: 50px;
  height: 100%;
  border: 0;
  background-color: transparent;
  text-indent: -9999px;
}

/* line 283, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-video .slick-prev {
  left: -10px;
  right: inherit;
  background: url("../images/slide-anterior.png") no-repeat right center;
  background-size: 24px;
}

/* line 294, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-video .slick-next {
  left: inherit;
  right: -10px;
  background: url("../images/slide-proximo.png") no-repeat left center;
  background-size: 24px;
}

/* line 307, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-podcast {
  display: none;
  text-align: center;
  background-color: #fff;
}

/* line 311, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-podcast .slide {
  padding: 35px 80px;
  height: 280px;
}

/* line 316, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-podcast audio {
  width: 100%;
  display: inline-block;
}

/* line 327, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-podcast .legenda {
  padding: 0;
  text-align: left;
}

/* line 331, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-podcast .legenda p {
  line-height: 65px;
}

/* line 336, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-podcast .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 12;
  width: 50px;
  height: 100%;
  border: 0;
  background-color: transparent;
  text-indent: -9999px;
}

/* line 346, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-podcast .slick-prev {
  left: -26px;
  right: inherit;
  background: url("../images/slide-anterior.png") no-repeat right center;
  background-size: 24px;
}

/* line 352, resources/sass/components/_modal-galeria.scss */
.modal-multimidia .galeria-podcast .slick-next {
  right: -26px;
  left: inherit;
  background: url("../images/slide-proximo.png") no-repeat left center;
  background-size: 24px;
}

/* line 359, resources/sass/components/_modal-galeria.scss */
.modal-multimidia button.-fechar {
  display: none;
  border: none;
  color: #fff;
  text-indent: -99999px;
  background: url("../images/btn-fechar.png") no-repeat center center;
  background-color: #00a84a;
}

/* line 367, resources/sass/components/_modal-galeria.scss */
.modal-multimidia.-ativo button.-fechar {
  position: absolute;
  display: block;
  z-index: 15;
  right: -45px;
  height: 45px;
  width: 45px;
}

/* line 6, resources/sass/components/_horizontal-menu-tabs.scss */
.declaration-order {
  /* Positioning */
  position: absolute;
  display: block;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Box-model */
  width: 100px;
  height: 100px;
  overflow: hidden;
  /* Visibility */
  opacity: 1;
  z-index: 100;
  /* Typography */
  font: normal 13px "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #333;
  text-align: center;
  /* Visual */
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  /* Misc */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 43, resources/sass/components/_horizontal-menu-tabs.scss */
.politicas-incentivo .tab {
  width: 100%;
  overflow: hidden;
  height: auto;
}

/* line 50, resources/sass/components/_horizontal-menu-tabs.scss */
.politicas-incentivo .tab .menu {
  /*box-model*/
  display: inline-block;
  width: 127px;
  padding: 25px 0;
  vertical-align: middle;
  /* visual */
  list-style: none;
  border-right: 1px solid #000000;
  height: auto !important;
}

/* line 70, resources/sass/components/_horizontal-menu-tabs.scss */
.politicas-incentivo .tab .menu li {
  /* tipografia */
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

/* line 75, resources/sass/components/_horizontal-menu-tabs.scss */
.politicas-incentivo .tab .menu li p {
  line-height: 2.75;
}

/* line 84, resources/sass/components/_horizontal-menu-tabs.scss */
.politicas-incentivo .tab .menu li .aba {
  /* box-model */
  padding: 0 15px 0 35px;
  /* tipogrqafia */
  text-align: right;
  /* visual */
  border: 1px solid transparent;
}

/* line 98, resources/sass/components/_horizontal-menu-tabs.scss */
.politicas-incentivo .tab .menu li .ativo {
  /* box-model */
  margin-right: -1px;
  /* tipografia*/
  color: black;
  /* visual */
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #fff;
}

/* line 118, resources/sass/components/_horizontal-menu-tabs.scss */
.politicas-incentivo .tab .conteudo {
  display: inline-block;
  max-width: calc(100% - 137px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

/* line 124, resources/sass/components/_horizontal-menu-tabs.scss */
.politicas-incentivo .tab .conteudo img {
  display: block;
}

/* line 126, resources/sass/components/_horizontal-menu-tabs.scss */
.politicas-incentivo .tab .conteudo img.aligncenter {
  margin: auto;
}

/* line 129, resources/sass/components/_horizontal-menu-tabs.scss */
.politicas-incentivo .tab .conteudo img.alignright {
  margin: 20px 0 20px 20px;
  float: right;
}

/* line 133, resources/sass/components/_horizontal-menu-tabs.scss */
.politicas-incentivo .tab .conteudo img.alignleft {
  margin: 20px 20px 20px 0;
  float: left;
}

/* line 139, resources/sass/components/_horizontal-menu-tabs.scss */
.politicas-incentivo .tab .conteudo blockquote {
  display: inline-block;
  font-style: italic;
  color: #636363;
  background: #f9f9f9;
  border-left: 10px solid #00a84a;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}

/* line 149, resources/sass/components/_horizontal-menu-tabs.scss */
.politicas-incentivo .tab .conteudo blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

/* line 162, resources/sass/components/_horizontal-menu-tabs.scss */
.politicas-incentivo .tab .conteudo .content {
  display: none;
  padding-left: 32px;
}

/* line 169, resources/sass/components/_horizontal-menu-tabs.scss */
.politicas-incentivo .tab .conteudo .content h2 {
  line-height: 1.1;
  margin-bottom: 10px;
}

/* line 174, resources/sass/components/_horizontal-menu-tabs.scss */
.politicas-incentivo .tab .conteudo .content ul {
  list-style: initial !important;
  padding: 0;
  padding-left: 20px;
}

/* line 179, resources/sass/components/_horizontal-menu-tabs.scss */
.politicas-incentivo .tab .conteudo .content ul li {
  font: 10px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

/* line 182, resources/sass/components/_horizontal-menu-tabs.scss */
.politicas-incentivo .tab .conteudo .content ul li ul {
  list-style: black;
  padding: 0 0 0 45px;
}

/* line 192, resources/sass/components/_horizontal-menu-tabs.scss */
.politicas-incentivo .tab .menu li .ativo,
.politicas-incentivo .tab .conteudo .ativo {
  /* box-model */
  display: block;
}

/* line 6, resources/sass/components/_infraestrutura.scss */
.declaration-order {
  /* Positioning */
  position: absolute;
  display: block;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Box-model */
  width: 100px;
  height: 100px;
  overflow: hidden;
  /* Visibility */
  opacity: 1;
  z-index: 100;
  /* Typography */
  font: normal 13px "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #333;
  text-align: center;
  /* Visual */
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  /* Misc */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 41, resources/sass/components/_infraestrutura.scss */
.infraestrutura {
  display: block;
  text-align: center;
  margin: 0 auto;
}

/* line 47, resources/sass/components/_infraestrutura.scss */
.infraestrutura > .maior {
  margin-left: -4px;
  margin-right: 7px;
}

/* line 52, resources/sass/components/_infraestrutura.scss */
.infraestrutura > .maior > .thumbnails {
  display: inline-block;
  width: 33%;
  margin: 0 -2px;
  padding: 0;
  vertical-align: top;
  text-decoration: none;
}

/* line 65, resources/sass/components/_infraestrutura.scss */
.infraestrutura > .maior > .thumbnails > figure {
  margin: 0;
  padding: 0;
}

/* line 74, resources/sass/components/_infraestrutura.scss */
.infraestrutura > .maior > .thumbnails > figure > img {
  width: calc(100% + 2px);
  margin: 0;
}

/* line 83, resources/sass/components/_infraestrutura.scss */
.infraestrutura > .maior > .thumbnails > figure > figcaption {
  margin: 0;
}

/* line 86, resources/sass/components/_infraestrutura.scss */
.infraestrutura > .maior > .thumbnails > figure > figcaption > h3 {
  font: 16px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  text-align: left;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0px;
}

/* line 99, resources/sass/components/_infraestrutura.scss */
.infraestrutura > .menor {
  margin: 90px auto 22px auto;
  text-align: left;
}

/* line 103, resources/sass/components/_infraestrutura.scss */
.infraestrutura > .menor > .thumbs {
  display: inline-block;
  width: 18.3%;
  margin: 0 1.5% 0 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
}

/* line 121, resources/sass/components/_infraestrutura.scss */
.infraestrutura > .menor > .thumbs:last-child {
  margin: 0 0 0 0;
}

/* line 125, resources/sass/components/_infraestrutura.scss */
.infraestrutura > .menor > .thumbs > figure {
  margin: 0;
  padding: 0;
}

/* line 128, resources/sass/components/_infraestrutura.scss */
.infraestrutura > .menor > .thumbs > figure img {
  width: auto;
  height: 50px;
  margin: 0;
}

/* line 139, resources/sass/components/_infraestrutura.scss */
.infraestrutura > .menor > .thumbs > figure > figcaption {
  border-top: 4px solid #00a84a;
  margin: 0;
}

/* line 143, resources/sass/components/_infraestrutura.scss */
.infraestrutura > .menor > .thumbs > figure > figcaption > p {
  font: 14px "OpenSans-Bold", Helvetica, Arial, sans-serif;
  text-align: left;
  color: #000000;
  margin: 12px 0;
  line-height: 1.2;
  letter-spacing: -0.1px;
}

/* line 6, resources/sass/components/_economia-regiao.scss */
.declaration-order {
  /* Positioning */
  position: absolute;
  display: block;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Box-model */
  width: 100px;
  height: 100px;
  overflow: hidden;
  /* Visibility */
  opacity: 1;
  z-index: 100;
  /* Typography */
  font: normal 13px "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #333;
  text-align: center;
  /* Visual */
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  /* Misc */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 41, resources/sass/components/_economia-regiao.scss */
.economia-regiao {
  margin-bottom: 30px;
}

/* line 51, resources/sass/components/_economia-regiao.scss */
.economia-regiao .container,
.economia-regiao .bloco {
  position: relative;
  display: inline-block;
  width: 265px;
  height: 350px;
  margin: 0 -1px -4px 0;
  background-color: #00a84a;
  overflow: auto;
}

/* line 76, resources/sass/components/_economia-regiao.scss */
.economia-regiao .ativo {
  display: block;
}

/* line 77, resources/sass/components/_economia-regiao.scss */
.economia-regiao .inativo {
  display: none;
}

/* line 80, resources/sass/components/_economia-regiao.scss */
.economia-regiao .lista {
  /* position */
  position: absolute;
  top: 0;
  left: 0;
  /* box-model */
  padding: 39px 45px;
  margin: 0px;
  list-style: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  cursor: pointer;
  /* visual */
  background-color: #00a84a;
}

/* line 95, resources/sass/components/_economia-regiao.scss */
.economia-regiao .lista.ativo {
  height: auto;
}

/* line 103, resources/sass/components/_economia-regiao.scss */
.economia-regiao .lista li > a {
  /*box-model */
  line-height: 1.9;
  /* tipografia */
  font: 14px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
}

/* line 110, resources/sass/components/_economia-regiao.scss */
.economia-regiao .lista li > a:hover {
  color: #fff;
}

/* line 114, resources/sass/components/_economia-regiao.scss */
.economia-regiao .lista li > a:after {
  /* box-model */
  display: inline-block;
  width: 16px;
  height: 11px;
  vertical-align: middle;
  margin-left: 15px;
  /* visual */
  background-image: url(../images/seta-organograma-hover.png);
  background-repeat: no-repeat;
  content: " ";
}

/* line 130, resources/sass/components/_economia-regiao.scss */
.economia-regiao .informacaos {
  /* position */
  position: absolute;
  /* box-model */
  margin: 0px;
  list-style: none;
  width: 100%;
  height: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  background-color: #fff;
}

/* line 142, resources/sass/components/_economia-regiao.scss */
.economia-regiao .informacaos .header {
  /* box-model */
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* visual */
  background-color: #00a84a;
  cursor: pointer;
}

/* line 150, resources/sass/components/_economia-regiao.scss */
.economia-regiao .informacaos .header h2 {
  /* tipografia */
  font: 26px "OpenSans-ExtraBold", Helvetica, Arial, sans-serif;
  color: #fff;
}

/* line 155, resources/sass/components/_economia-regiao.scss */
.economia-regiao .informacaos .header h2:before {
  /* box-model */
  display: inline-block;
  width: 22px;
  height: 16px;
  vertical-align: middle;
  margin-right: 20px;
  /* visual */
  background-image: url(../images/seta-branca-before.png);
  background-repeat: no-repeat;
  content: " ";
}

/* line 171, resources/sass/components/_economia-regiao.scss */
.economia-regiao .informacaos .body {
  padding: 30px 20px 0 20px;
  height: 422px;
}

/* line 174, resources/sass/components/_economia-regiao.scss */
.economia-regiao .informacaos .body h4 {
  /* tipografia */
  font: 12px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

/* line 180, resources/sass/components/_economia-regiao.scss */
.economia-regiao .informacaos .body p {
  /*box-model */
  margin: 0 0 27px 0;
  /* tipografia */
  font: 12px "OpenSans-Regular", Helvetica, Arial, sans-serif;
}

/* line 189, resources/sass/components/_economia-regiao.scss */
.economia-regiao .informacaos .body .item b {
  /* tipografia */
  font: 12px "OpenSans-ExtraBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

/* line 195, resources/sass/components/_economia-regiao.scss */
.economia-regiao .informacaos .body .item p {
  /*box-model */
  margin: 0 0 27px 0;
  /* tipografia */
  font: 12px "OpenSans-Regular", Helvetica, Arial, sans-serif;
}

/* line 205, resources/sass/components/_economia-regiao.scss */
.economia-regiao .mapa {
  display: inline-block;
  width: calc(100% - 265px);
  height: 350px;
  vertical-align: top;
  margin-left: -2px;
  margin-right: -1px;
  pointer-events: none;
}

/* line 223, resources/sass/components/_economia-regiao.scss */
.economia-regiao .mapa iframe,
.economia-regiao .mapa img {
  border-style: none;
  width: 100%;
  height: 100%;
  min-height: 350px !important;
}

/* line 230, resources/sass/components/_economia-regiao.scss */
.economia-regiao .mapa.active {
  pointer-events: auto !important;
}

/* line 234, resources/sass/components/_economia-regiao.scss */
.economia-regiao .mapa section {
  padding-bottom: 30px;
}

/* line 6, resources/sass/components/_fortaleza-numero.scss */
.declaration-order {
  /* Positioning */
  position: absolute;
  display: block;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Box-model */
  width: 100px;
  height: 100px;
  overflow: hidden;
  /* Visibility */
  opacity: 1;
  z-index: 100;
  /* Typography */
  font: normal 13px "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #333;
  text-align: center;
  /* Visual */
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  /* Misc */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 41, resources/sass/components/_fortaleza-numero.scss */
.fortaleza-numero {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0;
  margin-bottom: 10px;
}

/* line 45, resources/sass/components/_fortaleza-numero.scss */
.fortaleza-numero .item {
  border-left: 3px solid #00a84a;
  padding-left: 20px;
  margin: 20px 0 36px;
}

/* line 50, resources/sass/components/_fortaleza-numero.scss */
.fortaleza-numero .numero h2 {
  display: inline-block;
  vertical-align: top;
  font: 55px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  margin-right: 3px;
  line-height: 0.7;
}

/* line 57, resources/sass/components/_fortaleza-numero.scss */
.fortaleza-numero .numero p {
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: top;
  font: 20px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  line-height: 1;
}

/* line 7, resources/sass/components/_lista-numero.scss */
.ListaNumero .item {
  background-color: #fff;
  height: 42px;
  margin: 0 0 25px;
}

/* line 11, resources/sass/components/_lista-numero.scss */
.ListaNumero .item:last-child {
  margin-bottom: 10px;
}

/* line 15, resources/sass/components/_lista-numero.scss */
.ListaNumero .item h2 {
  width: 40px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  background: url("../images/numero.png") top 0 left 0 no-repeat;
  font: 30px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
}

/* line 26, resources/sass/components/_lista-numero.scss */
.ListaNumero .item p {
  font: 14px "OpenSans-Bold", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  color: #485156;
  padding-left: 15px;
  line-height: 1.3;
  line-height: 3;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 50px);
  overflow: hidden;
}

/* line 6, resources/sass/components/_form-feed-back.scss */
.declaration-order {
  /* Positioning */
  position: absolute;
  display: block;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Box-model */
  width: 100px;
  height: 100px;
  overflow: hidden;
  /* Visibility */
  opacity: 1;
  z-index: 100;
  /* Typography */
  font: normal 13px "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #333;
  text-align: center;
  /* Visual */
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  /* Misc */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 40, resources/sass/components/_form-feed-back.scss */
.screen-reader-response {
  display: none;
}

/* line 43, resources/sass/components/_form-feed-back.scss */
.wpcf7-response-output {
  position: absolute;
  color: #00a84a;
  font: 11px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  bottom: 35px;
  left: 48%;
}

/* line 54, resources/sass/components/_form-feed-back.scss */
form {
  position: relative;
}

/* line 58, resources/sass/components/_form-feed-back.scss */
.FormFeedBack {
  padding: 25px 40px 25px;
  margin: 25px 0 60px;
  background: #fff;
  overflow: hidden;
}

/* line 64, resources/sass/components/_form-feed-back.scss */
.FormFeedBack .left-block,
.FormFeedBack .right-block {
  display: inline-block;
  vertical-align: top;
}

/* line 70, resources/sass/components/_form-feed-back.scss */
.FormFeedBack .left-block {
  width: 42.4%;
  margin-right: 61px;
}

/* line 79, resources/sass/components/_form-feed-back.scss */
.FormFeedBack .right-block {
  width: 51.8%;
}

/* line 86, resources/sass/components/_form-feed-back.scss */
.FormFeedBack .left-block label p {
  margin: 0;
  font: 14px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #8f8f8f;
}

/* line 91, resources/sass/components/_form-feed-back.scss */
.FormFeedBack .left-block input {
  width: 100%;
  border: none;
  background: #e9e9e9;
  color: #00a84a;
  font: 11px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  padding: 8px 10px 12px;
  margin-bottom: 17px;
}

/* line 101, resources/sass/components/_form-feed-back.scss */
.FormFeedBack .right-block label p {
  margin: 0;
  font: 14px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #8f8f8f;
}

/* line 106, resources/sass/components/_form-feed-back.scss */
.FormFeedBack .right-block textarea {
  width: 100%;
  height: 250px;
  border: none;
  background: #e9e9e9;
  color: #00a84a;
  font: 11px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  padding: 8px 10px 12px;
  margin-bottom: 17px;
}

/* line 117, resources/sass/components/_form-feed-back.scss */
.FormFeedBack label {
  position: relative;
}

/* line 120, resources/sass/components/_form-feed-back.scss */
.FormFeedBack .wpcf7-not-valid-tip {
  left: 0;
  bottom: -25px;
  position: absolute;
  color: #00a84a;
  font: 11px "OpenSans-Regular", Helvetica, Arial, sans-serif;
}

/* line 128, resources/sass/components/_form-feed-back.scss */
.FormFeedBack .btn {
  float: right;
}

/* line 2, resources/sass/components/_servico-temas.scss */
.servico-temas ul > li {
  display: inline-block;
  padding: 0;
  margin: 0 20px 12px;
}

/* line 6, resources/sass/components/_servico-temas.scss */
.servico-temas ul > li > a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 4px 7px 20px;
  letter-spacing: 0;
  line-height: 50px;
  height: 50px;
}

/* line 14, resources/sass/components/_servico-temas.scss */
.servico-temas ul > li > a > h3 {
  font: 13px "OpenSans-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

/* line 22, resources/sass/components/_servico-temas.scss */
.servico-temas ul > li:hover > a > h3 {
  color: #fff;
}

/* line 1, resources/sass/components/_meus-servicos.scss */
.top-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/* line 6, resources/sass/components/_meus-servicos.scss */
.top-services .titulo {
  font-size: 3.0em;
  margin: 0 22px 0 0;
  letter-spacing: 0;
}

/* line 21, resources/sass/components/_meus-servicos.scss */
.top-services > p > strong span {
  color: #008442;
}

/* line 25, resources/sass/components/_meus-servicos.scss */
.top-services div:last-of-type {
  margin-left: 30px;
}

/* line 32, resources/sass/components/_meus-servicos.scss */
.top-services i.seta {
  content: url(../images/seta-exemplo-dir.png);
  margin: 0 5px -1px 5px;
}

/* line 37, resources/sass/components/_meus-servicos.scss */
.top-services .bt-salvar {
  padding: 0 20px 0 0;
  font: 1.1em "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #8f8f8f;
  text-transform: uppercase;
  background: url(../images/icones-busca/i-salvar.png) top 50% right 0 no-repeat;
  cursor: auto;
  pointer-events: none;
}

/* line 47, resources/sass/components/_meus-servicos.scss */
.top-services .bt-salvar.bt-salvo {
  color: #066f32;
  background: url(../images/icones-busca/i-salvarOn.png) top 50% right 0 no-repeat;
}

/* line 52, resources/sass/components/_meus-servicos.scss */
.meus-servicos {
  padding: 0;
}

/* line 57, resources/sass/components/_meus-servicos.scss */
.meus-servicos ul > li {
  margin: 20px 0;
}

/* line 59, resources/sass/components/_meus-servicos.scss */
.meus-servicos ul > li .conteudo {
  padding: 30px 25px 35px;
  border: 1px solid #bebebe;
  border-bottom: none;
  background-color: #fff;
}

/* line 64, resources/sass/components/_meus-servicos.scss */
.meus-servicos ul > li .conteudo:hover {
  background: #008442;
}

/* line 66, resources/sass/components/_meus-servicos.scss */
.meus-servicos ul > li .conteudo:hover .header a > h2,
.meus-servicos ul > li .conteudo:hover .content > a > h3 {
  color: #fff;
}

/* line 71, resources/sass/components/_meus-servicos.scss */
.meus-servicos ul > li .conteudo:hover + .action {
  background: #008442;
}

/* line 75, resources/sass/components/_meus-servicos.scss */
.meus-servicos ul > li .header {
  margin: 0 0 30px;
  height: 1.8em;
  overflow: hidden;
}

/* line 80, resources/sass/components/_meus-servicos.scss */
.meus-servicos ul > li .header a {
  font-size: inherit;
}

/* line 82, resources/sass/components/_meus-servicos.scss */
.meus-servicos ul > li .header a > h2 {
  font: 1.3em "OpenSans-ExtraBold", Helvetica, Arial, sans-serif;
}

/* line 86, resources/sass/components/_meus-servicos.scss */
.meus-servicos ul > li .content > a {
  font-size: inherit;
}

/* line 88, resources/sass/components/_meus-servicos.scss */
.meus-servicos ul > li .content > a > h3 {
  color: #008442;
  font: 2em "OpenSans-Bold", Helvetica, Arial, sans-serif;
  height: 70px;
  line-height: 23px;
  overflow: hidden;
}

/* line 98, resources/sass/components/_meus-servicos.scss */
.meus-servicos ul > li .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #f8f8f8;
  border: 1px solid #bebebe;
  border-top: none;
  text-align: right;
  height: 35px;
}

/* line 107, resources/sass/components/_meus-servicos.scss */
.meus-servicos ul > li .action .detalhes {
  display: none;
}

/* line 110, resources/sass/components/_meus-servicos.scss */
.meus-servicos ul > li .action .bt-salvar,
.meus-servicos ul > li .action .bt-salvo {
  background-color: transparent;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 25px;
  height: 35px;
  margin-right: 15px;
  font: 1.1em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
}

/* line 121, resources/sass/components/_meus-servicos.scss */
.meus-servicos ul > li .action .bt-salvo {
  background: url("./images/close.png") no-repeat right center;
}

/* line 122, resources/sass/components/_meus-servicos.scss */
.meus-servicos ul > li .action .bt-salvo span {
  display: none;
}

/* line 131, resources/sass/components/_meus-servicos.scss */
.meus-servicos ul > li .action:hover {
  background: #e9e9e9;
}

/* line 135, resources/sass/components/_meus-servicos.scss */
.meus-servicos ul > li .action:hover .bt-salvar span,
.meus-servicos ul > li .action:hover .bt-salvo span {
  font: 1.1em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  display: inline-block;
}

/* line 140, resources/sass/components/_meus-servicos.scss */
.meus-servicos ul > li .action:hover .bt-salvo {
  font: 1.1em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  background: url("./images/close-hover.png") no-repeat right center;
}

/* line 6, resources/sass/components/_intro-categoria-servico.scss */
.declaration-order {
  /* Positioning */
  position: absolute;
  display: block;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Box-model */
  width: 100px;
  height: 100px;
  overflow: hidden;
  /* Visibility */
  opacity: 1;
  z-index: 100;
  /* Typography */
  font: normal 13px "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #333;
  text-align: center;
  /* Visual */
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  /* Misc */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 41, resources/sass/components/_intro-categoria-servico.scss */
.introCategoriaServico {
  padding: 0;
}

/* line 45, resources/sass/components/_intro-categoria-servico.scss */
.introCategoriaServico .titulo {
  /* Typography */
  font: 22px "OpenSans-Light", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin-top: -7px;
}

/* line 51, resources/sass/components/_intro-categoria-servico.scss */
.introCategoriaServico .AcessoCidadao a {
  /* Box-model */
  width: 100px;
  /* Positioning */
  margin-top: 0px !important;
}

/* line 58, resources/sass/components/_intro-categoria-servico.scss */
.introCategoriaServico + .meus-servicos {
  /* Positioning */
  margin-top: -32px !important;
  margin-bottom: 24px;
}

/* line 64, resources/sass/components/_intro-categoria-servico.scss */
.introCategoriaServico + .SingleServico {
  margin-top: -32px !important;
  margin-bottom: 24px;
}

/* line 6, resources/sass/components/_single-servico.scss */
.declaration-order {
  /* Positioning */
  position: absolute;
  display: block;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Box-model */
  width: 100px;
  height: 100px;
  overflow: hidden;
  /* Visibility */
  opacity: 1;
  z-index: 100;
  /* Typography */
  font: normal 13px "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #333;
  text-align: center;
  /* Visual */
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  /* Misc */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 45, resources/sass/components/_single-servico.scss */
.SingleServico .SingleConteudo .area {
  max-width: 775px;
}

/* line 52, resources/sass/components/_single-servico.scss */
.SingleServico .SingleConteudo h2 {
  /* Typography */
  font: 27px "OpenSans-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin-bottom: 19px;
}

/* line 58, resources/sass/components/_single-servico.scss */
.SingleServico .SingleConteudo p {
  font: 14px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 15px !important;
}

/* line 63, resources/sass/components/_single-servico.scss */
.SingleServico .SingleConteudo p b {
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
}

/* line 67, resources/sass/components/_single-servico.scss */
.SingleServico .SingleConteudo .mapa iframe {
  width: 100%;
  height: 320px;
}

/* line 72, resources/sass/components/_single-servico.scss */
.SingleServico .SingleConteudo .RedesSociais {
  margin-top: 25px !important;
}

/* line 83, resources/sass/components/_single-servico.scss */
.SingleServico .SingleConteudo .RedesSociais .VoltarTopo {
  float: left !important;
  margin-top: 22px;
}

/* line 90, resources/sass/components/_single-servico.scss */
.SingleServico .SingleConteudo .RedesSociais .share h4 {
  font: 11px "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #485156;
  margin-bottom: 10px;
}

/* line 108, resources/sass/components/_single-servico.scss */
.SingleServico .SingleSidebar {
  padding: 92px 0 0 25px;
}

/* line 114, resources/sass/components/_single-servico.scss */
.SingleServico .SingleSidebar dt {
  color: #008442;
  font: 13px "OpenSans-ExtraBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

/* line 119, resources/sass/components/_single-servico.scss */
.SingleServico .SingleSidebar dd,
.SingleServico .SingleSidebar dd p {
  color: #6b6b6b;
  font: 13px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
}

/* line 124, resources/sass/components/_single-servico.scss */
.SingleServico .SingleSidebar dd {
  margin-bottom: 25px;
}

/* line 5, resources/sass/components/_foi-util.scss */
.foi-util {
  margin-bottom: 20px;
}

/* line 8, resources/sass/components/_foi-util.scss */
.foi-util strong,
.foi-util p {
  display: block;
  font: 1.2em "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #8f8f8f;
}

/* line 15, resources/sass/components/_foi-util.scss */
.foi-util .icone-alerta {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  margin-bottom: -4px;
  background: url(../images/alerta-busca.png) center center no-repeat;
}

/* line 24, resources/sass/components/_foi-util.scss */
.foi-util .button {
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  width: 68px;
  border: 1px solid #8f8f8f;
  color: #8f8f8f;
  font: 1.1em/20px "OpenSans-Bold", Helvetica, Arial, sans-serif;
  margin-left: 25px;
  line-height: 1.3em;
}

/* line 34, resources/sass/components/_foi-util.scss */
.foi-util .button.--btn-nao {
  margin-left: 10px;
}

/* line 37, resources/sass/components/_foi-util.scss */
.foi-util .button:hover {
  color: #fff;
  background-color: #00a84a;
  border-color: #00a84a;
}

/* line 7, resources/sass/components/_menu-executivo.scss */
.menu-executivo {
  position: relative;
  padding: 25px;
  height: 664px;
  background-color: #e9e9e9;
}

/* line 25, resources/sass/components/_menu-executivo.scss */
.menu-executivo .cabecalho {
  margin-bottom: 68px;
}

/* line 34, resources/sass/components/_menu-executivo.scss */
.menu-executivo:hover .legenda {
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

/* line 39, resources/sass/components/_menu-executivo.scss */
.menu-executivo .legenda {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 363px;
  right: 0;
  margin: auto;
  width: 300px;
  height: 20px;
  z-index: 1;
  font: 2em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #b4b3b2;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 60, resources/sass/components/_menu-executivo.scss */
.menu-executivo .menu > ul > .page_item {
  width: 382px;
  margin-bottom: 15px;
}

/* line 67, resources/sass/components/_menu-executivo.scss */
.menu-executivo .menu > ul > .page_item > a {
  display: inline-block;
  padding-left: 21px;
  width: 338px;
  height: 49px;
  font: 1.6em "OpenSans-Bold", Helvetica, Arial, sans-serif;
  line-height: 49px;
  color: #485156;
  background-color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

/* line 91, resources/sass/components/_menu-executivo.scss */
.menu-executivo .menu > ul > .page_item > a:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 6px;
  height: 49px;
  z-index: -1;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  background-color: #00a84a;
  content: '';
}

/* line 114, resources/sass/components/_menu-executivo.scss */
.menu-executivo .menu > ul > .page_item:hover > a:after {
  width: 338px;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}

/* line 122, resources/sass/components/_menu-executivo.scss */
.menu-executivo .menu > ul > .page_item:hover > a {
  color: #fff;
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}

/* line 127, resources/sass/components/_menu-executivo.scss */
.menu-executivo .menu > ul > .page_item .sub-container:hover,
.menu-executivo .menu > ul > .page_item:hover .sub-container {
  visibility: visible;
  max-height: 614px;
  height: auto;
  overflow: auto;
  -webkit-transition: max-height 0.4s linear;
  transition: max-height 0.4s linear;
}

/* line 141, resources/sass/components/_menu-executivo.scss */
.menu-executivo .sub-container {
  position: absolute;
  top: 40px;
  right: 25px;
  bottom: 31px;
  left: 408px;
  overflow: auto;
  height: 0;
  max-height: 0;
  z-index: 2;
  visibility: hidden;
  -webkit-transition: max-height 0.4s 0.2s linear;
  transition: max-height 0.4s 0.2s linear;
}

/* line 164, resources/sass/components/_menu-executivo.scss */
.menu-executivo .sub-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

/* line 169, resources/sass/components/_menu-executivo.scss */
.menu-executivo .sub-container::-webkit-scrollbar {
  width: 3px;
  background-color: #929191;
}

/* line 174, resources/sass/components/_menu-executivo.scss */
.menu-executivo .sub-container::-webkit-scrollbar-thumb {
  background-color: #929191;
}

/* line 178, resources/sass/components/_menu-executivo.scss */
.menu-executivo .sub-menu {
  position: relative;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 15px 18px;
  background-color: #fff;
}

/* line 197, resources/sass/components/_menu-executivo.scss */
.menu-executivo .sub-menu > li {
  margin: -1px;
  padding: 0 0 0 18px;
  vertical-align: top;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 210, resources/sass/components/_menu-executivo.scss */
.menu-executivo .sub-menu > li > a {
  position: relative;
  font: 1.2em "OpenSans-Regular", Helvetica, Arial, sans-serif;
  text-decoration: underline;
}

/* line 222, resources/sass/components/_menu-executivo.scss */
.menu-executivo .sub-menu > li > a:after {
  position: absolute;
  left: -18px;
  top: 3px;
  margin: auto;
  height: 13px;
  width: 10px;
  font-size: 25px;
  color: #00a84a;
  line-height: 10px;
  content: "\2023";
}

/* line 242, resources/sass/components/_menu-executivo.scss */
.menu-executivo .sub-menu:after {
  position: absolute;
  top: 19px;
  bottom: 19px;
  left: 11px;
  right: 0;
  width: 2px;
  display: block;
  margin: auto;
  background-color: #ccc;
  content: '';
}

/* line 270, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding: 13px 42px 22px 20px;
  overflow: hidden;
  z-index: 15;
  background-color: #e9e9e9;
}

/* line 291, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario p {
  font: 1em "OpenSans-Regular", Helvetica, Arial, sans-serif;
  color: #8f8f8f;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* line 299, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario .action {
  padding: 12px 45px 0 16px;
  margin-right: 44px;
  display: block;
  width: 340px;
  height: 49px;
  color: #485156;
  line-height: 49px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 1.6em "OpenSans-Bold", Helvetica, Arial, sans-serif;
  border-left: 6px solid #00a84a;
  background: url(../images/org-down.jpg) no-repeat center right 20px #fff;
}

/* line 320, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario .action.submenu-aberto {
  background: url(../images/org-up.jpg) no-repeat center right 20px #fff;
}

/* line 326, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario .menu-setores, .menuExecutivo-secundario .menu-organogramas {
  float: left;
}

/* line 331, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario #organograma-setores {
  position: relative;
  padding: 10px 22px 18px;
  margin-left: 22px;
  width: 226px;
  background-color: #00a84a;
}

/* line 345, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario #organograma-setores a {
  font: 1em "OpenSans-Light", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
}

/* line 350, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario #organograma-setores a:hover {
  color: #fff;
}

/* line 355, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario #organograma-setores .setor-ativo a {
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
}

/* line 359, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario #organograma-setores > li {
  padding: 8px 3px;
  border-bottom: 1px solid #f2a990;
}

/* line 365, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario #organograma-setores:before {
  position: absolute;
  top: -13px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  z-index: 2;
  content: '';
  border-style: solid;
  border-width: 13px 0 0 13px;
  border-color: transparent transparent transparent #00a84a;
}

/* line 389, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario .menu-organogramas {
  width: calc( 100% - 384px);
}

/* line 392, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario .menu-organogramas .action.submenu-aberto {
  background: url(../images/drop-close-white.png) no-repeat center right 20px #00a84a;
  color: #fff;
}

/* line 397, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario .menu-organogramas .container {
  position: relative;
  max-height: 550px;
  height: auto;
  width: 100%;
  background-color: #fff;
  overflow: auto;
}

/* line 411, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario .menu-organogramas .container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

/* line 416, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario .menu-organogramas .container::-webkit-scrollbar {
  width: 3px;
  background-color: #929191;
}

/* line 421, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario .menu-organogramas .container::-webkit-scrollbar-thumb {
  background-color: #929191;
}

/* line 425, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario .menu-organogramas .container ul {
  position: relative;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 19px 18px;
  background-color: #fff;
}

/* line 437, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario .menu-organogramas .container ul > li {
  margin: -1px;
  padding: 0 0 0 18px;
  vertical-align: top;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 450, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario .menu-organogramas .container ul > li > a {
  position: relative;
  line-height: 20px;
  font: 1.2em "OpenSans-Regular", Helvetica, Arial, sans-serif;
  text-decoration: underline;
}

/* line 463, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario .menu-organogramas .container ul > li > a:after {
  position: absolute;
  left: -15px;
  top: 3px;
  margin: auto;
  height: 13px;
  width: 10px;
  font-size: 25px;
  color: #00a84a;
  line-height: 10px;
  content: "\2023";
}

/* line 483, resources/sass/components/_menu-executivo.scss */
.menuExecutivo-secundario .menu-organogramas .container ul:after {
  position: absolute;
  top: 19px;
  bottom: 19px;
  left: -20px;
  right: 0;
  width: 2px;
  display: block;
  margin: auto;
  background-color: #ccc;
  content: '';
}

/* line 8, resources/sass/components/_organograma-listagem.scss */
.organograma-listagem {
  margin-top: 40px;
}

/* line 13, resources/sass/components/_organograma-listagem.scss */
.organograma-listagem .intro {
  position: relative;
  padding-right: 200px;
  margin-bottom: 28px;
}

/* line 18, resources/sass/components/_organograma-listagem.scss */
.organograma-listagem .intro h3 {
  font: 2em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #00a84a;
  letter-spacing: 0;
}

/* line 24, resources/sass/components/_organograma-listagem.scss */
.organograma-listagem .intro h2 {
  font: 3em "OpenSans-Light", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

/* line 29, resources/sass/components/_organograma-listagem.scss */
.organograma-listagem .intro a.baixar-organograma {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding-left: 56px;
  height: 52px;
  width: 15.5%;
  text-transform: uppercase;
  font: 1.2em "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #00a84a;
  line-height: 52px;
  border-bottom: 3px solid #00a84a;
  background: url(../images/organograma.png) no-repeat center left 10px #eee;
}

/* line 51, resources/sass/components/_organograma-listagem.scss */
.organograma-listagem .intro a.baixar-organograma span {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(../images/icon-baixar.png) no-repeat center center;
}

/* line 64, resources/sass/components/_organograma-listagem.scss */
.organograma-listagem > ol {
  background: #eee;
}

/* line 67, resources/sass/components/_organograma-listagem.scss */
.organograma-listagem > ol > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2.02px solid #fff;
}

/* line 72, resources/sass/components/_organograma-listagem.scss */
.organograma-listagem > ol > li:first-child > span {
  margin-top: -20px;
}

/* line 77, resources/sass/components/_organograma-listagem.scss */
.organograma-listagem > ol > li > span {
  width: 362px;
  padding-right: 45px;
  padding-left: 80px;
  text-align: right;
  font: 2em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #485156;
}

/* line 86, resources/sass/components/_organograma-listagem.scss */
.organograma-listagem > ol li > ol {
  padding-left: 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 10px solid #00a84a;
  width: calc(100% - 365px);
}

/* line 93, resources/sass/components/_organograma-listagem.scss */
.organograma-listagem > ol li > ol > li {
  margin: 20px 0;
  font: 1.2em "OpenSans-Regular", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  color: #485156;
}

/* line 100, resources/sass/components/_organograma-listagem.scss */
.organograma-listagem > ol li > ol > li a {
  font: 1em "OpenSans-Bold", Helvetica, Arial, sans-serif;
}

/* line 120, resources/sass/components/_organograma-listagem.scss */
.organograma-listagem .box-infos {
  display: none;
}

/* line 127, resources/sass/components/_organograma-listagem.scss */
.menuExecutivo-secundario .action i.fa-chevron-down {
  float: right;
  margin-top: 4px;
  -webkit-transition: -webkit-transform 0.17s ease-in-out;
  transition: -webkit-transform 0.17s ease-in-out;
  transition: transform 0.17s ease-in-out;
  transition: transform 0.17s ease-in-out, -webkit-transform 0.17s ease-in-out;
  -moz-transition: transform 0.17s ease-in-out;
  -webkit-transition: transform 0.17s ease-in-out;
  -o-transition: transform 0.17s ease-in-out;
}

/* line 136, resources/sass/components/_organograma-listagem.scss */
.menuExecutivo-secundario a.action:before {
  background: #00a84a;
}

/* line 141, resources/sass/components/_organograma-listagem.scss */
.organograma-listagem #box-infos button.fechar {
  margin-top: 20px;
  float: right;
}

/* line 146, resources/sass/components/_organograma-listagem.scss */
.organograma-listagem #box-infos.-ativo {
  display: block;
  position: fixed;
  background: #FFF;
  z-index: 99999;
  padding: 10px 20px;
  font: 1.4em "OpenSans-Light", Helvetica, Arial, sans-serif;
  left: 2%;
  width: 96%;
}

/* line 157, resources/sass/components/_organograma-listagem.scss */
.arrow_box {
  position: relative;
  background: #88b7d5;
  border: none;
  left: 15px;
}

/* line 163, resources/sass/components/_organograma-listagem.scss */
.arrow_box:after, .arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 174, resources/sass/components/_organograma-listagem.scss */
.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #00a84a;
  border-width: 10px;
  margin-top: -11px;
}

/* line 181, resources/sass/components/_organograma-listagem.scss */
.popper-organograma {
  cursor: pointer;
}

/* line 185, resources/sass/components/_organograma-listagem.scss */
.popper-organograma-box ul {
  list-style: disc;
  margin-left: 15px;
}

/* line 190, resources/sass/components/_organograma-listagem.scss */
.popper-organograma-box {
  font: 1.2em "OpenSans-Regular", Helvetica, Arial, sans-serif;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-left: 3px solid #00a84a;
  max-width: 300px;
  word-wrap: break-word;
}

/* line 200, resources/sass/components/_organograma-listagem.scss */
div.hills-table {
  border-bottom: 2px solid #fff;
  background: #eee;
  margin: 0 -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 212, resources/sass/components/_organograma-listagem.scss */
div.hills-table div.dt-4 {
  padding: 15px 45px 15px 80px;
  text-align: right;
  font: 2em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #485156;
  margin-bottom: 0;
}

/* line 220, resources/sass/components/_organograma-listagem.scss */
div.hills-table div.dt-4 span {
  display: none;
}

/* line 224, resources/sass/components/_organograma-listagem.scss */
div.hills-table div.dt-8 {
  font: 12px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  border-left: 10px solid #00a84a;
  margin-bottom: 0;
  min-height: 85px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 233, resources/sass/components/_organograma-listagem.scss */
div.hills-table div.dt-8 li {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* line 239, resources/sass/components/_organograma-listagem.scss */
div.hills-table div.dt-8 a {
  font: 12px "OpenSans-Bold", Helvetica, Arial, sans-serif;
}

/* line 243, resources/sass/components/_organograma-listagem.scss */
.tippy-tooltip.casacivil-theme ol,
.tippy-tooltip.casacivil-theme ul {
  list-style: disc;
  padding-left: 10px;
}

/* line 248, resources/sass/components/_organograma-listagem.scss */
.tippy-tooltip.casacivil-theme {
  background-color: #fff;
  color: #333;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  text-align: left;
  font: 12px "OpenSans-Regular", Helvetica, Arial, sans-serif;
}

/* line 256, resources/sass/components/_organograma-listagem.scss */
.tippy-tooltip.casacivil-theme .tippy-arrow,
.tippy-tooltip.casacivil-theme .tippy-roundarrow {
  fill: #FFF;
}

/*Ajustes de responsividade na Single-Organograma*/

/* line 10, resources/sass/components/_info-uteis.scss */
.info-uteis > h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font: 1.3em "OpenSans-ExtraBold", Helvetica, Arial, sans-serif;
  color: #00a84a;
  letter-spacing: 0.5px;
}

/* line 18, resources/sass/components/_info-uteis.scss */
.info-uteis .infoscard {
  padding: 6px 24px 10px 18px;
  border-left: 6px solid #00a84a;
  background-color: #e9e9e9;
  margin-bottom: 7px;
  height: 95px;
}

/* line 27, resources/sass/components/_info-uteis.scss */
.info-uteis .infoscard h3 {
  font: 1.6em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #00a84a;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}

/* line 34, resources/sass/components/_info-uteis.scss */
.info-uteis .infoscard p {
  font: 1.2em "OpenSans-Regular", Helvetica, Arial, sans-serif;
}

/* line 36, resources/sass/components/_info-uteis.scss */
.info-uteis .infoscard p b {
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
}

/* line 40, resources/sass/components/_info-uteis.scss */
.info-uteis .infoscard p br {
  display: block;
  margin: 2.5px 0;
  content: '';
}

/* line 11, resources/sass/pages/_turismo.scss */
.turismo-type h1 {
  letter-spacing: 0;
}

/* line 15, resources/sass/pages/_turismo.scss */
.turismo-type h2 {
  font: 3em/30px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

/* line 20, resources/sass/pages/_turismo.scss */
.turismo-type h3 {
  font: 2em/30px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
}

/* line 25, resources/sass/pages/_turismo.scss */
.turismo-type p {
  font: 1.4em/20px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  letter-spacing: 0.003;
}

/* line 30, resources/sass/pages/_turismo.scss */
.turismo-type .titulo-destaque h2 {
  margin: 5px 0 14px;
  letter-spacing: -0.7px;
}

/* line 36, resources/sass/pages/_turismo.scss */
.turismo-type iframe {
  margin-top: 10px;
}

/* line 40, resources/sass/pages/_turismo.scss */
.turismo-type .sidebar {
  padding-top: 6px;
}

/* line 44, resources/sass/pages/_turismo.scss */
.turismo-type .info-uteis > h2 {
  margin-top: 17px;
  font: 1.3em "OpenSans-ExtraBold", Helvetica, Arial, sans-serif;
}

/* line 49, resources/sass/pages/_turismo.scss */
.turismo-type h2 + h3 {
  margin-top: 10px;
}

/* line 6, resources/sass/components/_info-numeros.scss */
.info {
  display: inline-block;
  margin-right: 37px;
}

/* line 10, resources/sass/components/_info-numeros.scss */
.info .num {
  margin-top: 26px;
  margin-right: 10px;
  font: 5.5em/40px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  display: inline-block;
}

/* line 17, resources/sass/components/_info-numeros.scss */
.info h4 {
  font: 2em/22.5px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  display: inline-block;
  letter-spacing: 0;
}

/* line 8, resources/sass/components/_dropdown-turismo.scss */
.dropdown-turismo {
  position: relative;
  margin-right: 50px;
  display: inline-block;
}

/* line 27, resources/sass/components/_dropdown-turismo.scss */
.dropdown-turismo:last-child {
  margin-right: 0;
}

/* line 31, resources/sass/components/_dropdown-turismo.scss */
.dropdown-turismo button {
  width: 100%;
  min-width: 195px;
  padding: 0 12px 0 16px;
  text-align: left;
  font: 1.3em/50px "OpenSans-Light", Helvetica, Arial, sans-serif;
  color: #747474;
  background-color: #e9e9e9;
  border-left: 6px solid #00a84a;
}

/* line 51, resources/sass/components/_dropdown-turismo.scss */
.dropdown-turismo button:hover {
  background-color: #e9e9e9;
  color: #747474;
}

/* line 60, resources/sass/components/_dropdown-turismo.scss */
.dropdown-turismo button:after {
  display: inline-block;
  margin-left: 9px;
  height: 12px;
  width: 12px;
  content: '';
  background: url(../images/drop-prev.png) center center;
}

/* line 77, resources/sass/components/_dropdown-turismo.scss */
.dropdown-turismo .drop-content {
  position: absolute;
  left: 22px;
  right: 0;
  top: 50px;
  padding: 9px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  z-index: 1;
  background-color: #00a84a;
}

/* line 94, resources/sass/components/_dropdown-turismo.scss */
.dropdown-turismo .drop-content:after {
  position: absolute;
  top: -13px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  z-index: 1;
  content: '';
  border-style: solid;
  border-width: 13px 0 0 13px;
  border-color: transparent transparent transparent #00a84a;
}

/* line 109, resources/sass/components/_dropdown-turismo.scss */
.dropdown-turismo .drop-content ul {
  max-height: 110px;
  overflow: auto;
}

/* line 113, resources/sass/components/_dropdown-turismo.scss */
.dropdown-turismo .drop-content ul::-webkit-scrollbar-track {
  background-color: #00a84a;
}

/* line 117, resources/sass/components/_dropdown-turismo.scss */
.dropdown-turismo .drop-content ul::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}

/* line 122, resources/sass/components/_dropdown-turismo.scss */
.dropdown-turismo .drop-content ul::-webkit-scrollbar-thumb {
  background-color: #fff;
}

/* line 127, resources/sass/components/_dropdown-turismo.scss */
.dropdown-turismo .drop-content ul li {
  margin-right: 10px;
  border-bottom: 1px solid #f2a990;
}

/* line 131, resources/sass/components/_dropdown-turismo.scss */
.dropdown-turismo .drop-content ul li:last-child {
  border-color: transparent;
}

/* line 136, resources/sass/components/_dropdown-turismo.scss */
.dropdown-turismo .drop-content ul li a {
  display: block;
  font: 1em/26px "OpenSans-Light", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.07em;
}

/* line 144, resources/sass/components/_dropdown-turismo.scss */
.dropdown-turismo .drop-content ul li.-target a {
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
}

/* line 151, resources/sass/components/_dropdown-turismo.scss */
.dropdown-turismo .action.-on + .drop-content {
  visibility: visible;
}

/* line 15, resources/sass/components/_galeria-slick.scss */
.gallery .slick-arrow {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  max-height: 38px;
  border-radius: 5px;
  font: 1.2em/38px "OpenSans-Bold", Helvetica, Arial, sans-serif;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 32, resources/sass/components/_galeria-slick.scss */
.gallery .slick-arrow.slick-next {
  right: 12px;
}

/* line 36, resources/sass/components/_galeria-slick.scss */
.gallery .slick-arrow.slick-prev {
  left: 12px;
}

/* line 42, resources/sass/components/_galeria-slick.scss */
.gallery .slide-actions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
  z-index: 1;
}

/* line 56, resources/sass/components/_galeria-slick.scss */
.gallery .slide-actions .button-show {
  padding: 0 6px 0 20px;
  font-family: "OpenSans-ExtraBold", Helvetica, Arial, sans-serif;
  line-height: 24px;
  border-radius: 5px;
  background: url(../images/slideshow_play.png) no-repeat center left 6px;
  background-size: 12px;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 70, resources/sass/components/_galeria-slick.scss */
.gallery .slide-actions .button-show.slickPlay {
  background-image: url(../images/slideshow_pause.png);
  background-size: 10px;
}

/* line 76, resources/sass/components/_galeria-slick.scss */
.gallery .slide-actions .button-full {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  text-indent: -99999px;
  background: url(../images/slideshow_expandir.png) no-repeat center center;
  background-size: 18px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}

/* line 100, resources/sass/components/_galeria-slick.scss */
.gallery .slide-filter {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  z-index: 2;
}

/* line 121, resources/sass/components/_galeria-slick.scss */
.gallery.gallery-with-filter {
  margin-top: 92px;
}

/* line 131, resources/sass/components/_galeria-slick.scss */
.gallery .slide-infos {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}

/* line 151, resources/sass/components/_galeria-slick.scss */
.gallery .slide-infos .mini-slider,
.gallery .slide-infos .slide-index,
.gallery .slide-infos .slide-alt {
  height: 45px;
  float: left;
  background-color: rgba(0, 0, 0, 0.4);
  margin-right: 6px;
}

/* line 161, resources/sass/components/_galeria-slick.scss */
.gallery .slide-infos .slide-index {
  width: 65px;
}

/* line 165, resources/sass/components/_galeria-slick.scss */
.gallery .slide-infos .slide-index p {
  text-align: center;
  color: #fff;
  font: 1.9em/45px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  letter-spacing: -1.1px;
}

/* line 170, resources/sass/components/_galeria-slick.scss */
.gallery .slide-infos .slide-index p span {
  color: #00a84a;
}

/* line 176, resources/sass/components/_galeria-slick.scss */
.gallery .slide-infos .slide-alt {
  width: calc( 100% - 268px);
}

/* line 186, resources/sass/components/_galeria-slick.scss */
.gallery .slide-infos .slide-alt p {
  padding: 6px;
  color: #fff;
  font: 1.2em/18.5px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
}

/* line 195, resources/sass/components/_galeria-slick.scss */
.gallery .slide-infos .mini-slider {
  width: 190px;
  margin-right: 0;
  padding: 7px 0 7px 4px;
}

/* line 204, resources/sass/components/_galeria-slick.scss */
.gallery .slide-infos .mini-slider img {
  cursor: pointer;
  height: 30px;
  width: calc( 33.3% - 4px);
  margin-right: 4px;
  border: 1px solid #fff;
  opacity: 0.5;
}

/* line 212, resources/sass/components/_galeria-slick.scss */
.gallery .slide-infos .mini-slider img.slick-current {
  opacity: 1;
}

/* line 216, resources/sass/components/_galeria-slick.scss */
.gallery .slide-infos .mini-slider img:last-child {
  margin-right: 0;
}

/* line 227, resources/sass/components/_galeria-slick.scss */
.gallery-item {
  position: relative;
  height: 330px !important;
  overflow: hidden;
}

/* line 242, resources/sass/components/_galeria-slick.scss */
.gallery-item .gallery-icon {
  position: relative;
  height: 330px;
  text-align: center;
  background-color: #333;
}

/* line 255, resources/sass/components/_galeria-slick.scss */
.gallery-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  height: 100%;
  max-height: 330px;
  max-width: none;
  width: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 275, resources/sass/components/_galeria-slick.scss */
.gallery-item .gallery-caption {
  display: none;
}

/* line 318, resources/sass/components/_galeria-slick.scss */
.gallery.-fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
}

/* line 326, resources/sass/components/_galeria-slick.scss */
.gallery.-fullscreen .slide-filter {
  display: none;
}

/* line 331, resources/sass/components/_galeria-slick.scss */
.gallery.-fullscreen .gallery-icon {
  height: 100vh;
}

/* line 335, resources/sass/components/_galeria-slick.scss */
.gallery.-fullscreen .gallery-item img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

/* line 5, resources/sass/components/_baixar-anexo.scss */
.baixar-anexo {
  display: inline-block;
  margin-right: 30px;
  width: calc( 25% - 25px);
  height: 180px;
  text-align: center;
}

/* line 19, resources/sass/components/_baixar-anexo.scss */
.baixar-anexo + .baixar-anexo + .baixar-anexo + .baixar-anexo {
  margin-right: 0;
}

/* line 35, resources/sass/components/_baixar-anexo.scss */
.baixar-anexo a {
  font-size: inherit;
  display: block;
}

/* line 38, resources/sass/components/_baixar-anexo.scss */
.baixar-anexo a:hover {
  color: #000;
}

/* line 43, resources/sass/components/_baixar-anexo.scss */
.baixar-anexo img {
  margin: 0;
  height: 55px;
  width: auto;
}

/* line 49, resources/sass/components/_baixar-anexo.scss */
.baixar-anexo h4, .baixar-anexo p {
  text-align: left;
}

/* line 53, resources/sass/components/_baixar-anexo.scss */
.baixar-anexo h4 {
  margin-top: 15px;
  padding-top: 17px;
  border-top: 3px solid #00a84a;
  letter-spacing: -.3px;
  font: 16px/20px "OpenSans-Bold", Helvetica, Arial, sans-serif;
}

/* line 61, resources/sass/components/_baixar-anexo.scss */
.baixar-anexo h4:hover {
  color: #000;
}

/* line 66, resources/sass/components/_baixar-anexo.scss */
.baixar-anexo p {
  font: 12px/22px "OpenSans-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #00a84a;
}

/* line 71, resources/sass/components/_baixar-anexo.scss */
.baixar-anexo p:after {
  margin-left: 4px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  background: url(../images/icon-pdf.png) center center no-repeat;
  background-size: 10px;
}

/* line 8, resources/sass/components/_hiddentext.scss */
.hiddentext {
  position: relative;
}

/* line 11, resources/sass/components/_hiddentext.scss */
.hiddentext h2 {
  font: 3em/36px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin-bottom: 30px;
}

/* line 17, resources/sass/components/_hiddentext.scss */
.hiddentext strong {
  font: 1.43em/20px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #00a84a;
}

/* line 23, resources/sass/components/_hiddentext.scss */
.hiddentext .limiter {
  margin-bottom: 80px;
  height: auto;
  max-height: 59px;
  overflow: hidden;
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
}

/* line 36, resources/sass/components/_hiddentext.scss */
.hiddentext .limiter.-expanded {
  max-height: 1500px;
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
}

/* line 44, resources/sass/components/_hiddentext.scss */
.hiddentext .action {
  position: relative;
  z-index: 2;
  padding-top: 90px;
  margin-top: -135px;
  margin-bottom: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  width: 100%;
  text-align: center;
  cursor: pointer;
}

/* line 56, resources/sass/components/_hiddentext.scss */
.hiddentext .action a {
  position: relative;
  display: inline-block;
  font: 2em/40px "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #000;
  border-bottom: 2px solid #00a84a;
}

/* line 63, resources/sass/components/_hiddentext.scss */
.hiddentext .action a:after {
  font: 0.6em/20px "OpenSans-Regular", Helvetica, Arial, sans-serif;
  color: #00a84a;
  text-transform: uppercase;
  display: block;
  content: 'Mostrar Texto';
  position: absolute;
  bottom: -50px;
  width: 100%;
  padding-bottom: 20px;
  background: url("../images/secretarios-caret.png") center bottom no-repeat;
}

/* line 81, resources/sass/components/_hiddentext.scss */
.hiddentext .-expanded + .action {
  background: transparent;
}

/* line 85, resources/sass/components/_hiddentext.scss */
.hiddentext .-expanded + .action a:after {
  content: 'Ocultar Texto';
  background: url("../images/secretarios-caret2.png") center bottom no-repeat;
}

/* line 5, resources/sass/components/_redes-sociais.scss */
.declaration-order {
  /* Positioning */
  position: absolute;
  display: block;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Box-model */
  width: 100px;
  height: 100px;
  overflow: hidden;
  /* Visibility */
  opacity: 1;
  z-index: 100;
  /* Typography */
  font: normal 13px "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #333;
  text-align: center;
  /* Visual */
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  /* Misc */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 41, resources/sass/components/_redes-sociais.scss */
.redesLink, .redesLinkRodape {
  /* Positioning */
  position: relative;
  display: inline-block;
  vertical-align: top;
  /* Box-model */
  width: 29px;
  height: 30px;
  /* Typography */
  text-indent: -9999px;
  /* Misc */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff !important;
}

/* line 59, resources/sass/components/_redes-sociais.scss */
.redesLink > a, .redesLinkRodape > a {
  width: 30px;
  height: 30px;
  display: table;
}

/* line 67, resources/sass/components/_redes-sociais.scss */
.redesLinkRodape a {
  background: transparent !important;
}

/* line 72, resources/sass/components/_redes-sociais.scss */
.redesLink.facebook, .redesLinkRodape.facebook {
  /* Visual */
  background: url(../images/redesSociais/facebook.png) center center no-repeat;
}

/* line 76, resources/sass/components/_redes-sociais.scss */
.redesLink.instagram, .redesLinkRodape.instagram {
  /* Visual */
  background: url(../images/redesSociais/instagram.png) center center no-repeat;
}

/* line 80, resources/sass/components/_redes-sociais.scss */
.redesLink.twitter, .redesLinkRodape.twitter {
  /* Visual */
  background: url(../images/redesSociais/twitter.png) center center no-repeat;
}

/* line 84, resources/sass/components/_redes-sociais.scss */
.redesLink.youtube, .redesLinkRodape.youtube {
  /* Visual */
  background: url(../images/redesSociais/youtube.png) center center no-repeat;
}

/* line 5, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido {
  padding-top: 0;
  background-color: #e9e9e9;
}

/* line 9, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido .row {
  margin: 0;
  border-top: 1px solid rgba(72, 81, 86, 0.5);
}

/* line 14, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido h4 {
  /* Positioning */
  margin: 25px 0;
  /* Typography */
  font-size: 1.6em;
  margin: 25px 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font: 1.3em/1.4em "OpenSans-ExtraBold", Helvetica, Arial, sans-serif;
  line-height: 2;
}

/* line 26, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido .menu {
  /* Positioning */
  margin: 0 -30px;
  /* Typography */
  text-align: center;
}

/* line 33, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido .menu-item {
  /* Positioning */
  display: inline-block;
  vertical-align: top;
  /* Box-model */
  padding: 0 25px;
  width: 16.4%;
}

/* line 46, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido .menu-item a {
  /* Typography */
  font: 1.1em/1.4em "OpenSans-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #000;
}

/* line 57, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido .menu-item i {
  /* Positioning */
  margin-bottom: 10px;
  position: relative;
  display: block;
  /* Box-model */
  width: 100%;
  height: 80px;
  /* Visual */
  background-color: #fff;
}

/* line 67, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido .menu-item i:after {
  /* Positioning */
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  /* Box-model */
  height: 4px;
  /* Visual */
  background-color: #00a84a;
  /* Misc */
  content: '';
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

/* line 142, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido .menu-item i.PortalTransparencia {
  background: url(../images/ico-acesso-rapido/portal-da-transparencia.svg) center center no-repeat #fff;
}

/* line 146, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido .menu-item i.AcessoCidadao {
  background: url(../images/ico-acesso-rapido/acesso-cidadao.svg) center center no-repeat #fff;
}

/* line 150, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido .menu-item i.AcessoInformacao {
  background: url(../images/ico-acesso-rapido/lei-geral-de-acesso-informacao.svg) center center no-repeat #fff;
}

/* line 154, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido .menu-item i.DiarioOficial {
  background: url(../images/ico-acesso-rapido/diario-oficial.svg) center center no-repeat #fff;
}

/* line 158, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido .menu-item i.Legislacao {
  background: url(../images/ico-acesso-rapido/legislacao-estadual.svg) center center no-repeat #fff;
}

/* line 162, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido .menu-item i.AcoesGoverno {
  background: url(../images/ico-acesso-rapido/acoes-de-governo.svg) center center no-repeat #fff;
}

/* line 166, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido .menu-item i.PortalTransparencia:after {
  background: url(../images/ico-acesso-rapido/portal-da-transparencia-.svg) center bottom 15px no-repeat #00a84a;
  background-size: 50px !important;
}

/* line 171, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido .menu-item i.AcessoCidadao:after {
  background: url(../images/ico-acesso-rapido/acesso-cidadao-.svg) center bottom 15px no-repeat #00a84a;
  background-size: 50px !important;
}

/* line 176, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido .menu-item i.AcessoInformacao:after {
  background: url(../images/ico-acesso-rapido/lei-geral-de-acesso-informacao-.svg) center bottom 15px no-repeat #00a84a;
  background-size: 50px !important;
}

/* line 181, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido .menu-item i.DiarioOficial:after {
  background: url(../images/ico-acesso-rapido/diario-oficial-.svg) center bottom 15px no-repeat #00a84a;
  background-size: 50px !important;
}

/* line 186, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido .menu-item i.Legislacao:after {
  background: url(../images/ico-acesso-rapido/legislacao-estadual-.svg) center bottom 15px no-repeat #00a84a;
  background-size: 50px !important;
}

/* line 191, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido .menu-item i.AcoesGoverno:after {
  background: url(../images/ico-acesso-rapido/acoes-de-governo-.svg) center bottom 15px no-repeat #00a84a;
  background-size: 50px !important;
}

/* line 195, resources/sass/components/_acesso-rapido.scss */
.AcessoRapido .menu-item i {
  background-size: 50px !important;
}

/* line 5, resources/sass/components/_footer.scss */
footer {
  /* Box-model */
  padding: 20px 0 0;
  /* Visual */
  background-color: #fff;
  border-top: 3px solid #008442;
}

/* line 14, resources/sass/components/_footer.scss */
footer .logo {
  /* Positioning */
  margin: 10px 0 0;
}

/* line 19, resources/sass/components/_footer.scss */
footer .row {
  margin: 0;
}

/* line 23, resources/sass/components/_footer.scss */
footer .MapaSite {
  /* Positioning */
  margin: 25px 0 0;
  padding-right: 0;
}

/* line 34, resources/sass/components/_footer.scss */
footer .MapaSite .menu li {
  /* Positioning */
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 0;
}

/* line 42, resources/sass/components/_footer.scss */
footer .MapaSite .menu > li:first-child {
  margin-left: 0;
}

/* line 47, resources/sass/components/_footer.scss */
footer .MapaSite .menu > li:last-child {
  margin-right: 0;
}

/* line 52, resources/sass/components/_footer.scss */
footer .MapaSite .menu li a {
  /* Typography */
  font: 1.1em "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #485156;
  line-height: 1.5;
  text-transform: uppercase;
}

/* line 59, resources/sass/components/_footer.scss */
footer .MapaSite .menu li a:hover {
  /* Typography */
  text-decoration: underline;
}

/* line 63, resources/sass/components/_footer.scss */
footer .MapaSite .menu li .sub-menu a {
  /* Typography */
  font: 1.1em "OpenSans-Regular", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
}

/* line 69, resources/sass/components/_footer.scss */
footer .MapaSite .menu li .sub-menu li {
  /* Positioning */
  display: block;
  margin: 10px 0;
}

/* line 77, resources/sass/components/_footer.scss */
footer .Infos {
  /* Positioning */
  margin: 20px 0 40px;
  /* Visual */
  border-top: 1px solid #cccccc;
  /* Box-model */
  padding: 20px 0 0;
}

/* line 88, resources/sass/components/_footer.scss */
footer .Infos .NomeSite .link-gov h2 {
  font: 1.1em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #485156;
  text-transform: uppercase;
}

footer .Infos .NomeSite .e-mec-v {
  margin-top: 20px;  
}

/* line 96, resources/sass/components/_footer.scss */
footer .FaleConosco {
  padding-right: 0;
}

/* line 103, resources/sass/components/_footer.scss */
footer .FaleConosco h2 {
  /* Typography */
  font: 1.2em "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #485156;
  text-transform: uppercase;
}

/* line 109, resources/sass/components/_footer.scss */
footer .FaleConosco h2.canais {
  /* Positioning */
  margin: 15px 0;
}

/* line 114, resources/sass/components/_footer.scss */
footer .FaleConosco .link-contato {
  /* Positioning */
  display: inline-block;
  vertical-align: top;
  margin: 13px 0;
  /* Box-model */
  width: 49%;
  height: 35px;
  padding: 0 0 0 40px;
}

/* line 125, resources/sass/components/_footer.scss */
footer .FaleConosco .link-contato a {
  /* Typography */
  font: 1.1em "OpenSans-Regular", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  color: #485156;
}

/* line 134, resources/sass/components/_footer.scss */
footer .FaleConosco .link-contato.whatsapp {
  /* Visual */
  background: url(../images/footer/noticias-por-whatsapp.svg) top 0 left 0 no-repeat;
  background-size: 30px;
}

/* line 139, resources/sass/components/_footer.scss */
footer .FaleConosco .link-contato.email {
  /* Visual */
  background: url(../images/footer/noticias-por-email.svg) top 0 left 0 no-repeat;
  background-size: 30px;
}

/* line 144, resources/sass/components/_footer.scss */
footer .FaleConosco .link-contato.ouvidoria {
  /* Visual */
  background: url(../images/footer/fale-conosco-ouvidoria.svg) top 0 left 0 no-repeat;
  background-size: 30px;
}

/* line 149, resources/sass/components/_footer.scss */
footer .FaleConosco .link-contato.imprensa {
  /* Visual */
  background: url(../images/footer/espaco-imprensa.svg) top 0 left 0 no-repeat;
  background-size: 30px;
}

/* line 155, resources/sass/components/_footer.scss */
footer .FaleConosco .redesLink {
  /* Positioning */
  margin: 0 15px 0 0;
  /* Typography */
  text-indent: 0;
}

/* line 162, resources/sass/components/_footer.scss */
footer .FaleConosco .redesLink a {
  /* Positioning */
  display: block;
  /* Typography */
  text-indent: -9999px;
  background: transparent !important;
}

/* line 174, resources/sass/components/_footer.scss */
footer .boxFale {
  /* Box-model */
  padding: 20px 25px;
  /* Visual */
  background: #e9e9e9;
}

/* line 185, resources/sass/components/_footer.scss */
footer .Direitos .box {
  /* Positioning */
  display: inline-block;
  position: relative;
  float: left;
  margin: 0 20px 0 0;
}

/* line 192, resources/sass/components/_footer.scss */
footer .Direitos .box h2 {
  /* Typography */
  font: 1.1em "OpenSans-Bold", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  color: #485156;
}

/* line 199, resources/sass/components/_footer.scss */
footer .Direitos .box p {
  /* Typography */
  font: 1.1em "OpenSans-Regular", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  color: #485156;
}

/* line 208, resources/sass/components/_footer.scss */
footer .Direitos .box.copyright {
  /* Positioning */
  float: right;
  margin: 0 0 0 0;
}

/* line 6, resources/sass/components/_footer-sitefilho.scss */
.site-filho footer .Infos .NomeSite .link-gov h2 {
  font: 1.1em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #485156;
  text-transform: uppercase;
}

/* line 1, resources/sass/components/_lista-downloads.scss */
.arquivos-list {
  margin-top: 30px;
}

/* line 4, resources/sass/components/_lista-downloads.scss */
.arquivos-list__item {
  margin-bottom: 20px;
}

/* line 7, resources/sass/components/_lista-downloads.scss */
.arquivos-list__tit {
  display: table;
  border-bottom: dotted 1px rgba(0, 0, 0, 0.4);
  width: 100%;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/* line 15, resources/sass/components/_lista-downloads.scss */
.arquivos-list__img {
  width: 20px;
  height: 20px;
  margin: 0px 10px 0px 0px;
}

/* line 22, resources/sass/components/_lista-downloads.scss */
.notfoundfilesmessage {
  font-size: 13px;
}

/* line 23, resources/sass/components/_lista-downloads.scss */
.notfoundfilesmessage--subfolders {
  padding-left: 30px;
}

/* line 29, resources/sass/components/_lista-downloads.scss */
.subfolder-content {
  padding-top: 0px !important;
  margin-bottom: 10px;
  border-left: dotted 1px;
  display: none;
}

/* line 36, resources/sass/components/_lista-downloads.scss */
.arquivos-sublist {
  padding-left: 0px;
}

/* line 38, resources/sass/components/_lista-downloads.scss */
.arquivos-sublist--subfolder {
  padding-left: 30px;
}

/* line 41, resources/sass/components/_lista-downloads.scss */
.arquivos-sublist__item {
  margin-bottom: 5px;
  position: relative;
}

/* line 46, resources/sass/components/_lista-downloads.scss */
.arquivos-sublist__item--sub::before {
  content: '';
  width: 30px;
  height: 1px;
  border-top: dotted 1px #000;
  position: absolute;
  top: 16px;
  left: -31px;
  z-index: 6;
}

/* line 58, resources/sass/components/_lista-downloads.scss */
.arquivos-sublist__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
}

/* line 63, resources/sass/components/_lista-downloads.scss */
.arquivos-sublist__img {
  margin-right: 10px;
}

/* line 71, resources/sass/components/_lista-downloads.scss */
.arquivoslist--downloads .principal {
  margin-bottom: 5px;
}

/* line 73, resources/sass/components/_lista-downloads.scss */
.arquivoslist--downloads .principal .file_description {
  font-family: "OpenSans-Light", Helvetica, Arial, sans-serif !important;
}

/* line 83, resources/sass/components/_lista-downloads.scss */
.listfiles--withpadding {
  padding-left: 30px;
}

/* line 86, resources/sass/components/_lista-downloads.scss */
.listfiles__item {
  min-height: 30px;
  position: relative;
  margin-bottom: 10px;
}

/* line 93, resources/sass/components/_lista-downloads.scss */
.listfiles__item--sub::before {
  content: '';
  width: 30px;
  height: 1px;
  border-top: dotted 1px #000;
  position: absolute;
  top: 16px;
  left: -31px;
  z-index: 6;
}

/* line 105, resources/sass/components/_lista-downloads.scss */
.listfiles__link {
  display: table;
}

/* line 107, resources/sass/components/_lista-downloads.scss */
.listfiles__link em {
  position: relative;
  top: 1px;
  font-weight: bold;
}

/* line 112, resources/sass/components/_lista-downloads.scss */
.listfiles__link > div {
  display: block;
  margin-top: -5px;
  margin-left: 25px;
  font-size: 13px;
  line-height: 14px;
}

/* line 119, resources/sass/components/_lista-downloads.scss */
.listfiles__link--top8 {
  margin-top: 8px;
}

/* line 123, resources/sass/components/_lista-downloads.scss */
.listfiles__img {
  width: 20px;
  margin: 0px 5px 0px 0px;
  position: relative;
  top: 6px;
}

/* line 1, resources/sass/components/_contraste.scss */
.body-contraste {
  background-color: #000;
  color: #fff;
}

/* line 5, resources/sass/components/_contraste.scss */
.body-contraste::after {
  background: #000;
  background-color: #000;
}

/* line 10, resources/sass/components/_contraste.scss */
.body-contraste header, .body-contraste .MenuPages, .body-contraste .main-header, .body-contraste .AcessoRapido {
  background: #000 !important;
  color: #fff;
}

/* line 15, resources/sass/components/_contraste.scss */
.body-contraste a, .body-contraste p, .body-contraste em, .body-contraste h1, .body-contraste h2, .body-contraste h3, .body-contraste h4, .body-contraste h5, .body-contraste h6, .body-contraste footer, .body-contraste section, .body-contraste article {
  background-color: #000;
  color: #fff !important;
}

/* line 21, resources/sass/components/_contraste.scss */
.body-contraste .MenuMobile a {
  background-color: #000 !important;
}

/* line 28, resources/sass/components/_contraste.scss */
.body-contraste .MenuPages .menu a {
  background-color: transparent;
}

/* line 32, resources/sass/components/_contraste.scss */
.body-contraste .MenuPages .logo {
  background-color: transparent;
}

/* line 34, resources/sass/components/_contraste.scss */
.body-contraste .MenuPages .logo > a {
  background-color: transparent;
}

/* line 41, resources/sass/components/_contraste.scss */
.body-contraste footer .boxFale {
  background: #000;
}

/* line 53, resources/sass/components/_contraste.scss */
.body-contraste .ListaEst li > a {
  color: #ffffff !important;
}

/* line 60, resources/sass/components/_contraste.scss */
.body-contraste .SistemasExternos table tbody tr {
  background-color: #000 !important;
  color: #ffffff !important;
}

/* line 65, resources/sass/components/_contraste.scss */
.body-contraste .SistemasExternos table tbody tr td div a {
  color: #ffffff !important;
}

/**
 * Lista de ramais
 */
/* line 5, resources/sass/components/_lista-ramais.scss */
.SistemasExternos--listaramais {
  position: relative;
  min-height: 30px;
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}

/* line 11, resources/sass/components/_lista-ramais.scss */
.SistemasExternos--listaramais .loading {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

/* line 19, resources/sass/components/_lista-ramais.scss */
.SistemasExternos--listaramais .loading > div {
  margin: auto;
  font-family: Arial;
  font-size: 15px;
}

/* line 24, resources/sass/components/_lista-ramais.scss */
.SistemasExternos--listaramais .loading i {
  margin: auto;
  color: #00a84a;
}

/* line 30, resources/sass/components/_lista-ramais.scss */
.SistemasExternos--listaramais tbody tr {
  border-bottom-width: 8px !important;
}

/* line 33, resources/sass/components/_lista-ramais.scss */
.SistemasExternos--listaramais tbody tr td > div {
  min-height: auto !important;
  padding-top: 0px !important;
}

/* line 39, resources/sass/components/_lista-ramais.scss */
.SistemasExternos--listaramais tbody a {
  line-height: 0px;
  text-decoration: none !important;
}

/* line 42, resources/sass/components/_lista-ramais.scss */
.SistemasExternos--listaramais tbody a strong {
  float: none !important;
}

/* line 47, resources/sass/components/_lista-ramais.scss */
.SistemasExternos--listaramais td.laranja {
  line-height: normal !important;
  padding: 10px 0px 10px 10px !important;
  display: block;
}

/* line 51, resources/sass/components/_lista-ramais.scss */
.SistemasExternos--listaramais td.laranja strong {
  float: left;
  margin-right: 10px;
}

/* line 55, resources/sass/components/_lista-ramais.scss */
.SistemasExternos--listaramais td.laranja span {
  margin-bottom: 0px !important;
  text-transform: initial !important;
  margin-top: 3px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  display: block !important;
  font-size: 14px !important;
}

/* line 64, resources/sass/components/_lista-ramais.scss */
.SistemasExternos--listaramais .sem-ramal {
  line-height: 1;
  font-size: 15px;
}

/**
 * Busca de ramais
 */
/* line 75, resources/sass/components/_lista-ramais.scss */
.form-pesquisa-ramal input, .form-pesquisa-ramal select {
  width: 100%;
  height: 35px;
  padding-left: 10px;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 1px;
  font-size: 12px;
}

/* line 83, resources/sass/components/_lista-ramais.scss */
.form-pesquisa-ramal label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}

/* line 89, resources/sass/components/_lista-ramais.scss */
.form-pesquisa-ramal button {
  display: block;
  width: 100%;
  margin-top: 18px;
}

/* line 94, resources/sass/components/_lista-ramais.scss */
.form-pesquisa-ramal .select2-selection {
  height: 35px !important;
  border-radius: 0px !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 99, resources/sass/components/_lista-ramais.scss */
.form-pesquisa-ramal .select2-container {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* line 103, resources/sass/components/_lista-ramais.scss */
.form-pesquisa-ramal .select2-selection__rendered {
  margin-top: 3px !important;
}

/* line 106, resources/sass/components/_lista-ramais.scss */
.form-pesquisa-ramal .select2-selection__arrow {
  margin-top: 3px !important;
}

/* line 117, resources/sass/components/_lista-ramais.scss */
.select2-results {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* line 122, resources/sass/components/_lista-ramais.scss */
.info-ramais-setor {
  font-family: Arial;
  font-size: 14px;
  margin-bottom: 10px;
}

/* line 129, resources/sass/components/_lista-ramais.scss */
.info-ramais-setor > div {
  line-height: 20px;
}

/* line 131, resources/sass/components/_lista-ramais.scss */
.info-ramais-setor > div span {
  font-size: 15px;
}

/* line 134, resources/sass/components/_lista-ramais.scss */
.info-ramais-setor > div a {
  font-family: Arial;
  font-size: 14px;
  color: #485156;
}

/* line 138, resources/sass/components/_lista-ramais.scss */
.info-ramais-setor > div a:hover {
  color: #00a84a;
}

/* line 143, resources/sass/components/_lista-ramais.scss */
.info-ramais-setor strong {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 1, resources/sass/components/_questionario-tabs.scss */
.question__title {
  margin: 0px 0px 10px 0px;
  padding-bottom: 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.4);
}

/* line 8, resources/sass/components/_questionario-tabs.scss */
.tabheadequestion__tab {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}

/* line 16, resources/sass/components/_questionario-tabs.scss */
.tabcontentquestion {
  font-family: "OpenSans-Regular", Helvetica, Arial, sans-serif;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  display: none;
}

/* line 9, resources/sass/_layout.scss */
section {
  padding: 25px 0 40px;
}

/* line 12, resources/sass/_layout.scss */
main section:nth-child(2) {
  padding-top: 20px;
  padding-bottom: 0;
}

/* line 16, resources/sass/_layout.scss */
.SinglePage main section:nth-child(2) {
  padding-top: 15px;
  padding-bottom: 0;
}

/* line 21, resources/sass/_layout.scss */
main section.BgBranco-noBorder:nth-child(2) {
  padding-top: 70px !important;
  margin-top: -60px;
}

/* line 53, resources/sass/_layout.scss */
article aside hr {
  margin: 30px 0;
}

/* line 58, resources/sass/_layout.scss */
article aside .UmaNoticia {
  margin-bottom: 18px;
}

/* line 60, resources/sass/_layout.scss */
article aside .UmaNoticia:hover .-bold {
  color: #00a84a;
}

/* line 65, resources/sass/_layout.scss */
article aside .UmaNoticia a {
  font-size: 100%;
  display: block;
}

/* line 68, resources/sass/_layout.scss */
article aside .UmaNoticia a .destaque {
  width: 100%;
  display: block;
  height: 150px;
  overflow: hidden;
}

/* line 76, resources/sass/_layout.scss */
article aside h3 {
  margin: 15px 0 0 0;
}

/* line 84, resources/sass/_layout.scss */
article aside h3.-bold {
  font-family: "OpenSans-ExtraBold", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
}

/* line 90, resources/sass/_layout.scss */
article aside .data {
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
}

/* line 94, resources/sass/_layout.scss */
article aside .UmaNoticia img {
  margin-bottom: 0;
}

/* line 98, resources/sass/_layout.scss */
article aside .UmaNoticia h4.-bold {
  font-size: 20px;
  margin-top: 6px;
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
}

/* line 105, resources/sass/_layout.scss */
article aside .UmaNoticia .subtitulo.data {
  font-size: 11px;
}

/* line 117, resources/sass/_layout.scss */
.SingleContent {
  padding-top: 0;
  padding-right: 20px;
}

/* line 121, resources/sass/_layout.scss */
.SingleContent .CategoriasNoticias {
  margin-bottom: -3px;
}

/* line 124, resources/sass/_layout.scss */
.SingleContent .subtitulo.data a {
  font-size: 11px;
}

/* line 127, resources/sass/_layout.scss */
.SingleContent .subtitulo.data {
  margin-top: -8px;
  margin-bottom: 0px;
}

/* line 130, resources/sass/_layout.scss */
.SingleContent .subtitulo.data .hashtag a {
  font-family: "OpenSans-Regular", Helvetica, Arial, sans-serif;
}

/* line 136, resources/sass/_layout.scss */
.SingleContent h1 {
  margin-bottom: 15px;
}

/* line 140, resources/sass/_layout.scss */
.SingleContent h2, .SingleContent h3, .SingleContent h4 {
  margin-bottom: 4px;
}

/* line 144, resources/sass/_layout.scss */
.SingleContent h2, .SingleContent h3, .SingleContent h4 {
  color: #00a84a;
}

/* line 148, resources/sass/_layout.scss */
.SingleContent h1 {
  font: 3em "OpenSans-ExtraBold", Helvetica, Arial, sans-serif;
  line-height: 1em;
  letter-spacing: 0;
}

/* line 178, resources/sass/_layout.scss */
.ListagemManchetes {
  position: relative;
}

/* line 189, resources/sass/_layout.scss */
.ListagemManchetes .Side {
  padding-top: 22px;
  margin-bottom: 0;
}

/* line 194, resources/sass/_layout.scss */
.ListagemManchetes hr {
  margin: 16px 0;
  border-top-color: rgb(0 0 0 / 65%);
  border-top-width: 2px !important;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

/* line 204, resources/sass/_layout.scss */
.ListagemManchetes .Side .row {
  width: 100%;
  margin: 0;
}

/* line 209, resources/sass/_layout.scss */
.ListagemManchetes .Side .Calendario {
  margin-bottom: 14px;
}

/* line 213, resources/sass/_layout.scss */
.ListagemManchetes .Side .Calendario > div {
  padding: 0;
  margin-bottom: 0;
}

/* line 220, resources/sass/_layout.scss */
.ListagemManchetes.-temAgenda h2.-SmallTitle {
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #b4b3b2;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

/* line 226, resources/sass/_layout.scss */
.ListagemManchetes.-temAgenda hr {
  display: none;
}

/* line 229, resources/sass/_layout.scss */
.ListagemManchetes.-temAgenda hr:nth-child(4) {
  display: block;
  margin: 14px 0;
}

/* line 233, resources/sass/_layout.scss */
.ListagemManchetes.-temAgenda .destacado:nth-child(3) {
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}

/* line 238, resources/sass/_layout.scss */
.ListagemManchetes.-temAgenda .destacado {
  float: left;
  width: 50%;
  overflow: hidden;
}

/* line 262, resources/sass/_layout.scss */
.ListagemManchetes.-temAgenda .SliderManchetes {
  margin-top: 15px;
}

/* line 266, resources/sass/_layout.scss */
.ListagemManchetes.-temAgenda .MaisLidas {
  margin-top: 25px;
}

/* line 269, resources/sass/_layout.scss */
.ListagemManchetes.-temAgenda .MaisLidas > div {
  padding: 0;
}

/* line 274, resources/sass/_layout.scss */
.ListagemManchetes.-temAgenda ul.ListaDecorada {
  margin: 18px 0 0 0;
  display: inline-block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 12px;
  border-top: 1px solid gray;
  clear: both;
}

/* line 288, resources/sass/_layout.scss */
.ListagemManchetes.-temAgenda ul.ListaDecorada li {
  display: inline-block;
  width: 33%;
}

/* line 300, resources/sass/_layout.scss */
.ListagemManchetes.-temAgenda ul.ListaDecorada li:nth-child(2n) {
  border-right: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
  text-align: center;
}

/* line 310, resources/sass/_layout.scss */
.ListagemManchetes.-temAgenda ul.ListaDecorada li:nth-child(3n) {
  text-align: right;
}

/* line 318, resources/sass/_layout.scss */
.ListagemManchetes.-temAgenda ul.ListaDecorada li a {
  font-size: 1.3em;
}

/* line 327, resources/sass/_layout.scss */
.ListagemManchetes.-temAgenda ul.ListaDecorada li:last-child a {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}

/* line 345, resources/sass/_layout.scss */
.ListagemManchetes .separador .destacado h2 {
  max-height: 66px;
  line-height: 1.1;
}

/* line 349, resources/sass/_layout.scss */
.ListagemManchetes .separador .destacado h3 {
  max-height: 45px;
  line-height: 1.1;
}

/* line 368, resources/sass/_layout.scss */
.TresCategorias {
  margin: auto -15px;
}

/* line 371, resources/sass/_layout.scss */
.TresCategorias h2 {
  margin-left: 15px;
}

/* line 375, resources/sass/_layout.scss */
.TresCategorias h3 {
  margin-bottom: 10px;
}

/* line 379, resources/sass/_layout.scss */
.TresCategorias li {
  margin-bottom: 16px;
  height: 100%;
  overflow: hidden;
}

/* line 385, resources/sass/_layout.scss */
.TresCategorias > div {
  padding: 15px;
}

/* line 389, resources/sass/_layout.scss */
.TresCategorias .destacado {
  height: 72px;
  max-height: 72px;
  overflow: hidden;
}

/* line 400, resources/sass/_layout.scss */
.TresCategorias .destacado a {
  font-size: 1.6em;
}

/* line 411, resources/sass/_layout.scss */
.news.veja-mais {
  margin-top: 20px;
  margin-bottom: 30px;
}

/* line 419, resources/sass/_layout.scss */
.ListaCategorias {
  margin: -5px 0 40px 0;
}

/* line 422, resources/sass/_layout.scss */
.ListaCategorias h2 {
  font: 3em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

/* line 427, resources/sass/_layout.scss */
.ListaCategorias .ListaDecorada {
  margin-top: 15px;
}

/* line 436, resources/sass/_layout.scss */
.ListaCategorias .ListaDecorada a {
  font: 1.6em "OpenSans-Regular", Helvetica, Arial, sans-serif;
  text-decoration: underline;
}

/* line 452, resources/sass/_layout.scss */
.ListagemProjetos .TituloListagemProjetos {
  margin: 0 60px 20px 0;
}

/* line 455, resources/sass/_layout.scss */
.ListagemProjetos .TituloListagemProjetos a {
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
}

/* line 460, resources/sass/_layout.scss */
.ListagemProjetos .TituloListagemProjetos h1 {
  line-height: 1.2em;
  letter-spacing: 0;
}

/* line 505, resources/sass/_layout.scss */
.archive.category .todas-noticias .noticia {
  margin-top: 15px;
}

/* line 509, resources/sass/_layout.scss */
.archive.category .todas-noticias .noticia .subtitulo b {
  display: inline-block;
  max-width: 215px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

/* line 516, resources/sass/_layout.scss */
.archive.category .todas-noticias .noticia .subtitulo b + span {
  display: inline-block;
  vertical-align: middle;
}

/* line 522, resources/sass/_layout.scss */
.archive.category main {
  margin-top: 0;
}

/* line 526, resources/sass/_layout.scss */
.todas-noticias {
  padding-top: 12px !important;
  padding-bottom: 0 !important;
}

/* line 530, resources/sass/_layout.scss */
.todas-noticias h2 {
  font-size: 20px;
  letter-spacing: 0;
  color: #00a84a;
}

/* line 536, resources/sass/_layout.scss */
.todas-noticias h3.sub-titulo.-xbold {
  margin-bottom: 3px;
  font-size: 30px;
  line-height: 36px;
}

/* line 542, resources/sass/_layout.scss */
.todas-noticias .InfoNoticia {
  margin: 0 0 0 30px;
}

/* line 546, resources/sass/_layout.scss */
.todas-noticias .destacado.-temSubTitulo {
  margin-top: 20px;
}

/* line 550, resources/sass/_layout.scss */
.todas-noticias .destacado .subtitulo {
  font: 1.2em "OpenSans-Bold", Helvetica, Arial, sans-serif;
}

/* line 553, resources/sass/_layout.scss */
.todas-noticias .destacado .subtitulo .data {
  font-size: 11px;
}

/* line 557, resources/sass/_layout.scss */
.todas-noticias p {
  padding: 20px 0;
  font: 1.6em "OpenSans-Regular", Helvetica, Arial, sans-serif;
  color: #6b6b6b;
}

/* line 563, resources/sass/_layout.scss */
.todas-noticias hr {
  margin: 0;
}

/* line 565, resources/sass/_layout.scss */
.todas-noticias hr:last-child {
  display: none;
}

/* line 570, resources/sass/_layout.scss */
.todas-noticias .destacado {
  height: 69px;
  max-height: 69px;
}

/* line 574, resources/sass/_layout.scss */
.todas-noticias .destacado h3 {
  line-height: 24px;
  float: left;
  /* position: absolute; */
  top: -5px;
  left: 10px;
  display: table;
}

/* line 584, resources/sass/_layout.scss */
.todas-noticias .noticia {
  margin-top: 15px;
}

/* line 588, resources/sass/_layout.scss */
.todas-noticias .row > div {
  padding: 0;
}

/* line 597, resources/sass/_layout.scss */
.RedesSociais .tl-8 {
  padding: 0;
}

/* line 601, resources/sass/_layout.scss */
.RedesSociais .share h4 {
  color: #000;
  text-align: right;
  text-transform: uppercase;
  font-size: 1.2em;
}

/* line 608, resources/sass/_layout.scss */
.RedesSociais .share a {
  float: right;
  margin: 0 7px;
}

/* line 619, resources/sass/_layout.scss */
.RedesSociais .share a:nth-child(2) {
  margin-right: 0;
}

/* line 623, resources/sass/_layout.scss */
.RedesSociais .VoltarTopo {
  margin-top: 12px;
}

/* line 771, resources/sass/_layout.scss */
body.single-post {
  background-color: #fff;
}

/* line 779, resources/sass/_layout.scss */
body.single-post .SingleContent h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

/* line 784, resources/sass/_layout.scss */
body.single-post .subtitulo.data {
  color: #b4b3b2;
}

/* line 787, resources/sass/_layout.scss */
body.single-post .subtitulo.data span {
  text-transform: capitalize;
}

/* line 792, resources/sass/_layout.scss */
body.single-post .data.-bold a {
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
}

/* line 797, resources/sass/_layout.scss */
body.single-post .MenuPages {
  -webkit-box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.5);
}

/* line 801, resources/sass/_layout.scss */
body.single-post h1 {
  font: 3em "OpenSans-Bold", Helvetica, Arial, sans-serif;
  line-height: 36px;
}

/* line 806, resources/sass/_layout.scss */
body.single-post .SingleContent p {
  line-height: 1.8;
  margin-bottom: 20px;
}

/* line 809, resources/sass/_layout.scss */
body.single-post .SingleContent p em {
  font-style: italic;
}

/* line 813, resources/sass/_layout.scss */
body.single-post .SingleContent em {
  font-style: italic;
}

/* line 816, resources/sass/_layout.scss */
body.single-post .SingleContent p b {
  font: 16px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  line-height: 20px;
}

/* line 842, resources/sass/_layout.scss */
body.-whitebg .MenuPages {
  -webkit-box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.5);
}

/* line 852, resources/sass/_layout.scss */
.agenda {
  padding-top: 17px;
  padding-bottom: 30px;
}

/* line 869, resources/sass/_layout.scss */
.agenda .tl-3 {
  padding-right: 30px;
  margin-bottom: 0;
}

/* line 874, resources/sass/_layout.scss */
.agenda .tl-9 {
  padding-left: 10px;
}

/* line 878, resources/sass/_layout.scss */
.agenda .mes strong {
  font-size: 0.9em;
}

/* line 883, resources/sass/_layout.scss */
.agenda-horarios {
  padding: 0;
}

/* line 886, resources/sass/_layout.scss */
.agenda-horarios h2 {
  margin-bottom: 14px;
  font-size: 30px;
  letter-spacing: 0.2px;
}

/* line 890, resources/sass/_layout.scss */
.agenda-horarios h2 b.-light {
  font-family: "OpenSans-Regular", Helvetica, Arial, sans-serif;
}

/* line 895, resources/sass/_layout.scss */
.agenda-horarios .Card {
  margin-bottom: 10px;
}

/* line 899, resources/sass/_layout.scss */
.agenda-horarios .-blockquote.-erro {
  padding: 20px;
  font: 20px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  text-align: center;
}

/* line 918, resources/sass/_layout.scss */
.listagemSearch .busca-servico {
  padding-top: 16px !important;
}

/* line 921, resources/sass/_layout.scss */
.listagemSearch .texto-resultado {
  margin: 0;
  padding: 0;
}

/* line 925, resources/sass/_layout.scss */
.listagemSearch .pageSearchResultado {
  font: 13px "OpenSans-ExtraBold", Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 11px 0 0;
  padding: 0;
  color: #b4b3b2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 934, resources/sass/_layout.scss */
.listagemSearch .tituloBoxCategoriaBusca {
  margin-top: 12px;
  margin-bottom: 8px;
}

/* line 939, resources/sass/_layout.scss */
.listagemSearch .listagemBuscaServico .infoSalvar {
  margin: 9px 10px 12px;
}

/* line 943, resources/sass/_layout.scss */
.listagemSearch article {
  margin-top: 0;
}

/* line 947, resources/sass/_layout.scss */
.listagemSearch .listagemBuscaNoticia, .listagemSearch .listagemBuscaOutros {
  padding-top: 30px;
}

/* line 963, resources/sass/_layout.scss */
.page-template-pagina-servicos .busca-servico {
  padding-top: 16px !important;
}

/* line 966, resources/sass/_layout.scss */
.page-template-pagina-servicos .texto-resultado {
  margin: 0;
  padding: 0;
}

/* line 970, resources/sass/_layout.scss */
.page-template-pagina-servicos .pageSearchResultado {
  font: 13px "OpenSans-ExtraBold", Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 11px 0 0;
  padding: 0;
  color: #b4b3b2;
  text-transform: uppercase;
}

/* line 978, resources/sass/_layout.scss */
.page-template-pagina-servicos .tituloBoxCategoriaBusca {
  margin-top: 23px;
  margin-bottom: 8px;
}

/* line 983, resources/sass/_layout.scss */
.page-template-pagina-servicos .listagemBuscaServico .infoSalvar {
  margin: 9px 10px 12px;
}

/* line 987, resources/sass/_layout.scss */
.page-template-pagina-servicos .listagemBuscaServico h2.titulo-principal {
  width: 70%;
  letter-spacing: 0;
  font-size: 30px;
  margin: -32px 0 7px;
}

/* line 998, resources/sass/_layout.scss */
.page-template-pagina-servicos article {
  margin-top: 0;
}

/* line 1002, resources/sass/_layout.scss */
.page-template-pagina-servicos .listagemBuscaNoticia, .page-template-pagina-servicos .listagemBuscaOutros {
  padding-top: 30px;
}

/* line 1018, resources/sass/_layout.scss */
body.search .veja-mais {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 1074, resources/sass/_layout.scss */
.ListaMateriais {
  margin: 0;
  padding: 0 !important;
}

/* line 1079, resources/sass/_layout.scss */
.ListaMateriais h3 {
  margin-bottom: 15px;
  font: 2em "OpenSans-Regular", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #00a84a;
}

/* line 1092, resources/sass/_layout.scss */
.ListaMateriais .Card {
  margin: 8px 0;
  max-height: 100%;
  border-left: 4px solid #00a84a;
}

/* line 1098, resources/sass/_layout.scss */
.ListaMateriais hr {
  margin: 40px 0 30px;
}

/* line 1110, resources/sass/_layout.scss */
.NoticiasDestaque h2 {
  letter-spacing: 0.05em;
  font: 1.3em "OpenSans-ExtraBold", Helvetica, Arial, sans-serif;
  line-height: 2;
}

/* line 1116, resources/sass/_layout.scss */
.NoticiasDestaque h3 {
  font: 1.1em "OpenSans-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
}

/* line 1130, resources/sass/_layout.scss */
.CategoriasDestaque {
  margin-top: 6px;
}

/* line 1133, resources/sass/_layout.scss */
.CategoriasDestaque > div {
  padding-bottom: 0;
}

/* line 1137, resources/sass/_layout.scss */
.CategoriasDestaque h2 {
  text-transform: initial;
  font: 2em "OpenSans-Regular", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

/* line 1143, resources/sass/_layout.scss */
.CategoriasDestaque h3 {
  font: 3em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

/* line 1148, resources/sass/_layout.scss */
.CategoriasDestaque h4 {
  font-family: "OpenSans-Regular", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

/* line 1154, resources/sass/_layout.scss */
.CategoriasDestaque > div > a {
  font-size: inherit;
}

/* line 1173, resources/sass/_layout.scss */
.page-template-default .dt-8 h1 {
  margin-top: 25px;
  font-size: 2.8em;
  margin-bottom: 13px;
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
}

/* line 1180, resources/sass/_layout.scss */
.page-template-default .dt-8 .titulo {
  margin: 3px 0;
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
}

/* line 1185, resources/sass/_layout.scss */
.page-template-default .dt-8 h1.titulo {
  margin-top: 25px;
}

/* line 1190, resources/sass/_layout.scss */
.page-template-default .dt-8 h3 {
  font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  font-size: 2em;
  letter-spacing: 0;
  margin-bottom: 3px;
}

/* line 1197, resources/sass/_layout.scss */
.page-template-default .dt-8 p {
  line-height: 1.6;
}

/* line 1210, resources/sass/_layout.scss */
.page-template-pagina-servicos .AcessoCidadao a {
  float: right;
  margin-top: -50px;
}

/* line 1221, resources/sass/_layout.scss */
.page-template-pagina-servicos .temas-servicos .ListaEst {
  margin-top: -15px;
  margin-bottom: 35px;
}

/* line 1227, resources/sass/_layout.scss */
.page-template-pagina-servicos .conteudo-base.BgBranco-noBorder {
  padding: 32px 0 20px;
}

/* line 1229, resources/sass/_layout.scss */
.page-template-pagina-servicos .conteudo-base.BgBranco-noBorder .top-services p {
  font-size: 16px;
}

/* line 1234, resources/sass/_layout.scss */
.page-template-pagina-servicos .meus-servicos {
  margin-top: -10px;
}

/* line 1238, resources/sass/_layout.scss */
.page-template-pagina-servicos .conteudo-base.apps {
  padding: 35px 0 47px;
}

/* line 1240, resources/sass/_layout.scss */
.page-template-pagina-servicos .conteudo-base.apps .servico-app {
  padding-top: 0;
}

/* line 1251, resources/sass/_layout.scss */
.post-type-archive-organograma main {
  margin-top: 0px;
}

/* line 1256, resources/sass/_layout.scss */
.coordenadoria-texto .coordenadoria-content h6 {
  font: 20px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  color: #00a84a;
  text-align: left !important;
  margin-bottom: 15px;
}

/* line 1262, resources/sass/_layout.scss */
.coordenadoria-texto .coordenadoria-content hr {
  display: none;
}

/* line 1271, resources/sass/_layout.scss */
.HasSidebar {
  padding-right: 15px;
}

/* line 1277, resources/sass/_layout.scss */
.sidebar {
  padding-left: 20px;
}

/* line 1291, resources/sass/_layout.scss */
.negocios-type .sidebar {
  padding-top: 150px;
  padding-left: 26px;
}

/* line 1300, resources/sass/_layout.scss */
.negocios-type p strong {
  letter-spacing: 0em;
  font-size: 16px;
}

/* line 1305, resources/sass/_layout.scss */
.negocios-type .Projetos .titulo.personalizado {
  font: 19px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin: 5px 0 -3px;
  color: #00a84a;
}

/* line 1311, resources/sass/_layout.scss */
.negocios-type .localizacao-geografica img {
  width: 100%;
}

/* line 1314, resources/sass/_layout.scss */
.negocios-type .Invista h3.titulo {
  font: 19px "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
  color: #00a84a;
}

/* line 1320, resources/sass/_layout.scss */
.negocios-type .TitLight {
  text-transform: capitalize;
}

/* line 1323, resources/sass/_layout.scss */
.negocios-type img {
  width: 100%;
  margin: 0;
}

/* line 1327, resources/sass/_layout.scss */
.negocios-type .politicas-incentivo {
  margin-bottom: 10px;
}

/* line 1330, resources/sass/_layout.scss */
.negocios-type .contato {
  margin: 32px auto 0;
}

/* line 1332, resources/sass/_layout.scss */
.negocios-type .contato .TitLight {
  margin-bottom: -6px;
}

/* line 1343, resources/sass/_layout.scss */
.turismo-type h3 {
  line-height: 0.9;
}

/* line 1346, resources/sass/_layout.scss */
.turismo-type p {
  line-height: 1.5;
}

/* line 1355, resources/sass/_layout.scss */
.MenuPages, .single-post .MenuPages {
  margin-top: -28px;
  height: 55px;
}

/* line 1360, resources/sass/_layout.scss */
.MenuPages .sub-menu li a, .single-post .MenuPages .sub-menu li a {
  margin: 9px auto 7px;
  font-size: 1.1em;
  letter-spacing: .0791em;
}

/* line 1366, resources/sass/_layout.scss */
ul#menu-principal {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1371, resources/sass/_layout.scss */
ul#menu-principal > li > a {
  padding: 0;
  margin: 0;
  padding-left: 14px;
  padding-right: 14px;
  letter-spacing: .064em;
  font: 1.3em/52px "OpenSans-Regular", Helvetica, Arial, sans-serif;
}

/* line 1385, resources/sass/_layout.scss */
ul#menu-principal > li a:after {
  border-width: 0 10px 10px 10px;
}

/* line 1389, resources/sass/_layout.scss */
ul#menu-principal ul.sub-menu s > li > a {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1394, resources/sass/_layout.scss */
ul#menu-principal ul.sub-menu > li > a {
  padding-left: 17px;
}

/* line 1398, resources/sass/_layout.scss */
ul#menu-principal ul.sub-menu > li:first-child > a {
  padding-left: 15px;
}

/* line 1402, resources/sass/_layout.scss */
.MenuPages ul > .menu-item > .sub-menu > .menu-item > a:before, .single-post .MenuPages ul > .menu-item > .sub-menu > .menu-item > a:before {
  background-color: #FFFFFF !important;
  width: 2px;
  height: 9px;
}

/* line 1408, resources/sass/_layout.scss */
.UltimasNoticias > h2 {
  margin-bottom: 8px;
  margin-top: 2px;
  letter-spacing: .025em;
}

/* line 1414, resources/sass/_layout.scss */
.UltimasNoticias .frame img {
  margin: 0;
  min-height: 100%;
  width: 100%;
}

/* line 1420, resources/sass/_layout.scss */
.UltimasNoticias .frame figcaption .categoria {
  margin-bottom: 3px;
}

/* line 1424, resources/sass/_layout.scss */
.UltimasNoticias .frame figcaption h3 {
  line-height: 26px;
}

/* line 1428, resources/sass/_layout.scss */
.UltimasNoticias .frame .actions {
  margin-top: 11px;
}

/* line 1432, resources/sass/_layout.scss */
.UltimasNoticias .frame .actions a {
  margin-right: 26px;
  letter-spacing: .012em;
}

/* line 1437, resources/sass/_layout.scss */
.UltimasNoticias .frame .actions a:after {
  bottom: 0;
  right: 4px;
  top: -3px;
  height: 0;
  line-height: 0;
  font-size: 37px;
}

/* line 1452, resources/sass/_layout.scss */
.SinglePage .SistemasExternos {
  color: #485156;
  margin: 0;
}

/* line 1455, resources/sass/_layout.scss */
.SinglePage .SistemasExternos table {
  border-collapse: collapse;
}

/* line 1457, resources/sass/_layout.scss */
.SinglePage .SistemasExternos table thead {
  background-color: #00a84a;
  color: #fff;
  font-size: 12px;
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  border: 6px solid #00a84a;
}

/* line 1465, resources/sass/_layout.scss */
.SinglePage .SistemasExternos table thead th {
  border-left: 1px #f2a990 solid;
  padding-left: 10px;
}

/* line 1469, resources/sass/_layout.scss */
.SinglePage .SistemasExternos table thead tr {
  padding-left: 12px;
}

/* line 1477, resources/sass/_layout.scss */
.SinglePage .SistemasExternos table tbody td a {
  text-decoration: underline;
  font-size: 13px;
}

/* line 1481, resources/sass/_layout.scss */
.SinglePage .SistemasExternos table tbody td.laranja {
  border-left: 6px solid #00a84a;
  padding: 0 0 0 10px;
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  line-height: 0;
}

/* line 1489, resources/sass/_layout.scss */
.SinglePage .SistemasExternos table tbody td.laranja span {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  display: block;
  margin: 0 0 8px 0;
}

/* line 1497, resources/sass/_layout.scss */
.SinglePage .SistemasExternos table tbody tr {
  background: #fff;
  border-bottom: 5px solid #e9e9e9;
}

/* line 1501, resources/sass/_layout.scss */
.SinglePage .SistemasExternos table tbody td div {
  border-left: 1px solid #ddd;
  margin: 10px 2px;
  height: auto;
  padding: 4px 0 0 10px;
  line-height: 1.4em;
  display: -webkit-inline-box;
  vertical-align: middle;
  font-family: "OpenSans-Light", Helvetica, Arial, sans-serif;
  font-size: 13px;
}

/* line 1530, resources/sass/_layout.scss */
.SinglePage .SistemasExternos table tbody:before {
  line-height: 1em;
  content: "_";
  color: transparent;
  display: block;
}

/* line 1538, resources/sass/_layout.scss */
.SinglePage .SistemasExternos .Card {
  padding: 15px 0 0 15px;
}

/* line 1542, resources/sass/_layout.scss */
.SinglePage .SistemasExternos .Card.Informativo {
  padding: 15px 0 0 0;
  height: 80px;
}

/* line 1547, resources/sass/_layout.scss */
.SinglePage .SistemasExternos .Card.Informativo .lateral p, .SinglePage .SistemasExternos .Card.Informativo .lateral h4 {
  display: block;
}

/* line 1551, resources/sass/_layout.scss */
.SinglePage .SistemasExternos .Card.Informativo .principal {
  margin: 0;
  padding: 0 20px;
  border-left: 1px solid #b2b2b2;
  height: 52px;
}

/* line 1561, resources/sass/_layout.scss */
.no-list-style {
  list-style: none;
}

/* line 7, resources/sass/pages/_organograma.scss */
body.single-organograma,
body.post-type-archive-organograma {
  background-color: #fff;
}

/* line 11, resources/sass/pages/_organograma.scss */
body.single-organograma .MenuPages,
body.post-type-archive-organograma .MenuPages {
  -webkit-box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.5);
}

/* line 19, resources/sass/pages/_organograma.scss */
body.archive.post-type-archive-organograma main {
  margin-top: 0;
}

/* line 23, resources/sass/pages/_organograma.scss */
body.archive.post-type-archive-organograma .menu-executivo {
  margin-bottom: 80px;
}

/* line 32, resources/sass/pages/_organograma.scss */
.intro-organograma {
  padding-top: 20px !important;
  margin-bottom: 35px;
}

/* line 36, resources/sass/pages/_organograma.scss */
.intro-organograma p {
  margin-top: 20px;
  line-height: 1.35em;
  letter-spacing: 0.02em;
}

/* line 47, resources/sass/pages/_organograma.scss */
.coordenadoria-texto .coordenadoria-content h2 {
  margin-bottom: 10px;
  font: 2em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #00a84a;
}

/* line 54, resources/sass/pages/_organograma.scss */
.coordenadoria-texto .coordenadoria-content h3 {
  font: 2em "OpenSans-Semibold", Helvetica, Arial, sans-serif;
  margin-bottom: 13px;
}

/* line 59, resources/sass/pages/_organograma.scss */
.coordenadoria-texto .coordenadoria-content p {
  line-height: 25px;
}

/* line 63, resources/sass/pages/_organograma.scss */
.coordenadoria-texto .coordenadoria-content ul li {
  font: 1.4em "OpenSans-Light", Helvetica, Arial, sans-serif;
  line-height: 25px;
}
@media (min-width: 1025px) {
  /* #1 Só Desktop */
  /* line 238, resources/sass/_base.scss */
  a h1:hover,
  a h2:hover,
  a h3:hover,
  a h4:hover {
    color: #00a84a;
  }
  /* line 310, resources/sass/_base.scss */
  a:hover {
    color: #00a84a;
  }
  /* line 319, resources/sass/_base.scss */
  .SingleContent a:hover {
    text-decoration: underline;
  }
  /* line 585, resources/sass/_base.scss */
  .dropdown {
    display: inline-block;
    padding: 10px 40px 0 0;
    height: 30px;
    margin-bottom: 15px;
    background: url(../images/icones-botoes/SetaBaixoCinza.png) bottom right 15px no-repeat;
  }
  /* line 607, resources/sass/_base.scss */
  .dropdown li > ul {
    width: 100%;
    left: 0;
    top: 45px;
    z-index: 11;
    position: absolute;
    overflow: hidden;
    max-height: 0;
    background-color: #fff;
    -webkit-transition: max-height 0.8s;
    transition: max-height 0.8s;
  }
  /* line 625, resources/sass/_base.scss */
  .dropdown:hover li > ul {
    max-height: 400px;
    height: auto;
    -webkit-transition: max-height 0.8s;
    transition: max-height 0.8s;
  }
  /* line 632, resources/sass/_base.scss */
  .dropdown li ul li {
    text-align: center;
  }
  /* line 636, resources/sass/_base.scss */
  .dropdown li ul li a {
    display: block;
    padding: 5px 0;
  }
  /* line 641, resources/sass/_base.scss */
  .dropdown li ul li:hover {
    background-color: #00a84a;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  /* line 645, resources/sass/_base.scss */
  .dropdown li ul li:hover a,
  .dropdown li ul li:hover a:hover {
    color: #fff;
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
  }
  /* line 688, resources/sass/_base.scss */
  .DeskHidden {
    display: none !important;
  }
  /* line 21, resources/sass/components/_slider-ultimas-noticias.scss */
  .UltimasNoticias .frame {
    height: 484px;
  }
  /* line 69, resources/sass/components/_slider-ultimas-noticias.scss */
  .UltimasNoticias .frame figcaption .categoria:hover {
    color: #fff;
  }
  /* line 75, resources/sass/components/_slider-ultimas-noticias.scss */
  .UltimasNoticias .frame figcaption h3 {
    font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
    font-size: 1.4286em;
    letter-spacing: 0;
  }
  /* line 84, resources/sass/components/_slider-ultimas-noticias.scss */
  .UltimasNoticias .frame figcaption h3:hover {
    color: #00a84a;
  }
  /* line 123, resources/sass/components/_slider-ultimas-noticias.scss */
  .UltimasNoticias .frame .actions a:hover {
    color: #00a84a;
  }
  /* line 133, resources/sass/components/_cards-noticias-destaque.scss */
  .CardNoticia:hover .borda:after {
    height: 30px;
    -webkit-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
  }
  /* line 138, resources/sass/components/_cards-noticias-destaque.scss */
  .CardNoticia:hover p, .CardNoticia:hover h3 {
    color: #000;
    text-decoration: underline;
  }
  /* line 143, resources/sass/components/_cards-noticias-destaque.scss */
  .CardNoticia:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  /* line 150, resources/sass/components/_cards-noticias-destaque.scss */
  .CardNoticia:hover p, .CardNoticia:hover h3 {
    color: #fff;
  }
  /* line 188, resources/sass/components/_multimidia.scss */
  .CearaMultimidia.FlickrFeed figure > img,
  .CearaMultimidia.FlickrFeed figure > a img {
    height: auto;
    min-width: 500px;
  }
  /* line 88, resources/sass/components/_acesso-rapido.scss */
  .AcessoRapido .menu-item:hover i:after {
    height: 80px;
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
  }
  /* line 773, resources/sass/_layout.scss */
  body.single-post main {
    margin-top: 0px !important;
  }
  /* line 824, resources/sass/_layout.scss */
  body.archive main {
    margin-top: 32px;
  }
  /* line 1159, resources/sass/_layout.scss */
  .CategoriasDestaque .tl-4:nth-child(3) {
    padding: 15px 30px;
  }
}
@media (min-width: 960px) {
  /* #2 Tablet Deitado & Desktop */
  /* line 512, resources/sass/_base.scss */
  .btn:hover,
  button:hover {
    background-color: #ffbd00;
    -webkit-transition: background-color 0.8s;
    transition: background-color 0.8s;
  }
  /* line 515, resources/sass/_base.scss */
  .btn:hover.BgVerde,
  button:hover.BgVerde {
    background-color: #006a35;
  }
  /* line 186, resources/sass/components/_card-informativo.scss */
  .Card.Informativo .lateral + .principal {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #b2b2b2;
    width: calc(100% - 80px);
    float: right;
  }
}
@media (min-width: 768px) {
  /* #3 Tablet & Desktop */
  /* line 348, resources/sass/_base.scss */
  ul.col4 {
    margin: 0 -40px;
  }
  /* line 355, resources/sass/_base.scss */
  ul.col3,
  ul.col2 {
    margin: 0 -20px;
  }
  /* line 263, resources/sass/components/_organograma-listagem.scss */
  #box-infos {
    width: 95% !important;
    left: 2.5% !important;
  }
}
@media (max-width: 1170px) {
  /* #4 */
  /* line 10, resources/sass/components/_slider-ultimas-noticias.scss */
  .UltimasNoticias > h2 {
    margin-left: 10px;
  }
  /* line 41, resources/sass/components/_tabs-busca.scss */
  .TabsBusca {
    text-align: center;
  }
  /* line 96, resources/sass/components/_tabs-busca.scss */
  .TabsBusca p {
    /* Typography */
    font-size: 2em !important;
  }
  /* line 217, resources/sass/components/_footer.scss */
  footer .logo,
  footer .MapaSite,
  footer .NomeSite {
    text-align: center;
  }
  /* line 223, resources/sass/components/_footer.scss */
  footer .MapaSite .menu > li:first-child {
    margin-left: 12px;
  }
  /* line 228, resources/sass/components/_footer.scss */
  footer .NomeSite {
    margin: 0 0 20px;
  }
  /* line 232, resources/sass/components/_footer.scss */
  footer .Direitos {
    text-align: center;
  }
  /* line 236, resources/sass/components/_footer.scss */
  footer .Direitos .box {
    float: none;
    vertical-align: top;
    margin: 0 20px 20px 20px;
    text-align: left;
  }
  /* line 243, resources/sass/components/_footer.scss */
  footer .Direitos .box.copyright {
    display: block;
    clear: both;
    float: none;
    text-align: center;
  }
  /* line 252, resources/sass/components/_footer.scss */
  footer .MapaSite {
    margin: 25px 0 25px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 258, resources/sass/components/_footer.scss */
  footer .FaleConosco {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 261, resources/sass/components/_footer.scss */
  footer .FaleConosco .boxFale {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 1025px) {
  /* #5 */
  /* line 694, resources/sass/_base.scss */
  .MobHidden {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  /* #6 */
  /* line 13, resources/sass/_base.scss */
  body {
    padding-top: 40px;
  }
  /* line 20, resources/sass/_base.scss */
  body.home {
    padding-top: 0;
  }
  /* line 375, resources/sass/_base.scss */
  ul.col2 li,
  ul.col3 li,
  ul.col4 li {
    width: calc( 50% - 40px);
  }
  /* line 452, resources/sass/_base.scss */
  .cg-main {
    width: 607px;
  }
  /* line 464, resources/sass/_base.scss */
  .cg-side {
    width: calc( 100% - 607px);
  }
  /* line 585, resources/sass/_base.scss */
  .dropdown {
    overflow: auto;
    background-color: #fff;
  }
  /* line 659, resources/sass/_base.scss */
  .dropdown strong,
  .dropdown ul li {
    border-right: 1px solid #e9e9e9;
    padding: 15px 15px;
  }
  /* line 665, resources/sass/_base.scss */
  .dropdown ul li:last-child {
    border-right: 0px;
  }
  /* line 669, resources/sass/_base.scss */
  .dropdown > li ul {
    display: inline-block;
  }
  /* line 672, resources/sass/_base.scss */
  .dropdown ul li {
    display: inline-block;
  }
  /* line 699, resources/sass/_base.scss */
  .Overlay {
    /*background: url("../images/btn-fechar.png") no-repeat top 10px right 10px rgba(0, 0, 0, 0.7);*/
  }
  /* line 21, resources/sass/components/_slider-ultimas-noticias.scss */
  .UltimasNoticias .frame {
    min-height: 470px;
  }
  /* line 84, resources/sass/components/_cards-noticias-destaque.scss */
  .CardsDestaque {
    margin: 0 -12px;
  }
  /* line 87, resources/sass/components/_cards-noticias-destaque.scss */
  .CardsDestaque .borda {
    /* Visibility */
    height: 160px;
  }
  /* line 92, resources/sass/components/_cards-noticias-destaque.scss */
  .CardsDestaque h2 {
    margin: 0 12px 20px;
  }
  /* line 95, resources/sass/components/_cards-noticias-destaque.scss */
  .CardNoticia {
    width: calc( 100%/3 - 24px);
    margin: 0 12px;
    margin-bottom: 15px;
  }
  /* line 100, resources/sass/components/_cards-noticias-destaque.scss */
  .CardNoticia:nth-child(5) {
    clear: both;
  }
  /* line 59, resources/sass/components/_nucleo-comunicacao.scss */
  .ListaNucleo {
    font-size: 80%;
  }
  /* line 196, resources/sass/components/_multimidia.scss */
  .CearaMultimidia.FlickrFeed figure > img,
  .CearaMultimidia.FlickrFeed figure > a img {
    height: auto;
    min-width: 140%;
  }
  /* line 111, resources/sass/components/_servidores-listagem.scss */
  .grupo-botoes .baixar-anexo {
    margin: 0 0 20px;
  }
  /* line 283, resources/sass/components/_modal-galeria.scss */
  .modal-multimidia .galeria-video .slick-prev {
    background: url("../images/slide-anterior.png") no-repeat left center;
    left: 0;
    background-size: 24px;
  }
  /* line 294, resources/sass/components/_modal-galeria.scss */
  .modal-multimidia .galeria-video .slick-next {
    background: url("../images/slide-proximo.png") no-repeat right center;
    right: 0;
    background-size: 24px;
  }
  /* line 367, resources/sass/components/_modal-galeria.scss */
  .modal-multimidia.-ativo button.-fechar {
    right: 0;
    top: -45px;
  }
  /* line 41, resources/sass/components/_economia-regiao.scss */
  .economia-regiao {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* line 271, resources/sass/components/_organograma-listagem.scss */
  .menuExecutivo-secundario {
    position: initial;
  }
  /* line 275, resources/sass/components/_organograma-listagem.scss */
  .menuExecutivo-secundario .menu-setores,
  .menuExecutivo-secundario .menu-organogramas {
    float: none;
    width: 100%;
  }
  /* line 281, resources/sass/components/_organograma-listagem.scss */
  .menuExecutivo-secundario .action {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 286, resources/sass/components/_organograma-listagem.scss */
  div.hills-table {
    display: block;
    border-bottom: 10px solid #FFF;
  }
  /* line 291, resources/sass/components/_organograma-listagem.scss */
  div.hills-table div.dt-4 {
    text-align: center;
    border-bottom: 5px solid #00a84a;
    padding: 15px;
    padding-bottom: 0;
  }
  /* line 298, resources/sass/components/_organograma-listagem.scss */
  div.hills-table div.dt-4 span {
    display: block;
    height: 16px;
  }
  /* line 303, resources/sass/components/_organograma-listagem.scss */
  div.hills-table div.dt-4 span i {
    color: #00a84a;
    font-size: 30px;
  }
  /* line 308, resources/sass/components/_organograma-listagem.scss */
  div.hills-table div.dt-8 {
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 227, resources/sass/components/_galeria-slick.scss */
  .gallery-item {
    height: 420px;
  }
  /* line 287, resources/sass/components/_galeria-slick.scss */
  .gallery-item .gallery-icon {
    height: 420px;
  }
  /* line 291, resources/sass/components/_galeria-slick.scss */
  .gallery-item img {
    max-height: 420px;
  }
  /* line 33, resources/sass/components/_acesso-rapido.scss */
  .AcessoRapido .menu-item {
    margin: 0 0 20px;
  }
  /* line 121, resources/sass/components/_acesso-rapido.scss */
  .AcessoRapido h4 {
    padding: 0 12px;
  }
  /* line 124, resources/sass/components/_acesso-rapido.scss */
  .AcessoRapido .menu-item {
    float: left;
    padding: 0;
    margin: 0 12px 20px;
    width: calc( 33% - 24px);
  }
  /* line 130, resources/sass/components/_acesso-rapido.scss */
  .AcessoRapido .menu {
    margin: 0 0 25px;
  }
  /* line 23, resources/sass/components/_footer.scss */
  footer .MapaSite {
    padding-left: 0;
  }
  /* line 96, resources/sass/components/_footer.scss */
  footer .FaleConosco {
    padding-left: 0;
  }
  /* line 26, resources/sass/_layout.scss */
  article {
    font-size: 120%;
    margin-top: 58px;
  }
  /* line 48, resources/sass/_layout.scss */
  article aside .UmaNoticia h4.-bold {
    font-size: 150%;
  }
  /* line 117, resources/sass/_layout.scss */
  .SingleContent {
    padding: 0 40px 0 15px;
    font-size: 110%;
  }
  /* line 199, resources/sass/_layout.scss */
  .ListagemManchetes .Side {
    padding: 0 12px 25px;
  }
  /* line 238, resources/sass/_layout.scss */
  .ListagemManchetes.-temAgenda .destacado {
    width: 100%;
    margin-top: 10px;
  }
  /* line 257, resources/sass/_layout.scss */
  .ListagemManchetes.-temAgenda .destacado:nth-child(5) {
    margin-top: 0;
  }
  /* line 288, resources/sass/_layout.scss */
  .ListagemManchetes.-temAgenda ul.ListaDecorada li {
    width: 50%;
  }
  /* line 300, resources/sass/_layout.scss */
  .ListagemManchetes.-temAgenda ul.ListaDecorada li:nth-child(2n) {
    text-align: left;
    border: 0;
  }
  /* line 310, resources/sass/_layout.scss */
  .ListagemManchetes.-temAgenda ul.ListaDecorada li:nth-child(3n) {
    text-align: left;
  }
  /* line 355, resources/sass/_layout.scss */
  .ListagemManchetes .separador .destacado h2, .ListagemManchetes .separador .destacado h3 {
    max-height: 100%;
  }
  /* line 389, resources/sass/_layout.scss */
  .TresCategorias .destacado {
    height: 100%;
    max-height: 100%;
  }
  /* line 473, resources/sass/_layout.scss */
  .ListagemProjetos {
    width: calc(100% - 20px);
    margin: 0 auto 20px;
  }
  /* line 653, resources/sass/_layout.scss */
  .ListagemManchetes.-temAgenda {
    margin-top: 20px;
    padding: 0 12px;
  }
  /* line 658, resources/sass/_layout.scss */
  .ListagemManchetes.-temAgenda .Side {
    padding-right: 0;
    padding-left: 24px;
  }
  /* line 663, resources/sass/_layout.scss */
  .ListagemManchetes.-temAgenda .MaisLidas {
    font-size: 90%;
  }
  /* line 667, resources/sass/_layout.scss */
  .TresCategorias {
    font-size: 120%;
    margin: auto 12px;
  }
  /* line 672, resources/sass/_layout.scss */
  .todas-noticias {
    padding: 0 15px;
  }
  /* line 676, resources/sass/_layout.scss */
  .todas-noticias .destacado {
    min-height: 140px;
  }
  /* line 678, resources/sass/_layout.scss */
  .todas-noticias .destacado::before {
    content: '';
    width: 4px;
    height: 69px;
  }
  /* line 688, resources/sass/_layout.scss */
  .news.veja-mais {
    padding: 0 15px;
  }
  /* line 917, resources/sass/_layout.scss */
  .listagemSearch {
    padding: 0 10px 0;
  }
  /* line 1007, resources/sass/_layout.scss */
  .page-template-pagina-servicos .wrapper {
    padding: 0 10px 0;
  }
  /* line 1457, resources/sass/_layout.scss */
  .SinglePage .SistemasExternos table thead {
    display: none;
  }
  /* line 1514, resources/sass/_layout.scss */
  .SinglePage .SistemasExternos table tbody tr {
    display: block;
  }
  /* line 1516, resources/sass/_layout.scss */
  .SinglePage .SistemasExternos table tbody tr td {
    display: block;
    overflow: hidden;
  }
  /* line 1519, resources/sass/_layout.scss */
  .SinglePage .SistemasExternos table tbody tr td.laranja {
    padding: 20px 15px 10px;
  }
  /* line 1522, resources/sass/_layout.scss */
  .SinglePage .SistemasExternos table tbody tr td div {
    border: none;
    margin: 10px !important;
  }
}
@media (max-width: 960px) {
  /* #7 */
  /* line 452, resources/sass/_base.scss */
  .cg-main {
    width: 100%;
  }
  /* line 464, resources/sass/_base.scss */
  .cg-side {
    width: 100%;
  }
  /* line 476, resources/sass/_base.scss */
  .tl-auto {
    width: 100%;
  }
  /* line 4, resources/sass/components/_card-informativo.scss */
  .Card.Informativo {
    display: inherit;
  }
  /* line 34, resources/sass/components/_card-informativo.scss */
  .Card.Informativo .principal {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 83, resources/sass/components/_card-informativo.scss */
  .Card.Informativo .action {
    min-width: auto;
    overflow: hidden;
    right: 0;
    text-indent: -99999px;
    width: 70px;
  }
  /* line 87, resources/sass/components/_multimidia.scss */
  .CearaMultimidia figure figcaption {
    height: 40px;
    width: 40px;
    bottom: 0;
    left: 0;
    background-color: transparent;
  }
  /* line 121, resources/sass/components/_multimidia.scss */
  .CearaMultimidia figure figcaption img {
    height: 30px;
    left: 2px;
    bottom: 2px;
  }
  /* line 127, resources/sass/components/_multimidia.scss */
  .CearaMultimidia figure figcaption p {
    display: none;
  }
  /* line 64, resources/sass/components/_multimidia.scss */
  .CearaMultimidia figure {
    height: 270px;
  }
  /* line 149, resources/sass/components/_multimidia.scss */
  .CearaMultimidia figure > img,
  .CearaMultimidia figure > a img {
    max-height: 200px;
  }
  /* line 204, resources/sass/components/_multimidia.scss */
  .CearaMultimidia.FlickrFeed figure > img,
  .CearaMultimidia.FlickrFeed figure > a img {
    height: auto;
    min-width: 160%;
  }
  /* line 27, resources/sass/components/_modal-galeria.scss */
  .modal-multimidia.-ativo {
    width: calc( 100% - 90px);
  }
  /* line 5, resources/sass/components/_baixar-anexo.scss */
  .baixar-anexo {
    width: calc( 50% - 20px);
  }
  /* line 29, resources/sass/components/_baixar-anexo.scss */
  .baixar-anexo:nth-child(2n) {
    margin-right: 0;
  }
  /* line 33, resources/sass/_layout.scss */
  article aside {
    font-size: 110%;
    padding: 0 15px !important;
  }
  /* line 41, resources/sass/_layout.scss */
  article aside .UmaNoticia img {
    width: 100%;
  }
  /* line 117, resources/sass/_layout.scss */
  .SingleContent {
    padding: 0 15px;
  }
  /* line 704, resources/sass/_layout.scss */
  .ListagemManchetes.-temAgenda .Side {
    padding: 0;
  }
  /* line 708, resources/sass/_layout.scss */
  .ListagemManchetes .Side .Calendario {
    margin: 24px 0;
  }
  /* line 712, resources/sass/_layout.scss */
  .ListagemManchetes.-temAgenda .MaisLidas {
    font-size: 100%;
  }
  /* line 718, resources/sass/_layout.scss */
  .todas-noticias hr {
    margin-bottom: 30px;
  }
  /* line 722, resources/sass/_layout.scss */
  .todas-noticias .destacado {
    min-height: auto;
  }
  /* line 726, resources/sass/_layout.scss */
  .todas-noticias {
    font-size: 120%;
  }
  /* line 733, resources/sass/_layout.scss */
  .RedesSociais .VoltarTopo {
    float: right;
    margin-bottom: 20px;
  }
  /* line 883, resources/sass/_layout.scss */
  .agenda-horarios {
    margin-bottom: 40px;
    padding: 0 12px;
  }
  /* line 1026, resources/sass/_layout.scss */
  .calendario {
    font-size: 120%;
    margin-bottom: 40px;
    padding: 0 12px;
  }
  /* line 1028, resources/sass/_layout.scss */
  .calendario h2 {
    text-align: center;
    margin: 30px 0;
  }
  /* line 1032, resources/sass/_layout.scss */
  .calendario .semana, .calendario .dias {
    margin: auto;
    max-width: 420px;
  }
  /* line 1037, resources/sass/_layout.scss */
  .calendario .dias li span, .calendario .dias li a {
    font-size: 14px;
    font-family: "OpenSans-ExtraBold", Helvetica, Arial, sans-serif;
  }
  /* line 1041, resources/sass/_layout.scss */
  .calendario .mes {
    margin: auto;
    max-width: 415px;
  }
  /* line 1049, resources/sass/_layout.scss */
  .selecao-ano {
    max-width: 420px;
    margin: 0 auto 20px;
  }
  /* line 1053, resources/sass/_layout.scss */
  .-js-h2cloned > h2 {
    margin: 20px 0;
    padding: 0 12px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* #8 */
  /* line 20, resources/sass/_resets.scss */
  body {
    font-size: 52.5%;
  }
  /* line 375, resources/sass/_base.scss */
  ul.col2 li,
  ul.col3 li,
  ul.col4 li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 159, resources/sass/components/_slider-ultimas-noticias.scss */
  .UltimasNoticias .frame {
    height: 380px;
    overflow: visible;
  }
  /* line 164, resources/sass/components/_slider-ultimas-noticias.scss */
  .SliderManchetes .slick-arrow {
    top: 115px;
  }
  /* line 168, resources/sass/components/_slider-ultimas-noticias.scss */
  .UltimasNoticias .frame figcaption {
    padding: 20px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* line 174, resources/sass/components/_slider-ultimas-noticias.scss */
  .UltimasNoticias .frame figcaption .categoria {
    display: inline-block;
    padding: 4px 8px;
  }
  /* line 179, resources/sass/components/_slider-ultimas-noticias.scss */
  .UltimasNoticias .frame figcaption h3 {
    width: 100%;
    height: auto;
    margin: 8px 0;
  }
  /* line 188, resources/sass/components/_slider-ultimas-noticias.scss */
  .UltimasNoticias .frame img {
    bottom: 0;
    left: 50%;
    right: 0;
    margin: auto;
    height: auto;
    min-height: 100%;
    max-width: none;
    min-width: 100%;
    width: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 113, resources/sass/components/_cards-noticias-destaque.scss */
  .CardNoticia {
    width: calc( 100%/2 - 24px);
  }
  /* line 116, resources/sass/components/_cards-noticias-destaque.scss */
  .CardNoticia:nth-child(2n) {
    clear: both;
  }
  /* line 119, resources/sass/components/_cards-noticias-destaque.scss */
  .CardNoticia:nth-child(5) {
    clear: none;
  }
  /* line 119, resources/sass/components/_nucleo-comunicacao.scss */
  .NucleoComunicacao .listagemComunicacao {
    -webkit-column-count: 2;
            column-count: 2;
  }
  /* line 305, resources/sass/components/_box-categoria-busca.scss */
  .modal-confirmacao {
    top: auto;
    bottom: 0;
  }
  /* line 87, resources/sass/components/_multimidia.scss */
  .CearaMultimidia figure figcaption {
    height: 30px;
    width: 30px;
  }
  /* line 135, resources/sass/components/_multimidia.scss */
  .CearaMultimidia figure figcaption img {
    height: 20px;
  }
  /* line 64, resources/sass/components/_multimidia.scss */
  .CearaMultimidia figure {
    height: 110px;
  }
  /* line 154, resources/sass/components/_servicoApp.scss */
  .servico-app .box figure {
    width: calc(100% + 20px);
  }
  /* line 164, resources/sass/components/_servicoApp.scss */
  .servico-app .box figure img {
    padding: 10px 0 30px;
    margin: 0 auto;
    display: block;
    border-right: 1px solid transparent;
  }
  /* line 188, resources/sass/components/_servicoApp.scss */
  .servico-app .box figure figcaption {
    max-width: 100%;
    margin: 0 0 30px;
    height: auto;
    text-align: center;
  }
  /* line 224, resources/sass/components/_servicoApp.scss */
  .servico-app .box .download {
    max-width: calc(100% + 20px);
    width: calc(100% + 20px);
    text-align: center;
  }
  /* line 12, resources/sass/components/_servidores-listagem.scss */
  .listagem-servidores {
    margin: 0 0;
  }
  /* line 24, resources/sass/components/_servidores-listagem.scss */
  .listagem-servidores .grid-servidores .item {
    width: calc(50% - 20px);
    margin: 0 9px;
    vertical-align: top;
  }
  /* line 111, resources/sass/components/_servidores-listagem.scss */
  .grupo-botoes .baixar-anexo {
    width: calc(50% - 20px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 0 3%;
  }
  /* line 133, resources/sass/components/_servidores-listagem.scss */
  .grupo-botoes .baixar-anexo img {
    padding: 30px;
    width: 100%;
    min-height: 130px;
    height: auto;
  }
  /* line 55, resources/sass/components/_modal-galeria.scss */
  .modal-multimidia .galeria-fotos .galeria img {
    height: 384px;
  }
  /* line 47, resources/sass/components/_modal-galeria.scss */
  .modal-multimidia .galeria-fotos .galeria {
    height: 384px;
  }
  /* line 155, resources/sass/components/_modal-galeria.scss */
  .modal-multimidia .galeria-fotos button.play {
    display: none;
  }
  /* line 265, resources/sass/components/_modal-galeria.scss */
  .modal-multimidia .galeria-video iframe {
    height: 384px;
  }
  /* line 50, resources/sass/components/_horizontal-menu-tabs.scss */
  .politicas-incentivo .tab .menu {
    display: block;
    width: 100%;
    padding: 0 0 30px 0;
    text-align: center;
    border-right: 0px;
    border-bottom: 1px solid #000;
  }
  /* line 70, resources/sass/components/_horizontal-menu-tabs.scss */
  .politicas-incentivo .tab .menu li {
    display: inline-block;
    margin: 0;
  }
  /* line 84, resources/sass/components/_horizontal-menu-tabs.scss */
  .politicas-incentivo .tab .menu li .aba {
    text-align: center;
    padding: 0 15px;
  }
  /* line 98, resources/sass/components/_horizontal-menu-tabs.scss */
  .politicas-incentivo .tab .menu li .ativo {
    border: 1px solid #000000;
    margin: 0 -2px;
  }
  /* line 118, resources/sass/components/_horizontal-menu-tabs.scss */
  .politicas-incentivo .tab .conteudo {
    max-width: 100%;
  }
  /* line 162, resources/sass/components/_horizontal-menu-tabs.scss */
  .politicas-incentivo .tab .conteudo .content {
    padding-left: 0;
  }
  /* line 52, resources/sass/components/_infraestrutura.scss */
  .infraestrutura > .maior > .thumbnails {
    display: block;
    width: 100%;
  }
  /* line 65, resources/sass/components/_infraestrutura.scss */
  .infraestrutura > .maior > .thumbnails > figure {
    display: block;
    margin: 0 auto;
    max-width: 398px;
  }
  /* line 74, resources/sass/components/_infraestrutura.scss */
  .infraestrutura > .maior > .thumbnails > figure > img {
    width: 100%;
  }
  /* line 103, resources/sass/components/_infraestrutura.scss */
  .infraestrutura > .menor > .thumbs {
    display: block;
    width: 100% !important;
    margin: 60px auto;
  }
  /* line 125, resources/sass/components/_infraestrutura.scss */
  .infraestrutura > .menor > .thumbs > figure {
    display: block;
    margin: 0 auto;
    max-width: 398px;
  }
  /* line 143, resources/sass/components/_infraestrutura.scss */
  .infraestrutura > .menor > .thumbs > figure > figcaption > p {
    text-align: center;
  }
  /* line 41, resources/sass/components/_economia-regiao.scss */
  .economia-regiao {
    margin-top: 50px;
  }
  /* line 80, resources/sass/components/_economia-regiao.scss */
  .economia-regiao .lista {
    padding: 30px 20px;
  }
  /* line 6, resources/sass/components/_meus-servicos.scss */
  .top-services .titulo {
    font-size: 2em;
    margin: 0 30px 0 0;
  }
  /* line 16, resources/sass/components/_meus-servicos.scss */
  .top-services p {
    font-size: 14px !important;
  }
  /* line 25, resources/sass/components/_meus-servicos.scss */
  .top-services div:last-of-type {
    margin-left: 20px;
  }
  /* line 75, resources/sass/components/_single-servico.scss */
  .SingleServico .SingleConteudo .RedesSociais .ml-8,
  .SingleServico .SingleConteudo .RedesSociais .ml-4 {
    text-align: center;
    float: none !important;
  }
  /* line 83, resources/sass/components/_single-servico.scss */
  .SingleServico .SingleConteudo .RedesSociais .VoltarTopo {
    float: none !important;
  }
  /* line 90, resources/sass/components/_single-servico.scss */
  .SingleServico .SingleConteudo .RedesSociais .share h4 {
    text-align: center;
  }
  /* line 98, resources/sass/components/_single-servico.scss */
  .SingleServico .SingleConteudo .RedesSociais .share a {
    text-align: center;
    float: none !important;
  }
  /* line 7, resources/sass/components/_menu-executivo.scss */
  .menu-executivo {
    height: auto;
  }
  /* line 28, resources/sass/components/_menu-executivo.scss */
  .menu-executivo .cabecalho img {
    width: 100%;
  }
  /* line 60, resources/sass/components/_menu-executivo.scss */
  .menu-executivo .menu > ul > .page_item {
    width: 100%;
  }
  /* line 67, resources/sass/components/_menu-executivo.scss */
  .menu-executivo .menu > ul > .page_item > a {
    width: 100%;
  }
  /* line 114, resources/sass/components/_menu-executivo.scss */
  .menu-executivo .menu > ul > .page_item:hover > a:after {
    width: 100%;
  }
  /* line 127, resources/sass/components/_menu-executivo.scss */
  .menu-executivo .menu > ul > .page_item .sub-container:hover,
  .menu-executivo .menu > ul > .page_item:hover .sub-container {
    max-height: inherit;
  }
  /* line 141, resources/sass/components/_menu-executivo.scss */
  .menu-executivo .sub-container {
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
  }
  /* line 178, resources/sass/components/_menu-executivo.scss */
  .menu-executivo .sub-menu {
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  /* line 242, resources/sass/components/_menu-executivo.scss */
  .menu-executivo .sub-menu:after {
    display: none;
  }
  /* line 8, resources/sass/components/_dropdown-turismo.scss */
  .dropdown-turismo {
    width: calc( 50% - 5px);
    float: left;
    display: block;
    margin-right: 10px;
  }
  /* line 21, resources/sass/components/_dropdown-turismo.scss */
  .dropdown-turismo:last-child {
    margin-right: 0;
  }
  /* line 31, resources/sass/components/_dropdown-turismo.scss */
  .dropdown-turismo button {
    font: 1.1em/50px "OpenSans-Light", Helvetica, Arial, sans-serif;
  }
  /* line 31, resources/sass/components/_dropdown-turismo.scss */
  .dropdown-turismo button {
    min-width: 0;
  }
  /* line 76, resources/sass/components/_galeria-slick.scss */
  .gallery .slide-actions .button-full {
    display: none;
  }
  /* line 100, resources/sass/components/_galeria-slick.scss */
  .gallery .slide-filter {
    top: -60px;
  }
  /* line 121, resources/sass/components/_galeria-slick.scss */
  .gallery.gallery-with-filter {
    margin: 80px -20px 110px;
  }
  /* line 131, resources/sass/components/_galeria-slick.scss */
  .gallery .slide-infos {
    padding: 5px 0;
    bottom: -55px;
    background-color: #333;
  }
  /* line 176, resources/sass/components/_galeria-slick.scss */
  .gallery .slide-infos .slide-alt {
    width: calc( 100% - 71px);
    margin-right: 0;
  }
  /* line 195, resources/sass/components/_galeria-slick.scss */
  .gallery .slide-infos .mini-slider {
    display: none;
  }
  /* line 227, resources/sass/components/_galeria-slick.scss */
  .gallery-item {
    height: 280px !important;
  }
  /* line 302, resources/sass/components/_galeria-slick.scss */
  .gallery-item .gallery-icon {
    height: 280px !important;
  }
  /* line 306, resources/sass/components/_galeria-slick.scss */
  .gallery-item img {
    max-height: 280px !important;
  }
  /* line 46, resources/sass/components/_acesso-rapido.scss */
  .AcessoRapido .menu-item a {
    font-size: 1em;
  }
  /* line 104, resources/sass/components/_acesso-rapido.scss */
  .AcessoRapido .menu-item {
    float: left;
    padding: 0;
    margin: 0 5px 20px;
    width: calc( 50% - 10px);
  }
  /* line 271, resources/sass/components/_footer.scss */
  footer .FaleConosco .boxFale {
    max-width: 100%;
  }
  /* line 275, resources/sass/components/_footer.scss */
  footer .MapaSite .menu {
    text-align: left;
    margin: 0 10px;
  }
  /* line 279, resources/sass/components/_footer.scss */
  footer .MapaSite .menu > li {
    margin: 0 12px 20px;
    text-align: left;
    width: calc( 49% - 24px);
  }
  /* line 285, resources/sass/components/_footer.scss */
  footer .Direitos .box {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px;
  }
  /* line 292, resources/sass/components/_footer.scss */
  footer .Infos {
    margin: 0 0 40px;
  }
  /* line 485, resources/sass/_layout.scss */
  .ListagemProjetos {
    width: 100%;
    margin: 0;
  }
  /* line 493, resources/sass/_layout.scss */
  .ListagemProjetos .dt-4, .ListagemProjetos .dt-8 {
    padding: 0;
  }
  /* line 753, resources/sass/_layout.scss */
  .TresCategorias h2 {
    margin-left: 0;
  }
  /* line 757, resources/sass/_layout.scss */
  .TresCategorias > div {
    padding: 15px 0;
  }
  /* line 1062, resources/sass/_layout.scss */
  .calendario .mes {
    max-width: 382px;
  }
}
@media (min-width: 1220px) {
  /* line 47, resources/sass/components/_tabs-busca.scss */
  .TabsBusca .tab:first-child {
    /* Positioning */
    margin: 0 -4px -3px -31px;
  }
}
@media (max-width: 1220px) {
  /* line 16, resources/sass/components/_box-categoria-busca.scss */
  .boxCategoriaBusca > div {
    max-width: 100%;
  }
  /* line 14, resources/sass/components/_box-categoria-busca.scss */
  .boxCategoriaBusca {
    max-width: 100%;
    max-height: inherit;
    overflow-y: hidden;
  }
  /* line 82, resources/sass/components/_box-categoria-busca.scss */
  .busca-servico .scroll-padding {
    margin-right: 0;
  }
  /* line 1271, resources/sass/_layout.scss */
  .HasSidebar {
    padding-right: 0;
  }
  /* line 1277, resources/sass/_layout.scss */
  .sidebar {
    padding-left: 0;
  }
  /* line 1291, resources/sass/_layout.scss */
  .negocios-type .sidebar {
    padding-top: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  /* line 448, resources/sass/components/_box-categoria-busca.scss */
  .limpar-filtro {
    margin-right: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 30, resources/sass/components/_formulario-contato.scss */
  .investidor-conversa .contato figure {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 52, resources/sass/components/_formulario-contato.scss */
  .investidor-conversa .contato figure figcaption br {
    display: none;
  }
  /* line 82, resources/sass/components/_formulario-contato.scss */
  #contato form .contato > div {
    width: 100%;
  }
  /* line 90, resources/sass/components/_formulario-contato.scss */
  #contato form .contato > div input, #contato form .contato > div textarea {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 27, resources/sass/components/_modal-galeria.scss */
  .modal-multimidia.-ativo {
    width: 100%;
    height: 384px;
  }
  /* line 95, resources/sass/components/_modal-galeria.scss */
  .modal-multimidia .galeria-fotos .galeria-nav {
    display: none;
  }
  /* line 175, resources/sass/components/_modal-galeria.scss */
  .modal-multimidia .galeria-fotos button.-fullscreen {
    display: none;
  }
  /* line 190, resources/sass/components/_modal-galeria.scss */
  .modal-multimidia .galeria-fotos .contador {
    display: none;
  }
  /* line 214, resources/sass/components/_modal-galeria.scss */
  .modal-multimidia .galeria-fotos .legenda {
    left: 0;
    right: 0;
    bottom: -60px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  /* line 42, resources/sass/components/_modal-galeria.scss */
  .modal-multimidia .galeria-fotos {
    overflow: visible;
  }
  /* line 316, resources/sass/components/_modal-galeria.scss */
  .modal-multimidia .galeria-podcast audio {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 580px) {
  /* line 27, resources/sass/components/_modal-galeria.scss */
  .modal-multimidia.-ativo {
    height: 240px;
  }
  /* line 55, resources/sass/components/_modal-galeria.scss */
  .modal-multimidia .galeria-fotos .galeria img {
    height: 240px;
  }
  /* line 47, resources/sass/components/_modal-galeria.scss */
  .modal-multimidia .galeria-fotos .galeria {
    height: 240px;
  }
  /* line 318, resources/sass/components/_organograma-listagem.scss */
  .organograma-listagem .intro a.baixar-organograma {
    position: initial;
    display: block;
    margin: 0 auto;
    float: none;
    width: auto;
  }
}
@media (max-width: 991px) {
  /* line 103, resources/sass/components/_infraestrutura.scss */
  .infraestrutura > .menor > .thumbs {
    width: 25%;
  }
}
@media (max-width: 900px) {
  /* line 51, resources/sass/components/_economia-regiao.scss */
  .economia-regiao .container,
  .economia-regiao .bloco {
    width: 250px;
  }
  /* line 205, resources/sass/components/_economia-regiao.scss */
  .economia-regiao .mapa {
    width: calc(100% - 252px);
  }
}
@media (max-width: 800px) {
  /* line 51, resources/sass/components/_economia-regiao.scss */
  .economia-regiao .container,
  .economia-regiao .bloco {
    display: block;
    width: 100%;
    height: 549px;
    margin: 0;
  }
  /* line 205, resources/sass/components/_economia-regiao.scss */
  .economia-regiao .mapa {
    display: block;
    width: 100%;
    height: 549px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1230px) {
  /* line 43, resources/sass/components/_form-feed-back.scss */
  .wpcf7-response-output {
    left: 40px;
    width: 50%;
  }
  /* line 70, resources/sass/components/_form-feed-back.scss */
  .FormFeedBack .left-block {
    width: 100%;
    margin-right: 0;
  }
  /* line 79, resources/sass/components/_form-feed-back.scss */
  .FormFeedBack .right-block {
    width: 100%;
  }
}
@media (max-width: 1177px) {
  /* line 45, resources/sass/components/_single-servico.scss */
  .SingleServico .SingleConteudo .area {
    max-width: initial;
  }
  /* line 108, resources/sass/components/_single-servico.scss */
  .SingleServico .SingleSidebar {
    padding: 30px 0 0 0;
  }
  /* line 987, resources/sass/_layout.scss */
  .page-template-pagina-servicos .listagemBuscaServico h2.titulo-principal {
    width: 100%;
    margin: 0px 0 7px;
  }
}
@media only screen and (max-width: 580px) {
  /* line 73, resources/sass/components/_lista-downloads.scss */
  .arquivoslist--downloads .principal .file_description {
    width: 80%;
  }
}
@media only screen and (max-width: 400px) {
  /* line 73, resources/sass/components/_lista-downloads.scss */
  .arquivoslist--downloads .principal .file_description {
    width: 65%;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 48, resources/sass/components/_contraste.scss */
  .body-contraste .MobMenu.DeskHidden {
    background-color: #000;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 111, resources/sass/components/_lista-ramais.scss */
  .form-pesquisa-ramal .tl-10 {
    margin-bottom: 0px !important;
  }
  /* line 122, resources/sass/components/_lista-ramais.scss */
  .info-ramais-setor {
    margin-top: 0px;
  }
}
@media (max-width: 1200px) {
  /* line 178, resources/sass/_layout.scss */
  .ListagemManchetes {
    padding: 0;
  }
  /* line 183, resources/sass/_layout.scss */
  .ListagemManchetes > .dt-8 {
    padding: 0;
  }
}
@media (max-width: 767) {
  /* line 419, resources/sass/_layout.scss */
  .ListaCategorias {
    font-size: 120%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  /* line 852, resources/sass/_layout.scss */
  .agenda {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 960px) {
  /* line 863, resources/sass/_layout.scss */
  .agenda .Card.Informativo .lateral {
    position: absolute;
  }
}

.dataTables_wrapper {
  font-family: "OpenSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 20px 0;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_length label select {
  display: none !important;
}

.dataTables_wrapper .dataTables_filter {
  margin-bottom: 10px;
}

.tablepress {
  width: 100% !Important;
  font-family: "OpenSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 10px 0 20px;
}

.dataTables_wrapper .dataTables_filter label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
}

.dataTables_wrapper .dataTables_filter label input {
  padding: 4px 2px 3px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "OpenSans-Light", Helvetica, Arial, sans-serif;
  background: #FFF !important;
  border: 1px solid #aaa !important;
  border-radius: 0 !important;
}

.tablepress tfoot th, .tablepress thead th {
  background-color: #00a84a;
  color: #FFF;
}

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
    background-color: #e25322;
}

.tablepress caption a {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "OpenSans-ExtraBold", Helvetica, Arial, sans-serif;
  color: #00a84a;
}

.tablepress caption a:hover {
  text-decoration: underline;
}

.dataTables_wrapper .dataTables_info {
  font-size: 10px;
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
}

.dataTables_wrapper .dataTables_paginate {
  font-size: 8px;
  text-transform: uppercase;
  margin-top: 4px;
}
.dataTables_wrapper .dataTables_paginate a {
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  text-shadow: none !important;
  color: #000000;
  text-decoration: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:after, .dataTables_wrapper .dataTables_paginate .paginate_button:before {
  color: #000000 !important;
  text-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:after, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:before {
  color: #000000 !important;
  text-shadow: none !important;
  opacity: .35;
  top: 2px;
}

body.admin-bar .Overlay {
  margin-top: url("../images/btn-fechar.png") no-repeat top 66px right 10px rgba(0, 0, 0, 0.7) !important;
}

.ListagemManchetes * {
  font-family: 'Geomanist Regular' !important;
  font-weight: bold !important;
}

.UltimasNoticias .frame figcaption .categoria {
  color: #00a84a;
  font-family: 'isidora_sansbold'  !important;
}

a.btn {
  padding: 15px;
}


/* cc-share-buttons-module */
.cc-share-buttons-module h4.cc-share-buttons-module-title {
  font-family: 'Geomanist Regular' !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}

.cc-share-buttons-module .cc-share-buttons-module-buttons {
  gap: 5px;
}

.cc-share-buttons-module button.cc-share-buttons-module-scroll-top,
.cc-share-buttons-module .cc-share-buttons-module-buttons a.cc-share-buttons-module-buttons-button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF !important;
  background: #00aa40;
}


.cc-share-buttons-module button.cc-share-buttons-module-scroll-top {
  width: auto;
  outline: none !important;
}

.cc-share-buttons-module button.cc-share-buttons-module-scroll-top:hover,
.cc-share-buttons-module .cc-share-buttons-module-buttons a.cc-share-buttons-module-buttons-button:hover {
  background-color: #ffbd00;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}