/* CLEAR */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

/* BASE */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.bloco-newsletter hr {
  max-width: 90%;
  margin-bottom: 5pc;
}

.imagem-topo-news {
  width: 100%;
  height: auto;
  min-height: 200px;
  background-size: cover;
  background-position: center;
}

.bloco-newsletter {
  max-width: 900px;
  text-align: justify;
}

.content-newsletter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body {
  margin: 0;
}

.barra-grande-menu.sanfona5 {
  height: auto;
  font-size: 14px;
}

/* LINKS */

a {
  background: transparent;
  outline: none !important;
}

a:focus {
  outline: none !important;
}

a:active, a:hover {
  outline: 0;
}

.content-slide a {
  font-family: 'Raleway';
  color: white !important;
}

/* TYPOGRAPHY */

@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/Awesome.eot');
  src: url('../fonts/Awesome.eot?#iefix') format('embedded-opentype'), url('../fonts/Awesome.woff') format('woff'), url('../fonts/Awesome.ttf') format('truetype'), url('../fonts/Awesome.svg#Awesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold_1.ttf');
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Regular.ttf');
}

/*@font-face {
      font-family: 'Font Name';
      src: url('../fonts/font-name.eot');
      src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
          url('../fonts/font-name.woff') format('woff'),
          url('../fonts/font-name.ttf') format('truetype'),
          url('../fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }*/

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong, .strong {
  font-weight: bold;
}

dfn, em, .em {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
  max-width: 30%;
}

.fx.ner-news {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fx.ner-news div {
  width: 220px;
  margin-right: 5px;
}

*, p {
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  word-break: none;
  font-feature-settings: initial !important;
}

body p, body li {
  font-family: 'Roboto' !important;
}

body span {
  font-family: 'Roboto' !important;
}

body a {
  font-family: 'Roboto' !important;
  text-decoration: none;
}

#historia ul {
  left: 30px;
  position: relative;
}

body a:hover {
  opacity: 0.5;
}

body h2 {
  position: relative;
  z-index: 1;
  font-family: raleway;
}

.titulo.news-titulo {
  margin-top: 2pc;
  background-color: #24845F;
  border-radius: 50px;
}

.titulo.news-titulo h2 {
  color: #eee !important;
}

body h1 {
  position: relative;
  z-index: 1;
  font-family: raleway !important;
}

body h3 {
  font-family: raleway !important;
}

body h4 {
  font-family: raleway !important;
}

body h5 {
  font-family: raleway !important;
}

body h6 {
  font-family: raleway !important;
}

body h1, body h2, body h3, body h4, body h5, body p {
  word-wrap: normal!important;
  -webkit-hyphens: none!important;
  -ms-hyphens: none!important;
  hyphens: none!important;
}

pre {
  margin: 0;
}

section.pub-banner.center img {
  margin: 0 auto;
}

.pub-banner.center {
  margin-top: -11pc;
  margin-bottom: -11pc;
  position: relative;
  z-index: 1;
}

.cotacao-iframe {
  width: 100%;
  height: auto;
  min-height: 200px;
  position: relative;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

.cock-evento {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #55BE72;
  padding: 5px;
  color: #eee;
  width: 100%;
  max-width: 100%;
}

.cock-evento p, .cock-evento b {
  margin: 0 !important;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before, q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/* LISTS */

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

menu {
  padding: 0 0 0 40px;
}

ol, ul {
  padding: 0;
  list-style-type: none;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* EMBEDDED CONTENT */

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* FIGURES */

figure {
  margin: 0;
}

/* FORMS */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* TABLES */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.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;
}

span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
  font-style: italic;
}

/* MOBILE GRID STYLES */

@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}

/* PORTRAIT TABLET TO LANDSCAPE */

@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}

/* LANDSCAPE TO SMALL DESKTOP */

@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}

/* BOX SIZING */

.last-col {
  float: right;
  padding-right: 0 !important;
}

/* IMPORTING MODULES */

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/* BUTTON DEFAULTS */

.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: white;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  transition: background-color 0.14s ease-in-out;
}

.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  color: white;
  text-decoration: none;
}

.blue-btn:active, .comment-reply-link:active, #submit:active {
  top: 1px;
}

.blue-btn, .comment-reply-link, #submit {
  background-color: #2980b9;
}

.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  background-color: #2574a8;
}

.blue-btn:active, .comment-reply-link:active, #submit:active {
  background-color: #2472a4;
}

/* INPUTS */

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #5c6b80;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #eaedf2;
  transition: background-color 0.24s ease-in-out;
  min-width: 200px;
}

input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
  background-color: #f7f8fa;
}

input[type="text"].error, input[type="text"].is-invalid, input[type="password"].error, input[type="password"].is-invalid, input[type="datetime"].error, input[type="datetime"].is-invalid, input[type="datetime-local"].error, input[type="datetime-local"].is-invalid, input[type="date"].error, input[type="date"].is-invalid, input[type="month"].error, input[type="month"].is-invalid, input[type="time"].error, input[type="time"].is-invalid, input[type="week"].error, input[type="week"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="url"].error, input[type="url"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, input[type="tel"].error, input[type="tel"].is-invalid, input[type="color"].error, input[type="color"].is-invalid, select.error, select.is-invalid, textarea.error, textarea.is-invalid, .field.error, .field.is-invalid {
  color: #e43f46;
  border-color: #e43f46;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFW…7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}

input[type="text"].success, input[type="text"].is-valid, input[type="password"].success, input[type="password"].is-valid, input[type="datetime"].success, input[type="datetime"].is-valid, input[type="datetime-local"].success, input[type="datetime-local"].is-valid, input[type="date"].success, input[type="date"].is-valid, input[type="month"].success, input[type="month"].is-valid, input[type="time"].success, input[type="time"].is-valid, input[type="week"].success, input[type="week"].is-valid, input[type="number"].success, input[type="number"].is-valid, input[type="email"].success, input[type="email"].is-valid, input[type="url"].success, input[type="url"].is-valid, input[type="search"].success, input[type="search"].is-valid, input[type="tel"].success, input[type="tel"].is-valid, input[type="color"].success, input[type="color"].is-valid, select.success, select.is-valid, textarea.success, textarea.is-valid, .field.success, .field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}

input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="month"][disabled], input[type="month"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="week"][disabled], input[type="week"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="color"][disabled], input[type="color"].is-disabled, select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/*FLEX GRID CLASSES*/

.fx {
  display: flex;
}

