blockquote {
  font-size: 22px;
  color: #015e6f;
  font-style: italic;
  padding: 30px;
  position: relative;
}

blockquote p {
  font-family: 'Amiri', serif;
  color: #015e6f;
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 1.3;
}

blockquote:before, blockquote:after {
  content: '';
  height: 22px;
  width: 100%;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  -webkit-filter: grayscale(100%) invert(1) brightness(200%);
  filter: grayscale(100%) invert(1) brightness(200%);
}

blockquote:before {
  content: '';
  background-image: url("../images/aspas-before.png");
  bottom: 0;
}

blockquote:after {
  content: '';
  background-image: url("../images/aspas-after.png");
  top: 0;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:focus, a:hover {
  color: #23527c;
}

a:focus {
  outline: thin dotted;
}

.login h1 a {
  background: url("../images/login-logo.png") no-repeat top center;
  width: 326px;
  height: 67px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 15px;
  display: block;
}

form {
  font-weight: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body form .input {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-weight: 200;
  width: 97%;
  padding: 3px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
  outline: none;
  -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .login h1 a {
    background: url("../images/login-logo@2x.png") no-repeat top center;
  }
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template, [hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/MuseoSans-500Italic.eot");
  src: url("../fonts/MuseoSans-500Italic.eot?#iefix") format('embedded-opentype'), url("MuseoSans-500Italic.woff") format('woff'), url("MuseoSans-500Italic.ttf") format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/MuseoSans-900.eot");
  src: url("../fonts/MuseoSans-900.eot?#iefix") format('embedded-opentype'), url("MuseoSans-900.woff") format('woff'), url("MuseoSans-900.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/MuseoSans-700Italic.eot");
  src: url("../fonts/MuseoSans-700Italic.eot?#iefix") format('embedded-opentype'), url("MuseoSans-700Italic.woff") format('woff'), url("MuseoSans-700Italic.ttf") format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/MuseoSans-100Italic.eot");
  src: url("../fonts/MuseoSans-100Italic.eot?#iefix") format('embedded-opentype'), url("MuseoSans-100Italic.woff") format('woff'), url("MuseoSans-100Italic.ttf") format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/MuseoSans-500.eot");
  src: url("../fonts/MuseoSans-500.eot?#iefix") format('embedded-opentype'), url("MuseoSans-500.woff") format('woff'), url("MuseoSans-500.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/MuseoSans-700.eot");
  src: url("../fonts/MuseoSans-700.eot?#iefix") format('embedded-opentype'), url("MuseoSans-700.woff") format('woff'), url("MuseoSans-700.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/MuseoSans-300.eot");
  src: url("../fonts/MuseoSans-300.eot?#iefix") format('embedded-opentype'), url("MuseoSans-300.woff") format('woff'), url("MuseoSans-300.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/MuseoSans-100.eot");
  src: url("../fonts/MuseoSans-100.eot?#iefix") format('embedded-opentype'), url("MuseoSans-100.woff") format('woff'), url("MuseoSans-100.ttf") format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/MuseoSans-300Italic.eot");
  src: url("../fonts/MuseoSans-300Italic.eot?#iefix") format('embedded-opentype'), url("MuseoSans-300Italic.woff") format('woff'), url("MuseoSans-300Italic.ttf") format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/MuseoSans-900Italic.eot");
  src: url("../fonts/MuseoSans-900Italic.eot?#iefix") format('embedded-opentype'), url("MuseoSans-900Italic.woff") format('woff'), url("MuseoSans-900Italic.ttf") format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Light.woff2") format('woff2'), url("../fonts/Gilroy-Light.woff") format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-ExtraBold.woff2") format('woff2'), url("../fonts/Gilroy-ExtraBold.woff") format('woff');
  font-weight: 800;
  font-style: normal;
}

h1, h2, h3 {
  font-family: 'Gilroy';
  line-height: 1;
}

.archive-title, .page-institucional header h1 {
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
}

p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  -webkit-font-feature-settings: "liga", "liga";
  -ms-font-feature-settings: "liga", "liga";
  -o-font-feature-settings: "liga", "liga";
  font-feature-settings: "liga", "liga";
  color: #777;
  font-size: 60%;
  font-family: 'Lato', sans-serif;
}

.filtrar-agenda form {
  background: #eee;
  border: none;
}

.filtrar-agenda form .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filtrar-agenda form .wrap select {
  width: 400px;
  max-width: 95%;
  -moz-appearance: none;
  border: none;
  height: 45px;
  border-radius: 5px;
  font-size: 60%;
  color: #777;
  padding: 0 10px;
  background-image: url("../images/seta-down.png");
  background-position: 95% 55%;
  background-repeat: no-repeat;
}

.filtrar-agenda form .wrap button.submit {
  border-radius: 5px;
  background: #015e6f;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  margin: 5px;
  font-size: 60%;
  border: none;
  height: 45px;
  padding: 0 10px;
}

div.menu-acessibilidade {
  background: #eee;
  width: 100%;
}

div.menu-acessibilidade .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.menu-acessibilidade ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
}

div.menu-acessibilidade ul li {
  margin: 0 10px;
  padding: 10px 0;
}

div.menu-acessibilidade ul li button, div.menu-acessibilidade ul li a {
  border: none;
  background: none;
  font-size: 10px;
  color: #111;
  padding: 0;
  margin: 0;
  display: block;
}

@media screen and (max-width: 768px) {
  div.menu-acessibilidade ul li {
    margin: 0 4px;
    padding: 5px 0;
  }
  div.menu-acessibilidade ul li a, div.menu-acessibilidade ul li button {
    font-size: 10px;
  }
}

