@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit;
  font-family: "heebobold", arial; }

b,
strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../interface/ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 9;
  display: block;
  height: 14px;
  width: 26px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (max-width: 985px) {
    .slick-prev,
    .slick-next {
      width: 45px;
      height: 99%;
      margin-top: -2px; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: url("../interface/seta-left.png"); }
  @media screen and (max-width: 985px) {
    .slick-prev {
      border-radius: 0px; } }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }
  .slick-prev:before {
    /*content: $slick-prev-character;
		
        [dir="rtl"] & {
            content: $slick-next-character;
        }*/ }

.slick-next {
  right: 15px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: url("../interface/seta-right.png"); }
  @media screen and (max-width: 985px) {
    .slick-next {
      border-radius: 0px; } }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }
  .slick-next:before {
    /*content: $slick-next-character;
		
        [dir="rtl"] & {
            content: $slick-prev-character;
        }*/ }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../interface/lightbox/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../interface/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../interface/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../interface/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

@font-face {
  font-family: 'heebobold';
  src: url("../fonts/heebo-bold-webfont.woff2") format("woff2"), url("../fonts/heebo-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'heebolight';
  src: url("../fonts/heebo-light-webfont.woff2") format("woff2"), url("../fonts/heebo-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'heebomedium';
  src: url("../fonts/heebo-medium-webfont.woff2") format("woff2"), url("../fonts/heebo-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'heeboregular';
  src: url("../fonts/heebo-regular-webfont.woff2") format("woff2"), url("../fonts/heebo-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.ohs-forms {
  margin-top: 60px; }

.grupo-form {
  margin-top: 40px;
  width: 80%;
  margin: 0 auto; }
  .grupo-form fieldset {
    border: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear; }
    @media screen and (max-width: 768px) {
      .grupo-form fieldset {
        padding: 0 !important;
        margin: 0 !important;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear; } }
  .grupo-form input,
  .grupo-form select,
  .grupo-form textarea {
    padding: 20px 10px;
    box-sizing: border-box;
    border: transparent;
    border-bottom: 1px solid #00413a;
    color: #00413a;
    background-color: transparent;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s; }
    .grupo-form input[type="text"], .grupo-form input[type="password"], .grupo-form input[type="datetime"], .grupo-form input[type="datetime-local"], .grupo-form input[type="date"], .grupo-form input[type="month"], .grupo-form input[type="time"], .grupo-form input[type="week"], .grupo-form input[type="number"], .grupo-form input[type="email"], .grupo-form input[type="url"], .grupo-form input[type="search"], .grupo-form input[type="tel"], .grupo-form input[type="color"],
    .grupo-form select[type="text"],
    .grupo-form select[type="password"],
    .grupo-form select[type="datetime"],
    .grupo-form select[type="datetime-local"],
    .grupo-form select[type="date"],
    .grupo-form select[type="month"],
    .grupo-form select[type="time"],
    .grupo-form select[type="week"],
    .grupo-form select[type="number"],
    .grupo-form select[type="email"],
    .grupo-form select[type="url"],
    .grupo-form select[type="search"],
    .grupo-form select[type="tel"],
    .grupo-form select[type="color"],
    .grupo-form textarea[type="text"],
    .grupo-form textarea[type="password"],
    .grupo-form textarea[type="datetime"],
    .grupo-form textarea[type="datetime-local"],
    .grupo-form textarea[type="date"],
    .grupo-form textarea[type="month"],
    .grupo-form textarea[type="time"],
    .grupo-form textarea[type="week"],
    .grupo-form textarea[type="number"],
    .grupo-form textarea[type="email"],
    .grupo-form textarea[type="url"],
    .grupo-form textarea[type="search"],
    .grupo-form textarea[type="tel"],
    .grupo-form textarea[type="color"] {
      width: 100%;
      font-family: 'heebolight';
      font-size: 0.875rem;
      margin-bottom: 0.9375rem; }
    .grupo-form input:focus,
    .grupo-form select:focus,
    .grupo-form textarea:focus {
      outline: none;
      border: transparent;
      border-bottom: 1px solid #EA374D; }
    .grupo-form input::placeholder,
    .grupo-form select::placeholder,
    .grupo-form textarea::placeholder {
      color: #00413a; }
  .grupo-form select,
  .grupo-form textarea {
    width: 100%;
    margin-bottom: 0.9375rem;
    font-size: 0.875rem; }
  .grupo-form textarea {
    height: 160px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #00413a; }
    .grupo-form textarea:focus {
      border: 1px solid #EA374D; }
  .grupo-form label {
    font-size: 0.875rem;
    font-weight: bold;
    color: #999; }
  .grupo-form .col-esq,
  .grupo-form .col-dir {
    width: 49%; }
    @media screen and (max-width: 576px) {
      .grupo-form .col-esq,
      .grupo-form .col-dir {
        width: 100%; } }
  .grupo-form .col-esq {
    float: left; }
  .grupo-form .col-dir {
    float: right; }
  .grupo-form .container {
    padding-left: 0rem;
    padding-right: 0rem; }
  .grupo-form .bt,
  .grupo-form .bt-submit {
    background-color: #4ab147;
    color: white;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
    .grupo-form .bt:hover,
    .grupo-form .bt-submit:hover {
      background-color: #238b20;
      transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear; }
  .grupo-form .bt-submit {
    display: block;
    width: 100%; }

.bt {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  box-sizing: border-box; }

.bt-bloco {
  display: block;
  width: 100%; }

input[type="submit"].bt-block,
input[type="reset"].bt-block,
input[type="button"].bt-block {
  width: 100%; }

.bt-grande {
  padding: 1rem 2rem !important;
  font-size: 1.25rem; }

.bt-medio {
  padding: 0.7rem 1.5rem !important;
  font-size: 0.875rem; }

.bt-pequeno {
  padding: 0.5rem 1rem !important;
  font-size: 0.75rem; }

html,
body {
  font-family: "heeboregular", arial;
  color: #21262A; }

a {
  color: #0099FF;
  text-decoration: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  outline: none; }
  a:hover {
    text-decoration: underline; }

img {
  max-width: 100%; }

.container {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box; }

.center {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  box-sizing: border-box; }

.bt {
  text-decoration: none !important; }

.bg, .bg-senar, .bg-faea, .bg-miolo {
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #FAFAFA; }

.bg {
  background-image: url(../interface/bg.jpg); }

.bg-senar {
  background-image: url(../interface/bg-senar.jpg); }

.bg-faea {
  background-image: url(../interface/bg-faea.jpg); }

.bg-senar.bg-miolo, .bg-faea.bg-miolo {
  background-image: url(../interface/bg-miolo.jpg); }

@media screen and (max-width: 985px) {
  .bg, .bg-senar, .bg-faea {
    background-image: none; } }

.titulo-secao {
  display: inline-block;
  margin-bottom: 35px;
  font-size: 34px;
  color: #006c60; }

.bloco-bt {
  width: 100%;
  text-align: center; }
  .bloco-bt .veja-mais {
    display: inline-block;
    margin: 30px auto 0 auto;
    background-color: #4ab147;
    color: white;
    font-family: 'heebomedium';
    font-size: 20px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    text-transform: uppercase; }
    .bloco-bt .veja-mais:hover {
      background-color: #005700; }

.grupo-form fieldset, .topo nav ul, .ultimas-noticias section article figure, .ultimos-videos section article figure, .bg-senar .info article ul, .bg-faea .info article ul, .rodape p, .menu menu, .menu ul, .senar article p, .faea article p, .area-de-atuacao figure, .area-de-atuacao p, .acesso-rapido-cursos-treinamentos .acesso-rapido ul, .acesso-rapido-cursos-treinamentos .acesso-rapido ul li a p, .eventos ul, .ebi .titulo, .ebi .listagem article a h1, .ebi .listagem article a figure, .ebi .lista-galerias, .ebi .paginacao, .ebi .downloads article h1, .ebi .ohs-videos-listagem {
  margin: 0;
  padding: 0; }

.topo .logos, .eventos ul li a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.ebi .listagem article a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap; }

.topo {
  display: flex;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 130px;
  padding-top: 15px;
  background-color: white;
  font-family: 'heebomedium';
  text-transform: uppercase;
  z-index: 11;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 1154px) {
    .topo {
      font-size: 15px;
      letter-spacing: -1px; } }
  @media screen and (max-width: 1086px) {
    .topo {
      font-size: 14px; } }
  @media screen and (max-width: 985px) {
    .topo {
      height: auto;
      position: relative;
      padding-bottom: 25px; } }
  .topo .center {
    display: grid;
    grid-template-columns: 1.4fr 2fr 1fr 1fr;
    grid-column-gap: 31px;
    align-content: center;
    align-items: center; }
    @media screen and (max-width: 985px) {
      .topo .center {
        display: inline-block;
        width: 100%;
        text-align: center; } }
  .topo .logos {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 985px) {
      .topo .logos {
        margin-top: 20px;
        flex-direction: column; }
        .topo .logos img {
          margin-bottom: 20px; } }
  .topo nav {
    position: relative;
    z-index: 2; }
    .topo nav ul {
      list-style: none;
      font-size: 14px; }
      @media screen and (max-width: 1075px) {
        .topo nav ul {
          font-size: 13px; } }
      .topo nav ul .sub-menu {
        background-image: url(../interface/icone-seta-submenu.png);
        background-position: center right;
        background-repeat: no-repeat;
        padding-right: 5px;
        background-size: 7%; }
        .topo nav ul .sub-menu:hover {
          background-image: url(../interface/icone-seta-submenu-hover.png); }
      .topo nav ul li, .topo nav ul .sub-menu {
        display: inline-block;
        position: relative;
        margin-left: 3px;
        margin-right: 3px;
        background-color: #f2f2f2;
        border: 1px solid #ddd;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear; }
        .topo nav ul li:hover, .topo nav ul .sub-menu:hover {
          background-color: #ddd;
          color: white; }
          .topo nav ul li:hover ul, .topo nav ul .sub-menu:hover ul {
            display: inline-block; }
        .topo nav ul li:first-child, .topo nav ul .sub-menu:first-child {
          margin-left: 0px; }
        .topo nav ul li:last-child, .topo nav ul .sub-menu:last-child {
          margin-right: 0px; }
        .topo nav ul li a, .topo nav ul .sub-menu a {
          display: inline-block;
          color: black;
          width: 100%;
          text-decoration: none;
          padding: 10px 7px;
          box-sizing: border-box; }
          .topo nav ul li a:hover, .topo nav ul .sub-menu a:hover {
            color: #5a5a5a; }
        .topo nav ul li ul, .topo nav ul .sub-menu ul {
          position: absolute;
          top: 29px;
          left: 0px;
          display: none;
          background-color: #348432;
          border-top-left-radius: 0px;
          border-top-right-radius: 0px;
          border-bottom-right-radius: 10px;
          border-bottom-left-radius: 10px;
          -webkit-border-top-left-radius: 0px;
          -webkit-border-top-right-radius: 0px;
          -webkit-border-bottom-right-radius: 10px;
          -webkit-border-bottom-left-radius: 10px;
          -moz-border-radius-topleft: 0px;
          -moz-border-radius-topright: 0px;
          -moz-border-radius-bottomright: 10px;
          -moz-border-radius-bottomleft: 10px;
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
          font-size: 13px;
          z-index: 1; }
          .topo nav ul li ul li, .topo nav ul .sub-menu ul li {
            margin: 0px;
            width: 100%; }
            .topo nav ul li ul li a, .topo nav ul .sub-menu ul li a {
              display: inline-block;
              padding: 10px;
              color: white;
              box-sizing: border-box; }
    @media screen and (max-width: 985px) {
      .topo nav {
        margin-top: 20px;
        margin-bottom: 20px; } }
  .topo aside {
    text-align: center; }
    @media screen and (max-width: 985px) {
      .topo aside {
        margin-bottom: 20px; } }
    .topo aside a {
      margin-left: 4px;
      margin-right: 4px; }
      @media screen and (max-width: 1084px) {
        .topo aside a {
          margin-left: 2px;
          margin-right: 2px; } }
      @media screen and (max-width: 985px) {
        .topo aside a {
          margin-left: 4px;
          margin-right: 4px; } }
  .topo form {
    position: relative; }
    .topo form input {
      background-color: transparent;
      border: 0 !important;
      border-radius: 0px !important;
      -webkit-border-radius: 0px !important;
      -moz-border-radius: 0px !important; }
      .topo form input[type="text"] {
        border-bottom: 1px solid #006c60 !important;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 0px;
        padding-right: 30px;
        margin-bottom: 0; }
        .topo form input[type="text"]:focus {
          border-bottom: 1px solid #5ac6ba !important; }
      .topo form input[type="submit"] {
        position: absolute;
        bottom: -5px;
        right: 0;
        width: 40px;
        height: 46px;
        background-image: url(../interface/icone-lupa.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-color: transparent;
        cursor: pointer;
        text-indent: -99999px; }

.bg-senar .topo {
  box-shadow: none; }

.bg-faea .topo .center {
  grid-template-columns: 1.4fr 1.3fr 1fr 1fr; }

/*.cabecalho{
	margin-top: 160px;
	
	@media screen and (max-width: 985px){
		margin-top: 0px;
	}
	
	.titulo, .bt{
		position: relative;
		z-index: 2;
		text-align: left;
	}
	section{
		text-align: center;
		position: relative;
		
		img{
			@include border-radius(10px);
		}
		
		.bloco{
			width: 540px;
			position: absolute;
			bottom: 30px;
			left: 100px;
			
			@media screen and (max-width: 800px){
				width: 75%;
			}
			
			@media screen and (max-width: 685px){
				left: 15%;
			}
		}
	}
	.titulo{
		display: block;
		font-size: 34px;
		margin-bottom: 20px;
		color: $cor-branco;
		
		@media screen and (max-width: 731px){
			font-size: 24px;
			letter-spacing: -1px;
		}
		@media screen and (max-width: 510px){
			font-size: 18px;
		}
	}
	
	.bt{
		display: block;
		font-family: 'heebolight';
		font-size: 22px;
		text-align: left !important;
		color: $cor-branco;
		padding: 0 !important;
		
		@media screen and (max-width: 685px){
			font-size: 14px;
		}
		
		&:hover{
			color: $cor-branco - 90;
		}
	}
}*/
.cabecalho {
  margin-top: 180px; }
  @media screen and (max-width: 985px) {
    .cabecalho {
      margin-top: 40px; } }
  .cabecalho img {
    display: block; }
  .cabecalho .bloco-1 {
    float: left;
    width: 72%;
    /*height: 417px;*/
    overflow: hidden; }
    @media screen and (max-width: 1060px) {
      .cabecalho .bloco-1 {
        width: 70%; } }
    @media screen and (max-width: 1000px) {
      .cabecalho .bloco-1 {
        width: 68%; } }
    @media screen and (max-width: 985px) {
      .cabecalho .bloco-1 {
        width: 100%; } }
    .cabecalho .bloco-1 section {
      text-align: center;
      position: relative; }
      .cabecalho .bloco-1 section img {
        width: 100%;
        height: auto;/*417px;*/ }
      .cabecalho .bloco-1 section .bloco {
        width: 540px;
        position: absolute;
        bottom: 30px;
        left: 100px; }
        @media screen and (max-width: 800px) {
          .cabecalho .bloco-1 section .bloco {
            width: 75%; } }
        @media screen and (max-width: 685px) {
          .cabecalho .bloco-1 section .bloco {
            left: 15%; } }
    .cabecalho .bloco-1 .titulo {
      display: block;
      font-size: 34px;
      margin-bottom: 20px;
      color: white;
      text-align: left;
      text-shadow: 0px 0px 3px black; }
      @media screen and (max-width: 731px) {
        .cabecalho .bloco-1 .titulo {
          font-size: 24px;
          letter-spacing: -1px; } }
      @media screen and (max-width: 510px) {
        .cabecalho .bloco-1 .titulo {
          font-size: 18px; } }
    .cabecalho .bloco-1 .bt {
      display: block;
      font-family: 'heebolight';
      font-size: 22px;
      text-align: left !important;
      color: white;
      padding: 0 !important;
      text-align: left; }
      @media screen and (max-width: 685px) {
        .cabecalho .bloco-1 .bt {
          font-size: 14px; } }
      .cabecalho .bloco-1 .bt:hover {
        color: #a5a5a5; }
  .cabecalho .bloco-2 {
    float: right;
    width: auto;
    max-width: 278px; }
    @media screen and (max-width: 985px) {
      .cabecalho .bloco-2 {
        margin-top: 64px;
        width: 100%;
        max-width: none;
        text-align: center;
        background-color: #b9b3b3; } }
    @media screen and (max-width: 685px) {
      .cabecalho .bloco-2 {
        margin-top: 24px;} }
    .cabecalho .bloco-2 img {
      margin: 0 auto; }

.bg-senar, .bg-faea {
  background-position: 0px 57px; }
  .bg-senar .cabecalho, .bg-faea .cabecalho {
    margin-top: 212px; }
    @media screen and (max-width: 985px) {
      .bg-senar .cabecalho, .bg-faea .cabecalho {
        margin-top: -1px; } }

.ultimas-noticias {
  margin-top: 57px; }
  @media screen and (max-width: 985px) {
    .ultimas-noticias .center {
      text-align: center; } }
  .ultimas-noticias section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 31px; }
    @media screen and (max-width: 985px) {
      .ultimas-noticias section {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 576px) {
      .ultimas-noticias section {
        grid-template-columns: 1fr; } }
    .ultimas-noticias section article a {
      color: inherit;
      text-decoration: none; }
      .ultimas-noticias section article a:hover {
        color: #7b8084; }
    .ultimas-noticias section article figure {
      position: relative;
      width: 260px;
      height: 200px;
      display: inline-block; }
      .ultimas-noticias section article figure img {
        display: block;
        height: 100%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px; }
        @media screen and (max-width: 985px) {
          .ultimas-noticias section article figure img {
            margin: 0 auto; } }
      .ultimas-noticias section article figure figcaption {
        position: absolute;
        bottom: 10px;
        left: 10px;
        background-color: #027669;
        font-family: 'heebomedium';
        font-size: 12px;
        color: white;
        padding: 5px 10px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px; }
    .ultimas-noticias section article h1 {
      font-weight: normal;
      font-size: 18px; }

.ultimos-videos {
  margin-top: 60px; }
  @media screen and (max-width: 985px) {
    .ultimos-videos .center {
      text-align: center; } }
  .ultimos-videos section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 31px; }
    @media screen and (max-width: 750px) {
      .ultimos-videos section {
        grid-template-columns: 1fr; } }
    .ultimos-videos section article a {
      color: inherit;
      text-decoration: none; }
      .ultimos-videos section article a:hover {
        color: #7b8084; }
    .ultimos-videos section article figure {
      position: relative;
      width: auto;
      display: inline-block; }
      .ultimos-videos section article figure img {
        display: block;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px; }
        @media screen and (max-width: 985px) {
          .ultimos-videos section article figure img {
            margin: 0 auto; } }
      .ultimos-videos section article figure .icone-play {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%; }
        .ultimos-videos section article figure .icone-play img {
          width: auto;
          max-width: none; }
    .ultimos-videos section article h1 {
      font-weight: normal;
      font-size: 18px; }

.acesso-rapido {
  margin-top: 60px; }
  @media screen and (max-width: 985px) {
    .acesso-rapido .center {
      text-align: center; } }
  .acesso-rapido section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 31px;
    grid-row-gap: 31px; }
    @media screen and (max-width: 985px) {
      .acesso-rapido section {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 576px) {
      .acesso-rapido section {
        grid-template-columns: 1fr; } }
    .acesso-rapido section a {
      max-width: 360px;
      background-color: #75cdc3;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      padding: 20px 40px;
      box-sizing: border-box;
      text-decoration: none;
      color: inherit; }
      @media screen and (max-width: 985px) {
        .acesso-rapido section a {
          margin: 0 auto; } }
      .acesso-rapido section a img {
        display: inline-block;
        margin-bottom: 10px; }
        .acesso-rapido section a img[src="ohs/data/interface/icone-hover-0.png"], .acesso-rapido section a img[src="ohs/data/interface/icone-hover-1.png"], .acesso-rapido section a img[src="ohs/data/interface/icone-hover-2.png"], .acesso-rapido section a img[src="ohs/data/interface/icone-hover-3.png"], .acesso-rapido section a img[src="ohs/data/interface/icone-hover-4.png"], .acesso-rapido section a img[src="ohs/data/interface/icone-hover-5.png"] {
          display: none; }
      .acesso-rapido section a:hover {
        background-color: #4ab147;
        color: white; }
        .acesso-rapido section a:hover img[src="ohs/data/interface/icone-hover-0.png"], .acesso-rapido section a:hover img[src="ohs/data/interface/icone-hover-1.png"], .acesso-rapido section a:hover img[src="ohs/data/interface/icone-hover-2.png"], .acesso-rapido section a:hover img[src="ohs/data/interface/icone-hover-3.png"], .acesso-rapido section a:hover img[src="ohs/data/interface/icone-hover-4.png"], .acesso-rapido section a:hover img[src="ohs/data/interface/icone-hover-5.png"] {
          display: inline; }
        .acesso-rapido section a:hover img[src="//teste.sistemafaeasenar.org.br/ohs/data/images/20/icone-noticias.png"], .acesso-rapido section a:hover img[src="//teste.sistemafaeasenar.org.br/ohs/data/images/20/icone-agenda.png"], .acesso-rapido section a:hover img[src="//teste.sistemafaeasenar.org.br/ohs/data/images/20/icone-eventos.png"], .acesso-rapido section a:hover img[src="//teste.sistemafaeasenar.org.br/ohs/data/images/20/icone-publicacoes.png"], .acesso-rapido section a:hover img[src="//teste.sistemafaeasenar.org.br/ohs/data/images/20/icone-portfolio.png"], .acesso-rapido section a:hover img[src="//teste.sistemafaeasenar.org.br/ohs/data/images/20/icone-contato.png"] {
          display: none !important; }
      .acesso-rapido section a strong {
        display: block;
        font-family: 'heebomedium';
        font-size: 20px; }
      .acesso-rapido section a p {
        font-size: 13px; }

.info {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #006c60;
  color: #fff /*#59d9ca*/;
  font-size: 14px; }
  .info .center {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 31px;
    grid-row-gap: 31px; }
    @media screen and (max-width: 985px) {
      .info .center {
        grid-template-columns: 1fr 1fr;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .info .center {
        grid-template-columns: 1fr; } }
  .info strong {
    font-family: 'heebobold';
    font-size: 15px;
    text-transform: uppercase;
    color: white; }
  @media screen and (max-width: 985px) {
    .info img {
      margin: 0 auto; } }

.bg-senar .info, .bg-faea .info {
  background-color: #348432;
  color: white; }
  @media screen and (max-width: 985px) {
    .bg-senar .info .center, .bg-faea .info .center {
      grid-template-columns: 1fr; } }
  .bg-senar .info article:nth-child(2), .bg-faea .info article:nth-child(2) {
    width: auto;
    padding-left: 60px;
    box-sizing: border-box; }
    @media screen and (max-width: 985px) {
      .bg-senar .info article:nth-child(2), .bg-faea .info article:nth-child(2) {
        padding-left: 0px !important; } }
  .bg-senar .info article:nth-child(3) strong:nth-child(3), .bg-faea .info article:nth-child(3) strong:nth-child(3) {
    display: inline-block;
    margin-top: 10px; }
  .bg-senar .info article ul, .bg-faea .info article ul {
    list-style: none;
    margin-top: 10px; }
    .bg-senar .info article ul li, .bg-faea .info article ul li {
      line-height: 27px; }
      .bg-senar .info article ul li a, .bg-faea .info article ul li a {
        color: white;
        text-decoration: underline; }
        .bg-senar .info article ul li a:hover, .bg-faea .info article ul li a:hover {
          text-decoration: none; }

.bg-faea .info {
  margin-top: 0px;
  background-color: #006c60; }

.bg-faea.bg-miolo .info {
  margin-top: 60px; }

.rodape {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  background-color: white; }
  .rodape .center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 31px;
    grid-row-gap: 10px; }
    @media screen and (max-width: 576px) {
      .rodape .center {
        grid-template-columns: 1fr;
        text-align: center; } }
  .rodape p:first-child {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 576px) {
      .rodape p:first-child {
        justify-content: center; } }
  .rodape p:last-child {
    text-align: right; }
    @media screen and (max-width: 576px) {
      .rodape p:last-child {
        text-align: center; } }

.menu {
  position: fixed;
  top: 130px;
  left: 0px;
  background-color: #348432;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  z-index: 10;
  font-family: 'heebomedium';
  font-size: 17px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media screen and (max-width: 985px) {
    .menu {
      height: auto;
      position: relative;
      top: 0px; } }
  .menu menu {
    display: none;
    color: white;
    cursor: pointer; }
    .menu menu:hover {
      color: #E6E7E8; }
  .menu ul {
    list-style: none; }
    .menu ul li {
      display: inline-block;
      margin-left: 10px;
      margin-right: 10px; }
      .menu ul li:first-child {
        margin-left: 0px; }
      .menu ul li:last-child {
        margin-right: 0px; }
      .menu ul li:nth-child(7) ul, .menu ul li:nth-child(8) ul {
        width: 200%; }
        @media screen and (max-width: 985px) {
          .menu ul li:nth-child(7) ul, .menu ul li:nth-child(8) ul {
            width: 100%; } }
      .menu ul li a {
        color: white;
        text-decoration: none; }
    .menu ul .sub-menu {
      position: relative; }
      .menu ul .sub-menu:hover {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        color: white; }
        .menu ul .sub-menu:hover ul {
          display: inline-block; }
      .menu ul .sub-menu ul {
        width: 100%;
        position: absolute;
        top: 20px;
        left: 0px;
        padding-top: 20px;
        display: none;
        background-color: #348432;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        font-size: 13px;
        z-index: 1; }
        .menu ul .sub-menu ul li {
          margin: 0px;
          width: 100%; }
          .menu ul .sub-menu ul li a {
            display: inline-block;
            padding: 10px;
            color: white;
            box-sizing: border-box; }

.bg-faea .menu {
  background-color: #00756a; }
  .bg-faea .menu ul .sub-menu ul {
    background-color: #00756a; }

@media screen and (max-width: 985px) {
  menu {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    display: inline-block !important; }
  .menu-mobile ul {
    display: none; }
    .menu-mobile ul li {
      display: inline-block;
      width: 100%;
      border-bottom: 1px solid #1c5d1b;
      margin: 0px; }
      .menu-mobile ul li:first-child {
        margin-top: 20px; }
      .menu-mobile ul li:last-child, .menu-mobile ul li:last-child a {
        border-bottom: none; }
      .menu-mobile ul li a {
        display: inline-block;
        border-bottom: 1px solid #48b246;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px; }
        .menu-mobile ul li a:hover {
          background-color: #48b246; }
    .menu-mobile ul .sub-menu ul {
      width: 100%;
      position: relative;
      top: 0px;
      padding-top: 0px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
      -webkit-border-top-left-radius: 0px;
      -webkit-border-top-right-radius: 0px;
      -webkit-border-bottom-right-radius: 0px;
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-topleft: 0px;
      -moz-border-radius-topright: 0px;
      -moz-border-radius-bottomright: 0px;
      -moz-border-radius-bottomleft: 0px; }
      .menu-mobile ul .sub-menu ul li a {
        padding-top: 15px;
        padding-bottom: 15px; }
  .bg-faea .menu-mobile ul li {
    border-bottom: 1px solid #00554d; }
  .bg-faea .menu-mobile ul li a {
    border-bottom: 1px solid #139a8d; }
  .bg-faea .menu-mobile ul li a:hover {
    background-color: #139a8d; } }

.senar, .faea {
  margin-top: 60px; }
  @media screen and (max-width: 985px) {
    .senar .center, .faea .center {
      text-align: center; } }
  .senar article, .faea article {
    column-count: 2;
    column-gap: 31px; }
    @media screen and (max-width: 985px) {
      .senar article, .faea article {
        grid-template-columns: 1fr; } }

.area-de-atuacao {
  margin-top: 60px;
  padding-top: 43px;
  padding-bottom: 63px;
  background-color: #eaf2e9;
  text-align: center; }
  .area-de-atuacao .titulo-secao {
    width: 100%;
    text-align: left; }
    @media screen and (max-width: 985px) {
      .area-de-atuacao .titulo-secao {
        text-align: center; } }
  .area-de-atuacao a {
    display: block;
    text-decoration: none; }
    .area-de-atuacao a:hover p {
      color: #239a90; }
  .area-de-atuacao figure {
    width: 171px;
    height: 171px;
    display: inline-block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    overflow: hidden;
    text-align: center; }
    .area-de-atuacao figure img {
      height: 100%; }
  .area-de-atuacao p {
    margin-top: 20px;
    color: #00413a;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear; }
  .area-de-atuacao .slick-prev, .area-de-atuacao .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border: 2px solid #16776f;
    background-color: #eaf2e9;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear; }
    .area-de-atuacao .slick-prev:hover, .area-de-atuacao .slick-next:hover {
      background-color: #56b14a;
      border: 2px solid #56b14a; }
  .area-de-atuacao .slick-prev {
    background-position-x: 16px;
    background-image: url(../interface/seta-left-verde.png); }
    .area-de-atuacao .slick-prev:hover {
      background-image: url(../interface/seta-left.png); }
  .area-de-atuacao .slick-next {
    background-position-x: 19px;
    background-image: url(../interface/seta-right-verde.png); }
    .area-de-atuacao .slick-next:hover {
      background-image: url(../interface/seta-right.png); }

.acesso-rapido-cursos-treinamentos {
  background-image: url(../interface/bg-senar-acesso-rapido-cursos-treinamentos.jpg); }
  .acesso-rapido-cursos-treinamentos .center {
    display: grid;
    grid-template-columns: 30% 60%;
    grid-column-gap: 31px;
    align-items: baseline;
    justify-content: space-between; }
    @media screen and (max-width: 985px) {
      .acesso-rapido-cursos-treinamentos .center {
        grid-template-columns: 100%;
        text-align: center; } }
  .acesso-rapido-cursos-treinamentos .acesso-rapido ul {
    list-style: none;
    width: 90%;
    margin: 0 auto !important;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; }
    .acesso-rapido-cursos-treinamentos .acesso-rapido ul li {
      display: inline-block;
      width: 100%; }
      .acesso-rapido-cursos-treinamentos .acesso-rapido ul li:first-child {
        margin-bottom: 20px; }
      .acesso-rapido-cursos-treinamentos .acesso-rapido ul li a {
        display: flex;
        align-items: center;
        font-family: 'heebomedium';
        font-size: 19px;
        text-transform: uppercase;
        padding: 20px 20px;
        box-sizing: border-box;
        background-color: #16776f;
        text-decoration: none;
        color: white;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px; }
        @media screen and (max-width: 985px) {
          .acesso-rapido-cursos-treinamentos .acesso-rapido ul li a {
            justify-content: center; } }
        .acesso-rapido-cursos-treinamentos .acesso-rapido ul li a:hover {
          background-color: #0fb4a6; }
        .acesso-rapido-cursos-treinamentos .acesso-rapido ul li a img {
          margin-right: 10px; }
  @media screen and (max-width: 985px) {
    .acesso-rapido-cursos-treinamentos .cursos-treinamentos {
      margin-top: 60px; } }
  .acesso-rapido-cursos-treinamentos .cursos-treinamentos section {
    text-align: center; }
    .acesso-rapido-cursos-treinamentos .cursos-treinamentos section article {
      max-width: 270px;
      background-color: white;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      padding: 20px; }
      .acesso-rapido-cursos-treinamentos .cursos-treinamentos section article:hover a {
        color: #999; }
      .acesso-rapido-cursos-treinamentos .cursos-treinamentos section article figure {
        width: 270px;
        height: 180px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        margin: 0 auto 20px auto;
        overflow: hidden; }
      .acesso-rapido-cursos-treinamentos .cursos-treinamentos section article h1 {
        max-width: 220px;
        font-weight: normal;
        font-size: 20px; }
      .acesso-rapido-cursos-treinamentos .cursos-treinamentos section article p {
        max-width: 270px;
        font-size: 14px;
        margin-top: 10px !important; }
      .acesso-rapido-cursos-treinamentos .cursos-treinamentos section article h1, .acesso-rapido-cursos-treinamentos .cursos-treinamentos section article p {
        margin: 0 auto; }
      .acesso-rapido-cursos-treinamentos .cursos-treinamentos section article a {
        text-decoration: none;
        color: inherit; }
    .acesso-rapido-cursos-treinamentos .cursos-treinamentos section .slick-prev, .acesso-rapido-cursos-treinamentos .cursos-treinamentos section .slick-next {
      width: 50px;
      height: 50px;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border: 2px solid #16776f;
      background-color: #fff;
      transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      top: -50px; }
      @media screen and (max-width: 660px) {
        .acesso-rapido-cursos-treinamentos .cursos-treinamentos section .slick-prev, .acesso-rapido-cursos-treinamentos .cursos-treinamentos section .slick-next {
          top: 25%; } }
      .acesso-rapido-cursos-treinamentos .cursos-treinamentos section .slick-prev:hover, .acesso-rapido-cursos-treinamentos .cursos-treinamentos section .slick-next:hover {
        background-color: #56b14a;
        border: 2px solid #56b14a; }
    .acesso-rapido-cursos-treinamentos .cursos-treinamentos section .slick-prev {
      background-position-x: 16px;
      background-image: url(../interface/seta-left-verde.png);
      left: auto;
      right: 60px !important; }
      @media screen and (max-width: 660px) {
        .acesso-rapido-cursos-treinamentos .cursos-treinamentos section .slick-prev {
          left: 0 !important;
          right: auto; } }
      .acesso-rapido-cursos-treinamentos .cursos-treinamentos section .slick-prev:hover {
        background-image: url(../interface/seta-left.png); }
    .acesso-rapido-cursos-treinamentos .cursos-treinamentos section .slick-next {
      background-position-x: 19px;
      background-image: url(../interface/seta-right-verde.png); }
      .acesso-rapido-cursos-treinamentos .cursos-treinamentos section .slick-next:hover {
        background-image: url(../interface/seta-right.png); }

.eventos {
  margin-top: 60px; }
  .eventos .titulo-secao {
    width: 100%;
    text-align: left; }
    @media screen and (max-width: 985px) {
      .eventos .titulo-secao {
        text-align: center; } }
  .eventos ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 31px; }
    @media screen and (max-width: 576px) {
      .eventos ul {
        grid-template-columns: 1fr;
        justify-items: center; } }
    .eventos ul li {
      font-size: 23px;
      color: #00413a;
      border-bottom: 1px dotted #f1efef; }
      .eventos ul li time {
        display: inline-block;
        font-size: 25px;
        margin-right: 20px; }
        .eventos ul li time strong {
          display: block;
          color: #4ab147; }
      .eventos ul li a {
        justify-content: flex-start;
        align-items: center;
        color: inherit;
        text-decoration: none;
        padding: 10px 0px;
        box-sizing: border-box; }

.servicos-oferecidos {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eaf2e9; }
  @media screen and (max-width: 985px) {
    .servicos-oferecidos {
      text-align: center; } }
  .servicos-oferecidos article {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
    .servicos-oferecidos article img {
      display: block;
      margin: 0 auto 20px auto; }
    .servicos-oferecidos article strong {
      font-family: 'heebomedium';
      font-size: 20px;
      font-weight: normal;
      color: #022e29; }
    .servicos-oferecidos article p {
      font-size: 14px;
      color: #00413a; }
    .servicos-oferecidos article a {
      display: block;
      color: inherit;
      text-decoration: none; }
  .servicos-oferecidos .slick-prev, .servicos-oferecidos .slick-next {
    width: 40px;
    height: 40px;
    top: 25%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border: 2px solid #16776f;
    background-color: #eaf2e9;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    background-size: 30%; }
    .servicos-oferecidos .slick-prev:hover, .servicos-oferecidos .slick-next:hover {
      background-color: #56b14a;
      border: 2px solid #56b14a; }
  .servicos-oferecidos .slick-prev {
    background-position-x: 11px;
    background-image: url(../interface/seta-left-verde.png); }
    .servicos-oferecidos .slick-prev:hover {
      background-image: url(../interface/seta-left.png); }
  .servicos-oferecidos .slick-next {
    background-position-x: 15px;
    background-image: url(../interface/seta-right-verde.png); }
    .servicos-oferecidos .slick-next:hover {
      background-image: url(../interface/seta-right.png); }

.conteudo {
  margin-top: 220px;
  line-height: 27px; }
  @media screen and (max-width: 985px) {
    .conteudo {
      margin-top: 40px; } }

.ebi {
  /*table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: arial;
  }

  table {
    border-bottom: #999999 solid 1px;
    width: 100%;
    margin-bottom: 20px;
  }

  table th,
  table td {
    border-right: #999999 solid 1px;
    font-size: 12px;
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
  }

  table td:last-child {
     border-right: 0;
  }

  table thead th {
    font-weight: normal;
    background-color: #005dab;
    color: #fff;
    font-size: 15px;
  }

  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #f8f8f8;
  }



@media (max-width: 767px) { 
  
  
  table {
    display: block;
    position: relative;
    width: 100%;
  }

  table thead,
  table tbody,
  table th,
  table td,
  table-responsive tr {
    display: block;
  }
  table td,
  table th {
    height: 35px;
  }

  table thead {
    float: left;
  }

  table tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  table tbody tr {
    display: inline-block;
  }

  
  table td:last-child {
     border-right: #999999 solid 1px;
  }
}
*/ }
  .ebi .titulo {
    margin-bottom: 40px;
    font-weight: normal;
    line-height: normal;
    color: #00413a;
    font-size: 40px;
    font-family: 'heebobold';
    text-align: center; }
  .ebi .listagem {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 31px;
    grid-row-gap: 31px; }
    @media screen and (max-width: 985px) {
      .ebi .listagem {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 576px) {
      .ebi .listagem {
        grid-template-columns: 1fr; } }
    .ebi .listagem article {
      padding: 25px;
      box-sizing: border-box;
      background-color: white;
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
      transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear; }
      .ebi .listagem article:hover {
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); }
      .ebi .listagem article:last-child {
        margin-bottom: 0; }
      .ebi .listagem article a {
        justify-content: space-between;
        align-items: flex-start;
        color: inherit;
        text-decoration: none; }
        .ebi .listagem article a:hover .bt {
          text-decoration: none !important; }
        .ebi .listagem article a:hover figure img {
          transform: scale(1.1); }
        @media screen and (max-width: 810px) {
          .ebi .listagem article a {
            flex-direction: column !important;
            flex-wrap: nowrap !important;
            align-items: center !important;
            text-align: center; } }
        .ebi .listagem article a span {
          width: 26px;
          height: 26px;
          text-align: center;
          color: white;
          border-radius: 100px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          background-color: #4ab147;
          font-family: 'heebobold';
          font-size: 11px;
          margin-bottom: 20px; }
        .ebi .listagem article a h1 {
          font-family: 'heebobold';
          font-size: 18px;
          color: #00413a; }
        .ebi .listagem article a p {
          font-size: 14px; }
        .ebi .listagem article a figure {
          width: 100%;
          overflow: hidden;
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          margin-top: 10px; }
          .ebi .listagem article a figure img {
            transition: .3s ease-out;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px; }
        .ebi .listagem article a div {
          width: 720px; }
          @media screen and (max-width: 940px) {
            .ebi .listagem article a div {
              width: 680px; } }
          @media screen and (max-width: 900px) {
            .ebi .listagem article a div {
              width: 640px; } }
          @media screen and (max-width: 860px) {
            .ebi .listagem article a div {
              width: 600px; } }
          @media screen and (max-width: 810px) {
            .ebi .listagem article a div {
              width: 100%; } }
      .ebi .listagem article .bt {
        font-size: 14px;
        color: #006c60;
        text-decoration: underline !important; }
        .ebi .listagem article .bt:hover {
          text-decoration: none !important; }
  .ebi .vc-pesquisou-por {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    top: -30px; }
  .ebi img[alt] {
    padding: 5px;
    background: white;
    border: 1px solid #f2f2f2;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box; }
  .ebi .imagem-automatica {
    margin: 0 auto;
    text-align: center;
    /*img{
		padding: rem(5px);
		background: $cor-branco;
		border: 1px solid #f2f2f2;
		box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
		box-sizing: border-box;
		//display: inline;
	}*/ }
    @media screen and (max-width: 576px) {
      .ebi .imagem-automatica {
        float: none;
        width: 100%;
        margin-right: 0px; } }
    .ebi .imagem-automatica .imagem-extras {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .ebi .imagem-automatica .imagem-extras img {
        margin: .3em;
        width: 80px;
        height: 80px;
        max-width: none; }
  .ebi blockquote {
    font-style: italic;
    font-size: 29px;
    display: block;
    background: white;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;
    border-left: 2px solid #999; }
    .ebi blockquote b, .ebi blockquote strong, .ebi blockquote i, .ebi blockquote em {
      color: #EA374D; }
    .ebi blockquote:before {
      position: absolute;
      left: 10px;
      top: 5px;
      font-size: 80px; }
    .ebi blockquote:after {
      content: ""; }
  .ebi #ohs-forms-resposta blockquote {
    font-style: normal !important;
    font-size: 16px !important;
    box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    -moz-box-shadow: 2px 2px 15px #ccc;
    border-left: 15px solid #999 !important;
    border-right: 2px solid #999 !important; }
  .ebi .galeria {
    column-count: 5;
    column-gap: 10px;
    text-align: center; }
    @media (max-width: 985px) {
      .ebi .galeria {
        column-count: 3; } }
    @media (max-width: 680px) {
      .ebi .galeria {
        column-count: 2; } }
    @media (max-width: 550px) {
      .ebi .galeria {
        column-count: 1; } }
    .ebi .galeria .pinterest {
      display: block;
      margin: 0 2px 15px;
      column-break-inside: avoid;
      box-sizing: border-box; }
      .ebi .galeria .pinterest img {
        display: block;
        width: 100%;
        height: auto;
        border: 5px solid #FEFEFE; }
        .ebi .galeria .pinterest img[alt] {
          padding: 0 !important; }
      .ebi .galeria .pinterest p {
        font-size: 12px;
        color: #333;
        margin: 0; }
  .ebi .lista-galerias {
    list-style: none; }
    .ebi .lista-galerias li {
      border-bottom: 1px solid #a9d6dd;
      background-image: url(../interface/icone-pasta.png), url(../interface/icone-seta-links.png);
      background-position: left center, right center;
      background-repeat: no-repeat; }
      .ebi .lista-galerias li a {
        display: inline-block;
        width: 100%;
        padding: 20px 30px;
        box-sizing: border-box;
        text-decoration: none;
        color: inherit; }
        .ebi .lista-galerias li a:hover {
          color: #065F9B; }
  .ebi .paginacao {
    width: 100%;
    text-align: center;
    margin-top: 40px !important;
    list-style: none;
    font-size: 13px; }
    .ebi .paginacao li {
      display: inline-block; }
      .ebi .paginacao li a {
        color: black;
        text-decoration: none;
        padding: 10px 13px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; }
        .ebi .paginacao li a:hover {
          color: white;
          transition: all 0.3s linear;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          background-color: #676767 !important; }
    .ebi .paginacao .pagina-atual {
      color: white;
      background-color: #999; }
  .ebi table {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap; }
  .ebi .downloads {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 31px;
    grid-row-gap: 20px; }
    @media screen and (max-width: 576px) {
      .ebi .downloads {
        grid-template-columns: 1fr; } }
    .ebi .downloads article {
      background-color: white;
      transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      padding: 24px 32px;
      box-sizing: border-box;
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
      transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear; }
      .ebi .downloads article:hover {
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); }
        .ebi .downloads article:hover h1 {
          color: #006c60; }
        .ebi .downloads article:hover .bt {
          background-image: url(../interface/icone-downloads.png);
          background-color: #676767 !important;
          color: #4FCCFA; }
      .ebi .downloads article h1 {
        font-family: 'heebolight';
        font-size: 17px;
        font-weight: normal;
        margin-bottom: 20px; }
      .ebi .downloads article strong {
        float: left;
        font-family: 'heebobold';
        font-weight: normal;
        font-size: 14px;
        color: #EA374D;
        margin-top: 7px; }
      .ebi .downloads article .bt {
        float: right;
        background-color: #999;
        font-family: 'heebobold';
        font-size: 14px;
        color: white !important;
        background-image: url(../interface/icone-downloads.png);
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: 20%;
        padding-left: 40px !important;
        padding-right: 20px !important;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px; }
  .ebi .ohs-video strong {
    display: inline-block;
    width: 100%;
    margin-top: 20px; }
  .ebi .ohs-video .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .ebi .ohs-video .video iframe, .ebi .ohs-video .video object, .ebi .ohs-video .video embed {
      position: absolute;
      top: 0px;
      left: 0;
      width: 100%;
      height: 100%; }
  .ebi .ohs-videos-listagem {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 31px;
    grid-row-gap: 31px; }
    @media screen and (max-width: 700px) {
      .ebi .ohs-videos-listagem {
        grid-template-columns: 1fr;
        text-align: center; } }
    .ebi .ohs-videos-listagem strong {
      display: inline-block;
      width: 100%;
      font-size: 14px;
      color: #006c60; }