.fx-center {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.fx-center-top {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.fx-center-bottom {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.fx-rw {
  flex-flow: row wrap;
}

.fx-cl {
  flex-flow: column;
}

.fx-space {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.fx-left {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.fx-right {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.cover {
  background-size: cover !important;
}

/* GENERAL STYLES */

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #5c6b80;
  -webkit-font-smoothing: antialiased;
}

/* LINK STYLES */

a, a:visited {
  color: #111111;
}

a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #111111;
}

a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* ONDAWEB WORDPRESS BODY CLASSES */

label.error {
  color: red;
  position: absolute;
  margin-left: -23px;
  margin-top: 9px;
}

/**
ANIMAÇÕES
**/

.animate {
  overflow: hidden;
}

.fadeInRight {
  position: relative;
  right: 100px;
  opacity: 0;
  transition: 0.6s 0.8s;
}

.fadeInLeft {
  position: relative;
  left: 100px;
  opacity: 0;
  transition: 0.6s 0.8s;
}

.animate h2.page-title, .animate h1.page-title, .animate h2, .animate h3, .animate h1, .animate img, .animate a {
  bottom: -30px;
  position: relative;
  opacity: 0;
  transition: 0.4s;
}

.animate p {
  bottom: -50px;
  position: relative;
  opacity: 0;
  transition: 0.4s;
}

.fadeInUp {
  bottom: -50px;
  position: relative;
  opacity: 0;
  transition: 0.6s;
}

.box-link:nth-child(2), .time-1 {
  /* Safari */
  transition-delay: 0.4s;
}

.box-link:nth-child(3), .time-2 {
  /* Safari */
  transition-delay: 0.6s;
}

.box-link:nth-child(4), .time-3 {
  /* Safari */
  transition-delay: 0.8s;
}

.box-link:nth-child(5), .time-4 {
  /* Safari */
  transition-delay: 1s;
}

.box-link:nth-child(6), .time-5 {
  /* Safari */
  transition-delay: 1.4s;
}

.box-link:nth-child(7), .time-6 {
  /* Safari */
  transition-delay: 1.4s;
}

.box-link:nth-child(8), .time-7 {
  /* Safari */
  transition-delay: 1.6s;
}

/**
END ANIMAÇÕES
**/

#menu-principal {}

#menu-principal li {}

#menu-principal li a {
  color: #000;
}

#menu-principal li.current-menu-item a, #menu-principal li a:hover {
  color: #333;
  text-decoration: none;
}

.copyright {
  text-align: center;
}

.copyright img {
  position: relative;
  top: 3px;
}

ul.bxslider {
  margin: 0px;
}

.home-slider {
  width: 100%;
  height: 600px;
}

.content-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-slide {
  display: flex;
  width: 80%;
  color: white;
  text-transform: uppercase;
  font-size: 35px;
  font-family: 'Raleway';
}

.content-slide p {
  font-family: 'Raleway' !important;
}

.swiper-pagination-bullet {
  width: 68px !important;
  height: 8px !important;
  background-color: #98B0CB !important;
  border: white 1px solid !important;
  border-radius: 0 !important
}

.titulo-infos {
  display: flex;
  justify-content: center;
  align-content: center;
}

.vertical.class1.submit.submit-button-td {
  position: relative;
  top: -4px;
}

.anchor-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titulo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}

.content-geral-midias {
  width: 350px;
  height: 350px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  margin-right: 50px;
  position: relative;
  border: 3px solid transparent;
}

.content-midias {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.barra-verde-midia {
  background-image: url('../images/fundo_campanhas.png');
  width: 100%;
  height: 45%;
  position: absolute;
  bottom: 0;
  transition: 0.5s;
}

.barra-verde-midia:hover {
  height: 100%;
  transition: 0.5s;
  border-radius: 0px 0px 0px 0px;
}

.icon-midias {
  width: 45px;
  height: 45px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}

.barra-verde-midia {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 100% 100% 0px 0px;
}

.fotos-sindag {
  background-image: url('../images/image-midia.png');
}

.video-sindag {
  background-image: url('../images/video-midia.png');
}

.podcasts-sindag {
  background-image: url('../images/podcasts.png');
}

.barra-verde-midia h3 {
  max-width: 50% !important;
  font-size: 15px !important;
  color: white !important;
}

.imagem-galeria-multimidia {
  width: 250px;
  min-height: 250px;
  height: auto;
  margin-bottom: 10px;
  margin-left: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.content-fotos-galeria-multimidia {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.midias {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.content-iframe iframe {
  width: 500px;
  height: 260px;
}

.diass {
  position: absolute;
  right: 0 !important;
  color: white;
  font-size: 14px;
  font-family: opensans;
  text-align: center;
  margin-right: 14pc;
  margin-top: -78px;
}

/* #menu-item-760 a::first-letter {
  text-transform: uppercase;
} */

.infos div {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.infos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.content-info img {
  width: 25px;
  height: 25px;
  margin-right: 1pc;
  margin-left: 10pc;
}

.form-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}

.form-news input {
  margin-right: 1pc;
}

.content-news {
  text-align: left;
}

#newsletter {
  height: 230px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image: url('../images/news.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.content-news h2 {
  color: white !important;
  font-family: raleway;
  font-size: 38px;
}

.form-news input {
  background: transparent;
  border-bottom: 3px solid white;
}

.content-news p {
  color: white;
  font-size: 17px;
}

.enviar-newsletter {
  border: transparent !important;
  color: transparent;
  height: 27px;
  width: 27px;
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-image: url(../images/enviar.png) !important;
}

#inner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav li a:hover {
  color: green !important;
  text-decoration: none !important;
}

.nav li a:checked {
  color: green !important;
}

.wrap.center.form-header {
  position: relative;
  left: -19pc;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .wrap.center.form-header {
    left: 0;
  }
}

#searchform {
  position: absolute;
  right: 0;
  margin-right: 20px;
}

#searchform div {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}

#searchsubmit {
  background-color: transparent;
  color: transparent;
  width: 12px;
  height: 12px;
  border: transparent;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/lupa.png');
  left: -9px;
  position: relative;
}

#s {
  background: transparent;
}

.screen-reader-text {
  width: 200px;
  border-bottom: 1px solid white;
  position: absolute;
  top: 40px;
}

.bloco-conteudo {
  width: 293px;
  height: 348px;
  text-align: left;
}

.imagem-topo-bloco-noticia {
  width: 100%;
  height: 205px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -5px;
  border: transparent;
  position: absolute;
}

.topo-bloco-noticia {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  width: 100%;
  margin-top: 13pc;
}

.bloco-noticia {
  width: 23%;
  height: 406px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 5pc;
  /* margin-left: 1pc;
  margin-right: 1pc; */
  background-color: #f1f1f1;
  border: transparent;
  margin-left: 5px;
}

.fundo-bloco-noticia span {
  position: absolute;
  right: 0;
  margin-right: 12px;
  bottom: 0;
  width: 80px;
  text-transform: uppercase;
}

.ver-mais a {
  text-decoration: none !important;
  text-transform: uppercase;
}

#linha_tempo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.anos::after {
  content: '';
  width: 5px;
  height: 5px;
  background: black;
  z-index: 1;
  position: absolute;
  top: 27px !important;
}

.turismo {
  margin-top: 6pc !important;
}

.risco {
  width: 60%;
  height: 5px;
  background: #0000002e;
  position: relative;
  top: -21px;
}

.anos a:hover {
  color: #4dd94d;
}

.content-noticias-home {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap !important;
}

.topo-bloco-noticia p {
  margin-left: 5px !important;
  margin-right: 5px !important;
  text-decoration: none !important;
  text-transform: none !important;
  color: black;
}