div.menu-acessibilidade a.link-libras {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

div.menu-acessibilidade a.link-libras span.link-vlibras.hidden {
  position: absolute;
  right: 100%;
  top: 110%;
  background: #fff;
  border: 1px solid #111;
  border-radius: 4px;
  padding: 10px;
  font-size: 12px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

div.menu-acessibilidade a.link-libras:hover {
  overflow: unset;
}

div.menu-acessibilidade a.link-libras:hover span.link-vlibras.hidden {
  opacity: 1;
}

div.menu-acessibilidade a.link-libras img.ico {
  display: block;
  width: 100%;
  height: auto;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

ul {
  list-style: none;
}

.clearfix, .cf, .comment-respond {
  zoom: 1;
}

.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}

.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

.wrap {
  width: 90%;
  margin: 0 auto;
}

.wrap.small {
  width: 1000px;
  max-width: 95%;
}

.wrap.small img {
  max-width: 100%;
  height: auto;
}

.wrap.wrap-800 {
  width: 800px;
  max-width: 95%;
}

.wrap.wrap-1000 {
  width: 1000px;
  max-width: 95%;
}

@media only screen and (min-width: 768px) {
  .wrap {
    width: 760px;
  }
  .wrap.small {
    max-width: 760px;
  }
}

@media only screen and (min-width: 1030px) {
  .wrap {
    width: 1200px;
    max-width: 90%;
  }
  .wrap.small {
    max-width: 90%;
  }
}

ul {
  padding: 0;
}

a {
  text-decoration: none;
}

a:active, a:visited, a:link {
  color: unset;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  div#shiftnav-toggle-main {
    display: none;
  }
}

figure {
  margin: 0;
}

h1.hide-title, h2.hide-title, h3.hide-title, h4.hide-title {
  position: absolute;
  left: -999em;
}

.offscreen {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.compartilhar {
  padding: 40px 0;
  position: fixed;
  left: 0;
  top: 20%;
  text-align: center;
  width: 40px;
  z-index: 9;
  display: none;
}

.compartilhar .addtoany_list a {
  width: 100%;
}

.compartilhar .addtoany_list a span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.compartilhar .addtoany_list a span svg {
  width: 33px !important;
  height: 33px !important;
}

.compartilhar .addtoany_list a span:hover {
  width: 40px !important;
}

button.alm-load-more-btn {
  background: #015e6f;
  color: #fff;
  font-size: 60%;
  display: block;
  text-align: center;
  margin: 25px auto;
  border: none;
  padding: 7px 14px;
  border-radius: 5px;
  cursor:  pointer;
  transition: 0.2s;
}
button.alm-load-more-btn:hover {
  opacity: 0.6;
}

button.alm-load-more-btn.done {
  opacity: 0.5;
  cursor: no-drop;
}

.addtoany_list {
  padding: 0;
}

.addtoany_list a {
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-bottom: none !important;
}

.addtoany_list a span {
  border-radius: 0;
  width: 32px !important;
  height: 32px !important;
  margin-top: 3px;
}

.addtoany_list svg {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.page-institucional header.article-header {
  padding: 30px 0;
  overflow: hidden;
}

header.lighter-title, div.archive-title, div.title-field {
  text-align: center;
  text-transform: uppercase;
  padding: 40px 0;
}

header.lighter-title h1, div.archive-title h1, div.title-field h1 {
  font-weight: lighter;
  font-size: 100%;
}

div.title-field h2 {
  font-weight: lighter;
  font-size: 100%;
}

.block-archive-title {
  padding: 30px 0;
}

a.ver-mais {
  font-size: 60%;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  font-weight: normal;
}

a.ver-mais.pb {
  color: #111;
}

a.ver-mais.pb:before {
  content: '';
  background-image: url("../images/seta-black.png");
}

a.ver-mais:before {
  content: '';
  width: 30px;
  height: 15px;
  background-image: url("../images/seta-white.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

div.center {
  text-align: center;
}

a.download-default {
  font-size: 70%;
  font-family: 'Lato', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #318f8a;
  margin: 5px 0;
}

a.download-default:before {
  content: '';
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background: url("../images/download-btn-green.png");
}

#content section.conteudo-principal a {
  color: #015e6f;
  border-bottom: 1px solid #015e6f;
}

img.aligncenter {
  margin: 30px auto;
  display: block;
  width: 100%;
  height: 100%;
}

.dark-title-lt {
  color: #111;
  font-family: 'Gilroy';
  font-weight: 300;
  text-align: center;
  font-size: 100%;
  margin-bottom: 40px;
  display: block;
}

.info-departamento p {
  text-align: center;
}

.info-departamento div.ajusta {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.info-departamento div.ajusta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-departamento div.ajusta ul li {
  max-width: 260px;
  margin: 20px;
}

.info-departamento div.ajusta ul li p {
  font-size: 50%;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  text-align: center;
}

.info-departamento div.ajusta ul li figure {
  text-align: center;
}

.info-departamento div.ajusta ul li figure img {
  display: inline-block;
}

table a:link {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

table a:visited {
  color: #999;
  font-weight: bold;
  text-decoration: none;
}

table a:active, table a:hover {
  color: #bd5a35;
  text-decoration: underline;
}

table {
  font-family: 'Lato', sans-serif;
  color: #666;
  font-size: 12px;
  margin: 20px;
  display: block;
  margin: 0 auto;
  width: -moz-max-content;
  text-align: center;
  max-width: 100%;
  border-radius: 3px;
}

table th {
  padding: 21px 25px 22px 25px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

table th:first-child {
  text-align: left;
  padding-left: 20px;
}

table tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

table tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

table tr {
  text-align: center;
  padding-left: 20px;
}

table td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 0;
}

table td {
  padding: 18px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
  max-width: 100%;
}

table tr.even td {
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

table tr:last-child td {
  border-bottom: 0;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}

table tr:hover td {
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

#post-not-found {
  text-align: center;
  padding: 50px 0;
}

#post-not-found h1, #post-not-found h3 {
  color: rgba(17, 17, 17, 0.6);
}

div.eventos {
  padding: 40px 0;
}

div.eventos .wrap .alm-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.eventos .wrap .alm-listing .event-box {
  width: 330px;
  height: 330px;
  background-size: cover !important;
  position: relative;
  margin: 10px;
}

div.eventos .wrap .alm-listing .event-box:nth-child(3n+2) .content-box {
  background: rgba(87, 161, 196, 0.851);
}

div.eventos .wrap .alm-listing .event-box:nth-child(3n+3) .content-box {
  background: rgba(240, 212, 51, 0.914);
}

div.eventos .wrap .alm-listing .event-box:hover .content-box {
  height: 100%;
  padding: 25px;
}

div.eventos .wrap .alm-listing .event-box:hover .content-box .data, div.eventos .wrap .alm-listing .event-box:hover .content-box .exct {
  width: 100%;
}

div.eventos .wrap .alm-listing .event-box:hover .content-box .data {
  text-align: left;
}

div.eventos .wrap .alm-listing .event-box:hover .content-box .exct p {
  width: 100%;
  height: auto;
  opacity: 1;
}

div.eventos .wrap .alm-listing .event-box .content-box {
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  background: rgba(205, 72, 39, 0.831);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

div.eventos .wrap .alm-listing .event-box .content-box .data {
  width: 80px;
  margin-right: 10px;
  text-align: center;
}

div.eventos .wrap .alm-listing .event-box .content-box .data span {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 45%;
  color: #fff;
}

div.eventos .wrap .alm-listing .event-box .content-box .exct {
  width: calc(100% - 90px);
}

div.eventos .wrap .alm-listing .event-box .content-box .exct h3 {
  font-family: 'Gilroy';
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

div.eventos .wrap .alm-listing .event-box .content-box .exct span.cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

div.eventos .wrap .alm-listing .event-box .content-box .exct p {
  height: 0;
  opacity: 0;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  color: #fff;
  font-size: 52%;
  font-family: 'Lato', sans-serif;
  line-height: 1.2;
}

.relacionados {
  padding: 10px 0;
}

.relacionados h2 {
  color: #111;
  font-family: 'Gilroy';
  font-weight: 300;
  text-align: center;
  font-size: 100%;
  margin-bottom: 40px;
  display: block;
}

.relacionados.galeria ul.galeria, .relacionados .wrap ul.galeria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.relacionados.galeria ul.galeria li, .relacionados .wrap ul.galeria li {
  width: 330px;
  height: 330px;
  margin: 10px;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.8s opacity;
  transition: 0.8s opacity;
}

.relacionados.galeria ul.galeria li:last-child, .relacionados .wrap ul.galeria li:last-child {
  margin-top: -125px;
}

@media screen and (max-width: 1169px) {
  .relacionados.galeria ul.galeria li:last-child, .relacionados .wrap ul.galeria li:last-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 1169px) {
  .relacionados.galeria ul.galeria li:nth-child(3), .relacionados .wrap ul.galeria li:nth-child(3), .relacionados.galeria ul.galeria li:nth-child(4), .relacionados .wrap ul.galeria li:nth-child(4), .relacionados.galeria ul.galeria li:nth-child(5), .relacionados .wrap ul.galeria li:nth-child(5) {
    height: 195px;
  }
}

.relacionados.galeria ul.galeria li:hover .desc, .relacionados .wrap ul.galeria li:hover .desc {
  height: 100%;
}

.relacionados.galeria ul.galeria li:hover .desc a.leia-mais, .relacionados .wrap ul.galeria li:hover .desc a.leia-mais {
  width: 100%;
  height: auto;
  overflow: auto;
  opacity: 1;
  text-align: center;
}

.relacionados.galeria ul.galeria li:hover .desc a.leia-mais span.cover, .relacionados .wrap ul.galeria li:hover .desc a.leia-mais span.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.relacionados.galeria ul.galeria li .desc, .relacionados .wrap ul.galeria li .desc {
  background: rgba(51, 51, 51, 0.722);
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.relacionados.galeria ul.galeria li .desc a.leia-mais, .relacionados .wrap ul.galeria li .desc a.leia-mais {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 50%;
  opacity: 0;
  height: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.relacionados.galeria ul.galeria li .desc a.leia-mais:before, .relacionados .wrap ul.galeria li .desc a.leia-mais:before {
  content: '';
  width: 32px;
  height: 14px;
  background: url("../images/seta-white.png") no-repeat center;
  display: inline-block;
  background-size: contain !important;
  margin-right: 5px;
}

.relacionados.galeria ul.galeria li .desc h3, .relacionados .wrap ul.galeria li .desc h3 {
  width: calc(100% - 65px);
  padding: 0 20px;
  font-family: 'Gilroy';
  font-size: 52%;
  color: #fff;
}

.relacionados.galeria ul.galeria li .desc span.icon, .relacionados .wrap ul.galeria li .desc span.icon {
  width: 45px;
  height: 45px;
  margin: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.relacionados.galeria ul.galeria li .desc span.icon.fotos, .relacionados .wrap ul.galeria li .desc span.icon.fotos {
  background-image: url("../images/icon-gallery.png");
}

.relacionados.galeria ul.galeria li .desc span.icon.videos, .relacionados .wrap ul.galeria li .desc span.icon.videos {
  background-image: url("../images/icon-video.png");
}

.relacionados.galeria ul.galeria li .desc span.icon.audio, .relacionados .wrap ul.galeria li .desc span.icon.audio {
  background-image: url("../images/icon-audio.png");
}

.relacionados {
  padding: 0;
}

.relacionados h2 {
  color: #111;
  font-family: 'Gilroy';
  font-weight: 300;
  text-align: center;
  font-size: 100%;
  margin-bottom: 40px;
  display: block;
}

.relacionados.noticias .wrap .with-thumbs, .relacionados.noticias .wrap .with-no-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.relacionados.noticias .wrap .with-thumbs .box-noticia, .relacionados.noticias .wrap .with-no-thumbs .box-noticia {
  width: 380px;
  border: 1px solid #ccc;
  margin: 10px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.relacionados.noticias .wrap .with-thumbs .box-noticia:hover, .relacionados.noticias .wrap .with-no-thumbs .box-noticia:hover {
  border-color: #015e6f;
}

.relacionados.noticias .wrap .with-thumbs .box-noticia:hover figure:before, .relacionados.noticias .wrap .with-no-thumbs .box-noticia:hover figure:before {
  opacity: 0 !important;
}

.relacionados.noticias .wrap .with-thumbs .box-noticia h3, .relacionados.noticias .wrap .with-no-thumbs .box-noticia h3 {
  color: #111;
  font-size: 60%;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}

.relacionados.noticias .wrap .with-thumbs .box-noticia figure, .relacionados.noticias .wrap .with-no-thumbs .box-noticia figure {
  width: 100%;
  position: relative;
}

.relacionados.noticias .wrap .with-thumbs .box-noticia figure:before, .relacionados.noticias .wrap .with-no-thumbs .box-noticia figure:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.relacionados.noticias .wrap .with-thumbs .box-noticia figure.video-thumb:after, .relacionados.noticias .wrap .with-no-thumbs .box-noticia figure.video-thumb:after, .relacionados.noticias .wrap .with-thumbs .box-noticia figure.audio-thumb:after, .relacionados.noticias .wrap .with-no-thumbs .box-noticia figure.audio-thumb:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  background: #f00;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.relacionados.noticias .wrap .with-thumbs .box-noticia figure.video-thumb:after, .relacionados.noticias .wrap .with-no-thumbs .box-noticia figure.video-thumb:after {
  background: url("../images/icon-video.png");
}

.relacionados.noticias .wrap .with-thumbs .box-noticia figure.audio-thumb:after, .relacionados.noticias .wrap .with-no-thumbs .box-noticia figure.audio-thumb:after {
  background: url("../images/icon-audio.png");
}

.relacionados.noticias .wrap .with-thumbs .box-noticia figure img, .relacionados.noticias .wrap .with-no-thumbs .box-noticia figure img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.relacionados.noticias .wrap .with-thumbs .box-noticia span.cat, .relacionados.noticias .wrap .with-no-thumbs .box-noticia span.cat {
  z-index: 2;
  background: #015e6f;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 45%;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 10px 25px;
}

.relacionados.noticias .wrap .with-thumbs .box-noticia .text-descript, .relacionados.noticias .wrap .with-no-thumbs .box-noticia .text-descript {
  padding: 25px;
}

.relacionados.noticias .wrap .with-thumbs .box-noticia .data-post span, .relacionados.noticias .wrap .with-no-thumbs .box-noticia .data-post span {
  color: #777;
  font-size: 46%;
  font-family: 'Lato', sans-serif;
}

.relacionados.noticias .wrap .with-thumbs .box-noticia p, .relacionados.noticias .wrap .with-no-thumbs .box-noticia p {
  font-family: 'Lato', sans-serif;
  color: rgba(51, 51, 51, 0.702);
  font-size: 50%;
  line-height: 1.4;
}

.relacionados.noticias .wrap .with-thumbs .box-noticia a, .relacionados.noticias .wrap .with-no-thumbs .box-noticia a {
  font-weight: bold;
  font-size: 46%;
  color: #111;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: none;
}

.relacionados.noticias .wrap .with-thumbs .box-noticia a:hover, .relacionados.noticias .wrap .with-no-thumbs .box-noticia a:hover {
  color: #015e6f;
}

.relacionados.noticias .wrap .with-thumbs .box-noticia a span, .relacionados.noticias .wrap .with-no-thumbs .box-noticia a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.relacionados.noticias .wrap .with-no-thumbs .box-noticia {
  padding-top: 30px;
}

.archive-servicos section.servicos {
  margin-top: 0;
}

section.servicos {
  background: #eee;
  padding: 20px 0;
  margin: 20px 0;
}

section.servicos .wrap ul.servicos, section.servicos .wrap .alm-ajax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.servicos .wrap ul.servicos li.serv-box, section.servicos .wrap .alm-ajax li.serv-box {
  width: 340px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  padding: 20px;
  margin: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

section.servicos .wrap ul.servicos li.serv-box:hover, section.servicos .wrap .alm-ajax li.serv-box:hover {
  background: #23988f;
}

section.servicos .wrap ul.servicos li.serv-box:hover .text h3, section.servicos .wrap .alm-ajax li.serv-box:hover .text h3, section.servicos .wrap ul.servicos li.serv-box:hover .text p, section.servicos .wrap .alm-ajax li.serv-box:hover .text p {
  color: #fff;
}

section.servicos .wrap ul.servicos li.serv-box:hover figure img, section.servicos .wrap .alm-ajax li.serv-box:hover figure img {
  -webkit-filter: grayscale(100%) brightness(0%) invert(100%);
  filter: grayscale(100%) brightness(0%) invert(100%);
}

section.servicos .wrap ul.servicos li.serv-box .text, section.servicos .wrap .alm-ajax li.serv-box .text {
  width: calc(100% - 90px);
}

section.servicos .wrap ul.servicos li.serv-box .text a span.cover, section.servicos .wrap .alm-ajax li.serv-box .text a span.cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

section.servicos .wrap ul.servicos li.serv-box .text h3, section.servicos .wrap .alm-ajax li.serv-box .text h3 {
  font-family: 'Gilroy';
  font-size: 70%;
  color: #015e6f;
  margin: 0 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section.servicos .wrap ul.servicos li.serv-box .text p, section.servicos .wrap .alm-ajax li.serv-box .text p {
  font-size: 50%;
  color: #333;
  font-family: 'Lato', sans-serif;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section.servicos .wrap ul.servicos li.serv-box figure, section.servicos .wrap .alm-ajax li.serv-box figure {
  width: 56px;
  height: 55px;
  margin-right: 25px;
}

section.servicos .wrap ul.servicos li.serv-box figure img, section.servicos .wrap .alm-ajax li.serv-box figure img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.breadcumbs {
  background: url("../images/gradiente.png") no-repeat center;
  overflow: hidden;
  background-size: cover !important;
  padding: 50px 0;
  color: #fff;
  font-family: 'Gilroy';
  font-weight: bold;
  font-size: 80%;
}

.juicer-feed.hip li.feed-item.words {
  background: #ababab;
  border-color: #fff;
}

.juicer-feed.hip li.feed-item:hover:after {
  background: #23988f;
}

.juicer-feed.image-grid li.feed-item.j-twitter.image-post .j-text, .juicer-feed.image-grid li.feed-item.j-twitter.j-video .j-text, .juicer-feed.slider li.feed-item.j-twitter.image-post .j-text, .juicer-feed.slider li.feed-item.j-twitter.j-video .j-text, .juicer-feed.hip li.feed-item.j-twitter.image-post .j-text, .juicer-feed.hip li.feed-item.j-twitter.j-video .j-text {
  background: rgba(57, 57, 57, 0.7);
}

.feed-item.juicer {
  display: none !important;
}

.juicer-feed.modern li.feed-item.words .j-message {
  font-size: 30px;
}

.juicer-feed>h1 {
  display: none !important;
}

#j-column-0 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

li.feed-item {
  width: 270px !important;
  margin: 5px !important;
  background: #eee !important;
}

li.feed-item .j-message p {
  font-size: 17px;
  line-height: 1.3;
}

.j-facebook .j-text {
  height: 250px;
  position: relative;
  overflow: hidden;
}

.juicer-feed.modern .j-facebook .j-message {
  height: 150px;
  overflow: hidden;
  position: relative;
}

.juicer-feed.modern .j-message:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0)), to(#eee));
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), #eee 100%);
}

.j-paginate.juicer-button {
  display: none;
}

section.filtro-galerias form {
  background: #eee;
  border: none;
  margn: 0;
  padding: 0;
}

section.filtro-galerias form div.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.filtro-galerias form div.alinha-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 330px;
  max-width: 100%;
  margin: 30px 0;
}

section.filtro-galerias form div.alinha-inputs label {
  font-size: 16px;
  color: #333;
  font-family: 'Lato', sans-serif;
}

section.filtro-galerias form div.alinha-inputs input {
  width: 130px;
  height: 45px;
  border-radius: 5px;
  background: #fff;
  border: none;
  margin: 0 10px;
  font-size: 50%;
  padding: 0 10px;
  max-width: 100%;
}

section.filtro-galerias form div.alinha-inputs input.search-input {
  width: 200px;
  max-width: 100%;
}

section.filtro-galerias form div.alinha-inputs button {
  background: #015e6f;
  text-transform: uppercase;
  color: #fff;
  font-family: 'lato', sans-serif;
  border: none;
  font-size: 20px;
  height: 45px;
  padding: 0 10px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section.filtro-galerias form div.alinha-inputs button:hover {
  opacity: 0.8;
}

section.filtro-galerias form div.alinha-inputs select {
  width: 130px;
  max-width: 100%;
  background: #fff;
  border-radius: 5px;
  border: none;
  height: 45px;
  -moz-appearance: none;
  font-size: 15px;
  color: #999;
  padding: 0 10px;
  margin: 0 10px;
}

footer.footer {
  position: relative;
}

footer.footer .to-top {
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: 50px;
  background: #318f8a;
  border-radius: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer.footer .to-top.visible {
  opacity: 1;
}

footer.footer .to-top a {
  width: 50%;
  display: block;
}

footer.footer .to-top a img {
  max-width: 100%;
  display: block;
}

footer.footer #inner-footer p {
  font-family: 'Lato', sans-serif;
  font-size: 40%;
  font-style: italic;
  color: #111;
  text-align: center;
}

footer.footer .info-footer {
  background: #3d9c78;
  padding: 50px 0;
}

footer.footer .info-footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer.footer .info-footer .wrap div {
  width: 220px;
  margin: 0 10px;
}

footer.footer .info-footer .wrap div img {
  max-width: 100%;
  height: auto;
}

footer.footer .info-footer .wrap div h4 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 50%;
  color: #fff;
  text-align: center;
}

footer.footer .info-footer .wrap div.cnt ul {
  text-align: center;
  margin-top: 15px;
}

footer.footer .info-footer .wrap div.adm a {
  margin: 3px;
  width: 30px;
  height: 40px;
  transition: .3s;
}

footer.footer .info-footer .wrap div.cnt ul li {
  display: inline-block;
}

footer.footer .info-footer .wrap div.cnt ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 1.5px solid #fff;
  border-radius: 100%;
  font-size: 53%;
  transition: .3s;
}

footer.footer .info-footer .wrap div.cnt ul li a:hover, footer.footer .info-footer .wrap div.adm a:hover {
  transform: scale(1.15);
}

footer.footer .info-footer .wrap div.cnt ul li a i {
  color: #fff;
}

footer.footer .info-footer .wrap div.atd p.number {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 85%;
  text-align: center;
  margin: 0;
}

footer.footer .info-footer .wrap div.atd h4 {
  margin-bottom: 5px;
}

footer.footer .info-footer .wrap div.adm {
  text-align: center;
}

footer.footer .info-footer .wrap div.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.archive-contas .formulario-pesquisa form {
  width: 100%;
  padding: 0;
}

.archive-contas .formulario-pesquisa form .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.archive-contas .formulario-pesquisa form .wrap select {
  width: 300px;
  max-width: 95%;
  margin: 0 5px;
  -moz-appearance: none;
  border: none;
  height: 45px;
  border-radius: 5px;
  font-size: 60%;
  color: #777;
  padding: 0 10px;
  background-image: url("../images/seta-down.png");
  background-position: 95% 55%;
  background-repeat: no-repeat;
}

.archive-contas .formulario-pesquisa form .wrap button.submit {
  border-radius: 5px;
  background: #015e6f;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  margin: 5px;
  font-size: 60%;
  border: none;
  height: 45px;
  padding: 0 10px;
}

.formulario-pesquisa {
  width: value;
  background: #eee;
  padding: 40px 0;
}

.formulario-pesquisa form {
  width: 400px;
  max-width: 95%;
  margin: 0 auto;
  display: block;
  background: transparent;
  border: none;
}

.formulario-pesquisa form input, .formulario-pesquisa form select {
  width: 100%;
  height: 40px;
  border: none;
  margin: 10px 0;
  border-radius: 5px;
  font-size: 50%;
  padding: 0 20px;
  color: #111;
  font-family: 'Lato', sans-serif;
}

.formulario-pesquisa form input#busca {
  width: 300px;
  margin: 0;
  height: 45px;
  font-size: 17px;
}

.formulario-pesquisa form input#enviar, .formulario-pesquisa form select#enviar {
  background: #015e6f;
  color: #fff;
  text-transform: uppercase;
}

.formulario-pesquisa form select {
  color: #999;
  -moz-appearance: none;
}

div.header-gradient-desc {
  background-image: url("../images/gradiente.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

div.header-gradient-desc h2 {
  color: #fff;
  font-family: 'Gilroy';
  font-size: 78%;
  padding: 40px 0;
}

header.header #inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 95% !important;
}

@media screen and (max-width: 1258px) {
  header.header #inner-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

header.header #inner-header .col {
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1258px) {
  header.header #inner-header .col {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1023px) {
  header.header #inner-header .col ul#menu-principal {
    display: none;
  }
}

header.header #inner-header .col ul#menu-principal>li>a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header.header #inner-header .col ul#menu-principal>li>a:hover {
  color: #186e84;
}

header.header #inner-header .col ul#menu-principal>li.servicos-links .wrap .form-buscar-serv form {
  background: transparent;
  padding: 20px 0 0;
  text-align: center;
  border: none;
}

header.header #inner-header .col ul#menu-principal>li.servicos-links .wrap .form-buscar-serv form input {
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 66%;
  height: 40px;
}

header.header #inner-header .col ul#menu-principal>li.servicos-links .wrap .form-buscar-serv form button.submit {
  background: transparent;
  border: none;
  height: 40px;
  font-size: 22px;
  color: #fff;
}

header.header #inner-header .col ul#menu-principal>li.active>a {
  position: relative;
  color: #186e84;
}

header.header #inner-header .col ul#menu-principal>li.active>a:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url("../images/drop-item.png") no-repeat center center;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 13px);
  background-size: contain;
}

header.header #inner-header .col ul#menu-principal>li>div {
  position: absolute;
  width: 100%;
  height: auto;
  background: url("../images/gradiente.png") no-repeat center;
  background-size: cover;
  z-index: 5;
  left: 0;
  display: none;
}