.cate-topo {
  width: 100px;
  height: 30px;
  background-image: url('../images/cats.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  color: white;
  display: flex;
  justify-content: center;
}

.meio-content-noticia p {
  margin-left: 5px !important;
  color: black;
  text-align: left;
}

.meio-content-noticia {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.fundo-bloco-noticia a {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  color: #00762C;
}

.fundo-bloco-noticia {
  width: 100%;
  position: relative;
  height: 20px;
}

.ver-mais.center a {
  color: #013C80;
  font-size: 20px;
}

.ver-mais {
  margin-bottom: 5pc;
  position: relative;
  z-index: 2;
}

.content-eventos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5pc;
  flex-wrap: wrap;
}

.imagem-topo-bloco-evento {
  width: 100%;
  height: 237px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  transition: 0.5s;
  max-width: 100%;
  background-position: center;
}

.imagem-topo-bloco-evento:hover {
  opacity: 1;
  transition: 0.5s;
}

.fim-bloco-evento {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}

.content-resumo {
  margin-bottom: 7pc !important;
}

.local-evento {
  width: 80%;
  text-align: left;
}

.local-evento h3 {
  font-size: 20px;
  color: black;
  font-family: raleway;
}

.local-evento p {
  font-size: 18px;
}

.data-evento h2 {
  font-size: 52px;
  color: black;
  position: relative;
  top: -15px;
}

.data-evento p {}

.bloco-evento {
  border: transparent;
  background-color: #f1f1f1;
  width: 285px;
  max-width: 100%;
  margin-right: 15px !important;
  height: auto;
  min-height: 550px;
}

.kekst:hover {
  opacity: 1 !important;
}

.kekst {
  width: 100%;
  height: 205px;
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0.5 !important;
}

.data-evento {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.data-evento h2 {
  margin: 0 !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.banner-anuncio {
  background-image: url('../images/banners-anuncios.png');
  background-size: 100% 100%;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5pc;
}

#filtro-colunas .wrap {
  flex-wrap: wrap;
}

.content-anuncios {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  text-transform: uppercase;
  color: white;
  font-size: 15px;
}

.content-anuncios h1 {
  font-family: 'Raleway';
}

.content-anuncios img {
  width: 248px;
  height: 331px;
}

#filtro-colunas a {
  margin-left: 2pc;
  margin-bottom: 2pc;
  text-decoration: none;
  text-transform: uppercase;
}

.content-colunas-home {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.imagem-topo-bloco-colunas {
  width: 175px !important;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  min-height: 175px !important;
  margin-top: 5px;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 100%;
}

.bloco-coluna-tax p {
  font-size: 13px;
  margin-top: 10px;
}

.moldura {}

.bloco-coluna {
  width: 292px;
  height: auto;
  margin-bottom: 2pc;
  border: transparent;
  margin-right: 7px;
  min-height: 400px;
  position: relative;
  background-color: #eeeeee;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
}

.bloco-fatos {
  width: 293px;
  height: 369px;
  margin-bottom: 2pc;
  box-shadow: 4px 4px 1px #013C8047;
  margin-right: 7px;
}

.bloco-fatos a {
  color: #00762C;
  text-decoration: none;
  text-transform: uppercase;
}

.bloco-coluna a {
  color: #00762C !important;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  left: 115px;
}

.source-org.copyright {
  margin-top: 5pc;
}

.imagem-meio-bloco-publicaoes {
  width: 100%;
  height: 175px;
  background-repeat: no-repeat;
  background-size: cover;
}

.topo-bloco-publicoes {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 50px;
  align-items: center;
}

.topo-bloco-publicoes p {
  margin: 0 !important;
}

.bloco-publicaçao {
  width: 270px;
  height: 400px;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 35px;
}

.redes-sociais h2 {
  margin-bottom: 5pc;
}

.meio-content-publicacoes {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 25%;
  text-align: left;
  margin-top: 10px;
}

.bloco-publicaçao a {
  width: 100%;
}

.redes-sociais .ver-mais {
  margin-top: 5pc;
}

.fundo-bloco-publicacoes {
  display: flex;
  width: 100%;
  height: 69px;
  justify-content: end;
  align-items: center;
}

.fundo-bloco-publicacoes div {
  margin-right: 1pc;
}

.youtube {
  width: 25px;
  height: 17px;
  background-image: url('../images/youtube-icon.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.facebook {
  width: 25px;
  height: 25px;
  background-image: url('../images/facebook-ico.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.link-externo {
  width: 25px;
  height: 25px;
  background-image: url('../images/externo-ico.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.linkedin {
  width: 25px;
  height: 25px;
  background-image: url('../images/linkedin-icon.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.twitter {
  width: 25px;
  height: 25px;
  background-image: url('../images/twitter-ico.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.instagram {
  width: 25px;
  height: 25px;
  background-image: url('../images/instagram-ico.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-social-media {
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-tudo-midia {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-left: -5pc;
}

.contain-social-icons div {
  margin-top: 10px;
}

#noticias h2 {
  font-family: Raleway;
  color: black;
  font-size: 35px;
  margin-top: 5pc;
  margin-bottom: 5pc;
}

#eventos h2 {
  font-family: Raleway;
  color: black;
  font-size: 35px;
  margin-top: 5pc;
  margin-bottom: 5pc;
}

#colunistas h1 {
  font-family: Raleway;
  color: black;
  font-size: 35px;
  margin-top: 5pc;
  margin-bottom: 5pc;
}

.data-evento h2 {
  font-size: 51px !important;
  -webkit-margin-after: 25px !important;
  margin-block-end: 25px !important;
}

.titulo-infos h2 {
  color: black;
  font-size: 35px;
  font-family: raleway;
  margin-top: 5pc;
  margin-bottom: 2pc;
}

.redes-sociais h2 {
  font-family: raleway;
  font-size: 35px;
}

.aviao-titulo {
  background-image: url('../images/aviao-titulo.png');
  width: 25%;
  height: 35px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: absolute;
  top: 6pc;
}

#noticias {
  position: relative;
}

.titulo h2 {
  text-transform: uppercase;
  font-size: 35px;
  color: black;
  font-family: raleway;
  margin-top: 5pc;
  margin-bottom: 5pc;
}

.estudos-cientificos-e-boas-praticas {
  text-align: justify;
}

.estudos-cientificos-e-boas-praticas img {
  width: 50%;
  height: 330px !important;
  box-shadow: 10px 10px 1px #013C8047;
}

.contain-arigos {
  display: flex;
  flex-wrap: wrap;
}

.bloco-artigo {
  width: 45%;
  margin-right: 5%;
  text-align: left;
  margin-top: 5pc;
}

.fundo-bloco-artigos {
  display: flex;
  justify-content: space-between;
  width: 90%;
}

.bloco-artigo hr {
  width: 90%;
  position: absolute;
  color: #00000070;
  left: 0;
}

.bloco-artigo a {
  text-decoration: none;
  color: green;
  font-size: 18px;
}

.fundo-bloco-artigos p {
  font-size: 20px;
}

.topo-bloco-artigo p {
  font-size: 20px;
}

.nav li ul.sub-menu li a, .nav li ul.children li a {
  border-bottom: transparent !important;
}

.o-sindag {
  text-align: justify;
  padding: 0 2em;
}

.o-sindag h2 {
  text-align: center;
  color: black;
  font-family: raleway;
}

.o-sindag img {
  box-shadow: 8px 11px 0px #013C8047;
  width: 50% !important;
}

#historia {
  padding: 65px;
}

.imagem-colaborado {
  width: 240px;
  height: 243px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.filtro-fundo-verde {
  width: 100%;
  height: 100%;
  background-color: #C8F8DAAD;
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}

.filtro-fundo-verde:hover {
  opacity: 1;
  transition: 0.5s;
}

.content-links-redes-sociais-colaboradores {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 22px;
  position: absolute;
  bottom: 0;
  margin-bottom: 22px;
}

.icone-colaborar {
  width: 22px;
  height: 22px;
  margin-right: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.linkedin-colaborar {
  background-image: url('../images/linkedin-colaborador.png');
}

.facebook-colaborar {
  background-image: url('../images/facebook-colaborador.png');
}

.instagram-colaborar {
  background-image: url('../images/instagram-colaborador.png');
}

.bloco-colaborador {
  width: 240px;
  height: auto;
  margin-left: 3pc;
  margin-bottom: 3pc;
}

.content-blocos-colaboradores {
  display: flex;
  flex-wrap: wrap;
}

#menu-item-38 LI {
  margin-left: -9pc !important;
}

#menu-item-39 li {
  margin-left: 5pc !important;
}

#menu-item-40 li {
  margin-left: 19pc !important;
}

#menu-item-41 li {
  margin-left: 29pc !important;
}

#menu-item-42 li {
  margin-left: 40pc !important;
}

#menu-item-43 li {
  margin-left: 56pc !important;
}

#menu-item-37 li {
  margin-left: -27pc !important;
}

#menu-item-217 li {
  margin-left: 67pc !important;
}

.imagem-coordenador {
  height: 155px;
  width: 157px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1pc;
}

.bloco-grupos-tematicos {
  width: 45%;
  margin-right: 5%;
  height: auto;
  min-height: 605px;
  border: 1px solid gray;
  margin-bottom: 5%;
  color: #212121;
}

.lados-grupo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}

.esquerda-bloco-grupos {
  width: 45%;
  margin-right: 5%;
  margin-left: 5%;
}

.direita-grupo-tematico {
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  line-height: 0;
  position: absolute !important;
  right: 0;
  top: 0;
  margin-top: 8pc;
  margin-right: 2pc;
  min-height: 463px;
}

.beneficios-dos-associados {
  text-align: left;
}

.aviacao-agricola {
  position: relative;
  left: 98px;
  font-size: 14px;
}

#historia {
  position: relative;
  text-align: justify;
}

#historia h2 {
    font-family: Raleway;
    color: black;
    font-size: 35px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.nav ul {
  background: green;
  top: 50px !important;
  width: 100% !important;
  height: 248px !important;
  position: absolute !important;
}

.nav ul {
  background-image: url('../images/fundo-menu.png') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  top: 50px !important;
  width: 100% !important;
  height: 248px !important;
  position: fixed !important;
  max-width: 100% !important;
  left: 0 !important;
  border: transparent !important;
  margin-top: 5pc !important;
}

.sub-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sub-menu a {
  color: white !important;
}

.sub-menu li {
  margin-left: -25pc;
}

.content-bda img {
  width: 50%;
  border: 2px solid #212121;
}

.diferenciais h2 {
  font-size: 20px;
  color: #00762C;
  font-family: raleway;
  margin-top: 5pc;
  margin-bottom: 2pc;
}

.content-bloco-beneficio {
  display: flex;
  flex-wrap: wrap;
}