header.header #inner-header .col ul#menu-principal>li>div .wrap {
  height: 100%;
}

header.header #inner-header .col ul#menu-principal>li>div ul li a {
  padding: 0 0 0 15px;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.header #inner-header .col ul#menu-principal>li>div ul.sub-menu li a:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("../images/arrow-rgt-b.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.7;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}

header.header #inner-header .col ul#menu-principal>li>div ul.sub-menu li a:hover {
  padding: 0 0 0 20px;
}

header.header #inner-header .col ul#menu-principal>li>div.a-cidade.cont-adic .resumo-menu {
  max-width: 300px;
  padding-left: 30px;
}

header.header #inner-header .col ul#menu-principal>li>div.a-cidade.cont-adic .resumo-menu a.button-sb {
  background: #FFF;
  display: inline-block;
  padding: 4px 15px;
  font-family: 'Lato';
  font-weight: bold;
  color: #188370;
  text-transform: lowercase;
  font-size: 13px;
}

header.header #inner-header .col ul#menu-principal>li>div.a-cidade.cont-adic .resumo-menu p, header.header #inner-header .col ul#menu-principal>li>div.a-cidade.cont-adic .resumo-menu div.p-menu {
  font-family: 'Lato', sans-serif;
  font-size: 52%;
  color: #fff;
}

header.header #inner-header .col ul#menu-principal>li>div.a-cidade.cont-adic .resumo-menu div.title-span, header.header #inner-header .col ul#menu-principal>li>div.a-cidade.cont-adic .resumo-menu span.title-span {
  font-family: 'Gilroy', sans-serif;
  font-weight: bold;
  font-size: 52%;
  color: #FFF;
}

header.header #inner-header .col ul#menu-principal>li>div.a-cidade.cont-adic figure {
  max-width: 500px;
  height: auto;
  padding: 30px;
  position: relative;
}

header.header #inner-header .col ul#menu-principal>li>div.a-cidade.cont-adic figure::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  background: #FFFFFF4D;
  height: 50%;
  top: 25%;
}

header.header #inner-header .col ul#menu-principal>li>div.a-cidade.cont-adic figure img {
  max-width: 100%;
  display: block;
  margin: 0;
}

header.header #inner-header .col ul#menu-principal>li>div.a-cidade .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.header #inner-header .col ul#menu-principal>li>div.a-cidade .wrap blockquote {
  width: 250px;
  color: #fff;
  text-align: center;
  font-family: 'Amiri', serif;
  font-size: 35px;
  font-style: italic;
}

header.header #inner-header .col ul#menu-principal>li>div.a-cidade .wrap figure figcaption {
  color: #fff;
  font-size: 30%;
  text-align: right;
}

header.header #inner-header .col ul#menu-principal>li>div ul#menu-administracao {
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0px;
  column-gap: 0px;
}

header.header #inner-header .col ul#menu-principal>li>div ul#menu-administracao>li {
  padding-bottom: 1em;
  display: block;
  margin-bottom: 1.3em;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  width: 300px;
  margin: 0 15px;
}

header.header #inner-header .col ul#menu-principal>li>div ul#menu-administracao>li#menu-item-65 {
  padding-bottom: 0;
}

header.header #inner-header .col ul#menu-principal>li>div ul#lista-servicos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0;
}

header.header #inner-header .col ul#menu-principal>li>div ul#lista-servicos li {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 260px;
  height: 100px;
  margin: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px;
  text-align: center;
  position: relative;
}

header.header #inner-header .col ul#menu-principal>li>div ul#lista-servicos li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

header.header #inner-header .col ul#menu-principal>li>div ul#lista-servicos li:hover, header.header #inner-header .col ul#menu-principal>li>div ul#lista-servicos li.todos-serv {
  background: #fff;
}

header.header #inner-header .col ul#menu-principal>li>div ul#lista-servicos li:hover a, header.header #inner-header .col ul#menu-principal>li>div ul#lista-servicos li.todos-serv a {
  color: #111;
}

header.header #inner-header .col ul#menu-principal>li>div ul#lista-servicos li a {
  font-family: 'Gilroy', sans-serif;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 55%;
  position: unset;
}

header.header #inner-header .col ul#menu-principal>li>div ul#lista-servicos li a span.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

header.header #inner-header .col ul#menu-principal>li>div ul.menu {
  width: 100%;
  margin: 50px 0;
}

header.header #inner-header .col ul#menu-principal>li>div ul.menu li {
  display: block;
}

header.header #inner-header .col ul#menu-principal>li>div ul.menu>li>a {
  font-family: 'Gilroy', sans-serif;
  font-weight: bold;
  font-size: 52%;
  padding-bottom: 20px;
}

header.header #inner-header .col ul#menu-principal>li>div ul.menu>li ul.sub-menu li {
  display: block;
  padding: 0;
}

header.header #inner-header .col ul#menu-principal>li>div ul.menu>li ul.sub-menu li a {
  font-family: 'Lato', sans-serif;
  font-size: 52%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header.header #inner-header .col ul#menu-principal>li>div ul.menu>li ul.sub-menu li a:hover {
  color: #43d2c9;
}

header.header #inner-header .col-2 {
  width: 480px;
}

@media screen and (max-width: 1258px) {
  header.header #inner-header .col-2 {
    width: 100%;
  }
}

header.header #inner-header .col-2.entire {
  width: 100%;
}

header.header #inner-header .col-2 .azul {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header.header #inner-header .col-2 .azul:before, header.header #inner-header .col-2.entire:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 150vh;
  height: 100%;
  background: #005e35;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  z-index: -1;
}

@media screen and (max-width: 1258px) {
  header.header #inner-header .col-2 .azul:before, header.header #inner-header .col-2.entire:before {
    content: '';
    left: -20%;
    width: 250vh;
  }
}

@media screen and (max-width: 1258px) {
  header.header #inner-header .col-2 .azul {
    padding: 0 0 10px 0;
  }
}

header.header #inner-header .col-2 .azul .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
  position: relative;
}

header.header #inner-header .col-2 .azul .top .data-atual span.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 460px) {
  header.header #inner-header .col-2 .azul .top .tempo {
    margin: 10px 0;
  }
}

header.header #inner-header .col-2 .azul .tempo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

header.header #inner-header .col-2 .azul .tempo figure {
  width: 40px;
  height: 40px;
}

header.header #inner-header .col-2 .azul .tempo figure img {
  max-width: 100%;
  height: auto;
}

header.header #inner-header .col-2 .azul .tempo .temperatura {
  margin: 0 5px;
}

header.header #inner-header .col-2 .azul .tempo .temperatura span {
  font-family: 'Gilroy';
  font-weight: lighter;
  color: #4cd2ff;
  font-size: 32px;
}

header.header #inner-header .col-2 .azul .tempo .data-atual p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
}

header.header #inner-header .col-2 .azul form {
  background: transparent;
  border: none;
  border-radius: none;
  position: relative;
  padding: 0;
  display: inline-block;
  margin-right: 20px;
}

header.header #inner-header .col-2 .azul form .campo-busca {
  position: relative;
}

header.header #inner-header .col-2 .azul form .campo-busca input {
  height: 30px;
  border-radius: 8px;
  border: none;
  max-width: 200px;
  width: 200px;
  font-size: 40%;
  display: block;
  padding: 0 10px;
}

header.header #inner-header .col-2 .azul form .campo-busca span {
  position: absolute;
  font-family: 'Lato', sans-serif;
  font-size: 48%;
  color: #00468c;
  left: 17px;
  top: 10%;
}

header.header #inner-header .col-2 .azul form button {
  border: none;
  background: none;
  color: #00468c;
  position: absolute;
  right: 4px;
  top: calc(50% - 15px);
  font-size: 20px;
}

header.header #inner-header .col-2 .azul .bottom ul#menu-azul {
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  header.header #inner-header .col-2 .azul .bottom ul#menu-azul {
    margin: 0;
    text-align: center;
    line-height: 1;
  }
}