.icone-diferenciais {
  height: 184px;
  width: 184px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bloco-diferenciais {
  width: 220px;
  height: auto;
  min-height: 500px;
  margin-left: 3pc;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.selecionar-mucicipios div {
  margin-right: 10px;
  width: 220px;
}

.banner-centro {
  background-image: url('../images/fundo-menu.png') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-centro h1 {
  color: white;
  font-size: 35px;
  font-family: 'Raleway';
  text-decoration: none;
}

.banner-centro h1:hover {
  color: #00762C;
}

.banner-centro a {
  text-decoration: none;
}

.kek_cols {
  text-transform: uppercase;
}

.assessorias {
  margin-bottom: 5pc;
  text-align: left;
}

.assessorias h2 {
  text-align: center !important;
  margin-top: 3pc !important;
  margin-bottom: 3pc;
  font-size: 35px;
  color: black;
  font-family: raleway;
}

.bloco-diferenciais h4 {
  color: #00762C;
  font-family: OpenSans;
  font-size: 17px;
}

.social-icons-page {
  position: absolute;
  z-index: 1;
  left: 0;
  margin-left: 13%;
}

.content-noticias-page {
  display: flex;
  width: 88%;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.page-redes-meio {
  position: relative;
  top: 20px;
}

.bloco-page-pub {
  margin-right: 10px;
  margin-bottom: 10px;
}

#rede-sociais-page {
  margin-bottom: 9pc;
}

.form-contato input {
  background: transparent;
  border-bottom: 1px solid black;
  width: 60%;
}

.form-contato {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-contato select {
  width: 60%;
  -webkit-border-after: 1px solid black;
  border-block-end: 1px solid black;
  background-color: transparent;
}

.form-contato textarea {
  background-color: transparent;
  border: 1px solid black;
  max-width: 34%;
  height: 250px;
}

.submit-contato {
  width: 88px !important;
  height: 27px !important;
  border: transparent !important;
  background-color: #00762C !important;
  color: white !important;
  font-family: opensans;
}

.form-restritas {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
  height: 250px;
  align-items: center;
}

.form-restritas input {
  width: 60%;
  background-color: transparent;
  border-bottom: 1px solid black;
}

.form-restritas a {
  margin-top: 2pc;
  margin-bottom: 2pc;
}

input[type='file'] {
  display: none
}

.input-wrapper label {
  background-color: transparent;
  padding: 25px 25px;
  background-image: url('../images/upload-ico.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-position-y: 6px;
}

.input-wrapper label:hover {
  background-color: #f1f1f1
}

.input-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-wrapper h1 {
  color: black;
  font-family: raleway;
  font-size: 35px;
}

.content-download-cadastro h1 {
  color: black;
  font-family: raleway;
  font-size: 35px;
}

.download-ico {
  background-image: url('../images/downalod-ico.png');
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.content-download-cadastro {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-download-cadastro a {
  text-decoration: none;
  margin-left: 1pc;
}

.page-imprensa {
  flex-wrap: wrap;
}

.centro-bloco {
  justify-content: center !important;
}

.page-evento-bloco {
  margin-top: 1pc;
}

.imagem-topo-bloco-projeto {
  width: 100%;
  height: 250px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.bloco-projeto {
  width: 285px;
  height: 475px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #0000007d;
  margin-bottom: 15px;
  margin-right: 15px;
}

.content-projetos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.bloco-projeto a {
  text-decoration: none;
}

.fundo-bloco-prjeto span {
  width: 100%;
  height: 100%;
}

.fundo-bloco-prjeto a {
  width: 100%;
  height: 100%;
}

.fim-bloco-projeto h2 {
  font-size: 15px !important;
  margin-top: 1pc !important;
  margin-bottom: 1pc !important;
}

.fundo-bloco-prjeto {
  border: 1px solid black;
  width: 25%;
  display: flex;
  justify-content: center;
}

.fim-bloco-projeto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fundo-bloco-prjeto:hover {
  border: 1px solid white !important;
  color: white !important;
  background-color: black !important;
}

.fundo-bloco-prjeto:hover span {
  color: white !important;
}

.content-vagas {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}

.bloco-vaga {
  width: 45%;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
  border: 1px solid gray;
  margin-bottom: 5%;
}

.fim-vaga {
  text-align: left;
}

.topo-vaga h2 {
  margin-bottom: 3pc;
  text-transform: uppercase;
  color: black;
}

.bloco-vaga div {
  margin-left: 20px;
  margin-right: 20px;
}

.bloco-curriculos {
  width: 45%;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-curriculos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.meio-curriculos {
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fim-curriculos {
  width: 100%;
  display: flex;
}

.fim-curriculos a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fim-curriculos i {
  margin-left: 1pc;
}

.topo-curriculos h2 {
  font-size: 23px;
  margin-bottom: 2pc;
  text-align: center;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}

.bloco-curriculos {
  border: 1px solid gray;
  margin-bottom: 5%;
}

.content-associados {
  display: flex;
  flex-wrap: wrap;
}

.associados-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 28px;
  width: 100%;
}

.associados-form input::-webkit-input-placeholder {
  color: black !important;
}

.associados-form input::-moz-placeholder {
  color: black !important;
}

.associados-form input:-ms-input-placeholder {
  color: black !important;
}

.associados-form input::-ms-input-placeholder {
  color: black !important;
}

.associados-form input::placeholder {
  color: black !important;
}

.botao-pesquisar-associados {
  background-color: transparent;
  border: transparent;
  width: 100%;
  height: 21px;
  background-image: url('https://image.flaticon.com/icons/png/512/70/70866.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3 !important;
  position: relative;
  top: -5px;
}

.content-associados div a:hover {
  background-color: #55BE72;
  color: white !important;
}

.content-associados a {
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  color: #55BE72 !important;
  border-radius: 50px;
}

.content-associados div:hover {
  background-color: #55BE72;
  color: white !important;
}

.content-associados div {
  width: 45%;
  border: 2px solid #55BE72;
  margin-right: 2.5%;
  border-radius: 50px;
}

.content-associado {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  color: #212121;
  margin-top: 1pc;
}

.voltar a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-iframe-google {
  width: 100%;
  max-width: 100%;
}

.voltar h3 {
  text-transform: uppercase;
  border: 1px solid black;
  width: 200px;
  font-size: 14px;
  padding: 10px;
  border-radius: 50px;
}

.content-iframe-google iframe {
  width: 100%;
  max-width: 100%;
}

.content-associado a:hover {
  opacity: 0.5 !important;
}

.content-infos-associado {
  width: 50%;
  height: auto;
  min-height: 200px;
}

.content-infos-associado h1 {
  font-size: 30px;
}

.content-infos-associado p {
  text-align: center;
}

.selecionar-mucicipios {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  border-top: 2px solid #2121212e;
}

.bloco-curriculos div {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.fim-curriculos div {
  margin: 0 !important;
  margin-left: 20px !important;
}

.contato-classificados h2 {
  color: black;
  text-transform: uppercase;
  font-family: raleway;
}

.img-banner {
  width: 100%;
  height: 400px;
  position: relative;
  background-color: #f1f1f1;
}

.container-lados {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 200px;
}

.author-trabalhos {
  font-size: 18px !important;
}

.content-header-dir {
  width: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: end;
}

.content-header-esq {
  width: 50%;
}

.fundao {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
}

.leia-mais-trabalhos {
  width: 100px;
}

.menus-esq {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  top: -66px;
  font-size: 15px !important;
  left: 8pc !important;
  z-index: 1;
}

.menus-dir {
  display: flex;
  width: 100%;
  justify-content: end;
  align-items: center;
  top: -63px !important;
  position: relative;
}

.menus-dir p {
  margin-right: 3pc;
  color: white;
}

.menus-dir span {
  color: white;
}

.menus-esq p {
  margin-right: 3pc;
  color: black;
}

.conte-dia p {
  color: white;
  font-family: opensans;
  font-size: 18px;
  margin-left: 10px;
}

.barrinha-header {
  width: 100%;
  height: 40px;
  background-image: linear-gradient(-9deg, #F9ED3B 1%, #30A366 35%, #147159 51%);
  margin: 0;
  display: flex;
  align-items: center;
  color: white;
  font-size: 12px;
}

.content-butons-sociais {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.content-butons-sociais div {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 50px;
  margin-bottom: 50px;
  opacity: 0.5;
  transition: 0.5s;
}

.content-butons-sociais div:hover {
  transition: 0.5s;
  opacity: 1;
}

.instagram-button {
  background-image: url('../images/instagram-social-icon-grande.png');
}

.facebook-button {
  background-image: url('../images/facebook-social-grande.png');
}

#facebook {
  display: none;
}

#Instagram {
  display: none;
}

.j-facebook .j-meta {
  margin: 0 !important;
  position: relative !important;
}

.j-meta {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  margin-right: 4pc !important;
  margin-top: 17px !important;
}

.icon-header {
  height: 27px;
  width: 27px;
  background-size: cover;
  background-position: center;
  background-position: center;
  background-repeat: no-repeat;
}

.facebook-header {
  background-image: url('../images/facebook.png');
}

.instagram-header {
  background-image: url('../images/instagram-ico-header.png');
}

.linkedin-header {
  background-image: url('../images/linkedin-ico-header.png');
}

.twitter-header {
  background-image: url('../images/twitter-icon.png');
}

.youtube-header {
  background-image: url('../images/youtu-icon.png');
}

.content-barrinha {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.barra-topo-esc {
  margin-left: 0;
}

.content-icons {
  display: flex;
  justify-content: space-around;
  width: 170px;
  align-items: center;
  height: 27px;
}

.container-lados nav {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#menu-menu-direita li {
  margin-left: 1pc;
}

#menu-menu-direita li a {
  color: white;
}

#menu-menu-direita li a:hover {
  color: #F9ED3B !important;
}

.menus-dir nav {
  justify-content: flex-end;
}

#menu-menu-esquerda li {
  margin-right: 37px;
}

.menus-esq a:visited {
  color: black !important;
}

.cont-dir {
  position: relative;
  top: 42px;
  left: 10pc;
  width: 40%
}

#s {
  color: white;
}

.pne-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 16px;
}

.conte-dia {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cotacao {
  position: absolute;
  right: 0 !important;
  color: white;
  font-size: 12px;
  font-family: opensans;
  text-align: center;
  margin-right: 4pc;
  text-align: left;
  margin-top: -4pc;
  opacity: 1;
}

.content-iframe img {
  width: 400px;
  height: 200px;
  border-radius: 50px;
  max-width: 100%;
}

.barra-grande-menu {
  width: 100%;
  height: 500px;
  position: absolute;
  z-index: 55;
  top: 148px;
  background-image: linear-gradient(-9deg, #F9ED3B 1%, #30A366 35%, #147159 51%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#logo img {
  max-width: 130px;
}

.menu-item-759 a::before {
  left: 55px !important;
}

.menu-item-760 a::before {
  left: 44px !important;
}

.menu-item-761 a::before {
  left: 39px !important;
}

.menu-item-762 {
  left: 25px !important;
}

.barra-grande-menu.sanfona1::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 31pc;
  background-size: contain;
  border: 15px solid;
  border-color: transparent transparent #147159 transparent;
  left: 25pc;
}

.barra-grande-menu.sanfona2::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 31pc;
  background-size: contain;
  border: 15px solid;
  border-color: transparent transparent #147159 transparent;
}

.barra-grande-menu.sanfona3::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 31pc;
  background-size: contain;
  border: 15px solid;
  border-color: transparent transparent #147159 transparent;
  left: 45pc;
}

.barra-grande-menu.sanfona4::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 31pc;
  background-size: contain;
  border: 15px solid;
  border-color: transparent transparent #147159 transparent;
  left: 55pc;
}

.barra-grande-menu.sanfona5::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -29px;
  bottom: 47pc;
  background-size: contain;
  border: 15px solid;
  border-color: transparent transparent #147159 transparent;
  left: 71.5pc;
}

.barra-grande-menu.sanfona6::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 31pc;
  background-size: contain;
  border: 15px solid;
  border-color: transparent transparent #147159 transparent;
  left: 79.5pc;
}

.barra-grande-menu.sanfona7::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 31pc;
  background-size: contain;
  border: 15px solid;
  border-color: transparent transparent #147159 transparent;
  left: 87pc;
}

.barra-grande-menu.sanfona8::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 31pc;
  background-size: contain;
  border: 15px solid;
  border-color: transparent transparent #147159 transparent;
  left: 93.4pc;
}

.barra-grande-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.aviacao-agricola a::before {
  content: '> ';
  width: 10px;
  height: 10px;
  color: white;
}

.barra-grande-menu li a {
  color: white !important;
  margin-left: -15px;
  text-transform: uppercase;
}

.barra-grande-menu li a:hover {
  opacity: 0.5;
  color: white !important;
  position: relative;
  left: 3px;
  transition: 0.5s;
}

.barra-grande-menu li:hover:before {
  border-color: transparent transparent transparent #013C80;
}

.trs {
  transition: all ease-out 0.5s;
}

#slider-js-puro {
  position: relative;
  z-index: 1;
}