header.header #inner-header .col-2 .azul .bottom ul#menu-azul li {
    display: inline-block;
    padding: 0 6px 0 0;
    position: relative;
    max-width: 122px;
    vertical-align: top;
    text-align: center;
}
p.termos_privacidade {
    margin-bottom: 0;
    margin-top: 0;
}
header.header #inner-header .col-2 .azul .bottom ul#menu-azul li:before {
  content: '';
  position: absolute;
  right: -2px;
  width: 1px;
  height: 8px;
  background: #fff;
  opacity: 0.3;
  top: 7px;
}

header.header #inner-header .col-2 .azul .bottom ul#menu-azul li a {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 43%;
  display: block;
}

header.header #inner-header .col-2 .azul .bottom ul#menu-azul li:last-child:before {
  content: '';
  display: none;
}

header.header #inner-header p#logo {
  width: 190px;
  margin: 0 20px -15px 20px;
  padding-top: 15px;
}

header.header #inner-header p#logo img {
  max-width: 100%;
  height: auto;
}

header.header #inner-header nav ul#menu-principal {
  padding: 0 20px;
  margin: 0;
}

li#menu-item-10157 {
  padding-bottom: 20px !important;
}

header.header #inner-header nav ul#menu-principal li {
  display: inline-block;
  padding: 0 8px;
}

header.header #inner-header nav ul#menu-principal li a {
  font-family: 'Lato', sans-serif;
  font-size: 60%;
  color: #333;
  padding: 0 0 30px 0;
  display: block;
}

header.header #redes {
  background-image: linear-gradient(to right, #3d9c78, #8ec869);
  background-size: cover;
  padding: 4px 0;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 43%;
}

header.header #redes .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.header #redes .frase {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.902);
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  header.header #redes .frase {
    text-align: center;
  }
}

header.header #redes ul.redes {
  display: inline-block;
  width: auto;
  margin: 0;
}

@media screen and (max-width: 768px) {
  header.header #redes ul.redes {
    margin: 10px auto;
  }
}

header.header #redes ul.redes li {
  margin: 2px 4px;
  display: inline-block;
  float: right;
}

header.header #redes ul.redes li a {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header.header #redes ul.redes li a:hover {
  border-color: #43d2c9;
}

header.header #redes ul.redes li a:hover i {
  color: #43d2c9;
}

header.header #redes ul.redes li a i {
  color: #fff;
  font-size: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

div.conteudo.video {
  text-align: center;
}

div.conteudo.video h3 {
  font-size: 70%;
}

div.conteudo.video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: auto;
}

div.conteudo.video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu-cinza {
  background: #e6e6e6;
  overflow: hidden;
}

.menu-cinza.galerias-f .wrap nav ul {
  margin: 0 0 10px;
}

.menu-cinza.galerias-f .wrap nav ul li {
  margin: 0;
}

.menu-cinza .wrap nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
}

.menu-cinza .wrap nav ul li {
  padding: 0 20px;
  margin: 10px 0;
}

.menu-cinza .wrap nav ul li a {
  font-family: 'Lato', sans-serif;
  font-size: 50%;
  color: #333;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-cinza .wrap nav ul li a:hover, .menu-cinza .wrap nav ul li a.active a {
  color: #015e6f;
}

.modaal-wrapper.modaal-image {
  background: rgba(17, 17, 17, 0.8);
}

.modaal-wrapper.modaal-image .modaal-container {
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modaal-wrapper.modaal-image .modaal-container .modaal-gallery-item-wrap {
  height: 70vh !important;
  overflow: unset !important;
}

.modaal-wrapper.modaal-image .modaal-container .modaal-gallery-item-wrap .modaal-gallery-item {
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modaal-wrapper.modaal-image .modaal-container .modaal-gallery-item-wrap .modaal-gallery-item .dowload-autor {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 10px;
}

.modaal-wrapper.modaal-image .modaal-container .modaal-gallery-item-wrap .modaal-gallery-item .dowload-autor span {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 14px;
}

.modaal-wrapper.modaal-image .modaal-container .modaal-gallery-item-wrap .modaal-gallery-item .dowload-autor a {
  width: 25px;
  height: 25px;
}

.modaal-wrapper.modaal-image .modaal-container .modaal-gallery-item-wrap .modaal-gallery-item .dowload-autor a img {
  width: 100% !important;
  height: auto !important;
}

.modaal-wrapper.modaal-image .modaal-container .modaal-gallery-item-wrap .modaal-gallery-item img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  width: auto !important;
}

.modaal-wrapper.modaal-image .modaal-container .modaal-gallery-item-wrap .modaal-gallery-item figure {
  height: 100%;
  position: relative;
}

.modaal-wrapper.modaal-image .modaal-container .modaal-gallery-item-wrap .modaal-gallery-item.is_active {
  opacity: 1 !important;
}

.pagination-next-prev {
  width: 100%;
  text-align: center;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 50%;
  margin: 40px 0;
}

.pagination-next-prev a, .pagination-next-prev span {
  background: #eee;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination-next-prev a:hover, .pagination-next-prev span:hover {
  background: #015e6f;
  color: #fff;
}

.pagination-next-prev .page-numbers.current {
  background: #015e6f;
  color: #fff;
}

ul.page-numbers li {
  display: inline-block;
}

.search-box {
  background: #eee;
  text-align: center;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-box.servicos {
  background: #ddd;
}

.search-box form {
  background: transparent;
  border: none;
  border-radius: none;
  width: 500px;
  max-width: 95%;
  display: inline-block;
  position: relative;
  padding: 0;
}

.search-box form .placeholder span {
  position: absolute;
  left: 15px;
  top: 8px;
  font-size: 55%;
  color: #333;
}

.search-box form input {
  width: 100%;
  border: none;
  border-radius: 8px;
  font-size: 50%;
  padding: 0 10px;
  height: 42px;
  display: block;
}

.search-box form button.submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-box form button.submit i {
  color: #333;
  font-size: 20px;
}

a.botao-arquivo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  padding: 4px;
  border-radius: 4px;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

a.botao-arquivo img {
  width: 80%;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  height: auto;
}

a.botao-arquivo:hover {
  background: #23988f;
  overflow: unset;
}

a.botao-arquivo:hover img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

a.botao-arquivo:hover span.hidden {
  opacity: 1;
}

a.botao-arquivo span.hidden {
  position: absolute;
  left: 100%;
  bottom: 100%;
  width: 200px;
  height: auto;
  background: #fff;
  border: 1px solid #111;
  border-radius: 4px;
  font-size: 12px;
  padding: 10px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: initial;
  color: #111;
}

.search-page main h1 {
  padding: 20px 0;
}

.search-page main article {
  padding: 20px;
  border-top: 1px solid #ddd;
}

.search-page main article header h3 {
  font-family: 'Lato', sans-serif;
  font-size: 65%;
  color: #202020;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-page main article header h3:hover {
  color: #318e8a;
}

.search-page main article section p {
  font-family: 'Lato', sans-serif;
  color: #333;
  font-size: 60%;
}

.search-page main article section a.excerpt-read-more {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 100%;
}

.search-page main article section a.excerpt-read-more:hover {
  color: #318f8a;
}

.search-page main article footer span {
  background: #015e6f;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  opacity: 0.8;
  font-size: 40%;
  font-weight: bold;
}

.archive-contas main .conteudo {
  margin: 40px 0;
}

.archive-contas main article {
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.archive-contas main article.not-found section h2 {
  text-align: center;
}

.archive-contas main article header h3 {
  font-family: 'Lato', sans-serif;
  font-size: 80%;
  text-transform: uppercase;
}

.archive-contas main article section p {
  color: #111;
}

.archive-informativos article {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.archive-informativos article section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.archive-informativos article section div.thumbnail {
  width: 200px;
  max-width: 100%;
  margin-left: 30px;
}

.archive-informativos article section div.thumbnail figure {
  width: 100%;
  height: auto;
}

.archive-informativos article section div.thumbnail figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.archive-informativos article section div.info {
  width: 550px;
  max-width: 100%;
  padding: 0 20px;
}

.archive-informativos article section div.info .title h3 {
  font-size: 80%;
}

.archive-informativos article section div.info .resumo p {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  color: #111;
  font-size: 60%;
}

.archive-informativos article section div.info .links a {
  font-size: 50%;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #318f8a;
  text-transform: uppercase;
  margin: 5px 0;
}

.archive-informativos article section div.info .links a:before {
  content: '';
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.archive-informativos article section div.info .links a.download:before {
  background: url("../images/download-btn-green.png");
}

.archive-informativos article section div.info .links a.online:before {
  background: url("../images/read.png");
}

.archive-licitacoes main article {
  border-top: 1px solid #ddd;
  padding: 40px 20px;
}

.archive-licitacoes main article:hover header h3 {
  color: #318e8a;
}

.archive-licitacoes main article header h3 {
  font-family: 'Lato', sans-serif;
  font-size: 75%;
  color: #202020;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.archive-licitacoes main article footer div.alinha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.archive-licitacoes main article footer div.alinha p {
  color: #333;
  font-size: 60%;
  margin: 0;
}

.archive-licitacoes main article footer div.alinha a {
  color: #318e8a;
  font-size: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.archive-licitacoes main article footer div.alinha a:before {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url("../images/download-btn-green.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.archive-licitacoes main article section p {
  color: #333;
  font-size: 60%;
}

.archive-noticias main h1 {
  margin: 60px 0;
}

#container {
  overflow: hidden;
}

.page-home main .swiper-container.home-slider {
  height: 33vw;
}

@media screen and (max-width: 768px) {
  .page-home main .swiper-container.home-slider {
    height: 200px;
  }
}

.page-home main .swiper-container.home-slider .swiper-slide {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
}

.page-home main .swiper-container.home-slider .swiper-slide a.e-link {
  width: 100%;
  height: 100%;
  position: absolute;
}

.page-home main .swiper-container.home-slider .swiper-slide .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.page-home main .swiper-container.home-slider .swiper-slide .video {
  position: relative;
  padding: 20px;
  width: 30vw;
  max-width: 95%;
}

.page-home main .swiper-container.home-slider .swiper-slide .video .ajusta {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.page-home main .swiper-container.home-slider .swiper-slide .video .ajusta iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-home main .swiper-container.home-slider .swiper-slide span.op-mob {
  display: none;
  z-index: 99;
}

.page-home main .swiper-container.home-slider .swiper-slide span.op-mob img {
  max-width: 70%;
  height: auto;
  transition: .3s;
}

.page-home main .swiper-container.home-slider .swiper-slide span.op-mob.active img {
  transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .page-home main .swiper-container.home-slider .swiper-slide .video p {
    font-size: 30% !important;
  }
  .page-home main .swiper-container.home-slider .swiper-slide .video {
    padding: 10px;
    width: 70%;
  }
  .page-home main .swiper-container.home-slider .swiper-slide .video .ajusta {
    padding-top: 10px;
  }
  .page-home main .swiper-container.home-slider .swiper-slide .txt-mob {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -9000px;
    top: 0;
    background: #015e6fe6;
    padding: 10px;
    border-radius: 5px;
    transition: .3s;
  }
  .page-home main .swiper-container.home-slider .swiper-slide .txt-mob.active {
    left: 0;
  }
  .page-home main .swiper-container.home-slider .swiper-slide span.op-mob {
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 15px);
    padding: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: #015e6f;
    font-size: 20px;
  }
}

.page-home main .swiper-container.home-slider .swiper-slide .content-slide {
  position: relative;
  padding: 20px;
  width: 500px;
  max-width: 95%;
}

.page-home main .swiper-container.home-slider .swiper-slide .content-slide a.link-cover span.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .page-home main .swiper-container.home-slider .swiper-slide .content-slide {
    padding: 10px;
  }
}

.page-home main .swiper-container.home-slider .swiper-slide .content-slide a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-home main .swiper-container.home-slider .swiper-slide .content-slide a:hover {
  color: #188174 !important;
}

.page-home main .swiper-container.home-slider .swiper-slide .content-slide .detalhe {
  background: #fff;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-home main .swiper-container.home-slider .swiper-slide .content-slide .detalhe .seta {
  position: absolute;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: -30px;
  top: calc(50% - 30px);
}

.page-home main .swiper-container.home-slider .swiper-slide .content-slide h2 {
  font-weight: 800;
  color: #fff;
  font-size: 100%;
  position: relative;
  z-index: 2;
}

.page-home main .swiper-container.home-slider .swiper-slide p {
  font-family: 'Lato', sans-serif;
  font-size: 60%;
  color: #fff;
  position: relative;
  z-index: 2;
}

.page-home main .swiper-container.home-slider .swiper-slide p a {
  font-family: 'lato', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 70%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .page-home main .swiper-container.home-slider .swiper-slide a {
    font-size: 50% !important;
  }
  .page-home main .swiper-container.home-slider .swiper-slide p {
    font-size: 60% !important;
  }
  .page-home main .swiper-container.home-slider .swiper-slide h2 {
    font-size: 80% !important;
  }
}

.page-home main .swiper-container.home-slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.page-home main .swiper-container.home-slider .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #fff;
  opacity: 1;
}

.page-home main .swiper-container.home-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
}

.page-home main article section {
  padding: 10px 0;
}

.page-home main article section h2 {
  color: #111;
  font-family: 'Gilroy';
  font-weight: 300;
  text-align: center;
  font-size: 100%;
  margin-bottom: 40px;
  display: block;
}

.page-home main article section.feed-redes .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-home main article section.feed-redes .wrap ul#lista-redes li a {
  color: #aaa;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #aaa;
  border-radius: 100%;
  font-size: 23px;
  margin: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-home main article section.feed-redes .wrap ul#lista-redes li a i {
  color: #aaa;
}

.page-home main article section.feed-redes .wrap ul#lista-redes li a:hover {
  background: #1da1f2;
  border-color: #1da1f2;
}

.page-home main article section.feed-redes .wrap ul#lista-redes li a:hover i {
  color: #fff;
}