#slider-js-puro a {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  max-width: 100%;
  margin-top: 8pc;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  display: none;
}

.ativo {
  opacity: 1!important;
  filter: alpha(opacity=100)!important;
}

/*controladores*/

.spazinho span {
  background: #147159;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: 40%;
  width: 43px;
  height: 43px;
  z-index: 5;
}

.next-js-puro {
  right: 10px;
}

.next-js-puro:before, .next:after {
  left: 21px;
}

.next-js-puro:before {
  -webkit-transform: rotate(-42deg);
  top: 5px;
}

.next-js-puro:after {
  -webkit-transform: rotate(-132deg);
  top: 19px;
}

.next-js-puro:before, .next-js-puro:after, .prev-js-puro:before, .prev-js-puro:after {
  content: "";
  height: 20px;
  background: #fff;
  width: 1px;
  position: absolute;
  left: 19px;
}

.prev-js-puro {
  left: 10px;
}

.prev-js-puro:before, .prev:after {
  left: 18px;
}

.prev-js-puro:before {
  -webkit-transform: rotate(42deg);
  top: 5px;
}

.prev-js-puro:after {
  -webkit-transform: rotate(132deg);
  top: 19px;
}

figure:hover span {
  opacity: 0.76;
  filter: alpha(opacity=76);
}

figure {
  max-width: 937px;
  height: 354px;
  position: relative;
  overflow: hidden;
  margin: 50px auto;
}

figcaption {
  padding-left: 20px;
  color: #fff;
  font-family: "Kaushan Script", "Lato", "arial";
  font-size: 22px;
  background: transparent;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 55px;
  height: 55px;
  z-index: 5;
}

.barra-grande-menu li::before {
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent transparent white;
  content: "";
  position: relative;
  left: 0;
  background-size: contain;
}

.barra-grande-menu li {
  display: flex;
  justify-content: center;
  align-items: center;
}

#menu-item-759:after, #menu-item-760:after, #menu-item-761:after, #menu-item-762:after, #menu-item-763:after, #menu-item-764:after, #menu-item-765:after, #menu-item-1450:after {
  content: " ";
  width: 85%;
  height: 3px;
  position: absolute;
  background-color: transparent;
}

#menu-item-759, #menu-item-760, #menu-item-761, #menu-item-762, #menu-item-763, #menu-item-764, #menu-item-765, #menu-item-1450 {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  line-height: 1px;
}

#menu-item-759:hover::after {
  background-color: #147159 !important;
}

#menu-item-760:hover::after {
  background-color: #147159 !important;
}

#menu-item-761:hover::after {
  background-color: #147159 !important;
}

#menu-item-762:hover::after {
  background-color: #147159 !important;
}

#menu-item-763:hover::after {
  background-color: #F9ED3B !important;
}

#menu-item-764:hover::after {
  background-color: #F9ED3B !important;
}

#menu-item-765:hover::after {
  background-color: #F9ED3B !important;
}

#menu-item-1450:hover::after {
  background-color: #F9ED3B !important;
}

.content-barra {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.imagem-barra {
  width: 400px;
  height: 200px;
  background-position: center;
  background-size: 98% 96%;
  background-repeat: no-repeat;
  border: 1px solid black;
  background-color: #ffffff9e;
  box-shadow: 7px 3px 12px 6px #0000005e;
  left: 54px;
}

.reverse-convencoes {
  display: flex;
  flex-direction: column-reverse;
}

.kek-mitos {
  text-align: left !important;
  color: black;
}

.custom-home-logo {
  max-width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 4pc;
  margin-left: 6pc;
}

.filter-date form {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}

.custom-home-logo img {
  max-width: 120px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -1pc;
  margin-left: 6pc;
}

.foto-colunista {
  width: 50%;
  height: auto;
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-resumo-colunista {
  width: 50%;
  height: auto;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  flex-direction: column;
}

.foto-colunista img {
  width: 175px;
  border-radius: 100%;
  height: 175px !important;
}

.content-rest-colunistas {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 500px;
  flex-direction: row-reverse;
}

.fundo-bloco-coluna {
  background-image: url('../images/coluna.png');
  width: 100%;
  height: auto;
  min-height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 5px !important;
}

.bloco-coluna-tax {
  width: 250px;
  height: auto;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  opacity: 0.5;
  transition: 0.5s;
}

.bloco-coluna-tax:hover {
  opacity: 1;
  transition: 0.5s;
}

.bloco-coluna-tax a {
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.archive-title.h2 {
  margin-bottom: 5pc;
}

.bloco-coluna p {
  margin: 5px !important;
  color: black;
}

.center.content-infos-colunista, .center.wrap.colunas {
  color: black;
}

.content-quadrados {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.content-quadrados div {
  margin-left: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.content-content-colunas p {
  color: black;
  font-family: opensans;
  font-size: 18px;
  width: 75%;
}

.content-content-colunas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.content-single-colunas.wrap h1 {
  text-align: center;
  color: black;
}

.geral-generos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-blocos-convencoes-coletivas {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: 200px;
  height: auto;
}

.content-titulo-convencoes {
  width: 300px;
  min-height: 100px;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

.pdf-icon {
  width: 50px;
  height: 50px;
  background-image: url('../images/pdf-icon.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.content-titulo-convencoes {
  width: 250px;
  min-height: 200px;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  border: 3px solid #f1f1f1;
  margin-right: 50px;
  margin-top: 50px;
  color: gray;
}

.content-blocos-convencoes-coletivas a {
  text-decoration: none;
}

.content-titulo-convencoes:hover {
  transition: 0.5s;
  background-color: #212121;
  color: white;
}

.content-title-convencoes {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-link-convencoes-tipo {
  margin-right: 50px;
}

.content-link-convencoes-tipo a {
  text-decoration: none;
}

.bloco-fundo-campanhas {
  background-image: url('../images/fundo_campanhas.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.bloco-campanhas-imagem {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50%;
  min-height: 400px;
}

.content-bloco-campanhas {
  display: flex;
  width: 100%;
  min-height: 400px;
}

.fadeInUp .content-bloco-campanhas:nth-child(2n) {
  flex-direction: row-reverse !important;
}

.content-link-campanhas-tipo {
  margin-top: 5pc;
}

.content-link-campanhas-tipo h1 {
  color: white !important;
  text-transform: uppercase;
  width: 500px;
  max-width: 100%;
}

.content-link-campanhas-tipo a {
  text-decoration: none !important;
}

#historia {
  color: black;
}

.filter-black {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background: #00000080;
}

.swiper-slide.content-banner.swiper-slide-active p {
  z-index: 1;
}

.content-membro {
  display: flex;
  height: auto;
  min-height: 200px;
  justify-content: center;
  align-items: center;
  color: #212121;
  border: 2px solid #2121214f;
  padding: 30px;
  margin-bottom: 1pc;
}

.imagem-membro {
  height: 200px;
  width: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.content-membros {
  margin-top: 10pc;
}

.page-template-page-relatorios .header {
  display: none;
}

.page-template-page-relatorios .bg-interno {
  display: none;
}

.page-template-page-relatorios footer.footer {
  display: none;
}

.page-template-page-relatorios section.newsletter {
  display: none;
}

.page-template-page-relatorios .single article {
  border-bottom: 1px solid #ddd;
  padding: 2em 0 2em;
}

.page-template-page-relatorios .single .entry-content p {
  font-style: normal;
  font-size: 14px;
}

.relatorios.single .single-title {
  font-size: 25px;
}

.relatorios.single .data-post {
  width: 200px;
  display: inline-block;
  text-align: center;
  margin-top: 2em;
  color: #157c4b;
  font-size: 22px;
  background: transparent;
  font-weight: 600;
}

.page-imprensa-load .bloco-noticia {
    width: 276px;
    display: inline-block !important;
    vertical-align: top;
    position: relative;
}
.page-id-7242  section.banner-page {
    display: none;
}


















.t-white, .t-white a, .t-white h2, .t-white h1, .t-white h3, .t-white h1.page-title {
  color: #fff;
}

.center {
  text-align: center;
}

/* LAYOUT & GRID STYLES */

.wrap {
  width: 96%;
  margin: 0 auto;
}

/* H1, H2, H3, H4, H5 STYLES */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

h3, .h3 {
  font-size: 1.125em;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* HEADER STYLES */

.header {
  background: linear-gradient(-75deg, #55BE72 1%, #24845F 43%, white 0%);
  height: 150px;
}

#logo {
  margin: 0.75em 0;
}

#logo a {
  color: white;
}

/* NAVIGATION STYLES */

.nav {
  border-bottom: 0;
  margin: 0;
}

.nav li {}

.nav li a {
  display: block;
  color: black;
  text-decoration: none;
  padding: 0.75em;
}

.nav li ul.sub-menu li a, .nav li ul.children li a {
  padding-left: 30px;
}

/* POSTS & CONTENT STYLES */

#content {}

.hentry {
  border-radius: 0;
  margin-bottom: 0;
}

.hentry header {
  padding: 0;
}

.hentry footer {
  padding: 0;
}

.hentry footer p {
  margin: 0;
}

.single-title, .page-title, .entry-title {
  margin: 0;
}

.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}

.entry-content {
  padding: 0;
}

.entry-content p {
  margin: 0 0 1.5em;
}

.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}

.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}

.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}

.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}

.entry-content td:last-child {
  border-right: 0;
}

.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}

.entry-content th:last-child {
  border-right: 0;
}

.entry-content blockquote {
  padding: 0;
  font-style: italic;
  font-size: 20px;
  max-width: 800px;
  margin: 1em auto;
}

.entry-content blockquote p {
  margin: 1em 0 !important;
}

.entry-content blockquote:before {
  content: '';
  background: url(../images/abre-aspa.png) no-repeat center center;
  display: inline-block;
  width: 100%;
  height: 32px;
  display: none;
}

.entry-content blockquote:after {
  content: '';
  background: url(../images/fecha-aspa.png) no-repeat center center;
  display: inline-block;
  width: 100%;
  height: 32px;
  display: none;
}

.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}

.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}

.entry-content iframe {
  max-width: 100%;
}

.entry-content .size-auto, .entry-content .size-full, .entry-content .size-large, .entry-content .size-medium, .entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #323944;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

.tags {
  margin: 0;
}

/* PAGE NAVI STYLES */

.pagination, .wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}

.pagination ul {
  display: inline-block;
  background-color: white;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}

.pagination li {
  padding: 0;
  margin: 10px 5px;
  width: 40px;
  border-radius: 100%;
  height: 40px;
  color: #002957;
  float: left;
  display: inline;
}

.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  display: block;
  padding: 7px 2px 10px 14px;
  color: #001b45;
  width: 40px;
  height: 40px;
  transition: 0.2s;
  border: 2px solid #002957;
  border-radius: 100%;
}

.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #001b45;
  color: white;
}

.pagination .current {
  cursor: default;
  color: #fff;
  background: #001b45;
}

.pagination .current:hover, .pagination .current:focus {
  cursor: default;
  color: #fff;
  background: #001b45;
}

.wp-prev-next .prev-link {
  float: left;
}

.wp-prev-next .next-link {
  float: right;
}

a.next:before {
  content: "\f054";
  font-family: 'FontAwesome';
}

a.prev:before {
  content: "\f053";
  font-family: 'FontAwesome';
}

/* COMMENT STYLES */

#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
}

.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
}

.comment .comment-author {
  padding: 7px;
  border: 0;
}

.comment .vcard {
  margin-left: 50px;
}

.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}

.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}

.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}

.comment .vcard time a:hover {
  text-decoration: underline;
}

.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}

.comment:last-child {
  margin-bottom: 0;
}

.comment .children {
  margin: 0;
}

.comment[class*=depth-] {
  margin-top: 1.1em;
}

.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}

.comment.odd {
  background-color: white;
}

.comment.even {
  background: #f8f9fa;
}

.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.comment-reply-link {
  font-size: 0.9em;
  float: right;
}

.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/* COMMENT FORM STYLES */

.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}

.logged-in-as a {
  color: #5c6b80;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em;
}

#submit {
  float: right;
  font-size: 1em;
}

#comment-form-title {
  margin: 0 0 1.1em;
}

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
  margin: 0 20px 1.1em;
}

/* SIDEBARS & ASIDES */

.widget ul li {}

.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/* FOOTER STYLES */

.footer {
  clear: both;
  background-color: white;
  color: black;
  position: relative;
  bottom: 0;
}

/* LARGER MOBILE DEVICES */

@media only screen and (min-width: 481px) {
  /* NAVIGATION STYLES */
  .menu {}
  .menu ul {}
  .menu ul li {}
  .menu ul li a {}
  /* POSTS & CONTENT STYLES */
  .entry-content {}
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
}

/* TABLET & SMALLER LAPTOPS */

@media only screen and (min-width: 768px) {
  /* GENERAL STYLES */
  /* LAYOUT & GRID STYLES */
  .wrap {
    width: 960px;
    max-width: 100% !important;
  }
  /* HEADER STYLES */
  /* NAVIGATION STYLES */
  .nav {
    border: 0;
  }
  .nav ul {
    background: #323944;
    margin-top: 0;
  }
  .nav li {
    float: left;
    position: relative;
  }
  .nav li a {
    border-bottom: 0;
  }
  .nav li a:hover, .nav li a:focus {
    color: white;
    text-decoration: underline;
  }
  .nav li ul.sub-menu, .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    transition: 0.3s;
    opacity: 0;
  }
  .nav li ul.sub-menu li, .nav li ul.children li {}
  .nav li ul.sub-menu li a, .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu li:last-child a, .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.sub-menu li ul, .nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  .nav li:hover>ul {
    top: auto;
    visibility: visible;
    opacity: 1;
  }
  /* SIDEBARS & ASIDES */
  .sidebar {
    margin-top: 2.2em;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* FOOTER STYLES */
  .footer-links ul li {}
}

#topo-pra-tirar-o-hover {
  width: 100%;
  position: absolute;
  height: 90px;
  top: 0;
  z-index: 0;
}

#menu-aviacao-agricola {
  margin-right: 12pc;
}

#menu-institucional {
  margin-left: 5pc;
}

#menu-associados {
  margin-left: 19pc;
}

#menu-servicos {
  margin-left: 31pc;
  margin-bottom: 17pc;
}

#menu-projetos {
    margin-left: 11pc;
    margin-bottom: 2em;
    position: relative;
    left: 28px;
    margin-top: 2em;
}
ul#menu-projetos li a {
    padding: 5px 0 0;
}

#menu-comunicacao {
    margin-left: -4pc;
    margin-bottom: 2em;
    margin-top: 2em;
}