.page-home main article section.feed-redes .wrap .box-sc {
  display: none;
}

.page-home main article section.feed-redes .wrap .box-sc#facebook {
  display: block;
}

.page-home main article section.noticias .wrap .destaques-home .with-thumbs, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-home main article section.noticias .wrap .destaques-home .with-thumbs .box-noticia, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia {
  width: 350px;
  border: 1px solid #ccc;
  margin: 10px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.page-home main article section.noticias .wrap .destaques-home .with-thumbs .box-noticia:hover, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia:hover {
  border-color: #015e6f;
}

.page-home main article section.noticias .wrap .destaques-home .with-thumbs .box-noticia:hover figure:before, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia:hover figure:before {
  opacity: 0 !important;
}

.page-home main article section.noticias .wrap .destaques-home .with-thumbs .box-noticia h3, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia h3 {
  color: #111;
  font-size: 60%;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}

.page-home main article section.noticias .wrap .destaques-home .with-thumbs .box-noticia figure, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia figure {
  width: 100%;
  position: relative;
}

.page-home main article section.noticias .wrap .destaques-home .with-thumbs .box-noticia figure:before, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia figure:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-home main article section.noticias .wrap .destaques-home .with-thumbs .box-noticia figure.video-thumb:after, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia figure.video-thumb:after, .page-home main article section.noticias .wrap .destaques-home .with-thumbs .box-noticia figure.audio-thumb:after, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia figure.audio-thumb:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  background: #f00;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.page-home main article section.noticias .wrap .destaques-home .with-thumbs .box-noticia figure.video-thumb:after, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia figure.video-thumb:after {
  background: url("../images/icon-video.png");
}

.page-home main article section.noticias .wrap .destaques-home .with-thumbs .box-noticia figure.audio-thumb:after, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia figure.audio-thumb:after {
  background: url("../images/icon-audio.png");
}

.page-home main article section.noticias .wrap .destaques-home .with-thumbs .box-noticia figure img, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia figure img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.page-home main article section.noticias .wrap .destaques-home .with-thumbs .box-noticia span.cat, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia span.cat {
  z-index: 2;
  background: #3d9c78;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 45%;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 10px 25px;
}

.page-home main article section.noticias .wrap .destaques-home .with-thumbs .box-noticia .text-descript, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia .text-descript {
  padding: 25px;
}

.page-home main article section.noticias .wrap .destaques-home .with-thumbs .box-noticia .data-post span, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia .data-post span {
  color: #777;
  font-size: 46%;
  font-family: 'Lato', sans-serif;
}

.page-home main article section.noticias .wrap .destaques-home .with-thumbs .box-noticia p, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia p {
  font-family: 'Lato', sans-serif;
  color: rgba(51, 51, 51, 0.702);
  font-size: 50%;
  line-height: 1.4;
}