#menu-sistemas {
  margin-left: 8pc;
  margin-bottom: 21pc;
}

ul#menu-comunicacao li a {
    padding: 5px 0 0;
}

.barra-grande-menu .nav li a {
    padding: 5px 0 0;
}
.barra-grande-menu .nav {
    padding-top: 2em;
}

.tribe-events-event-image img {
    max-width: 100%;
    height: auto;
}
/* DESKTOP */

@media only screen and (min-width: 1030px) {
  .wrap {
    width: 1200px;
    max-width: 100%;
  }
  #shiftnav-toggle-main {
    display: none;
  }
  .shiftnav-wrap {
    padding-top: 0 !important;
  }
  .shiftnav-disable-shift-body {
    padding-top: 0 !important;
  }
}

/* LARGE VIEWING SIZE */

@media only screen and (max-width: 1920px) {
  .custom-home-logo img {
    margin-left: 5pc;
  }
  .barra-grande-menu.sanfona1::after {
    left: 33pc;
  }
  .barra-grande-menu.sanfona2::after {
    left: 43pc;
  }
  .barra-grande-menu.sanfona3::after {
    left: 52pc;
  }
  .barra-grande-menu.sanfona4::after {
    left: 62pc;
  }
  .barra-grande-menu.sanfona5::after {
    left: 72pc;
  }
  .barra-grande-menu.sanfona6::after {
    left: 79.5pc;
  }
  .barra-grande-menu.sanfona7::after {
    left: 87pc;
  }
  .barra-grande-menu.sanfona8::after {
    left: 94.4pc;
  }
}

@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1600px) {
  .custom-home-logo {
    margin-left: -3pc;
  }
  .barra-grande-menu.sanfona1::after {
    left: 23.5pc;
  }
  .barra-grande-menu.sanfona2::after {
    left: 34pc;
  }
  .barra-grande-menu.sanfona3::after {
    left: 42pc;
  }
  .barra-grande-menu.sanfona4::after {
    left: 52pc;
  }
  .barra-grande-menu.sanfona5::after {
    left: 62.5pc;
  }
  .barra-grande-menu.sanfona6::after {
    left: 69.5pc;
  }
  .barra-grande-menu.sanfona7::after {
    left: 77pc;
  }
  .barra-grande-menu.sanfona8::after {
    left: 83.4pc;
  }
}

@media only screen and (max-width: 1440px) {
  .custom-home-logo img {
    margin-left: 7pc;
  }
  .custom-home-logo {
    margin-left: 0;
  }
  #searchform {
    margin-right: 82px;
  }
  .barra-grande-menu.sanfona1::after {
    left: 18.5pc;
  }
  .barra-grande-menu.sanfona2::after {
    left: 29pc;
  }
  .barra-grande-menu.sanfona3::after {
    left: 37pc;
  }
  .barra-grande-menu.sanfona4::after {
    left: 47pc;
  }
  .barra-grande-menu.sanfona5::after {
    left: 57.5pc;
  }
  .barra-grande-menu.sanfona6::after {
    left: 64.5pc;
  }
  .barra-grande-menu.sanfona7::after {
    left: 72pc;
  }
  .barra-grande-menu.sanfona8::after {
    left: 78.4pc;
  }
}

@media only screen and (max-width: 1366px) {
  .custom-home-logo img {
    margin-top: -17px;
    margin-left: 85px;
  }
  #searchsubmit {
    left: 33px;
  }
  #searchform {
    margin-right: 172px;
  }
  #s {
    width: 100px;
    left: -37px;
    position: relative;
  }
  .barra-grande-menu.sanfona1::after {
    left: 16.5pc;
  }
  .barra-grande-menu.sanfona2::after {
    left: 26pc;
  }
  .barra-grande-menu.sanfona3::after {
    left: 35pc;
  }
  .barra-grande-menu.sanfona4::after {
    left: 45pc;
  }
  .barra-grande-menu.sanfona5::after {
    left: 54.5pc;
  }
  .barra-grande-menu.sanfona6::after {
    left: 62.5pc;
  }
  .barra-grande-menu.sanfona7::after {
    left: 70pc;
  }
  .barra-grande-menu.sanfona8::after {
    left: 76.4pc;
  }
}

@media only screen and (max-width: 1360px) {
  .barra-grande-menu.sanfona1::after {
    left: 16.5pc;
  }
  .barra-grande-menu.sanfona2::after {
    left: 26pc;
  }
  .barra-grande-menu.sanfona3::after {
    left: 35pc;
  }
  .barra-grande-menu.sanfona4::after {
    left: 45pc;
  }
  .barra-grande-menu.sanfona5::after {
    left: 54.5pc;
  }
  .barra-grande-menu.sanfona6::after {
    left: 62.5pc;
  }
  .barra-grande-menu.sanfona7::after {
    left: 70pc;
  }
  .barra-grande-menu.sanfona8::after {
    left: 76.4pc;
  }
}

@media only screen and (max-width: 1280px) {
  .custom-home-logo img {
    position: absolute;
    left: 0;
    margin-left: 28px;
  }
}

@media only screen and (max-width: 1240px) {
  .custom-home-logo img {
    margin-top: -17px;
    margin-left: 17px;
    position: relative;
  }
  #searchform {
    margin-right: 192px;
  }
  .barra-grande-menu.sanfona1::after {
    left: 12.5pc;
  }
  .barra-grande-menu.sanfona2::after {
    left: 22pc;
  }
  .barra-grande-menu.sanfona3::after {
    left: 31pc;
  }
  .barra-grande-menu.sanfona4::after {
    left: 41pc;
  }
  .barra-grande-menu.sanfona5::after {
    left: 50.5pc;
  }
  .barra-grande-menu.sanfona6::after {
    left: 58.5pc;
  }
  .barra-grande-menu.sanfona7::after {
    left: 66pc;
  }
  .barra-grande-menu.sanfona8::after {
    left: 72.4pc;
  }
}

/*Ipad*/

.cotacao-iframe.animate .wrap.center.fadeInUp {
  overflow: auto;
}

@media only screen and (max-width: 1024px) {
  .content-resumo-colunista {
    width: 100%;
  }
  .foto-colunista {
    width: 100%;
  }
  .content-rest-colunistas {
    flex-direction: column-reverse;
  }
  .content-associados div {
    width: 100%;
  }
  .selecionar-mucicipios {
    flex-direction: column;
  }
  .fim-bloco-evento {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .content-eventos {
    justify-content: center;
  }
  .fx.ner-news {
    flex-direction: column;
  }
  #newsletter {
    height: auto;
    padding: 20px;
  }
  .fx.ner-news {
    flex-direction: column;
  }
  #menu-principal {
    display: none;
  }
  #logo {
    float: none;
  }
  .header {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .form-news input {
    max-width: 245px;
  }
  .wrap {
    max-width: 95% !important;
  }
  .bloco-noticia {
    width: 48%;
  }
  .bloco-evento {
    margin-bottom: 30px;
  }
}

/*IPHONE 6, Galaxy S5, Nexus 5X*/