.page-home main article section.noticias .wrap .destaques-home .with-thumbs .box-noticia a, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia a {
  font-weight: bold;
  font-size: 46%;
  color: #111;
  text-transform: uppercase;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-home main article section.noticias .wrap .destaques-home .with-thumbs .box-noticia a.link-titulo, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia a.link-titulo {
  font-size: 100%;
  text-transform: unset;
}

.page-home main article section.noticias .wrap .destaques-home .with-thumbs .box-noticia a:hover, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia a:hover {
  color: #015e6f;
}

.page-home main article section.noticias .wrap .destaques-home .with-thumbs .box-noticia a span, .page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-home main article section.noticias .wrap .destaques-home .with-no-thumbs .box-noticia {
  padding-top: 30px;
}

.page-home main article section.servicos-destaque {
  background: #eee;
  padding: 20px 0;
  margin: 20px 0;
}

.page-home main article section.servicos-destaque .wrap ul.servicos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-home main article section.servicos-destaque .wrap ul.servicos li.serv-box {
  width: 340px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  padding: 20px;
  margin: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.page-home main article section.servicos-destaque .wrap ul.servicos li.serv-box:hover {
  background: #23988f;
}

.page-home main article section.servicos-destaque .wrap ul.servicos li.serv-box:hover .text h3, .page-home main article section.servicos-destaque .wrap ul.servicos li.serv-box:hover .text p {
  color: #fff;
}

.page-home main article section.servicos-destaque .wrap ul.servicos li.serv-box:hover figure img {
  -webkit-filter: grayscale(100%) brightness(0%) invert(100%);
  filter: grayscale(100%) brightness(0%) invert(100%);
}

.page-home main article section.servicos-destaque .wrap ul.servicos li.serv-box .text {
  width: calc(100% - 90px);
}

.page-home main article section.servicos-destaque .wrap ul.servicos li.serv-box .text a span.cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-home main article section.servicos-destaque .wrap ul.servicos li.serv-box .text h3 {
  font-family: 'Gilroy';
  font-size: 70%;
  color: #3d9c78;
  margin: 0 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-home main article section.servicos-destaque .wrap ul.servicos li.serv-box .text p {
  font-size: 50%;
  color: #333;
  font-family: 'Lato', sans-serif;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-home main article section.servicos-destaque .wrap ul.servicos li.serv-box figure {
  width: 56px;
  height: 55px;
  margin-right: 25px;
}

.page-home main article section.servicos-destaque .wrap ul.servicos li.serv-box figure img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-home main article section.eventos {
  background: url("../images/banner-agenda.jpg") no-repeat center;
  background-size: cover;
  padding: 40px 0;
}

.page-home main article section.eventos .wrap ul.eventos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-home main article section.eventos .wrap ul.eventos li.event-box {
  width: 330px;
  height: 330px;
  background-size: cover !important;
  position: relative;
  margin: 10px;
}

.page-home main article section.eventos .wrap ul.eventos li.event-box:nth-child(2) .content-box {
  background: rgba(87, 161, 196, 0.851);
}

.page-home main article section.eventos .wrap ul.eventos li.event-box:nth-child(3) .content-box {
  background: rgba(240, 212, 51, 0.914);
}

.page-home main article section.eventos .wrap ul.eventos li.event-box:hover .content-box {
  height: 100%;
  padding: 25px;
}

.page-home main article section.eventos .wrap ul.eventos li.event-box:hover .content-box .data, .page-home main article section.eventos .wrap ul.eventos li.event-box:hover .content-box .exct {
  width: 100%;
}

.page-home main article section.eventos .wrap ul.eventos li.event-box:hover .content-box .data {
  text-align: left;
}

.page-home main article section.eventos .wrap ul.eventos li.event-box:hover .content-box .exct p {
  width: 100%;
  height: auto;
  opacity: 1;
}

.page-home main article section.eventos .wrap ul.eventos li.event-box .content-box {
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  background: rgba(205, 72, 39, 0.831);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.page-home main article section.eventos .wrap ul.eventos li.event-box .content-box .data {
  width: 80px;
  margin-right: 10px;
  text-align: center;
}

.page-home main article section.eventos .wrap ul.eventos li.event-box .content-box .data span {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 45%;
  color: #fff;
  width: 100%;
  display: block;
}

.page-home main article section.eventos .wrap ul.eventos li.event-box .content-box .data span.small {
  font-size: 35% !important;
  line-height: 1;
}

.page-home main article section.eventos .wrap ul.eventos li.event-box .content-box .exct {
  width: calc(100% - 90px);
}

.page-home main article section.eventos .wrap ul.eventos li.event-box .content-box .exct h3 {
  font-family: 'Gilroy';
  font-size: 70%;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-home main article section.eventos .wrap ul.eventos li.event-box .content-box .exct span.cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-home main article section.eventos .wrap ul.eventos li.event-box .content-box .exct p {
  height: 0;
  opacity: 0;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  color: #fff;
  font-size: 52%;
  font-family: 'Lato', sans-serif;
  line-height: 1.2;
}

.page-home main article section.banner-destaque {
  background: #eee;
  padding: 40px 0;
}

.page-home main article section.banner-destaque .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-home main article section.banner-destaque .wrap .banner {
  width: 500px;
  max-width: 95%;
}

.page-home main article section.banner-destaque .wrap .banner figure {
  width: 460px;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}

.page-home main article section.banner-destaque .wrap .banner figure img {
  max-width: 100%;
  height: auto;
}

.page-home main article section.banner-destaque .wrap .servicos-relacionados {
  width: 500px;
  max-width: 95%;
}

.page-home main article section.banner-destaque .wrap .servicos-relacionados ul.servicos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-home main article section.banner-destaque .wrap .servicos-relacionados ul.servicos li.serv-box {
  width: 400px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  padding: 20px;
  margin: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-home main article section.banner-destaque .wrap .servicos-relacionados ul.servicos li.serv-box:hover {
  background: #23988f;
}

.page-home main article section.banner-destaque .wrap .servicos-relacionados ul.servicos li.serv-box:hover .text h3, .page-home main article section.banner-destaque .wrap .servicos-relacionados ul.servicos li.serv-box:hover .text p {
  color: #fff;
}

.page-home main article section.banner-destaque .wrap .servicos-relacionados ul.servicos li.serv-box:hover figure img {
  -webkit-filter: grayscale(100%) brightness(0%) invert(100%);
  filter: grayscale(100%) brightness(0%) invert(100%);
}

.page-home main article section.banner-destaque .wrap .servicos-relacionados ul.servicos li.serv-box .text {
  width: calc(100% - 90px);
}

.page-home main article section.banner-destaque .wrap .servicos-relacionados ul.servicos li.serv-box .text h3 {
  font-family: 'Gilroy';
  font-size: 70%;
  color: #015e6f;
  margin: 0 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #3d9c78 !important;
}

.page-home main article section.banner-destaque .wrap .servicos-relacionados ul.servicos li.serv-box .text p {
  font-size: 55%;
  color: #333;
  font-family: 'Lato', sans-serif;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-home main article section.banner-destaque .wrap .servicos-relacionados ul.servicos li.serv-box figure {
  width: 56px;
  height: 55px;
  margin-right: 25px;
}

.page-home main article section.banner-destaque .wrap .servicos-relacionados ul.servicos li.serv-box figure img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-home main article section.banner-rodape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-home main article section.banner-rodape div.col {
  width: 50%;
  height: auto;
}

.page-home main article section.banner-rodape div.col img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .page-home main article section.banner-rodape div.col {
    width: 100%;
  }
}

.page-home main article section.galeria .wrap ul.galeria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-home main article section.galeria .wrap ul.galeria li {
  width: 330px;
  height: 330px;
  margin: 10px;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.8s opacity;
  transition: 0.8s opacity;
}

.page-home main article section.galeria .wrap ul.galeria li:last-child {
  margin-top: -125px;
}

@media screen and (max-width: 1169px) {
  .page-home main article section.galeria .wrap ul.galeria li:last-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 1169px) {
  .page-home main article section.galeria .wrap ul.galeria li:nth-child(3), .page-home main article section.galeria .wrap ul.galeria li:nth-child(4), .page-home main article section.galeria .wrap ul.galeria li:nth-child(5) {
    height: 195px;
  }
}

.page-home main article section.galeria .wrap ul.galeria li:hover .desc {
  height: 100%;
}

.page-home main article section.galeria .wrap ul.galeria li:hover .desc a.leia-mais {
  width: 100%;
  height: auto;
  overflow: auto;
  opacity: 1;
  text-align: center;
}

.page-home main article section.galeria .wrap ul.galeria li:hover .desc a.leia-mais span.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-home main article section.galeria .wrap ul.galeria li .desc {
  background: rgba(51, 51, 51, 0.722);
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-home main article section.galeria .wrap ul.galeria li .desc a.leia-mais {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 50%;
  opacity: 0;
  height: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.page-home main article section.galeria .wrap ul.galeria li .desc a.leia-mais:before {
  content: '';
  width: 32px;
  height: 14px;
  background: url("../images/seta-white.png") no-repeat center;
  display: inline-block;
  background-size: contain !important;
  margin-right: 5px;
}

.page-home main article section.galeria .wrap ul.galeria li .desc h3 {
  width: calc(100% - 65px);
  padding: 0 20px;
  font-family: 'Gilroy';
  font-size: 52%;
  color: #fff;
}

.page-home main article section.galeria .wrap ul.galeria li .desc span.icon {
  width: 45px;
  height: 45px;
  margin: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-home main article section.galeria .wrap ul.galeria li .desc span.icon.fotos {
  background-image: url("../images/icon-gallery.png");
}

.page-home main article section.galeria .wrap ul.galeria li .desc span.icon.videos {
  background-image: url("../images/icon-video.png");
}

.page-home main article section.galeria .wrap ul.galeria li .desc span.icon.audio {
  background-image: url("../images/icon-audio.png");
}

.mobmenu_content ul li a {
  font-family: 'Lato', sans-serif !important;
  font-size: 15px !important;
  letter-spacing: 0 !important;
}

.mob-expand-submenu i {
  padding: 2px 10px;
  top: 0 !important;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  font-size: 15px;
}

.leftmbottom {
  margin: 0 !important;
}

.leftmbottom a {
  padding: 0 !important;
}

.mob-menu-header-holder.mobmenu {
  background-image: url("../images/gradiente.png") !important;
  background-size: cover;
  background-position: center;
}

.mob-icon-menu, .mob-icon-cancel {
  color: #fff !important;
}

.leftmtop {
  margin: 0 !important;
}

.leftmtop li {
  padding: 0 !important;
}

.page-contato main article section a {
  color: #318f8a;
  border-bottom: 1px solid #318f8a;
}

.page-contato main article section form {
  background: #eee;
  padding: 40px 0;
}

.page-contato main article section form .alinha {
  width: 500px;
  max-width: 95%;
  margin: 0 auto;
}

.page-contato main article section form .placeholder {
  position: relative;
}

.page-contato main article section form .placeholder span {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.51);
  position: absolute;
  left: 15px;
  top: 10px;
  font-weight: bold;
}

.page-contato main article section form .placeholder input {
  width: 100%;
  height: 40px;
  border: none;
  margin: 5px 0;
  border-radius: 8px;
}

.page-contato main article section form textarea {
  min-height: 150px;
  width: 100%;
  border: none;
  margin: 5px 0;
  border-radius: 7px;
}

.page-contato main article section input.enviar {
  background: #015e6f;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  padding: 10px 20px;
  display: block;
  margin: 0 auto;
}

.page-tempo main article .relacionados.noticias {
  padding: 40px 0;
}

.page-tempo main article div.tempo-canoas-l h4 {
  font-family: 'Gilroy';
  font-weight: bold;
  font-size: 80%;
}

.page-tempo main article div.tempo-canoas-l {
  text-align: center;
}

.page-tempo main article section div.previsao {
  background: #eee;
  padding: 60px 0;
}

.page-tempo main article section div.previsao .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-tempo main article section div.previsao .bx {
  text-align: center;
  width: 300px;
  padding: 20px;
  max-width: 100%;
}

.page-tempo main article section div.previsao .bx figure {
  width: 70px;
  display: block;
  margin: 0 auto;
}

.page-tempo main article section div.previsao .bx figure img {
  display: block;
  max-width: 100%;
}

.page-tempo main article section div.previsao .bx p {
  color: #333;
  font-size: 65%;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  margin: 0;
}

.page-tempo main article section div.previsao .bx p.b {
  font-weight: 700;
}

.page-tempo main article section div.alinha-tempo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-tempo main article section div.alinha-tempo div.temperatura {
  padding: 20px;
  width: 370px;
  max-width: 95%;
}

.page-tempo main article section div.alinha-tempo div.temperatura div.ajusta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-tempo main article section div.alinha-tempo div.temperatura div.ajusta figure {
  margin: 5px;
}

.page-tempo main article section div.alinha-tempo div.temperatura div.ajusta p.gr {
  color: #bbb;
  font-size: 100px;
}

.page-tempo main article section div.alinha-tempo div.temperatura div.ajusta p.gr span {
  font-weight: bold;
  font-family: 'Gilroy';
}

.page-tempo main article section div.alinha-tempo div.data-tempo {
  padding: 20px;
  width: 350px;
  max-width: 100%;
}

.page-tempo main article section div.alinha-tempo div.data-tempo .alinha h3 {
  font-size: 80%;
}

.page-tempo main article section div.alinha-tempo div.data-tempo .alinha h3, .page-tempo main article section div.alinha-tempo div.data-tempo .alinha p {
  font-family: 'Lato', sans-serif;
  color: #333;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.page-tempo main article section div.alinha-tempo div.data-tempo .alinha p.min, .page-tempo main article section div.alinha-tempo div.data-tempo .alinha p.max {
  font-weight: bold;
  margin: 0;
  font-size: 65%;
}

.page-relacionadas {
  background: #c8c8c8;
  overflow: hidden;
}

.page-relacionadas p.open a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111;
  font-size: 80%;
  text-transform: uppercase;
}

.page-relacionadas p.open a:after {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url("../images/seta-down.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 6px;
}

.page-relacionadas ul#menu-departamentos {
  display: none;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0px;
  column-gap: 0px;
}

@media screen and (max-width: 1024px) {
  .page-relacionadas ul#menu-departamentos {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0px;
    column-gap: 0px;
  }
}

.page-relacionadas ul#menu-departamentos li {
  /* margin: 2px 0; */
  display: block;
  width: 100%;
}

.page-relacionadas ul#menu-departamentos li a {
  font-size: 50%;
  display: flex;
  color: #565656;
  padding: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-relacionadas ul#menu-departamentos li a:before {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url("../images/arrow-rgt.png");
  background-size: cover;
  background-position: center;
  margin-right: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 6px;
  display: inline-block;
}

.page-relacionadas ul#menu-departamentos li a:hover {
  color: #111;
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .page-relacionadas ul#menu-departamentos {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    column-gap: 0px;
  }
}

div.departamentos article a {
  color: #318f8a;
  border-bottom: 1px solid #318f8a;
}

div.departamentos article a.ver-mais.pb {
  border-bottom: none;
}

div.departamentos article div.banner-dept img {
  width: 100%;
  height: auto;
}

div.departamentos article header h1 {
  font-family: 'Gilroy';
  font-size: 100%;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0;
}

div.departamentos article section {
  margin: 50px 0;
}

div.departamentos article section p {
  color: #333;
}

div.departamentos article section.eventos ul.servicos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.departamentos article section.eventos ul.servicos li {
  width: 300px;
  margin: 10px;
  padding: 20px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

div.departamentos article section.eventos ul.servicos li:hover {
  opacity: 0.8;
}

div.departamentos article section.eventos ul.servicos li .data span {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 45%;
  color: #fff;
}

div.departamentos article section.eventos ul.servicos li a h3 {
  color: #fff;
  font-size: 80%;
}

div.departamentos article section.eventos ul.servicos li a span.cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

div.departamentos article section.eventos ul.servicos li:nth-child(3n+1) {
  background: rgba(205, 72, 39, 0.831);
}

div.departamentos article section.eventos ul.servicos li:nth-child(3n+2) {
  background: rgba(87, 161, 196, 0.851);
}

div.departamentos article section.eventos ul.servicos li:nth-child(3n+3) {
  background: rgba(240, 212, 51, 0.914);
}

div.departamentos article section .wrap h2, div.departamentos article section .wrap h3 {
  font-family: 'Gilroy';
}

div.departamentos article section .wrap h3 {
  font-size: 55%;
}

div.departamentos article section .citacao {
  background: #eee;
  padding: 40px 0;
  margin: 70px 0;
}

div.departamentos article section .citacao blockquote {
  background: url("../images/aspas.png") no-repeat center center;
  background-size: contain !important;
  font-family: 'Amiri', serif;
  font-size: 120%;
  color: #212121;
  font-style: normal;
  line-height: 1;
  text-align: center;
}

div.departamentos article section .citacao blockquote:before, div.departamentos article section .citacao blockquote:after {
  content: '';
  display: none;
}

div.departamentos article section.mapa div.map {
  display: none;
}

div.departamentos article section.mapa div.map iframe {
  height: 300px;
  width: 100%;
}

div.departamentos article section.mapa h2 {
  font-size: 70%;
  color: #111;
}

div.departamentos article section.mapa h2 a {
  color: #111;
  border-bottom: none;
}

div.departamentos article section.mapa h2:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 19px;
  background: url("../images/seta-black.png") no-repeat center center;
  background-size: contain !important;
  margin-right: 5px;
}

div.departamentos article section.responsavel {
  margin: 50px 0;
}

div.departamentos article section.responsavel .ajusta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.departamentos article section.responsavel .ajusta h2 {
  margin-top: 0;
}

div.departamentos article section.responsavel .ajusta figure {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  margin: 0 20px;
}

div.departamentos article section.responsavel .ajusta figure img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0;
}

div.departamentos article section.responsavel .ajusta div.curriculo {
  width: 600px;
  max-width: 100%;
}

div.departamentos article section.responsavel .ajusta div.curriculo h2 {
  font-size: 75%;
}

div.departamentos article section.responsavel .ajusta div.curriculo h3 {
  font-size: 50%;
}

div.departamentos article .compartilhar {
  text-align: center;
  margin: 40px 0;
}

.single-eventos main article header h1 {
  font-size: 130%;
}

.single-eventos main article header .single-image-desc {
  width: 100%;
  text-align: center;
}

.single-eventos main article header .single-image-desc figure {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.single-eventos main article header .single-image-desc figure:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
}

.single-eventos main article header .single-image-desc figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.single-eventos main article header .single-image-desc figure figcaption {
  background: rgba(78, 173, 165, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #fff;
}

.single-eventos main article section .wrap .info {
  background: #eee;
  padding: 20px;
  margin: 40px 0;
}

.single-eventos main article section .wrap .info p {
  color: #111;
  font-family: 'Lato', sans-serif;
}

.single-eventos main article section .wrap .agendas-do-mes {
  padding: 40px 0;
}

.single-eventos main article section .wrap .agendas-do-mes .alm-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-eventos main article section .wrap .agendas-do-mes .alm-listing div.event-box {
  width: 330px;
  height: 330px;
  background-size: cover !important;
  position: relative;
  margin: 10px;
}

.single-eventos main article section .wrap .agendas-do-mes .alm-listing div.event-box:nth-child(2) .content-box {
  background: rgba(87, 161, 196, 0.851);
}

.single-eventos main article section .wrap .agendas-do-mes .alm-listing div.event-box:nth-child(3) .content-box {
  background: rgba(240, 212, 51, 0.914);
}

.single-eventos main article section .wrap .agendas-do-mes .alm-listing div.event-box:hover .content-box {
  height: 100%;
  padding: 25px;
}

.single-eventos main article section .wrap .agendas-do-mes .alm-listing div.event-box:hover .content-box .data, .single-eventos main article section .wrap .agendas-do-mes .alm-listing div.event-box:hover .content-box .exct {
  width: 100%;
}

.single-eventos main article section .wrap .agendas-do-mes .alm-listing div.event-box:hover .content-box .data {
  text-align: left;
}

.single-eventos main article section .wrap .agendas-do-mes .alm-listing div.event-box:hover .content-box .exct p {
  width: 100%;
  height: auto;
  opacity: 1;
}

.single-eventos main article section .wrap .agendas-do-mes .alm-listing div.event-box .content-box {
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  background: rgba(205, 72, 39, 0.831);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.single-eventos main article section .wrap .agendas-do-mes .alm-listing div.event-box .content-box .data {
  width: 80px;
  margin-right: 10px;
  text-align: center;
}

.single-eventos main article section .wrap .agendas-do-mes .alm-listing div.event-box .content-box .data span {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 45%;
  color: #fff;
}

.single-eventos main article section .wrap .agendas-do-mes .alm-listing div.event-box .content-box .exct {
  width: calc(100% - 90px);
}

.single-eventos main article section .wrap .agendas-do-mes .alm-listing div.event-box .content-box .exct h3 {
  font-family: 'Gilroy';
  font-size: 70%;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-eventos main article section .wrap .agendas-do-mes .alm-listing div.event-box .content-box .exct p {
  height: 0;
  opacity: 0;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  color: #fff;
  font-size: 52%;
  font-family: 'Lato', sans-serif;
  line-height: 1.2;
}

.single-galerias .conteudo-video {
  text-align: center;
  margin: 30px 0;
}

#content.single-noticias .swiper-slide a, .single-galerias .swiper-slide a {
  display: block;
  border: none;
}

.single-galerias article header {
  padding: 20px 0;
}

.single-galerias article header h1 {
  font-family: 'Gilroy';
  font-size: 100%;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
}

.single-galerias article header .data-post {
  text-align: center;
}

.single-galerias article header .data-post span {
  font-size: 45%;
  color: #777;
  font-family: 'Lato', sans-serif;
}

.single-galerias article section h2 {
  font-size: 80%;
  color: #111;
}

.single-galerias article section .lista-galeria {
  margin-bottom: 40px;
}

.single-galerias article section .first-image img {
  width: 100%;
  height: auto;
  display: block;
}

.single-galerias article section .first-image figcaption {
  color: #777;
  font-size: 45%;
  text-align: right;
  padding: 5px 0;
}

#content.single-noticias article section div.swiper-container.gallery-images, .single-galerias article section div.swiper-container.gallery-images {
  padding: 0 20px;
}

#content.single-noticias article section div.swiper-container.gallery-images:before, .single-galerias article section div.swiper-container.gallery-images:before, #content.single-noticias article section div.swiper-container.gallery-images:after, .single-galerias article section div.swiper-container.gallery-images:after {
  content: '';
  position: absolute;
  width: 25px;
  background: #fff;
  height: 100%;
  display: block;
  top: 0;
  z-index: 2;
}

#content.single-noticias article section div.swiper-container.gallery-images:before, .single-galerias article section div.swiper-container.gallery-images:before {
  left: 0;
}

#content.single-noticias article section div.swiper-container.gallery-images:after, .single-galerias article section div.swiper-container.gallery-images:after {
  right: 0;
}

#content.single-noticias article section div.swiper-container.gallery-images div.swiper-slide, .single-galerias article section div.swiper-container.gallery-images div.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-noticias article section div.swiper-container.gallery-images div.swiper-slide img, .single-galerias article section div.swiper-container.gallery-images div.swiper-slide img {
  display: block;
  margin: 0;
}

.single-noticias article section div.swiper-container.gallery-images .swiper-button-next, .single-noticias article section div.swiper-container.gallery-images .swiper-button-prev, .single-galerias article section div.swiper-container.gallery-images .swiper-button-next, .single-galerias article section div.swiper-container.gallery-images .swiper-button-prev {
  width: 25px;
  height: 25px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  top: calc(70% - 12px);
}

section.galerias .wrap ul, section.galerias .wrap div.alm-reveal {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.galerias .wrap ul li, section.galerias .wrap div.alm-reveal li {
  width: 350px;
  margin: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section.galerias .wrap ul li div.data-post, section.galerias .wrap div.alm-reveal li div.data-post {
  width: 100%;
  display: block;
  text-align: left;
}

section.galerias .wrap ul li div.data-post span, section.galerias .wrap div.alm-reveal li div.data-post span {
  font-family: 'Lato', sans-serif;
  font-size: 45%;
  font-weight: bold;
  color: #777;
}

section.galerias .wrap ul li figure, section.galerias .wrap div.alm-reveal li figure {
  width: 100%;
  position: relative;
}

section.galerias .wrap ul li figure:before, section.galerias .wrap div.alm-reveal li figure:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section.galerias .wrap ul li figure img, section.galerias .wrap div.alm-reveal li figure img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}

section.galerias .wrap ul li figure span, section.galerias .wrap div.alm-reveal li figure span {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 0.7;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section.galerias .wrap ul li figure span.aud, section.galerias .wrap div.alm-reveal li figure span.aud {
  background: url("../images/icon-audio.png");
}

section.galerias .wrap ul li figure span.ft, section.galerias .wrap div.alm-reveal li figure span.ft {
  background: url("../images/icon-gallery.png");
}

section.galerias .wrap ul li figure span.vid, section.galerias .wrap div.alm-reveal li figure span.vid {
  background: url("../images/icon-video.png");
}

section.galerias .wrap ul li h3, section.galerias .wrap div.alm-reveal li h3 {
  font-size: 75%;
  color: #111;
  margin: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section.galerias .wrap ul li:hover, section.galerias .wrap div.alm-reveal li:hover {
  opacity: 0.8;
}

section.galerias .wrap ul li:hover h3, section.galerias .wrap div.alm-reveal li:hover h3 {
  color: #318f8a;
}

section.galerias .wrap ul li:hover figure span, section.galerias .wrap div.alm-reveal li:hover figure span {
  opacity: 0;
}

section.galerias .wrap ul li:hover figure:before, section.galerias .wrap div.alm-reveal li:hover figure:before {
  content: '';
  opacity: 0;
}

.single-licitacoes main article section .abertura p, .single-licitacoes main article section .abertura span, .single-licitacoes main article section .abertura strong {
  color: #111 !important;
}

.single-licitacoes main article section .resumo p {
  color: #333;
}

.single-licitacoes main article section a.btn-download {
  font-size: 70%;
  color: #55a39f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 5px 0;
}

.single-licitacoes main article section a.btn-download:before {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url("../images/download-btn-green.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.single-licitacoes main article section a.btn-download:hover {
  margin-left: 4px;
}

.single-licitacoes main article section div.anexos h3, .single-licitacoes main article section div.download-edital h2 {
  color: #111;
  font-family: 'Lato', sans-serif;
  font-size: 70%;
}

.single-licitacoes main article section div.anexos, .single-licitacoes main article section div.download-edital {
  padding: 20px 0;
}

.single-licitacoes main article section div.acompanhar-aovivo {
  text-align: center;
  padding: 20px 0 40px;
}

.single-licitacoes main article section div.acompanhar-aovivo a {
  background: #318f8a;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 60%;
  display: inline-block;
  margin: 0 auto;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-licitacoes main article section div.acompanhar-aovivo a:hover {
  opacity: 0.8;
}

div.single-noticias article a.link-jornal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.single-noticias article a.link-jornal:before {
  content: '';
  width: 25px;
  height: 20px;
  background-image: url("../images/seta-black.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

div.single-noticias article a.link-jornal:hover:before {
  margin-right: 10px;
  margin-left: 5px;
}

div.single-noticias article header .data-post {
  padding: 20px 0;
}

div.single-noticias article header .data-post span {
  font-family: 'lato', sans-serif;
  color: #777;
  font-size: 14px;
  font-weight: bold;
}

div.single-noticias article header h1 {
  font-size: 40px;
}

div.single-noticias article header .single-image-desc {
  width: 100%;
  text-align: center;
}

iframe[src*="youtube.com"] {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  /*  iframe[src*="youtube.com"] {
    height: 55vw;
  }*/
}

div.single-noticias article header .single-image-desc figure {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
}

div.single-noticias article header .single-image-desc figure:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
}

div.single-noticias article header .single-image-desc figure img {
  display: block;
  width: 100%;
  height: auto;
}

div.single-noticias article header .single-image-desc figure figcaption {
  background: rgba(78, 173, 165, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #fff;
}

div.single-noticias article header .single-image-desc .autor p {
  font-size: 40%;
  margin: 0;
  text-align: right;
  opacity: 0.5;
}

div.single-noticias article section .conteudo-principal a {
  color: #111;
  border-bottom: 1px solid #111;
}

div.single-noticias article section img {
  display: block;
  margin: 50px auto;
  max-width: 100%;
  height: auto;
}

div.single-noticias article section>p:first-child:first-letter {
  color: #f00;
  font-size: 60px;
  color: #222;
  display: inline-block;
  float: left;
  margin: 10px 15px 5px 0;
}

div.single-noticias article section blockquote {
  font-size: 22px;
  color: #015e6f;
  font-style: italic;
  padding: 30px;
  position: relative;
}

div.single-noticias article section blockquote p {
  font-family: 'Amiri', serif;
  color: #015e6f;
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 1.3;
}

div.single-noticias article section blockquote:before, div.single-noticias article section blockquote:after {
  content: '';
  height: 22px;
  width: 100%;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}

div.single-noticias article section blockquote:before {
  content: '';
  background-image: url("../images/aspas-before.png");
  bottom: 0;
}

div.single-noticias article section blockquote:after {
  content: '';
  background-image: url("../images/aspas-after.png");
  top: 0;
}

div.single-noticias article section .lista-galeria h3 {
  font-size: 75%;
}

div.single-noticias article section .related-links h3 {
  font-size: 75%;
}

div.single-noticias article section .related-links ul li a {
  font-family: 'Lato', sans-serif;
  color: #005e6d;
  font-weight: bold;
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.single-noticias article section .related-links ul li a:before {
  content: '';
  width: 25px;
  background: url("../images/seta-green.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

div.single-noticias article section .related-links ul li a:hover:before {
  margin-right: 10px;
  margin-left: 5px;
}

div.single-noticias article footer.article-footer ul.tags {
  display: block;
  width: 100%;
  text-align: center;
}

div.single-noticias article footer.article-footer ul.tags li {
  display: inline-block;
  margin: 4px;
}

div.single-noticias article footer.article-footer ul.tags li span {
  font-size: 35%;
  font-weight: bold;
  color: #fff;
  background: #015e6f;
  text-transform: uppercase;
  padding: 5px 20px;
  opacity: 0.8;
}

div.jornal-prefeitura {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 40px;
}

div.jornal-prefeitura h2 {
  font-size: 75%;
}

div.jornal-prefeitura .swiper-container.informs .swiper-wrapper .swiper-slide {
  padding: 0 25px;
}

div.jornal-prefeitura .swiper-container.informs .swiper-wrapper .swiper-slide figure {
  max-width: 100%;
  height: auto;
}

div.jornal-prefeitura .swiper-container.informs .swiper-wrapper .swiper-slide figure img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

div.jornal-prefeitura .swiper-container.informs .swiper-wrapper .swiper-slide .text a h3 {
  font-size: 50%;
  font-family: 'Lato', sans-serif;
}

div.jornal-prefeitura .swiper-container.informs .swiper-button-next, div.jornal-prefeitura .swiper-container.informs .swiper-button-prev {
  width: 27px;
  height: 27px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

div.jornal-prefeitura .swiper-container.informs .swiper-button-next.n {
  right: 0;
}

div.jornal-prefeitura .swiper-container.informs .swiper-button-prev.n {
  left: 0;
}

.page-institucional a:focus {
  border: none;
}

.page-institucional main article header.institucional {
  padding: 40px 0;
}

.page-institucional main article section {
  margin: 0;
}

.page-institucional main article section a {
  color: #318f8a;
  border-bottom: 1px solid #318f8a;
}

.page-institucional main article section form.filtro-busca {
  background: #f4f4f4;
  padding: 20px 0;
  margin: 0;
  border: none;
  border-radius: none;
}

.page-institucional main article section form.filtro-busca .alinha-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-institucional main article section form.filtro-busca .alinha-inputs input#s {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  color: #111;
  padding: 0 10px;
  font-size: 50%;
  border: none;
  height: 45px;
}

.page-institucional main article section form.filtro-busca .alinha-inputs button.submit {
  background: transparent;
  border: none;
  position: absolute;
  right: 5px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  top: 2px;
}

.page-institucional main article section form.filtro-busca .alinha-inputs .relative {
  position: relative;
  display: inline-block;
  width: 500px;
  max-width: 95%;
}

.page-institucional main article section div.wrap.enderecos div.ajusta {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

.page-institucional main article section div.wrap.enderecos div.ajusta h3 {
  font-family: 'Lato';
  font-size: 80%;
  text-transform: uppercase;
  color: #111;
}

.page-institucional main article section div.wrap.enderecos div.ajusta ul {
  padding: 10px 0;
  margin: 0;
}

.page-institucional main article section div.wrap.enderecos div.ajusta ul li p {
  margin: 0;
  font-family: 'Lato', sans-serif;
  color: #111;
  font-size: 55%;
}

.page-institucional main article section div.wrap.enderecos div.ajusta div.map {
  display: none;
}

.page-institucional main article section div.wrap.enderecos div.ajusta div.map iframe {
  height: 200px;
  width: 100%;
}

.page-institucional main article section div.wrap.enderecos div.ajusta div#mapa h3 {
  font-size: 55%;
  color: #111;
  font-family: 'Gilroy';
  text-transform: unset;
}

.page-institucional main article section div.wrap.enderecos div.ajusta div#mapa h3 a {
  color: #111;
  border-bottom: none;
}

.page-institucional main article section div.wrap.enderecos div.ajusta div#mapa h3:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 19px;
  background: url("../images/seta-black.png") no-repeat center center;
  background-size: contain !important;
  margin-right: 5px;
}

.page-institucional main article section.conteudo {
  padding: 50px 0;
}

.page-institucional main article section.conteudo p {
  color: #111;
}

.page-institucional main article section.conteudo h2 {
  font-size: 100%;
  font-weight: lighter;
  margin-top: 0;
  text-align: center;
}

.page-institucional main article section.conteudo.cinza {
  background: #eee;
  color: #111;
}

.page-institucional main article section.conteudo.galeria p {
  text-align: center;
}

.page-institucional main article section.conteudo.enderecos-mapa ul li {
  padding: 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.page-institucional main article section.conteudo.enderecos-mapa ul li h3 {
  font-size: 80%;
  margin: 0;
}

.page-institucional main article section.conteudo.enderecos-mapa ul li .resumo-endereco p {
  color: #838383;
}

.page-institucional main article section.conteudo.enderecos-mapa ul li .map {
  width: 100%;
  height: 250px;
}

.page-institucional main article section.conteudo.enderecos-mapa ul li .map iframe {
  width: 100%;
  height: 100%;
}

.page-institucional main article section.conteudo.galeria a {
  display: block;
  color: #111;
  border-bottom: none;
}

.page-institucional main article section.conteudo.galeria h3 {
  font-size: 80%;
  color: #111;
}

.page-institucional main article section.conteudo.galeria .first-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-institucional main article section.conteudo.galeria .first-images .ajusta {
  margin: 10px;
}

.page-institucional main article section.conteudo.galeria .first-images img {
  width: 100%;
  height: auto;
  display: block;
}

.page-institucional main article section.conteudo.galeria .first-images figcaption {
  color: #777;
  font-size: 45%;
  text-align: right;
  padding: 5px 0;
}

.page-institucional main article section.conteudo.galeria div.swiper-container.gallery-images {
  padding: 0 20px;
}

.page-institucional main article section.conteudo.galeria div.swiper-container.gallery-images:before, .page-institucional main article section.conteudo.galeria div.swiper-container.gallery-images:after {
  content: '';
  position: absolute;
  width: 25px;
  background: #fff;
  height: 100%;
  display: block;
  top: 0;
  z-index: 2;
}

.page-institucional main article section.conteudo.galeria div.swiper-container.gallery-images:before {
  left: 0;
}

.page-institucional main article section.conteudo.galeria div.swiper-container.gallery-images:after {
  right: 0;
}

.page-institucional main article section.conteudo.galeria div.swiper-container.gallery-images div.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-institucional main article section.conteudo.galeria div.swiper-container.gallery-images div.swiper-slide img {
  display: block;
}

.page-institucional main article section.conteudo.galeria div.swiper-container.gallery-images .swiper-button-next, .page-institucional main article section.conteudo.galeria div.swiper-container.gallery-images .swiper-button-prev {
  width: 25px;
  height: 25px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  top: calc(70% - 12px);
}

.page-institucional main article section.arquivos-horizontal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-institucional main article section.arquivos-horizontal ul li {
  width: 300px;
  overflow: hidden;
  margin: 10px;
}

.page-institucional main article section.arquivos-horizontal ul li img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}

.page-institucional main article section.arquivos-horizontal ul li p {
  font-family: 'Lato', sans-serif;
  color: #333;
  font-size: 50%;
  font-weight: bold;
}

.page-institucional main article section.mapa_2 div.map_2 {
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.page-institucional main article section.mapa_2 div.map_2.active {
  height: 300px;
}

.page-institucional main article section.mapa_2 div.map_2 iframe {
  height: 300px;
  width: 100%;
}

.page-institucional main article section.mapa_2 h2 {
  font-size: 70%;
  color: #111;
  font-weight: bold;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-institucional main article section.mapa_2 h2:hover {
  opacity: 0.8;
}

.page-institucional main article section.mapa_2 h2:hover:before {
  content: '';
  margin-right: 9px;
}

.page-institucional main article section.mapa_2 h2:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 19px;
  background: url("../images/seta-black.png") no-repeat center center;
  background-size: contain !important;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dowload-manual {
  padding: 20px 0;
}

.dowload-manual a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gilroy';
  font-size: 80%;
  font-weight: bold;
  color: #111;
  border-bottom: none;
}

.dowload-manual a:after {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url("../images/download-btn.png");
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-filter: invert(1);
  filter: invert(1);
}

main div.banner-servicos {
  max-width: 100%;
  text-align: center;
}

main div.banner-servicos img, .single-servicos img {
  max-width: 100%;
  height: auto;
}

.single-servicos main article div.conteudo.lista-anexo .box {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0 30px;
}

.single-servicos main article div.conteudo.lista-anexo ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3d9691;
  font-size: 65%;
  font-family: 'Lato', sans-serif;
}

.single-servicos main article div.conteudo.lista-anexo ul li a:before {
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #f00;
  margin: 0 10px 0 0;
  background: url("../images/download-btn-green.png") no-repeat center;
  background-size: 80% !important;
}

.single-servicos main article div.conteudo.lista-anexo h3 {
  text-transform: uppercase;
  color: #202020;
  font-size: 75%;
}

.single-servicos main article section a {
  color: #318f8a;
  border-bottom: 1px solid #318f8a;
}

.single-servicos main article section.conteudo {
  padding: 40px 0;
}

.single-servicos main article section.conteudo h2 {
  font-weight: lighter;
  font-size: 100%;
  text-align: center;
}

.single-servicos main article section.conteudo p {
  color: #111;
}

.single-servicos main article section.cinza {
  background: #ddd;
  color: #111;
}

div.not-found {
  text-align: center;
  padding: 0 0 20px;
}

div.not-found p, div.not-found h3 {
  color: #707070;
}

div.not-found a.cinza-l {
  color: #FFF;
  background: #707070;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .compartilhar {
    bottom: 0;
    top: unset;
    width: 100%;
    padding: 0;
    margin: 0 !important;
  }
  .compartilhar .addtoany_shortcode div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .compartilhar .addtoany_list a {
    width: auto;
  }
}

.single-image-desc .autor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-image-desc .autor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-image-desc .autor a {
  color: #888888;
  font-size: 12px;
}

.page-institucional section img {
  max-width: 100%;
  height: auto;
}

.info-footer .adm, .info-footer .cnt, .info-footer .atd {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.mob-menu-left-panel li, .leftmbottom, .leftmtop {
  position: relative !important;
}

.mob-expand-submenu {
  position: absolute !important;
  width: 100% !important;
}

.mob-expand-submenu i {
  float: right;
}

.mobmenu_content ul li {
  position: relative;
}

.mobmenu_content ul li:before {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #dddddd80;
  top: 100%;
  content: '';
  left: 0;
}

section span.up {
  font-size: 65px;
  display: inline-block;
  float: left;
  line-height: 1;
  margin-right: 25px;
  margin-bottom: 10px;
  font-weight: normal;
}

.modaal-gallery-label.custom {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #0009;
  top: 0;
  padding: 5px;
}

body.home .modaal-content-container img {
  max-width: 100%;
  height: auto;
}

body.home .modaal-container {
  background: transparent;
  box-shadow: none;
}

div.anexos.global {
  padding: 20px 0;
}

div.anexos.global h3 {
  color: #111;
  font-family: 'Lato', sans-serif;
  font-size: 70%;
}

div.anexos.global li a.btn-download {
  font-size: 70%;
  color: #55a39f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 5px 0;
}

div.anexos.global li a.btn-download:before {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url("../images/download-btn-green.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

div.anexos.global li a.btn-download:hover {
  margin-left: 4px;
}

.menu-acessibilidade ul li select {
  font-size: 11px;
  margin: 0;
  display: block;
  height: 19px;
}

.page-contato .mapa iframe {
  width: 100% !important;
  max-width: 100%;
}

#content .anexos.global ul.arquivos li a.btn-download {
  border-bottom: unset;
}

#content.page-institucional .conteudo.arquivos-horizontal ul li a {
  text-align: center;
}

.archive-servicos section h2, .single-servicos section.servicos.related h2 {
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
}

a.fechar-pop {
  position: absolute;
  right: -10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: red;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  padding: 0;
  z-index: 9998;
}

div#pop-up .alinha-pop a.fechar-pop img {
  transform: rotate(135deg);
  width: 65%;
}

div#pop-up {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #111c;
  left: 0;
  top: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div#pop-up .alinha-pop {
  /*height: 80%;*/
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div#pop-up .alinha-pop img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: auto;
  height: auto;
}

/* últimas alterações  */

/*.info img.wp-image-15657.aligncenter {
    width: 100%;
    height: 100%;
}*/

div.conteudo.video .video-container {
  width: auto !important;
}

img.wp-image-15657.aligncenter {
  width: 100%;
  height: auto;
}

img.wp-image-18721.alignleft {
  display: block;
  max-width: 100%;
  height: auto;
}

/*INICIO Alterações 01/08/2019*/

.hidden-box {
  display: none !important;
}

#filtro-mes {
  border-radius: 5px;
  background: #015e6f;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  margin: 5px;
  font-size: 60%;
  border: none;
  height: 45px;
}

/*FIM Alterações 01/08/2019*/

/* INICIO Alterações 04/09/2019 */

.type-eventos .info img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  #hotsite .swiper-container.hotsites {
    height: 200px !important;
  }
  #hotsite .swiper-container.hotsites .swiper-wrapper {
    height: 200px !important;
  }
}

/* FIM Alterações 04/09/2019 */

/*INICIO Alterações 11/09/2019*/

.termos_privacidade a {
  color: white;
}

/* FIM Alterações 11/09/2019 */

.content-corona {
  width: 900px;
  max-width: 100%;
  margin: 0 auto 2em;
}

.content-corona li {
  font-size: 15px;
  line-height: 1.8em;
}

.content-corona h2 {
  font-size: 25px;
}

/* INICIO Alterações 16/06/2020 */

.invisivel {
  display: none;
}

.fx {
  display: flex;
}

.listar-cat {
  width: 33%;
  background: #fff;
  border-radius: 8px;
  padding: 11px 10px;
  font-size: 14px;
  color: #888888;
  max-height: 42px;
  z-index: 2;
  position: relative;
}

.icon-desce {
  height: 16px;
  width: 16px;
  position: absolute;
  right: 10px;
  top: 15px;
}

.icon-desce img {
  max-width: 100%;
  max-height: 100%;
}

.sub-menu-cat-serv {
  background-color: #fff;
  padding: 10px;
  transition: 0.3s;
}

.servicos-listas .wrap {
  align-items: center;
}

.sub-menu-cat-serv .menu-item-3182 a {
  display: none;
}

.sub-menu-cat-serv .menu-item-3182 .sub-menu a {
  display: block;
}

.listar-tax {
  width: 33%;
  background: #fff;
  border-radius: 8px;
  padding: 11px 10px;
  font-size: 14px;
  color: #888888;
  max-height: 42px;
  z-index: 2;
  position: relative;
  margin-left: 10px;
}

.sub-menu-tax-serv {
  background-color: #fff;
  padding: 10px;
  transition: 0.3s;
}

.search-box-servicos-archive {
  width: 33%;
}

.sub-menu-tax-serv .menu-item-35 {
  display: none;
}

.sub-menu-tax-serv .menu-item-59 {
  display: none;
}

.sub-menu-tax-serv .menu-item-65 {
  display: none;
}

.serv-box .text h4 {
  font-size: 14px;
  color: #888888;
  margin: 0;
}

.serv-box:hover .text h4 {
  color: white;
  transition: 0.3s;
}

.duvidas h2 {
  color: #3d9691;
  font-size: 22px;
  font-family: sans-serif;
  font-weight: normal;
  margin-top: 40px;
}

.serv-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.serv-btn-box {
  font-size: 18px;
  width: 50%;
  text-align: center;
  background: #1da1f2;
  margin: 20px 0;
  border-radius: 14px;
  color: white;
  font-weight: bold;
  transition: 0.3s;
}

.serv-btn-box:hover {
  background: #3d9691;
}


.boxes-adjuntos {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 1em 0 0;
    border-top: 1px solid #ddd;
    margin: 1em 0 0;
}
.box-adjuntos {
    display: inline-block;
    margin: 0 1em 1em;
    min-width: 200px;
}
.box-adjuntos h2 {
    font-size: 75%;
}
h2.title-adjunto {
    font-size: 25px;
    width: 100%;
    margin: 1em 0 2em;
}
.box-adjuntos h2 {
    margin: 0.8em 0 0 !important;
}
.boxes-adjuntos.diretores {
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.box-adjuntos figure {
    margin: 0 auto 5px !important;
}
.gallery-images .swiper-slide {
    cursor: pointer;
    opacity: 0.7;
}
.gallery-images .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    opacity: 1;
}

section.numbers-counter {
    background: #eee;
    padding: 50px 0;
    margin-top: 0;
}
section.numbers-counter .counter-item {
    width: 270px;
    max-width: 100%;
    margin: 20px;
    position: relative;
    min-height: 200px;
    justify-content: center;
    z-index: 1;
}
section.numbers-counter .counter-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    border: 2px solid #2c4337;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 10px;
}
section.numbers-counter .counter-item>div {
    background: #eee;
    width: 220px;
    text-align: center;
    max-width: 100%;
    padding-top: 25px;
}
section.numbers-counter .counter-item h3 {
    font-size: 50px;
    color: #2c4337;
    font-weight: 800;
    margin: 0;
    line-height: .8;
}
section.numbers-counter .counter-item h3 span.green {
    color: #a6c365;
}
section.numbers-counter .counter-item p {
    font-size: 20px;
    font-weight: 800;
    color: #2c4337;
    margin: 20px 0 0;
    text-align: center;
}
.wrap.fx.center-start {
    justify-content: center;
}
.page-id-56599 .swiper-container.stories {
    display: inline-block !important;
}
.swiper-container.stories {
    width: 450px;
    max-width: 100%;
    padding: 1em 0 0;
}
.box-stories p {
    font-size: 12px;
    margin: 0;
        line-height: 1.2em;
}
.box-stories {
    padding: 0;
    text-align: center;
}
.box-stories img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #3d9c78;
    margin: 0 0 -8px !important;
}





















@media only screen and (max-width: 667px) {
  .listar-cat a {
    font-size: 10px;
  }
  .listar-tax a {
    font-size: 10px;
  }
  .gallery-images-full .swiper-slide {
    height: 300px;
  }
  .gallery-images-full .swiper-slide img {
    max-width: 100%;
    height: auto;
  }
  section#counter .wrap.fx.center-start {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  section.numbers-counter .counter-item {
    margin: 20px auto;
  }
  .page-template-page-modelo-hotsites .compartilhar {
    display: none;
  }
  section.numbers-counter .wrap.fx.center-start {
     display: inline-block;
     text-align: center;
     width: 100%;
  }

  .page-template-page-modelo-hotsites table tr {
      display: flex;
  }
  .page-template-page-modelo-hotsites table td {
      width: auto !important;
      min-width: 100px;
  }
  .page-template-page-modelo-hotsites tbody {
    display: inline-block;
    max-width: 100%;
    width: 100%;
  }
  .page-template-page-modelo-hotsites table {
    width: 100% !important;
  }
  #hotsite section.sec-hotsite {
    display: inline-block;
    width: 100%;
  }
  .swiper-container.stories {
    padding: 1em 0 1em;
  }
}