@media only screen and (max-width: 667px) {
  .form-news input {
    max-width: 100%;
  }
  .content-anuncios {
    flex-wrap: wrap;
  }
  .cont-dir {
    display: none;
  }
  .bloco-noticia {
    width: 100%;
  }
  .menus-esq, .menus-dir {
    display: none;
    visibility: hidden;
  }
  .infos div {
    width: 100%;
    flex-wrap: initial;
  }
  .content-icons {
    margin-bottom: 10px;
  }
  .barrinha-header {
    height: 80px;
  }
  .content-barrinha {
    justify-content: center;
  }
  .imagem-topo-bloco-evento {
    width: 100%;
    background-size: cover;
  }
  .data-evento {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .data-evento h2 {
    margin: 0!important;
    top: 0;
  }
  .data-evento p {
    margin: 0;
    top: 0;
    margin-left: 5px;
  }
  .local-evento {
    width: 100%;
    text-align: center;
  }
  .content-anuncios {
    text-align: center;
  }
  .content-anuncios {
    margin-bottom: 20px;
  }
  .banner-anuncio {
    height: 600px;
  }
  .content-colunas-home {
    justify-content: center;
  }
  .content-info img {
    margin-left: 0;
  }
  #menu-item-37 li {
    margin-left: 0!important;
  }
  #menu-item-38 Li {
    margin-left: 0!important;
  }
  #menu-item-39 li {
    margin-left: 0!important;
  }
  #menu-item-40 li {
    margin-left: 0px!important;
  }
  #menu-item-41 li {
    margin-left: 0px!important;
  }
  #menu-item-42 li {
    margin-left: 0px!important;
  }
  #menu-item-43 li {
    margin-left: 0px!important;
  }
  #menu-item-44 li {
    margin-left: 0px!important;
  }
  #newsletter {
    height: auto;
    background-size: cover;
  }
  .form-news {
    margin-bottom: 15px;
  }
  .bloco-publicaçao {
    margin-bottom: 15px;
  }
  .conte-dia p {
    position: absolute;
    right: 10px;
    top: 155px;
    margin-left: 0;
  }
  .cotacao {
    position: absolute !important;
    right: 10px;
    top: 75px;
    color: white;
    margin-right: 0;
    margin-top: -4pc;
  }
  #noticias .aviao-titulo {
    width: 60%;
  }
  #eventos .aviao-titulo {
    width: 100%!important;
  }
  #colunistas .aviao-titulo {
    width: 70%!important;
  }
  #rede-sociais-footer .aviao-titulo {
    width: 70%!important;
  }
  #contato .aviao-titulo {
    width: 60%!important;
  }
  #historia .aviao-titulo {
    width: 60%!important;
  }
  .estudos-cientificos-e-boas-praticas .titulo {
    text-align: center;
  }
  .estudos-cientificos-e-boas-praticas .aviao-titulo {
    width: 100%!important;
  }
  .fatos-e-mitos .aviao-titulo {
    width: 80%!important;
  }
  .o-sindag .aviao-titulo {
    width: 55%!important;
  }
  .grupos-tematicos .aviao-titulo {
    width: 100%!important;
  }
  .esquerda-bloco-grupos {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
  .direita-grupo-tematico {
    height: auto;
    width: 100%;
  }
  .imagem-coordenador {
    height: 250px;
    width: 100%;
    background-size: 100%;
  }
  .bloco-grupos-tematicos {
    width: 100%;
    margin-right: 0;
  }
  .bloco-diferenciais {
    width: 100%;
    height: auto;
    min-height: 0;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .content-bda img {
    width: 100%;
  }
  .beneficios-dos-associados .titulo {
    text-align: center;
  }
  .beneficios-dos-associados .aviao-titulo {
    width: 90%!important;
  }
  .cadastro-associado .aviao-titulo {
    width: 100%!important;
  }
  .area-restrita .aviao-titulo {
    width: 85%!important;
  }
  .img-banner {
    height: 200px;
  }
  #historia {
    padding: 2em 1.5em;
  }
  .content-news h2 {
    font-size: 25px;
  }
  #historia h2 {
    font-size: 30px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  #historia ul {
    left: 0;
    position: relative;
  }
  .entry-content pre {
    text-align: center;
  }
  .home-slider {
      height: 220px;
  }
  #noticias h2 {
      margin-top: 2em;
      margin-bottom: 2em;
  }
  .aviao-titulo {
      top: 5pc;
  }
  h1, .h1 {
      font-size: 1.6em;
  }
  .titulo h2 {
      margin-top: 1em;
      margin-bottom: 2em;
  }
  .banner-anuncio {
    height: auto;
    padding: 2em 0 !important;
  }
  .ver-mais {
      margin-bottom: 2em;
  }
  .content-eventos {
    margin-bottom: 2em;
  }
  .banner-anuncio {
    margin-bottom: 2em;
  }
  .aviao-titulo {
    top: 34%;
  }
  #historia h2 {
    font-size: 20px;
  }
  .content-content-colunas p {
    width: 100%;
  }
  .entry-content p {
      padding-left: 0 !important;
  }


}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 375px) {
  .banner-anuncio {
    height: 650px;
  }
  .content-barrinha p {
    font-size: 10px;
  }
  #noticias .aviao-titulo {
    width: 70%;
  }
  #eventos .aviao-titulo {
    width: 75%!important;
  }
  #colunistas .aviao-titulo {
    width: 75%!important;
  }
  #rede-sociais-footer .aviao-titulo {
    width: 80%!important;
  }
  #contato .aviao-titulo {
    width: 65%!important;
  }
  #historia .aviao-titulo {
    width: 65%!important;
  }
  .estudos-cientificos-e-boas-praticas .aviao-titulo {
    width: 100%!important;
  }
  .fatos-e-mitos .aviao-titulo {
    width: 90%!important;
  }
  .o-sindag .aviao-titulo {
    width: 60%!important;
  }
  .grupos-tematicos .aviao-titulo {
    width: 100%!important;
  }
  .beneficios-dos-associados .aviao-titulo {
    width: 90%!important;
  }
  .cadastro-associado .aviao-titulo {
    width: 100%!important;
  }
  .area-restrita .aviao-titulo {
    width: 90%!important;
  }
}

/*IPHONE 4s, 5*/

@media only screen and (max-width: 320px) {
  .banner-anuncio {
    height: 685px;
  }
  #noticias .aviao-titulo {
    width: 80%;
  }
  #eventos .aviao-titulo {
    width: 85%!important;
  }
  #colunistas .aviao-titulo {
    width: 90%!important;
  }
  #rede-sociais-footer .aviao-titulo {
    width: 90%!important;
  }
  #contato .aviao-titulo {
    width: 70%!important;
  }
  #historia .aviao-titulo {
    width: 75%!important;
  }
  .estudos-cientificos-e-boas-praticas .aviao-titulo {
    width: 100%!important;
  }
  .fatos-e-mitos .aviao-titulo {
    width: 100%!important;
  }
  .o-sindag .aviao-titulo {
    width: 70%!important;
  }
  .grupos-tematicos .aviao-titulo {
    width: 65%!important;
  }
  .beneficios-dos-associados .aviao-titulo {
    width: 100%!important;
  }
  .cadastro-associado .aviao-titulo {
    width: 65%!important;
  }
  .area-restrita .aviao-titulo {
    width: 100%!important;
  }
}

/*CUSTOMIZE SHIFNAV*/

#shiftnav-toggle-main {
  background: #00762C;
  color: #fff;
}

.shiftnav.shiftnav-skin-standard-dark, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
  background: #00762C;
  color: #fff;
  padding-top: 20px;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item>.shiftnav-target {
  display: block;
  color: #fff;
  border: none !important;
  text-shadow: none;
  font-size: 16px;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu {
  color: #fff;
  background: #35ac6a;
}

.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item>.shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active>.shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition>.shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item>.shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu>li.shiftnav-sub-accordion.current-menu-ancestor>.shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu>li.shiftnav-sub-shift.current-menu-ancestor>.shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item>.shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item>.shiftnav-target:hover {
  color: #fff;
  background: #EDDE00;
  border: none !important
}

#shiftnav-toggle-main .shiftnav-toggle-burger, #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
  padding: 10px 15px !important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item>.shiftnav-target {
  background: #013C80;
}

.menu-item::before {
  content: '';
  position: absolute;
  background-size: contain;
  border: 15px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: transparent transparent #147159 transparent;
  display: none;
}
ul#menu-shiftnav-mobile .sub-menu li a {
    padding: 4px 41px;
}
/* RETINA (2x RESOLUTION DEVICES) */

@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) {}

/* PRINT STYLESHEET*/

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
    outline: none
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none;
  }
}

.area-valores-indice{
  width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.area-valores-indice p{
  color: #333;
}

.iavi-button{
  background-color: #00762C;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 137px;
  height: 27px;
  font-size: 14px;
  cursor: pointer;
}

.iavi-line{
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.iavi-line select{
  min-width: 0;
  width: 155px;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid #333333;
  outline: none;
  background-color: transparent;
  color: #333;
  background-image: url('../images/select-calc.png');
  background-position: 94.5% center;
}

.iavi-line option{
  color: #333;
}

.iavi-line .mes_inicial, .iavi-line .mes_final{
  margin: 0 10px;
}

.iavi-line p{
  width: 95px;
  max-width: 100%;
}

.inner-area-valores-indice{
  width: 100%;
}

.iavi-full-line{
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}

.iavi-full-line input{
  width: 100%;
  outline: none;
  border: 0;
  border-bottom: 1px solid #333;
  background-color: transparent;
  max-width: 100%;
  color: #333;
}

.iavi-full-line input::placeholder{
  color: #333;
}

.iavi-buttons-area{
  display: flex;
  align-items: center;
  justify-content: center;
}

.iavi-buttons-area .iavi-button{
  margin: 0 10px;
}

.inner-resultado-calculadora{
  width: 445px;
}

.inner-resultado-calculadora p{
  font-size: 14px;
  color: #333;
}

.irc-line-geral{
  padding: 0 10px;
  display: flex;
  align-items: center;
  height: 38px;
  width: 100%;
  background-color: #65AC7F;
}

.irc-line-geral p{
  font-weight: 500;
}

.irc-line{
  background-color: #F2F4F6;
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  justify-content: space-between;
}

.irc-area-button{
  margin: 22px 0;
}

.inner-resultado-calculadora > p:first-child{
  text-align: center;
  margin-bottom: 20px;
}

#menu-item-5875 {
  display: none !important;
}