@import './fonts/fonts.css';
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Campton";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #949989;
  font-size: 16px;
  overflow-x: hidden;
}
@media all and (max-width: 799px) {
  body {
    padding-top: 70px;
  }
}

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

.content {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
}
@media all and (max-width: 1760px) {
  .content {
    padding: 0px 10px;
  }
}

.ad span.label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.3;
}
.ad .main--banner {
  background: #f1f1f1;
}
.ad.vertical {
  max-width: 300px;
}
.ad.vertical .main--banner {
  float: left;
  width: 300px;
  height: 680px;
}
.ad.block .ad-view .main-banner {
  width: 370px;
  height: 170px;
  background: #f1f1f1;
  overflow: hidden;
}
.ad.full-inner {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1100px) {
  .ad.full-inner {
    zoom: 0.8;
  }
}
@media all and (max-width: 820px) {
  .ad.full-inner {
    zoom: 0.7;
  }
}
@media all and (max-width: 710px) {
  .ad.full-inner {
    zoom: 0.6;
  }
}
@media all and (max-width: 599px) {
  .ad.full-inner {
    zoom: 0.45;
  }
}
@media all and (max-width: 460px) {
  .ad.full-inner {
    zoom: 0.4;
  }
}
.ad.full-inner .ad-view {
  min-height: 100px;
  position: relative;
  padding-left: 10px;
  margin-bottom: 30px;
}
.ad.full-inner .ad-view .label-handler {
  position: absolute;
  left: 0px;
  top: 0px;
}
.ad.full-inner .ad-view .label-handler span.label {
  transform: rotate(90deg);
  transform-origin: left top 0;
  display: block;
  margin-right: -20px;
}
.ad.full-inner .ad-view .main--banner {
  display: block;
  width: 970px;
  height: 160px;
  overflow: hidden;
}
.ad.full {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1100px) {
  .ad.full {
    zoom: 0.8;
  }
}
@media all and (max-width: 820px) {
  .ad.full {
    zoom: 0.7;
  }
}
@media all and (max-width: 710px) {
  .ad.full {
    zoom: 0.6;
  }
}
@media all and (max-width: 599px) {
  .ad.full {
    zoom: 0.45;
  }
}
@media all and (max-width: 460px) {
  .ad.full {
    zoom: 0.3;
  }
}
.ad.full .ad-view {
  min-height: 100px;
  position: relative;
  padding-left: 10px;
  margin-bottom: 30px;
}
.ad.full .ad-view .label-handler {
  position: absolute;
  left: 0px;
  top: 0px;
}
.ad.full .ad-view .label-handler span.label {
  transform: rotate(90deg);
  transform-origin: left top 0;
  display: block;
  margin-right: -20px;
}
.ad.full .ad-view .main--banner {
  display: block;
  width: 970px;
  height: 250px;
  overflow: hidden;
}

.default-hero {
  float: left;
  width: 100%;
  background: url(../images/hero.jpg);
  height: 300px;
  background-size: cover !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}
@media all and (max-width: 999px) {
  .default-hero {
    padding-top: 0px;
    height: 300px;
  }
}
@media all and (max-width: 699px) {
  .default-hero {
    height: 200px;
  }
}
.default-hero h1 {
  color: white;
  text-transform: uppercase;
  font-size: 2.8rem;
  line-height: 2.8rem;
}
@media all and (max-width: 999px) {
  .default-hero h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.default-hero h1:before {
  display: inline-block;
  height: 2.4rem;
  width: 6px;
  background: white;
  content: "";
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media all and (max-width: 999px) {
  .default-hero h1:before {
    display: none;
  }
}
.default-hero > img {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.fancybox-is-open .fancybox-bg {
  background: rgba(255, 255, 255, 0.8);
}

.fancybox-content {
  /* Rectangle 17: */
  background: #FFFFFF;
  box-shadow: 0 13px 27px 0 rgba(179, 187, 161, 0.39);
  border-radius: 11px;
  padding: 0px !important;
}

#login {
  display: none;
}

.login-inset {
  float: left;
  width: 100%;
  max-width: 540px;
  font-family: "Campton";
}
.login-inset h2 {
  color: #8FC220;
  font-weight: normal;
  padding: 20px;
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 0px;
}
.login-inset .inner {
  float: left;
  width: 100%;
  padding: 40px 20px;
}
.login-inset .inner p {
  margin-top: 0px;
}
.login-inset .inner input {
  float: left;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px;
  margin-bottom: 15px;
  outline: none;
  color: #8FC220;
  font-size: 18px;
}
.login-inset .inner button {
  float: right;
  /* Rectangle 2: */
  background-image: linear-gradient(-180deg, #C2E343 0%, #8FC220 100%);
  box-shadow: 0 4px 18px 0 rgba(183, 239, 62, 0.61);
  border-radius: 4px;
  border: 0px;
  color: white;
  font-weight: bold;
  padding: 15px;
  text-transform: uppercase;
  cursor: pointer;
}
.login-inset .not-registered {
  float: left;
  width: 100%;
  padding: 40px 20px;
  border-top: 2px solid #f1f1f1;
  text-align: center;
}
.login-inset .not-registered a {
  color: #8FC220;
  font-weight: bold;
  padding: 15px;
  display: inline-block;
  border: 2px solid #8FC220;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

#cadastro {
  display: none;
}

.cadastro-inset {
  float: left;
  width: 100%;
  max-width: 540px;
  font-family: "Campton";
}
.cadastro-inset h2 {
  color: #8FC220;
  font-weight: normal;
  padding: 20px;
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 0px;
}
.cadastro-inset .inner {
  float: left;
  width: 100%;
  padding: 40px 20px;
}
.cadastro-inset .inner p {
  margin-top: 0px;
}
.cadastro-inset .inner input {
  float: left;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px;
  margin-bottom: 15px;
  outline: none;
  color: #8FC220;
  font-size: 18px;
}
.cadastro-inset .inner button {
  float: right;
  /* Rectangle 2: */
  background-image: linear-gradient(-180deg, #C2E343 0%, #8FC220 100%);
  box-shadow: 0 4px 18px 0 rgba(183, 239, 62, 0.61);
  border-radius: 4px;
  border: 0px;
  color: white;
  font-weight: bold;
  padding: 15px;
  text-transform: uppercase;
  cursor: pointer;
}
.cadastro-inset .not-registered {
  float: left;
  width: 100%;
  padding: 40px 20px;
  border-top: 2px solid #f1f1f1;
  text-align: center;
}
.cadastro-inset .not-registered a {
  color: #8FC220;
  font-weight: bold;
  padding: 15px;
  display: inline-block;
  border: 2px solid #8FC220;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#adv-search {
  display: none;
}

.adv-search-inset {
  float: left;
  width: 100%;
  max-width: 540px;
  font-family: "Campton";
}
.adv-search-inset h2 {
  color: #8FC220;
  font-weight: normal;
  padding: 20px;
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 0px;
}
.adv-search-inset .inner {
  float: left;
  width: 100%;
  padding: 40px 20px;
}
.adv-search-inset .inner .double {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.adv-search-inset .inner .double input {
  width: 48%;
}
.adv-search-inset .inner input, .adv-search-inset .inner select {
  float: left;
  width: 100%;
  border: 0px;
  border: 1px solid #e5e5e5;
  padding: 15px 15px;
  margin-bottom: 15px;
  outline: none;
  color: #8FC220;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.adv-search-inset .inner select {
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAF1Si3/AAAABGdBTUEAALGPC/xhBQAAAMRJREFUKBVN0NtOQjEQheHKyQ3eegUkRgzv/0aiifAGaEAkro/sIXslfzqddk1n2lprXbhrUtGmgvbQR9t+fbeu+s2IAcvw1Cfbi4BvHebhO+zDKLyFe1Gx2zNBtAsXgffdHsqjneQ4KFMXHCzCszcdctMx6OocPmsQ7b4G+g0fgqFcuI1QSU4OB/QTDuFqM5B+fISR6cKoHw0+hpL/UIAYNF86JdgzlhTwkfVHla/VcF/hT2JotCdtKzC1iQzNcPtoCfoHOiwZum2+pggAAAAASUVORK5CYII=") 95% center no-repeat;
}
.adv-search-inset .inner button {
  float: right;
  /* Rectangle 2: */
  background-image: linear-gradient(-180deg, #C2E343 0%, #8FC220 100%);
  box-shadow: 0 4px 18px 0 rgba(183, 239, 62, 0.61);
  border-radius: 4px;
  border: 0px;
  color: white;
  font-weight: bold;
  padding: 15px;
  text-transform: uppercase;
  cursor: pointer;
}

.datepicker {
  z-index: 99999999999999 !important;
}

.datepicker--day-name, .datepicker--cell.-current- {
  color: #8FC220 !important;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  background: #8FC220 !important;
}

#mobile-search {
  position: fixed;
  top: 65px;
  left: 0px;
  width: 100%;
  z-index: 500;
  background: white;
  -webkit-box-shadow: 0px 10px 58px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 10px 58px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 10px 58px 0px rgba(0, 0, 0, 0.23);
  align-items: center;
  visibility: hidden;
  display: none;
}
@media all and (max-width: 1000px) {
  #mobile-search {
    display: flex;
  }
}
#mobile-search:target {
  visibility: visible;
}
#mobile-search form {
  flex: 1;
  display: flex;
}
#mobile-search input {
  flex: 1;
  padding: 20px;
  font-size: 16px;
  border: 0px;
  outline: none;
}
#mobile-search .close {
  width: 30px;
  height: 40px;
  margin-right: 10px;
  background: url(../images/close.svg) center center no-repeat;
}
#mobile-search .autocomplete-mobile {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  -webkit-box-shadow: 0px 10px 58px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 10px 58px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 10px 58px 0px rgba(0, 0, 0, 0.23);
  max-height: 50vh;
  overflow: auto;
  background: white;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
#mobile-search .autocomplete-mobile a {
  color: #949989;
  text-decoration: none;
  margin-bottom: 10px;
}

#main-nav {
  position: fixed;
  z-index: 1000;
  top: 0px;
  bottom: 0px;
  left: 0px;
}
#main-nav:target .inset {
  margin-left: 0px;
}
#main-nav .inset {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  background: white;
  -webkit-box-shadow: 0px 10px 58px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 10px 58px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 10px 58px 0px rgba(0, 0, 0, 0.23);
  padding: 20px;
  margin-left: -300px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
#main-nav .inset .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  background: url(../images/close.svg) center center no-repeat;
}
#main-nav .inset .user-options {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 20px;
}
#main-nav .inset .user-options a {
  color: #949989;
  text-decoration: none;
  margin: 4px 0px;
}
#main-nav .inset nav {
  margin-top: 20px;
}
#main-nav .inset nav a {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #8FC220;
  text-decoration: none;
  margin-bottom: 10px;
}

#nav-desktop {
  position: fixed;
  z-index: 1000;
  top: 0px;
  bottom: 0px;
  right: 0px;
}
#nav-desktop:target .inset {
  margin-right: 0px;
}
#nav-desktop .inset {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  background: white;
  -webkit-box-shadow: 0px 10px 58px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 10px 58px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 10px 58px 0px rgba(0, 0, 0, 0.23);
  padding: 20px;
  margin-right: -300px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
#nav-desktop .inset .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  background: url(../images/close.svg) center center no-repeat;
}
#nav-desktop .inset nav {
  margin-top: 20px;
}
#nav-desktop .inset nav a {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #8FC220;
  text-decoration: none;
  margin-bottom: 10px;
}

header {
  background-size: 100% auto !important;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 20px 60px;
  display: flex;
  align-items: flex-start;
  z-index: 100;
  z-index: 100;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  height: 140px;
}
header.home {
  height: 67px;
}
@media all and (max-width: 999px) {
  header {
    height: 60px;
    background: white;
    z-index: 1000;
    margin: 0;
  }
}
header .adv-search {
  color: #949989;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 20px;
  font-size: 14px;
}
header .menu-large {
  width: 70px;
  height: 70px;
  background: url(../images/menu-large.svg) center center no-repeat;
}
@media all and (max-width: 999px) {
  header .menu-large {
    display: none;
  }
}
@media all and (max-width: 1700px) {
  header {
    padding: 20px 20px;
  }
}
@media all and (max-width: 1500px) {
  header {
    padding: 20px 10px;
  }
}
@media all and (max-width: 1100px) {
  header {
    padding: 10px;
  }
}
@media all and (max-width: 999px) {
  header {
    position: fixed;
  }
}
@media all and (max-width: 799px) {
  header {
    background: white;
    height: 70px;
    -webkit-box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.18);
    margin-top: 0px;
  }
}
header .menu {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  background: url(../images/menu.svg) center center no-repeat;
}
@media all and (min-width: 1000px) {
  header .menu {
    visibility: hidden;
  }
}
header .mob-search {
  position: absolute;
  right: 0px;
  text-outline: 0px;
  background: url(../images/search-top.svg) center center no-repeat;
  top: 0px;
  width: 70px;
  height: 70px;
  background-size: 20px auto !important;
}
@media all and (min-width: 1000px) {
  header .mob-search {
    visibility: hidden;
  }
}
header .handler {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 70px;
}
@media all and (max-width: 799px) {
  header .handler {
    height: auto;
  }
}
header .handler .search {
  flex: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
@media all and (max-width: 999px) {
  header .handler .search {
    display: none;
  }
}
header .handler .search .autocomplete {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0 19px 19px 0 rgba(72, 92, 28, 0.27);
  border-radius: 8px;
  top: 45px;
  left: 50px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  right: 0px;
  display: none;
  z-index: 2;
}
header .handler .search .autocomplete .inset-autocomplete {
  display: flex;
  float: left;
  width: 100%;
  flex-direction: column;
  padding: 10px;
}
header .handler .search .autocomplete a {
  color: #8FC220;
  font-size: 17px;
  text-transform: none;
  margin: 5px 0px;
}
header .handler .search a {
  margin-left: 20px;
  color: #949989;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
header .handler .search .form {
  display: flex;
  border: 2px solid #f1f1f1;
  flex: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
header .handler .search .form img {
  margin-left: 10px;
  margin-right: 10px;
}
header .handler .search .form input {
  padding: 15px;
  flex: 1;
  border: 0px;
  border-left: 2px solid #f1f1f1;
  outline: none;
  color: #8FC220;
  font-size: 17px;
}
header .handler .signup {
  /* Rectangle 2: */
  border: 2px solid #8FC220;
  border-radius: 4px;
  padding: 15px;
  margin-right: 20px;
  color: #8FC220;
  font-weight: 600;
  text-decoration: none;
}
@media all and (max-width: 1500px) {
  header .handler .signup {
    padding: 10px;
    font-size: 14px;
  }
}
@media all and (max-width: 1300px) {
  header .handler .signup {
    margin-right: 5px;
  }
}
@media all and (max-width: 1180px) {
  header .handler .signup {
    margin-right: 10px;
  }
}
@media all and (max-width: 999px) {
  header .handler .signup {
    display: none;
  }
}
header .handler .login {
  background-image: linear-gradient(-180deg, #C2E343 0%, #8FC220 100%);
  box-shadow: 0 4px 18px 0 rgba(183, 239, 62, 0.61);
  border-radius: 4px;
  padding: 17px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  outline: none;
}
@media all and (max-width: 1500px) {
  header .handler .login {
    padding: 12px;
    font-size: 15px;
  }
}
@media all and (max-width: 999px) {
  header .handler .login {
    display: none;
  }
}
header .handler nav {
  margin-right: 40px;
}
@media all and (max-width: 1700px) {
  header .handler nav {
    margin-right: 20px;
  }
}
@media all and (max-width: 1500px) {
  header .handler nav {
    margin-right: 14px;
  }
}
@media all and (max-width: 999px) {
  header .handler nav {
    display: none;
  }
}
header .handler nav a {
  color: #949989;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  margin-left: 30px;
  position: relative;
}
@media all and (max-width: 1700px) {
  header .handler nav a {
    margin-left: 20px;
  }
}
@media all and (max-width: 1550px) {
  header .handler nav a {
    margin-left: 10px;
    font-size: 15px;
  }
}
@media all and (max-width: 1300px) {
  header .handler nav a {
    margin-left: 15px;
    font-size: 15px;
  }
}
header .handler nav a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 2px;
  background: #8FC220;
  width: 0px;
  left: 50%;
  margin-left: 0px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
header .handler nav a:hover {
  color: #8FC220;
}
header .handler nav a:hover:after {
  margin-left: -20px;
  width: 40px;
}
header .logo {
  width: 334px;
  height: 190px;
  background: url(../images/logo.png) center center no-repeat;
  position: relative;
  margin-bottom: -30px;
  overflow: hidden;
  text-indent: -999px;
  -webkit-transition: rotateZ 300ms ease-in;
  -moz-transition: rotateZ 300ms ease-in;
  -o-transition: rotateZ 300ms ease-in;
  transition: rotateZ 300ms ease-in;
  zoom: 0.7;
  margin-top: -40px;
  margin-right: 40px;
}
@media all and (max-width: 1500px) {
  header .logo {
    zoom: 0.7;
  }
}
@media all and (max-width: 1366px) {
  header .logo {
    zoom: 0.6;
    margin-top: -60px;
  }
}
@media all and (max-width: 1180px) {
  header .logo {
    zoom: 0.5;
  }
}
@media all and (max-width: 999px) {
  header .logo {
    position: absolute;
    width: 200px;
    height: 70px;
    background-size: auto 90%;
    zoom: 1;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: 0px;
    margin-top: 0px;
  }
}
@media all and (max-width: 799px) {
  header .logo {
    height: 80px;
    width: 130px;
    margin-left: -65px;
  }
}
header .logo:hover {
  -webkit-transform: rotateZ(-10deg);
  -ms-transform: rotateZ(-10deg);
  -o-transform: rotateZ(-10deg);
  transform: rotateZ(-10deg);
}

@media all and (max-width: 999px) {
  main.home {
    padding-top: 160px;
  }
}
@media all and (max-width: 799px) {
  main.home {
    padding-top: 20px;
  }
}
main.home .hero {
  float: left;
  width: 100%;
  background: url(../images/hero.jpg);
  background-size: cover !important;
  position: relative;
  padding: 100px 0px;
  padding-top: 30px;
  padding-bottom: 60px;
}
main.home .hero .arrow-down {
  background: #FFFFFF;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  width: 60px;
  height: 60px;
  background: url("../images/arrow-down.svg") center center no-repeat white;
  left: 50%;
  margin-left: -30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  bottom: 60px;
  z-index: 3;
}
main.home .hero .tag-cloud {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 50px;
}
main.home .hero .tag-cloud span {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 10px 0px;
  color: white;
  font-size: 17px;
  font-weight: bold;
}
main.home .hero .tag-cloud a {
  color: white;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 4px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  margin: 4px 2px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
main.home .hero .tag-cloud a:hover {
  color: #8FC220;
  background: white;
  transform: scale(1.2);
}
main.home .hero .bottom {
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 100%;
}
main.home .hero .handler {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 1400px;
}
@media all and (max-width: 999px) {
  main.home .hero .handler {
    padding: 10px;
  }
}
main.home .hero .handler h4, main.home .hero .handler h2 {
  margin: 0;
  padding: 0;
  color: white;
}
main.home .hero .handler h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 30px;
}
@media all and (max-width: 699px) {
  main.home .hero .handler h4 {
    font-size: 20px;
  }
}
main.home .hero .handler h2 {
  font-size: 2.5rem;
  margin-top: 30px;
}
@media all and (max-width: 999px) {
  main.home .hero .handler h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 699px) {
  main.home .hero .handler h2 {
    font-size: 32px;
  }
}
main.home .hero .handler .status {
  background: white;
  padding: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  margin-top: 20px;
  font-weight: 600;
  color: #8FC220;
}
main.home .hero .handler .form-holder {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.home .hero .handler .form-holder a {
  margin-top: 10px;
  color: white;
  text-decoration: none;
  font-weight: 600;
}
main.home .hero .handler .form {
  background: #FFFFFF;
  box-shadow: 0 19px 19px 0 rgba(72, 92, 28, 0.27);
  border-radius: 8px;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 730px;
  margin-top: 15px;
  position: relative;
}
main.home .hero .handler .form .autocomplete {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0 19px 19px 0 rgba(72, 92, 28, 0.27);
  border-radius: 8px;
  top: 75px;
  left: 85px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  right: 0px;
  display: none;
  z-index: 10;
}
main.home .hero .handler .form .autocomplete .inset-autocomplete {
  display: flex;
  float: left;
  width: 100%;
  flex-direction: column;
}
main.home .hero .handler .form .autocomplete a {
  color: #8FC220;
  font-size: 17px;
  text-align: left;
  border-bottom: 1px solid #f1f1f1;
  padding: 6px 0px;
}
main.home .hero .handler .form .autocomplete a:last-child {
  border-bottom: 0px;
}
@media all and (max-width: 999px) {
  main.home .hero .handler .form {
    padding: 10px;
  }
}
main.home .hero .handler .form input {
  border: 0px;
  border-left: 2px solid #e5e5e5;
  flex: 1;
  font-size: 1.5em;
  text-indent: 20px;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  outline: none;
  color: #8FC220;
}
@media all and (max-width: 999px) {
  main.home .hero .handler .form input {
    font-size: 20px;
  }
}
main.home .hero .handler .form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(148, 153, 137, 0.5);
}
main.home .hero .handler .form input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(148, 153, 137, 0.5);
}
main.home .hero .handler .form input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(148, 153, 137, 0.5);
}
main.home .hero .handler .form input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(148, 153, 137, 0.5);
}
main.home .ad.full {
  background-image: linear-gradient(0deg, #F0FEAE 0%, #FFFFFF 100%);
}
main.home section.categories {
  display: flex;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media all and (max-width: 999px) {
  main.home section.categories .ad {
    display: none;
  }
}
main.home section.categories .categories-list {
  flex: 1;
  display: flex;
}
main.home section.categories .categories-list .col {
  width: 32%;
  margin-right: 1%;
}
main.home section.categories .categories-list .col a {
  text-decoration: none;
}
@media all and (max-width: 800px) {
  main.home section.categories .categories-list .col a {
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
}
@media all and (max-width: 800px) and (max-width: 599px) {
  main.home section.categories .categories-list .col a {
    flex-direction: column;
  }
}
@media all and (max-width: 800px) {
  main.home section.categories .categories-list .col a .image {
    margin-right: 20px;
  }
}
main.home section.categories .categories-list .col .featured {
  padding-bottom: 30px;
}
main.home section.categories .categories-list .col .featured .image {
  position: relative;
  float: left;
  width: 100%;
  background: #f1f1f1;
  margin-bottom: 30px;
}
main.home section.categories .categories-list .col .featured .image img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: block;
}
main.home section.categories .categories-list .col .featured .image span {
  position: absolute;
  right: 20px;
  background: white;
  bottom: -10px;
  width: 128px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
main.home section.categories .categories-list .col .featured h3 {
  font-size: 1.75rem;
  line-height: 1.1;
  color: #8FC220;
  margin-bottom: 15px;
}
@media all and (max-width: 999px) {
  main.home section.categories .categories-list .col .featured h3 {
    font-size: 20px;
  }
}
main.home section.categories .categories-list .col .featured p {
  color: #949989;
  line-height: 1.5;
}
main.home section.categories .categories-list .col .row {
  border-top: 1px solid #e5e5e5;
  float: left;
  width: 100%;
  display: flex;
  padding: 15px 0px;
}
main.home section.categories .categories-list .col .row a {
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
}
@media all and (max-width: 699px) {
  main.home section.categories .categories-list .col .row a {
    align-items: center;
    flex-direction: row;
  }
}
main.home section.categories .categories-list .col .row a:hover h3 {
  color: #8FC220;
}
main.home section.categories .categories-list .col .row h3 {
  margin: 0px;
  margin-left: 20px;
  font-weight: 500;
  color: #949989;
  font-size: 1.25rem;
}
@media all and (max-width: 599px) {
  main.home section.categories .categories-list .col .row h3 {
    flex: 1;
  }
}
@media all and (max-width: 499px) {
  main.home section.categories .categories-list .col .row h3 {
    font-size: 17px;
  }
}
main.home section.categories .categories-list .col .row .image {
  width: 120px;
  height: 60px;
  -webkit-border-right: 6px;
  -moz-border-right: 6px;
  -ms-border-right: 6px;
  -o-border-right: 6px;
  border-right: 6px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media all and (max-width: 599px) {
  main.home section.categories .categories-list .col .row .image {
    margin-right: 0px;
  }
}
main.home section.categories .categories-list .col .row .image img {
  max-width: 100%;
  height: auto;
}
main.home section.categories .categories-list .col h2.title {
  font-size: 2.5rem;
  margin: 0px;
  text-transform: uppercase;
  color: #8FC220;
  margin-bottom: 20px;
  position: relative;
  padding-left: 10px;
  line-height: 2.5rem;
}
@media all and (max-width: 999px) {
  main.home section.categories .categories-list .col h2.title {
    font-size: 30px;
    line-height: 30px;
  }
}
main.home section.categories .categories-list .col h2.title:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 3px;
  left: 0px;
  width: 5px;
  background: #8FC220;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@supports (display: grid) {
  main.home section.categories .categories-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    margin-right: 30px;
  }
  @media all and (max-width: 999px) {
    main.home section.categories .categories-list {
      margin-right: 0px;
    }
  }
  @media all and (max-width: 800px) {
    main.home section.categories .categories-list {
      grid-template-columns: 1fr;
      grid-row-gap: 30px;
    }
  }
  main.home section.categories .categories-list .col {
    width: 100%;
    margin-right: 0px;
  }
}
main.home section.news-events {
  float: left;
  width: 100%;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media all and (max-width: 1280px) {
  main.home section.news-events {
    flex-direction: column;
  }
}
main.home section.news-events .news--view, main.home section.news-events .eventos--view {
  flex: 1;
}
@media all and (max-width: 1280px) {
  main.home section.news-events .news--view, main.home section.news-events .eventos--view {
    margin-top: 50px;
  }
}
main.home section.news-events .news--view h2.title, main.home section.news-events .eventos--view h2.title {
  font-size: 2.5rem;
  margin: 0px;
  text-transform: uppercase;
  color: #8FC220;
  margin-bottom: 40px;
  position: relative;
  padding-left: 10px;
  line-height: 2.5rem;
}
@media all and (max-width: 899px) {
  main.home section.news-events .news--view h2.title, main.home section.news-events .eventos--view h2.title {
    font-size: 30px;
    line-height: 30px;
  }
}
main.home section.news-events .news--view h2.title:before, main.home section.news-events .eventos--view h2.title:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 3px;
  left: 0px;
  width: 5px;
  background: #8FC220;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
main.home .promotions {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 50px;
}
main.home .promotions h2.title {
  font-size: 2.5rem;
  margin: 0px;
  text-transform: uppercase;
  color: #8FC220;
  margin-bottom: 40px;
  position: relative;
  padding-left: 10px;
  line-height: 2.5rem;
}
@media all and (max-width: 899px) {
  main.home .promotions h2.title {
    font-size: 30px;
    line-height: 30px;
  }
}
main.home .promotions h2.title:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 3px;
  left: 0px;
  width: 5px;
  background: #8FC220;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
main.home .promotions .list {
  display: flex;
}
@media all and (max-width: 999px) {
  main.home .promotions .list {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 699px) {
  main.home .promotions .list {
    flex-direction: column;
  }
}
main.home .promotions .list .item {
  width: 24%;
  margin-right: 1%;
  position: relative;
}
@media all and (max-width: 999px) {
  main.home .promotions .list .item {
    width: 48%;
    margin: 1%;
  }
}
@media all and (max-width: 699px) {
  main.home .promotions .list .item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
main.home .promotions .list .item .info {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
}
main.home .promotions .list .item .info h2 {
  margin: 0px;
  font-size: 18px;
  color: #8FC220;
}
main.home .promotions .list .item .info span.off {
  background: #EE392E;
  color: white;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
}
main.home .promotions .list .item .image {
  float: left;
  width: 100%;
}
main.home .promotions .list .item .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
main.home .news--view {
  margin-right: 30px;
}
@media all and (max-width: 599px) {
  main.home .news--view {
    margin-right: 0px;
  }
}
main.home .news--view .list {
  display: flex;
  float: left;
  width: 100%;
  flex-wrap: wrap;
}
main.home .news--view .list .item {
  width: 48%;
  margin-right: 1%;
  margin-bottom: 30px;
}
main.home .news--view .list .item .image {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
main.home .news--view .list .item .image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
main.home .news--view .list .item .info {
  float: left;
  width: 100%;
}
main.home .news--view .list .item .info h3 {
  color: #8FC220;
  font-size: 1.25rem;
}
main.home .news--view .list .item .info p {
  line-height: 1.4;
}
main.home .news--view .list .item .info .pre-info {
  font-size: 15px;
}
main.home .news--view .list .item .info .pre-info em {
  font-style: normal;
  margin-right: 20px;
}
main.home .news--view .list .item .info .pre-info .comments {
  background: url(../images/comments.svg) left center no-repeat;
  padding-left: 20px;
}
@supports (display: grid) {
  main.home .news--view .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    width: 100%;
    margin-right: 0px;
  }
  @media all and (max-width: 599px) {
    main.home .news--view .list {
      grid-template-columns: 1fr;
    }
  }
  main.home .news--view .list .item {
    width: 100%;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  main.home .news--view .list .item a {
    color: #949989;
  }
}
main.home .ad-handler {
  float: left;
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
main.home .ad-handler .ad img {
  max-width: 100%;
  height: auto;
}
main.home .ad-handler .ad .main-banner {
  width: auto;
  height: auto;
}
@media all and (max-width: 1280px) {
  main.home .ad-handler {
    justify-content: center;
  }
  main.home .ad-handler .ad {
    margin: 0px 10px;
  }
}
@media all and (max-width: 999px) {
  main.home .ad-handler {
    flex-direction: column;
    align-items: center;
  }
  main.home .ad-handler .ad {
    margin-bottom: 10px;
  }
  main.home .ad-handler .ad img {
    max-width: 100%;
    height: auto;
  }
}
main.home .eventos--inner {
  background: #FCFCFC;
  float: left;
  width: 100%;
  padding: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 799px) {
  main.home .eventos--inner {
    padding: 10px;
  }
}
main.home .eventos--inner .end-info {
  float: left;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 999px) {
  main.home .eventos--inner .end-info {
    flex-direction: column;
  }
  main.home .eventos--inner .end-info span {
    margin-bottom: 10px;
  }
}
main.home .eventos--inner .end-info a {
  /* Rectangle 11: */
  background-image: linear-gradient(-180deg, #C2E343 0%, #8FC220 100%);
  border-radius: 3px;
  padding: 15px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
main.home .eventos--inner .item {
  float: left;
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
main.home .eventos--inner .item > a {
  display: flex;
  float: left;
  width: 100%;
  text-decoration: none;
  align-items: flex-start;
}
@media all and (max-width: 499px) {
  main.home .eventos--inner .item > a {
    flex-direction: column;
  }
}
main.home .eventos--inner .item > a .image {
  width: 286px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
@media all and (max-width: 499px) {
  main.home .eventos--inner .item > a .image {
    width: 100%;
    margin-bottom: 20px;
  }
  main.home .eventos--inner .item > a .image img {
    width: 100%;
    height: auto;
  }
}
main.home .eventos--inner .item > a .image span {
  position: absolute;
  bottom: 0px;
  background: #8FC220;
  color: white;
  padding: 10px;
  font-style: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
main.home .eventos--inner .item > a .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
main.home .eventos--inner .item > a .info {
  flex: 1;
}
main.home .eventos--inner .item > a .info h2 {
  color: #8FC220;
  margin-top: 0px;
  margin-bottom: 15px;
}
main.home .eventos--inner .item > a .info p {
  line-height: 1.4;
  color: #949989;
}
main.home .eventos--inner .item > a .info h4 {
  color: #949989;
}
main.home section.col-block {
  display: flex;
  float: left;
  width: 100%;
}
@media all and (max-width: 999px) {
  main.home section.col-block {
    flex-wrap: wrap;
  }
}
main.home section.col-block .col {
  flex: 1;
  margin-right: 30px;
}
@media all and (max-width: 999px) {
  main.home section.col-block .col {
    width: 48%;
    margin: 1%;
    flex: none;
  }
}
@media all and (max-width: 599px) {
  main.home section.col-block .col {
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
  }
}
main.home section.col-block .col h2.title {
  font-size: 1.7rem;
  margin: 0px;
  text-transform: uppercase;
  color: #8FC220;
  margin-bottom: 20px;
  position: relative;
  padding-left: 10px;
  line-height: 1.7rem;
}
main.home section.col-block .col h2.title:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 5px;
  left: 0px;
  width: 5px;
  background: #8FC220;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
main.home section.col-block .col:last-child {
  margin-right: 0px;
}
main.home section.col-block .col .view {
  position: relative;
  float: left;
  width: 100%;
}
main.home section.col-block .col .view .info {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
}
main.home section.col-block .col .view .info span {
  color: #949989;
  text-transform: uppercase;
  font-size: 0.9rem;
}
main.home section.col-block .col .view .info h3 {
  margin: 0px;
  margin-top: 10px;
  color: #949989;
  font-size: 1.4rem;
}
main.home section.col-block .col img {
  width: 100%;
  height: auto;
}

footer {
  float: left;
  width: 100%;
  margin-top: 40px;
}
footer .line {
  float: left;
  width: 100%;
}
footer .inset {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (max-width: 1250px) {
  footer .inset {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 999px) {
  footer .inset {
    flex-direction: column;
    align-items: center;
  }
}
footer .inset .aligner {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .inset .aligner .ending {
  flex: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 699px) {
  footer .inset .aligner .ending {
    flex-direction: column;
    align-items: center;
  }
  footer .inset .aligner .ending a {
    margin-top: 20px;
  }
}
footer .inset .aligner .ending span {
  max-width: 60%;
  font-size: 12px;
}
@media all and (max-width: 699px) {
  footer .inset .aligner .ending span {
    max-width: 100%;
    text-align: center;
  }
}
footer .inset .logo {
  width: 150px;
  height: auto;
  margin-right: 40px;
}
@media all and (max-width: 1370px) {
  footer .inset .logo {
    zoom: 0.8;
    margin-right: 20px;
  }
}
@media all and (max-width: 1250px) {
  footer .inset .logo {
    zoom: 1;
    margin-bottom: 20px;
  }
}
footer .inset .social {
  text-align: center;
  margin-left: auto;
  max-width: 200px;
}
@media all and (max-width: 1240px) {
  footer .inset .social {
    margin-top: 20px;
    margin-left: 0px;
    max-width: 100%;
    flex: 1;
  }
}
@media all and (max-width: 999px) {
  footer .inset .social {
    max-width: 100%;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    flex: 100%;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
  }
}
footer .inset .social span {
  display: inline-block;
  margin-bottom: 10px;
}
footer .inset .social .links {
  float: left;
  width: 100%;
}
footer .inset .social .links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  vertical-align: top;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
footer .inset .social .links a img {
  vertical-align: middle;
}
footer .inset .newsletter {
  border-left: 2px solid #f1f1f1;
  padding: 0px 0px;
  padding-left: 30px;
  max-width: 460px;
}
@media all and (max-width: 1500px) {
  footer .inset .newsletter {
    max-width: 380px;
  }
}
@media all and (max-width: 1100px) {
  footer .inset .newsletter {
    border-left: 0px;
  }
}
@media all and (max-width: 999px) {
  footer .inset .newsletter {
    flex: 50%;
    max-width: 100%;
  }
}
@media all and (max-width: 899px) {
  footer .inset .newsletter {
    flex: 100%;
    padding-left: 0px;
    max-width: 100%;
    border-left: 0px;
    text-align: center;
    margin-top: 30px;
  }
}
footer .inset .newsletter span {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  font-size: 18px;
}
@media all and (max-width: 1370px) {
  footer .inset .newsletter span {
    font-size: 16px;
  }
}
footer .inset .newsletter .form {
  float: left;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #f9f9f9;
  display: flex;
  padding: 10px;
}
footer .inset .newsletter .form form {
  float: left;
  width: 100%;
  display: flex;
}
footer .inset .newsletter .form input {
  flex: 1;
  background: none;
  padding: 12px;
  border: 0px;
  outline: none;
  color: #8FC220;
}
footer .inset .newsletter .form button {
  /* Rectangle 14: */
  background-image: linear-gradient(-180deg, #C2E343 0%, #8FC220 100%);
  border-radius: 3px;
  color: white;
  font-weight: 600;
  border: 0px;
}
footer .inset .menus {
  display: flex;
}
@media all and (max-width: 1100px) {
  footer .inset .menus {
    flex-wrap: wrap;
    border-right: 2px solid #e5e5e5;
  }
}
@media all and (max-width: 999px) {
  footer .inset .menus {
    flex: 100%;
    border-right: 0px;
    margin-bottom: 20px;
  }
}
footer .inset .menus ul {
  margin: 0;
  padding: 0;
  margin-right: 40px;
}
@media all and (max-width: 1370px) {
  footer .inset .menus ul {
    margin-right: 20px;
    font-size: 14px;
  }
}
@media all and (max-width: 1100px) {
  footer .inset .menus ul {
    flex: 50%;
    margin-right: 0px;
    padding-right: 20px;
  }
}
@media all and (max-width: 999px) {
  footer .inset .menus ul {
    flex: 1;
    text-align: center;
    margin-right: 0px;
  }
}
@media all and (max-width: 499px) {
  footer .inset .menus ul {
    font-size: 14px;
    flex: 50%;
  }
}
footer .inset .menus li {
  list-style: none;
  padding: 5px 0px;
}
footer .inset .menus a {
  color: #949989;
  text-decoration: none;
}
footer .inset .menus a:hover {
  color: #8FC220;
}

main.news-list {
  display: flex;
  float: left;
  width: 100%;
  margin: 50px 0px;
}
@media all and (max-width: 999px) {
  main.news-list {
    flex-direction: column;
  }
}
main.news-list #sidebar:target {
  display: block;
}
main.news-list aside {
  width: 340px;
  border-right: 2px solid #f1f1f1;
  margin-right: 30px;
}
main.news-list aside .close {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(../images/close.svg) center center no-repeat;
  width: 40px;
  height: 40px;
}
@media all and (max-width: 999px) {
  main.news-list aside {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: white;
    width: auto;
    margin-right: 0px;
    padding: 20px;
    border-right: 0px;
    z-index: 100;
    -webkit-box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.11);
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    display: none;
  }
}
main.news-list aside h2 {
  color: #8FC220;
  font-size: 30px;
}
main.news-list aside .ad {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media all and (max-width: 999px) {
  main.news-list aside .ad {
    display: none;
  }
}
main.news-list aside .weather {
  float: left;
  width: 100%;
}
@media all and (max-width: 999px) {
  main.news-list aside .weather {
    display: none;
  }
}
main.news-list aside .weather h4, main.news-list aside .weather h5 {
  margin: 0;
  padding: 0;
}
main.news-list aside .weather h4 {
  font-size: 26px;
}
main.news-list aside .weather h5 {
  font-size: 24px;
  font-weight: normal;
  margin: 10px 0px;
}
main.news-list aside .weather .list-weather {
  float: left;
  width: 100%;
  display: flex;
  max-width: 300px;
  margin-top: 20px;
}
main.news-list aside .weather .list-weather > div {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  justify-content: center;
}
main.news-list aside ul {
  margin: 0;
  padding: 0;
}
main.news-list aside ul li {
  list-style: none;
  font-size: 18px;
  padding: 4px 0px;
}
main.news-list aside ul li a {
  color: #949989;
  text-decoration: none;
}
main.news-list aside ul li a:hover {
  color: #8FC220;
}
main.news-list section {
  flex: 1;
}
main.news-list section .filtrar {
  float: left;
  width: 100%;
  text-align: center;
  border: 2px solid #8FC220;
  padding: 15px;
  border: 2px solid #8FC220;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  color: #8FC220;
  font-size: 18px;
  text-decoration: none;
  display: none;
}
@media all and (max-width: 999px) {
  main.news-list section .filtrar {
    display: block;
  }
}
main.news-list section .loading {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
main.news-list section .list-grid {
  float: left;
  width: 100%;
}
main.news-list section .list-grid .item {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 30px;
}
@media all and (max-width: 999px) {
  main.news-list section .list-grid .item {
    width: 48%;
    margin: 1%;
  }
}
@media all and (max-width: 599px) {
  main.news-list section .list-grid .item {
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
  }
}
main.news-list section .list-grid .item .image {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
main.news-list section .list-grid .item .image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
main.news-list section .list-grid .item .info {
  float: left;
  width: 100%;
}
main.news-list section .list-grid .item .info a {
  text-decoration: none;
  color: #949989;
}
main.news-list section .list-grid .item .info h3 {
  color: #8FC220;
  font-size: 1.25rem;
}
main.news-list section .list-grid .item .info p {
  line-height: 1.4;
}
main.news-list section .list-grid .item .info .pre-info {
  font-size: 15px;
}
main.news-list section .list-grid .item .info .pre-info em {
  font-style: normal;
  margin-right: 20px;
}
main.news-list section .list-grid .item .info .pre-info .comments {
  background: url(../images/comments.svg) left center no-repeat;
  padding-left: 20px;
}
@supports (display: grid) {
  main.news-list section .list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 60px;
    width: 100%;
    margin-right: 0px;
  }
  @media all and (max-width: 999px) {
    main.news-list section .list-grid {
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 20px;
      grid-row-gap: 20px;
    }
  }
  @media all and (max-width: 999px) {
    main.news-list section .list-grid {
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 20px;
      grid-row-gap: 20px;
    }
  }
  main.news-list section .list-grid .item {
    width: 100%;
    margin-bottom: 0px;
    margin-right: 0px;
  }
}

.noticias-interna {
  flex: 1;
}
.noticias-interna h1 {
  color: #8FC220;
  font-size: 40px;
}
@media all and (max-width: 999px) {
  .noticias-interna h1 {
    font-size: 30px;
  }
}
.noticias-interna .news-info {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.noticias-interna .news-info .date {
  margin-right: 10px;
  display: inline-block;
  border: 2px solid #8FC220;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #8FC220;
}
.noticias-interna .news-info .tags em {
  display: inline-block;
  background: rgba(148, 153, 137, 0.1);
  font-style: normal;
  font-weight: bold;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.noticias-interna a {
  color: #8FC220;
}
.noticias-interna p {
  line-height: 1.4;
}
.noticias-interna .align-right {
  float: right;
  margin-left: 20px;
}
.noticias-interna .align-left {
  float: left;
  margin-right: 20px;
}
.noticias-interna .source {
  float: left;
  width: 100%;
  padding: 15px;
  background: rgba(148, 153, 137, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-top: 30px;
}

.promo-list {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0px;
}
.promo-list .item {
  position: relative;
  width: 32%;
  margin-right: 1%;
  margin-bottom: 1%;
}
@media all and (max-width: 799px) {
  .promo-list .item {
    width: 100%;
    margin-right: 0px;
  }
}
.promo-list .item .info {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background: white;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.promo-list .item .info span, .promo-list .item .info h2 {
  margin: 0;
  padding: 0;
  color: #949989;
}
.promo-list .item .info h2 {
  margin-top: 10px;
  color: #8FC220;
}
.promo-list .item img {
  max-width: 100%;
  height: auto;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.veja-tambem-promo .line {
  width: 100%;
  height: auto;
}
.veja-tambem-promo .title {
  float: left;
  width: 100%;
  text-align: center;
}
.veja-tambem-promo .title h2 {
  font-size: 30px;
  margin: 0px;
}

section.promo-main-info {
  float: left;
  width: 100%;
  display: flex;
  padding: 50px 0px;
  align-items: flex-start;
}
@media all and (max-width: 899px) {
  section.promo-main-info {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 1300px) {
  section.promo-main-info .ad {
    display: none;
  }
}
section.promo-main-info .info {
  flex: 1;
  padding: 0px 30px;
}
@media all and (max-width: 899px) {
  section.promo-main-info .info {
    padding: 0px;
  }
}
section.promo-main-info .info h1 {
  font-size: 2.8rem;
  margin: 0;
  padding: 0;
  color: #8FC220;
}
@media all and (max-width: 999px) {
  section.promo-main-info .info h1 {
    font-size: 30px;
  }
}
section.promo-main-info .info p {
  margin-bottom: 20px;
  line-height: 1.4;
}
section.promo-main-info .info .main-actions {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (max-width: 699px) {
  section.promo-main-info .info .main-actions {
    flex-direction: column;
    align-items: normal;
  }
}
section.promo-main-info .info .main-actions > a {
  /* Rectangle 2: */
  background-image: linear-gradient(-180deg, #C2E343 0%, #8FC220 100%);
  box-shadow: 0 4px 18px 0 rgba(183, 239, 62, 0.61);
  border-radius: 4px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 35px;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
}
@media all and (max-width: 699px) {
  section.promo-main-info .info .main-actions > a {
    flex: 1;
    text-align: center;
    margin-top: 10px;
  }
}
section.promo-main-info .info .main-actions .price-disp {
  display: flex;
  flex-direction: column;
}
section.promo-main-info .info .main-actions .price-disp strong {
  font-size: 18px;
  margin-bottom: 5px;
}
section.promo-main-info .info .main-actions .price-disp span del {
  font-size: 20px;
  font-weight: bold;
  opacity: 0.6;
}
section.promo-main-info .info .main-actions .price-disp span ins {
  color: #8FC220;
  font-weight: bold;
  font-size: 30px;
  text-decoration: none;
  margin-left: 10px;
}
section.promo-main-info .info .location {
  float: left;
  width: 100%;
  border-top: 2px solid #f1f1f1;
  padding-top: 30px;
}
section.promo-main-info .info .location span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  opacity: 0.5;
}
section.promo-main-info .info .location address {
  list-style: none;
  margin-top: 10px;
  font-style: normal;
}
section.promo-main-info .info .location h3 {
  font-size: 22px;
}
section.promo-main-info .image {
  position: relative;
  min-height: 300px;
  margin-bottom: 50px;
}
@media all and (max-width: 1400px) {
  section.promo-main-info .image {
    width: 35%;
  }
  section.promo-main-info .image img {
    max-width: 100%;
    height: auto;
  }
}
@media all and (max-width: 999px) {
  section.promo-main-info .image {
    width: 100%;
    max-width: 520px;
  }
}
section.promo-main-info .image .logo {
  /* Rectangle 12: */
  background: #FFFFFF;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  bottom: -30px;
  left: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.promo-main-info .image .logo img {
  max-width: 100%;
  height: auto;
}

section.concurso {
  float: left;
  width: 100%;
  display: flex;
  padding: 30px 0px;
}
@media all and (max-width: 999px) {
  section.concurso {
    flex-direction: column;
    align-items: center;
  }
}
section.concurso .gallery {
  width: 30%;
  max-width: 656px;
}
@media all and (max-width: 999px) {
  section.concurso .gallery {
    width: 100%;
  }
}
section.concurso .gallery .slick-dots {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
}
section.concurso .gallery .slick-dots li {
  list-style: none;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 10px;
  background: #e5e5e5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
section.concurso .gallery .slick-dots li.slick-active {
  background: #949989;
}
section.concurso .gallery .slick-dots li button {
  display: none;
}
section.concurso .gallery .item {
  float: left;
  width: 100%;
}
section.concurso .gallery .item img {
  display: block;
  max-width: 100%;
  height: auto;
}
section.concurso .info {
  flex: 1;
  margin-left: 40px;
}
@media all and (max-width: 999px) {
  section.concurso .info {
    margin-left: 0px;
  }
}
section.concurso .info h3 {
  margin-top: 0px;
  font-size: 1.4rem;
}
section.concurso .info h1 {
  color: #8FC220;
  font-size: 2.5rem;
}
@media all and (max-width: 699px) {
  section.concurso .info h1 {
    font-size: 30px;
  }
}
section.concurso .info p {
  font-size: 0.9rem;
  line-height: 1.4;
}
section.concurso .info .main-question {
  float: left;
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}
section.concurso .info .main-question .user-form {
  float: left;
  width: 100%;
  border-top: 2px solid #f1f1f1;
  padding-top: 30px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.concurso .info .main-question .user-form .form-group {
  width: 48%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
section.concurso .info .main-question .user-form .form-group label {
  font-weight: bold;
  font-size: 15px;
}
section.concurso .info .main-question .user-form .form-group input {
  border: 2px solid #f1f1f1;
  padding: 15px;
  color: #8FC220;
}
section.concurso .info .main-question .results {
  float: left;
  width: 100%;
}
section.concurso .info .main-question .results .items {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.concurso .info .main-question .results .items .item {
  display: flex;
  margin: 5px 0px;
  align-items: center;
  line-height: 1.4;
}
section.concurso .info .main-question .results .items .item span {
  flex: 1;
}
section.concurso .info .main-question .results .items .item strong {
  border: 1px solid #f1f1f1;
  width: 60px;
  text-align: center;
  margin-right: 10px;
  padding: 10px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #8FC220;
}
section.concurso .info .main-question .apoio {
  float: left;
  width: 100%;
  border-top: 2px solid #f2f2f2;
  margin-top: 30px;
  padding-top: 30px;
}
section.concurso .info .main-question .apoio span {
  font-weight: bold;
  color: #949989;
  text-transform: uppercase;
  font-size: 15px;
  opacity: 0.5;
  margin-bottom: 10px;
}
section.concurso .info .main-question .apoio .items {
  float: left;
  width: 100%;
  display: flex;
  margin-top: 10px;
}
section.concurso .info .main-question .apoio .items .item {
  margin-right: 10px;
}
section.concurso .info .main-question .actions {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: flex-start;
}
@media all and (max-width: 499px) {
  section.concurso .info .main-question .actions {
    flex-direction: column;
  }
  section.concurso .info .main-question .actions button {
    margin-bottom: 10px;
    width: 100%;
  }
  section.concurso .info .main-question .actions a {
    width: 100%;
    text-align: center;
  }
}
section.concurso .info .main-question .actions button {
  /* Rectangle 2: */
  background-image: linear-gradient(-180deg, #C2E343 0%, #8FC220 100%);
  box-shadow: 0 4px 18px 0 rgba(183, 239, 62, 0.61);
  border-radius: 4px;
  padding: 15px 25px;
  border: 0px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
section.concurso .info .main-question .actions a {
  border: 2px solid #f1f1f1;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #949989;
}
section.concurso .info .main-question .questions {
  float: left;
  width: 100%;
}
section.concurso .info .main-question .questions .item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
section.concurso .info .main-question .questions .item input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Oval: */
  background: #FFFFFF;
  border: 2px solid #f1f1f1;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAAEhyb7BAAAABGdBTUEAALGPC/xhBQAAAYRJREFUOBGVUz1Ow1AMto3KxAIrS1MJrgADCUhwB8QByoJEy0maIrHQA1TcASRIGOAGSEgtCysMjBVx3/eEozZ9pUqkxH+f7Rf7e0TuSbPoB5KhKOkGDP/0sqaaTv2sdczmEWJ+QojxMS90BARYb9hH9dCraR7duvcNRlnMQGKKyQXHXDdZl13vuH6O4t9CM0szyUzf3fhji9FVVdsWCEn0SkKBWZ9vl+bNL1XanA2YXp4JDkxBWW9IadsNatiNx+cG/LfSmnByeTDOpZdHj8ta2R8vjNFamGTmwcIkLVhKpbPVIKbPlSBWvhDMoSxdUbCWTjJ6kM7+6D0IdBTC3pDn52QF+i+tnWKiAzI6WaAqwcEGt9HAQr4QCuikeF02UwNXJY7MDdlDQcZaCyruq6A6tpCciOdGnawAFjXEEywQrOVyJHW3moa1kkJgV8MPG+RdualQAfjcBq/i8ZFnGxRcCWxhGb7qBxY5yEVsjkcG/rugp85Oyhk6jjs7czS+A0sNa3IKULWSuVBrKo4AAAAASUVORK5CYII=") center center no-repeat;
  background-size: 0px 0px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  cursor: pointer;
  min-width: 24px;
}
section.concurso .info .main-question .questions .item input:checked {
  background-size: 14px 14px;
}

section.imprensa {
  display: flex;
  flex-direction: column;
  padding: 40px 0px;
  float: left;
  width: 100%;
}
section.imprensa .item {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media all and (max-width: 999px) {
  section.imprensa .item {
    flex-direction: column;
    padding: 10px;
  }
}
section.imprensa .item:last-child {
  border-bottom: 0px;
}
section.imprensa .item .image {
  margin-right: 20px;
  max-width: 40%;
}
section.imprensa .item .image img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 999px) {
  section.imprensa .item .image {
    max-width: 100%;
    margin-right: 0px;
  }
  section.imprensa .item .image img {
    width: 100%;
    height: auto;
  }
}
section.imprensa .item .info {
  flex: 1;
}
section.imprensa .item .info a {
  text-decoration: none;
}
section.imprensa .item .info h2 {
  font-size: 30px;
  color: #8FC220;
}
section.imprensa .item .info em.date {
  font-style: normal;
  color: #949989;
  font-weight: bold;
  font-size: 14px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
section.imprensa .item .info p {
  line-height: 1.4;
  color: #949989;
}

.empresa-spacer {
  float: left;
  width: 100%;
  height: 111px;
  display: none;
}
@media all and (max-width: 999px) {
  .empresa-spacer {
    height: 20px;
  }
}

section.empresa {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
section.empresa .cover {
  float: left;
  width: 100%;
  background-position: center center !important;
  background: url(../images/def-cover.jpg) no-repeat;
  background-size: cover !important;
  padding-bottom: 10.86%;
}
@media all and (max-width: 999px) {
  section.empresa .cover {
    display: none;
  }
}
section.empresa .empresa-inset {
  display: flex;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 30px;
  flex-direction: row-reverse;
}
@media all and (max-width: 999px) {
  section.empresa .empresa-inset {
    flex-direction: column-reverse !important;
  }
}
section.empresa .empresa-inset .left-holder {
  width: 65%;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 999px) {
  section.empresa .empresa-inset .left-holder {
    width: 100%;
  }
}
section.empresa .empresa-inset .left-holder .thumbs {
  float: left;
  width: 100%;
  margin-top: 20px;
  display: flex;
}
@media all and (max-width: 999px) {
  section.empresa .empresa-inset .left-holder .thumbs {
    display: none;
  }
}
section.empresa .empresa-inset .left-holder .thumbs .item {
  width: 100px;
  cursor: pointer;
  padding-right: 10px;
}
section.empresa .empresa-inset .left-holder .thumbs .item img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
section.empresa .empresa-inset .left-holder .tags {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 30px;
}
section.empresa .empresa-inset .left-holder .tags span {
  background: #F8F8F7;
  color: #949989;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media all and (max-width: 999px) {
  section.empresa .empresa-inset {
    margin-top: 0px;
    flex-direction: column;
  }
}
section.empresa .empresa-inset .info {
  flex: 1;
  margin-right: 40px;
}
section.empresa .empresa-inset .info .logo {
  width: 265px;
  height: 157px;
  background: white;
  /* Rectangle 20: */
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 999px) {
  section.empresa .empresa-inset .info .logo {
    width: 100%;
    box-shadow: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
  }
}
section.empresa .empresa-inset .info .logo img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
section.empresa .empresa-inset .info .inset-info {
  float: left;
  width: 100%;
}
section.empresa .empresa-inset .info h1 {
  color: #8FC220;
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 10px;
}
section.empresa .empresa-inset .info .site {
  color: #949989;
  text-decoration: none;
}
section.empresa .empresa-inset .info .social {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
section.empresa .empresa-inset .info .social a {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
section.empresa .empresa-inset .info hr {
  float: left;
  width: 100%;
  border: 0px;
  border-top: 2px solid #f1f1f1;
  margin-top: 40px;
  margin-bottom: 40px;
}
section.empresa .empresa-inset .info p {
  line-height: 1.4;
}
section.empresa .empresa-inset .info .locations {
  float: left;
  width: 100%;
  display: flex;
  border-top: 2px solid #f1f1f1;
  padding-top: 40px;
  margin-top: 40px;
}
section.empresa .empresa-inset .info .locations .box {
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
}
section.empresa .empresa-inset .info .locations .box .addresses {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.empresa .empresa-inset .info .locations .box .addresses .item {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  flex-direction: column;
  width: 100%;
}
section.empresa .empresa-inset .info .locations .box .addresses .item .horarios {
  flex: 1;
  margin-top: 40px;
}
section.empresa .empresa-inset .info .locations .box .addresses .item .main-info {
  flex: 1;
}
@media all and (max-width: 999px) {
  section.empresa .empresa-inset .info .locations .box .addresses .item .main-info {
    flex: 100%;
  }
}
section.empresa .empresa-inset .info .locations .box .social {
  float: left;
  width: 100%;
}
section.empresa .empresa-inset .info .locations .box .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
section.empresa .empresa-inset .info .locations .box .social a img {
  vertical-align: middle;
}
section.empresa .empresa-inset .info .locations .box address {
  font-style: normal;
}
section.empresa .empresa-inset .info .locations .box h3 {
  font-size: 14px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #8FC220;
  font-size: 20px;
  margin-top: 0px;
}
section.empresa .empresa-inset .info .locations .box h4 {
  font-size: 20px;
  margin: 0px;
  margin-top: 10px;
}
section.empresa .empresa-inset .info .locations .box h4 a {
  color: #949989;
  text-decoration: none;
}
section.empresa .empresa-inset .info .locations .box h4 i.phone {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(../images/phone.svg);
  margin-right: 10px;
}
section.empresa .empresa-inset .info .locations .box h4 i.whatsapp {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(../images/whatsapp.svg);
  margin-right: 10px;
}
section.empresa .empresa-inset .info .tags {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 30px;
}
section.empresa .empresa-inset .info .tags span {
  background: #F8F8F7;
  color: #949989;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
}
section.empresa .empresa-inset .gallery {
  float: left;
  width: 100%;
  max-width: 100%;
}
section.empresa .empresa-inset .gallery .slick-list {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
section.empresa .empresa-inset .gallery .next {
  position: absolute;
  right: -10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: url(../images/next.svg) center center no-repeat white;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}
@media all and (max-width: 999px) {
  section.empresa .empresa-inset .gallery .next {
    display: none !important;
  }
}
section.empresa .empresa-inset .gallery .prev {
  position: absolute;
  left: -10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: url(../images/prev.svg) center center no-repeat white;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  z-index: 2;
}
@media all and (max-width: 999px) {
  section.empresa .empresa-inset .gallery .prev {
    display: none !important;
  }
}
section.empresa .empresa-inset .gallery .slick-dots {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
}
section.empresa .empresa-inset .gallery .slick-dots li {
  list-style: none;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 10px;
  background: #e5e5e5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
section.empresa .empresa-inset .gallery .slick-dots li.slick-active {
  background: #949989;
}
section.empresa .empresa-inset .gallery .slick-dots li button {
  display: none;
}
section.empresa .empresa-inset .gallery .item {
  float: left;
  width: 100%;
}
section.empresa .empresa-inset .gallery .item img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
section.empresa .empresa-inset.empresa-v2 {
  flex-direction: column;
}
section.empresa .empresa-inset.empresa-v2 .gallery {
  max-width: 100%;
}
section.empresa .empresa-inset.empresa-v2 .gallery .slick-list {
  background: #f1f1f1;
}
section.empresa .empresa-inset.empresa-v2 .description {
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 999px) {
  section.empresa .empresa-inset.empresa-v2 .description {
    flex-direction: column;
  }
}
section.empresa .empresa-inset.empresa-v2 .description .col {
  flex: 1;
  margin-right: 20px;
}
section.empresa .empresa-inset.empresa-v2 .description .col h3 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #8FC220;
  font-size: 20px;
  margin-top: 0px;
}
section.empresa .empresa-inset.empresa-v2 .description .locations {
  padding-top: 0px;
  margin-top: 0px;
  border-top: 0px;
  flex: 1;
}
@media all and (max-width: 999px) {
  section.empresa .empresa-inset.empresa-v2 .description .locations h4 {
    font-size: 17px;
  }
  section.empresa .empresa-inset.empresa-v2 .description .locations h4 a {
    color: #949989;
    text-decoration: none;
  }
}
section.empresa .place-info {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
@media all and (max-width: 999px) {
  section.empresa .place-info {
    flex-direction: column;
  }
}
section.empresa .place-info h2 {
  margin: 0;
  margin-left: 20px;
  margin-bottom: 0px;
}
section.empresa .place-info .logo {
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  border-right: 1px solid #e5e5e5;
}

section.eventos {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
section.eventos .item {
  width: 31%;
  margin: 1%;
}
@media all and (max-width: 999px) {
  section.eventos .item {
    width: 48%;
  }
}
@media all and (max-width: 699px) {
  section.eventos .item {
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
    padding: 10px;
  }
}
section.eventos .item .image {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
section.eventos .item .image img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  display: block;
  width: 100%;
}
section.eventos .item .image .date {
  position: absolute;
  background: #8FC220;
  bottom: 0px;
  left: 20px;
  padding: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  width: 60px;
  line-height: 0.8;
  font-size: 20px;
  color: white;
  font-weight: bold;
}
section.eventos .item .image .date em {
  float: left;
  width: 100%;
  line-height: 0.9;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
}
section.eventos .item .info {
  float: left;
  width: 100%;
}
section.eventos .item .info p, section.eventos .item .info h4 {
  color: #949989;
}
section.eventos .item .info h2 {
  color: #8FC220;
  font-size: 30px;
  margin: 0px;
  line-height: 1.1;
}

section.text {
  float: left;
  width: 100%;
  line-height: 1.4;
}
section.text .align-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
section.text .align-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
section.text img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border-bottom: 5px solid #8FC220;
}
@media all and (max-width: 999px) {
  section.text img {
    max-width: 100%;
    height: auto;
  }
}
section.text h1, section.text h2, section.text h3 {
  color: #8FC220;
}
section.text p {
  margin-bottom: 20px;
}

section.fale-conosco {
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 999px) {
  section.fale-conosco {
    flex-direction: column;
  }
}
section.fale-conosco .form, section.fale-conosco .map {
  flex: 1;
}
section.fale-conosco .form p {
  line-height: 1.4;
}
section.fale-conosco .form .main-form {
  float: left;
  width: 100%;
  margin-top: 40px;
}
section.fale-conosco .form .main-form input, section.fale-conosco .form .main-form textarea {
  float: left;
  width: 100%;
  border: 0px;
  border-bottom: 2px solid #f1f1f1;
  padding: 15px 0px;
  margin-bottom: 20px;
  outline: none;
  color: #8FC220;
  font-size: 17px;
  resize: none;
}
section.fale-conosco .form .main-form button {
  float: right;
  /* Rectangle 2: */
  background-image: linear-gradient(-180deg, #C2E343 0%, #8FC220 100%);
  box-shadow: 0 4px 18px 0 rgba(183, 239, 62, 0.61);
  border-radius: 4px;
  border: 0px;
  color: white;
  font-weight: bold;
  padding: 15px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}
section.fale-conosco .map {
  margin-left: 40px;
  position: relative;
}
@media all and (max-width: 999px) {
  section.fale-conosco .map {
    margin-left: 0px;
    margin-top: 20px;
  }
}
section.fale-conosco .map .location {
  position: absolute;
  bottom: 20px;
  left: 20px;
  /* Rectangle 5: */
  background: #FFFFFF;
  box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 11px;
  padding: 20px;
  max-width: 360px;
}
section.fale-conosco .map .location h3 {
  color: #8FC220;
  margin: 0px;
  float: left;
  width: 100%;
  font-size: 30px;
  margin-bottom: 10px;
}
section.fale-conosco .map .location address {
  float: left;
  width: 100%;
  font-style: normal;
  margin-bottom: 20px;
}
section.fale-conosco .map .map-handler {
  position: relative;
  padding-bottom: 80%;
  background: #f1f1f1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
section.fale-conosco .map .map-handler #map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

section.anuncie {
  float: left;
  width: 100%;
  display: flex;
  padding: 40px 0px;
}
@media all and (max-width: 999px) {
  section.anuncie {
    flex-direction: column;
  }
}
section.anuncie .image {
  margin-left: 40px;
}
@media all and (max-width: 999px) {
  section.anuncie .image {
    margin-left: 0px;
    text-align: center;
    order: 1;
  }
  section.anuncie .image img {
    max-width: 100%;
    height: auto;
  }
}
@media all and (max-width: 999px) {
  section.anuncie .info {
    order: 2;
    text-align: center;
  }
}
section.anuncie .info h1 {
  font-size: 50px;
  color: #8FC220;
}
section.anuncie .info p {
  margin-bottom: 20px;
  line-height: 1.4;
}
section.anuncie .info .stats {
  float: left;
  width: 100%;
  display: flex;
  margin: 30px 0px;
}
@media all and (max-width: 999px) {
  section.anuncie .info .stats {
    flex-wrap: wrap;
  }
}
section.anuncie .info .stats .box {
  flex-grow: 1;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}
@media all and (max-width: 999px) {
  section.anuncie .info .stats .box {
    flex: 50%;
    text-align: center;
    border-right: 0px;
    margin-bottom: 20px;
  }
}
section.anuncie .info .stats .box:last-child {
  border-right: 0px;
}
section.anuncie .info .stats .box h4 {
  color: #8FC220;
  font-size: 30px;
  margin: 0;
}
section.anuncie .info button {
  /* Rectangle 2: */
  background-image: linear-gradient(-180deg, #C2E343 0%, #8FC220 100%);
  box-shadow: 0 4px 18px 0 rgba(183, 239, 62, 0.61);
  border-radius: 4px;
  color: white;
  font-weight: bold;
  border: 0px;
  text-transform: uppercase;
  padding: 15px;
  margin-top: 20px;
}

#sidebar:target {
  display: block;
}

main.servicos {
  display: flex;
  float: left;
  width: 100%;
  margin: 50px 0px;
}
main.servicos aside {
  width: 340px;
  border-right: 2px solid #f1f1f1;
  margin-right: 30px;
}
main.servicos aside .close {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(../images/close.svg) center center no-repeat;
  width: 40px;
  height: 40px;
}
@media all and (max-width: 1300px) {
  main.servicos aside {
    width: 300px;
  }
}
@media all and (max-width: 999px) {
  main.servicos aside {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
    background: white;
    z-index: 100;
    width: auto;
    border: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 30px;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    margin-right: 0px;
    -webkit-box-shadow: 0px 10px 46px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 10px 46px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 10px 46px 0px rgba(0, 0, 0, 0.16);
    display: none;
  }
}
main.servicos aside h2 {
  color: #8FC220;
  font-size: 30px;
}
main.servicos aside .ad {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
main.servicos aside .weather {
  float: left;
  width: 100%;
}
main.servicos aside .weather h4, main.servicos aside .weather h5 {
  margin: 0;
  padding: 0;
}
main.servicos aside .weather h4 {
  font-size: 26px;
}
main.servicos aside .weather h5 {
  font-size: 24px;
  font-weight: normal;
  margin: 10px 0px;
}
main.servicos aside .weather .list-weather {
  float: left;
  width: 100%;
  display: flex;
  max-width: 300px;
  margin-top: 20px;
}
main.servicos aside .weather .list-weather > div {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  justify-content: center;
}
main.servicos aside ul {
  margin: 0;
  padding: 0;
}
main.servicos aside ul li {
  list-style: none;
  font-size: 16px;
  padding: 10px 0px;
}
main.servicos aside ul li ul {
  border-left: 2px solid #f1f1f1;
  padding-left: 20px;
  margin-top: 10px;
}
main.servicos aside ul li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #e5e5e5;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  outline: none;
}
main.servicos aside ul li input:checked {
  border: 2px solid #8FC220;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAEFVwZaAAAABGdBTUEAALGPC/xhBQAAAKpJREFUOBHtUsENwjAMjN01eICYpixXpmGAik3KGhBstbFiXUP84YPII7LvzpfEDk3385hez1uSxSVYE923RdN8zBpzQSwwqjBOVoOo5OFiPqaUyyAobBzEg8zcB7uWXrJm3xDK4/eOcpho6DqflpzywRFVQoke/EmgWuVDj/hxkTar6h2Eync7DlUNIDSZRi3A4QlCZQMITbpRC/DfDFrSBbj3GbsOm0B93uCqK297ESQPAAAAAElFTkSuQmCC") center center no-repeat;
  background-size: 10px 10px;
}
main.servicos aside ul li a {
  color: #949989;
  text-decoration: none;
}
main.servicos aside ul li a:hover {
  color: #8FC220;
}
main.servicos section {
  flex: 1;
}
main.servicos section .filtrar {
  float: left;
  width: 100%;
  text-align: center;
  color: #8FC220;
  border: 2px solid #8FC220;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  font-weight: bold;
  text-decoration: none;
  font-size: 17px;
  display: none;
}
@media all and (max-width: 999px) {
  main.servicos section .filtrar {
    display: block;
  }
}
main.servicos section .loading {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
main.servicos section .featured-grid {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
main.servicos section .featured-grid .item {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(143, 194, 32, 0.05);
  border: 2px solid rgba(143, 194, 32, 0.2);
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media all and (max-width: 1200px) {
  main.servicos section .featured-grid .item {
    width: 100%;
  }
}
main.servicos section .featured-grid .item a {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
@media all and (max-width: 699px) {
  main.servicos section .featured-grid .item a {
    flex-direction: column;
  }
}
main.servicos section .featured-grid .item .info {
  flex: 1;
  margin-left: 20px;
}
@media all and (max-width: 699px) {
  main.servicos section .featured-grid .item .info {
    margin-left: 0px;
  }
}
main.servicos section .featured-grid .item .image {
  float: left;
  max-width: 300px;
}
@media all and (max-width: 699px) {
  main.servicos section .featured-grid .item .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
main.servicos section .featured-grid .item .image img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
main.servicos section .featured-grid .item a {
  text-decoration: none;
}
main.servicos section .featured-grid .item h3 {
  font-size: 37px;
  color: #8FC220;
  font-weight: normal;
  margin: 0px;
}
@media all and (max-width: 899px) {
  main.servicos section .featured-grid .item h3 {
    font-size: 20px;
  }
}
main.servicos section .featured-grid .item p {
  color: #949989;
  line-height: 1.4;
}
main.servicos section .featured-grid .item h2 {
  margin: 0;
  font-size: 15px;
  color: #949989;
  margin-top: 20px;
  margin-bottom: 10px;
}
main.servicos section .featured-grid .item span {
  color: #949989;
}
main.servicos section .list-grid {
  float: left;
  width: 100%;
}
main.servicos section .list-grid .item {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 30px;
}
main.servicos section .list-grid .item .image {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
main.servicos section .list-grid .item .image img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
main.servicos section .list-grid .item a {
  text-decoration: none;
}
main.servicos section .list-grid .item h3 {
  font-size: 27px;
  color: #949989;
  font-weight: normal;
  margin: 0px;
}
@media all and (max-width: 899px) {
  main.servicos section .list-grid .item h3 {
    font-size: 20px;
  }
}
main.servicos section .list-grid .item h2 {
  margin: 0;
  font-size: 15px;
  color: #8FC220;
  margin-top: 20px;
  margin-bottom: 10px;
}
main.servicos section .list-grid .item span {
  color: #949989;
}
@supports (display: grid) {
  main.servicos section .list-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 60px;
    width: 100%;
    margin-right: 0px;
  }
  @media all and (max-width: 1300px) {
    main.servicos section .list-grid {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
    }
  }
  @media all and (max-width: 1100px) {
    main.servicos section .list-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media all and (max-width: 999px) {
    main.servicos section .list-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media all and (max-width: 699px) {
    main.servicos section .list-grid {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  main.servicos section .list-grid .item {
    width: 100%;
    margin-bottom: 0px;
    margin-right: 0px;
  }
}

section.service-inner {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
section.service-inner .cover {
  float: left;
  width: 100%;
  height: 250px;
  background-size: cover !important;
}
section.service-inner .empresa-inset {
  display: flex;
  float: left;
  width: 100%;
  position: relative;
  margin: 30px 0px;
}
@media all and (max-width: 799px) {
  section.service-inner .empresa-inset {
    flex-direction: column;
    align-items: center;
  }
}
section.service-inner .empresa-inset .info .logo {
  width: 265px;
  height: 157px;
  /* Rectangle 20: */
  background: #FFFFFF;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.service-inner .empresa-inset .info .logo img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
section.service-inner .empresa-inset .info h2 {
  color: #8FC220;
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 10px;
}
section.service-inner .empresa-inset .info .site {
  color: #949989;
  text-decoration: none;
}
section.service-inner .empresa-inset .info hr {
  float: left;
  width: 100%;
  border: 0px;
  border-top: 2px solid #f1f1f1;
  margin-top: 40px;
  margin-bottom: 40px;
}
section.service-inner .empresa-inset .info p {
  line-height: 1.4;
}
section.service-inner .empresa-inset .info .locations {
  float: left;
  width: 100%;
  display: flex;
  border-top: 2px solid #f1f1f1;
  padding-top: 40px;
  margin-top: 40px;
}
section.service-inner .empresa-inset .info .locations .addresses {
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 999px) {
  section.service-inner .empresa-inset .info .locations .addresses {
    flex-direction: column;
  }
}
section.service-inner .empresa-inset .info .locations .addresses .item {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  flex-direction: column;
  flex: 1;
  margin-right: 20px;
}
section.service-inner .empresa-inset .info .locations .addresses .item:last-child {
  margin-right: 0px;
}
@media all and (max-width: 999px) {
  section.service-inner .empresa-inset .info .locations .addresses .item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
section.service-inner .empresa-inset .info .locations .addresses .item .main-info {
  flex: 1;
}
section.service-inner .empresa-inset .info .locations .addresses .item .horarios {
  margin-top: 20px;
}
section.service-inner .empresa-inset .info .locations .box {
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
}
section.service-inner .empresa-inset .info .locations .box h3 {
  font-size: 14px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #8FC220;
  font-size: 20px;
  margin-top: 0px;
}
section.service-inner .empresa-inset .info .locations .box address {
  font-style: normal;
}
section.service-inner .empresa-inset .info .locations .box strong {
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 14px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
section.service-inner .empresa-inset .info .locations .box h4 {
  font-size: 20px;
}
section.service-inner .empresa-inset .info .locations .box h4 a {
  color: #949989;
  text-decoration: none;
}
section.service-inner .empresa-inset .info .tags {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 30px;
}
section.service-inner .empresa-inset .info .tags span {
  background: #F8F8F7;
  color: #949989;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media all and (max-width: 1300px) {
  section.service-inner .empresa-inset .info {
    flex: 1;
  }
}
section.service-inner .empresa-inset .gallery {
  max-width: 617px;
  float: left;
  width: 100%;
  margin-right: 40px;
}
@media all and (max-width: 1300px) {
  section.service-inner .empresa-inset .gallery {
    width: 35%;
    max-width: 100%;
  }
}
@media all and (max-width: 799px) {
  section.service-inner .empresa-inset .gallery {
    margin-right: 0px;
    width: 100%;
    max-width: 500px;
  }
}
section.service-inner .empresa-inset .gallery .slick-list {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
section.service-inner .empresa-inset .gallery .next {
  position: absolute;
  right: -10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: url(../images/next.svg) center center no-repeat white;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}
section.service-inner .empresa-inset .gallery .prev {
  position: absolute;
  left: -10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: url(../images/prev.svg) center center no-repeat white;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  z-index: 2;
}
section.service-inner .empresa-inset .gallery .slick-dots {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
}
section.service-inner .empresa-inset .gallery .slick-dots li {
  list-style: none;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 10px;
  background: #e5e5e5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
section.service-inner .empresa-inset .gallery .slick-dots li.slick-active {
  background: #949989;
}
section.service-inner .empresa-inset .gallery .slick-dots li button {
  display: none;
}
section.service-inner .empresa-inset .gallery .item {
  float: left;
  width: 100%;
}
section.service-inner .empresa-inset .gallery .item img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
}

.services-suggested .title {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.services-suggested .title h2 {
  font-size: 30px;
}
.services-suggested .list {
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 999px) {
  .services-suggested .list {
    flex-wrap: wrap;
  }
}
.services-suggested .list .item {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 30px;
}
@media all and (max-width: 999px) {
  .services-suggested .list .item {
    width: 48%;
    margin: 1%;
  }
}
@media all and (max-width: 499px) {
  .services-suggested .list .item {
    width: 100%;
    margin: 0px;
    margin-bottom: 30px;
  }
}
.services-suggested .list .item .image {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.services-suggested .list .item .image img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
}
.services-suggested .list .item a {
  text-decoration: none;
}
.services-suggested .list .item h3 {
  font-size: 27px;
  color: #949989;
  font-weight: normal;
  margin: 0px;
}
.services-suggested .list .item h2 {
  margin: 0;
  font-size: 15px;
  color: #8FC220;
  margin-top: 20px;
  margin-bottom: 10px;
}
.services-suggested .list .item span {
  color: #949989;
}

main.company-list {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 699px) {
  main.company-list {
    flex-direction: column;
  }
}
main.company-list .col {
  width: 19%;
  margin-right: 1%;
}
@media all and (max-width: 1480px) {
  main.company-list .col {
    width: 32%;
  }
}
@media all and (max-width: 999px) {
  main.company-list .col {
    width: 48%;
    margin: 1%;
  }
}
@media all and (max-width: 699px) {
  main.company-list .col {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
main.company-list .col h2 {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px;
  color: #8FC220;
}
main.company-list .col ul {
  margin: 0;
  padding: 0;
}
main.company-list .col ul li {
  list-style: none;
  padding: 5px 0px;
}
main.company-list .col ul li a {
  text-decoration: none;
  color: #949989;
}
main.company-list .col ul li a:hover {
  color: #8FC220;
}
main.company-list aside {
  width: 340px;
  border-right: 2px solid #f1f1f1;
  margin-right: 30px;
}
main.company-list aside .close {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(../images/close.svg) center center no-repeat;
  width: 40px;
  height: 40px;
}
@media all and (max-width: 1300px) {
  main.company-list aside {
    width: 300px;
  }
}
@media all and (max-width: 999px) {
  main.company-list aside {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
    background: white;
    z-index: 100;
    width: auto;
    border: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 30px;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    margin-right: 0px;
    -webkit-box-shadow: 0px 10px 46px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 10px 46px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 10px 46px 0px rgba(0, 0, 0, 0.16);
    display: none;
  }
}
main.company-list aside h2 {
  color: #8FC220;
  font-size: 30px;
}
main.company-list aside .ad {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
main.company-list aside .weather {
  float: left;
  width: 100%;
}
main.company-list aside .weather h4, main.company-list aside .weather h5 {
  margin: 0;
  padding: 0;
}
main.company-list aside .weather h4 {
  font-size: 26px;
}
main.company-list aside .weather h5 {
  font-size: 24px;
  font-weight: normal;
  margin: 10px 0px;
}
main.company-list aside .weather .list-weather {
  float: left;
  width: 100%;
  display: flex;
  max-width: 300px;
  margin-top: 20px;
}
main.company-list aside .weather .list-weather > div {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  justify-content: center;
}
main.company-list aside ul {
  margin: 0;
  padding: 0;
}
main.company-list aside ul li {
  list-style: none;
  font-size: 16px;
  padding: 10px 0px;
}
main.company-list aside ul li ul {
  border-left: 2px solid #f1f1f1;
  padding-left: 20px;
  margin-top: 10px;
}
main.company-list aside ul li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #e5e5e5;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  outline: none;
}
main.company-list aside ul li input:checked {
  border: 2px solid #8FC220;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAEFVwZaAAAABGdBTUEAALGPC/xhBQAAAKpJREFUOBHtUsENwjAMjN01eICYpixXpmGAik3KGhBstbFiXUP84YPII7LvzpfEDk3385hez1uSxSVYE923RdN8zBpzQSwwqjBOVoOo5OFiPqaUyyAobBzEg8zcB7uWXrJm3xDK4/eOcpho6DqflpzywRFVQoke/EmgWuVDj/hxkTar6h2Eync7DlUNIDSZRi3A4QlCZQMITbpRC/DfDFrSBbj3GbsOm0B93uCqK297ESQPAAAAAElFTkSuQmCC") center center no-repeat;
  background-size: 10px 10px;
}
main.company-list aside ul li a {
  color: #949989;
  text-decoration: none;
}
main.company-list aside ul li a:hover {
  color: #8FC220;
}
main.company-list .company-list-view {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
main.company-list .company-list-view .col {
  width: 19%;
  margin-right: 1%;
}
@media all and (max-width: 1200px) {
  main.company-list .company-list-view .col {
    width: 24%;
  }
}
@media all and (max-width: 999px) {
  main.company-list .company-list-view .col {
    width: 32%;
  }
}
@media all and (max-width: 699px) {
  main.company-list .company-list-view .col {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
main.company-list .company-list-view .col h2 {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px;
  color: #8FC220;
}
main.company-list .company-list-view .col ul {
  margin: 0;
  padding: 0;
}
main.company-list .company-list-view .col ul li {
  list-style: none;
  padding: 5px 0px;
}
main.company-list .company-list-view .col ul li a {
  text-decoration: none;
  color: #949989;
}
main.company-list .company-list-view .col ul li a:hover {
  color: #8FC220;
}

main.pontos-turisiticos {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 799px) {
  main.pontos-turisiticos {
    flex-direction: column;
  }
}
main.pontos-turisiticos .item {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 40px;
  color: #949989;
  text-decoration: none;
}
@media all and (max-width: 799px) {
  main.pontos-turisiticos .item {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
}
main.pontos-turisiticos .item .image {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
main.pontos-turisiticos .item .image img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
main.pontos-turisiticos .item .info h1 {
  color: #8FC220;
  font-size: 30px;
}
main.pontos-turisiticos .item .info .location-info {
  border-top: 1px solid #e5e5e5;
}

main.pontos-turisticos-interna {
  float: left;
  width: 100%;
}
main.pontos-turisticos-interna .galeria {
  float: left;
  width: 100%;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
main.pontos-turisticos-interna .galeria .slick-list {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
main.pontos-turisticos-interna .galeria .next {
  position: absolute;
  right: -10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: url(../images/next.svg) center center no-repeat white;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}
@media all and (max-width: 999px) {
  main.pontos-turisticos-interna .galeria .next {
    display: none !important;
  }
}
main.pontos-turisticos-interna .galeria .prev {
  position: absolute;
  left: -10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: url(../images/prev.svg) center center no-repeat white;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  z-index: 2;
}
@media all and (max-width: 999px) {
  main.pontos-turisticos-interna .galeria .prev {
    display: none !important;
  }
}
main.pontos-turisticos-interna .galeria .slick-dots {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
}
main.pontos-turisticos-interna .galeria .slick-dots li {
  list-style: none;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 10px;
  background: #e5e5e5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
main.pontos-turisticos-interna .galeria .slick-dots li.slick-active {
  background: #949989;
}
main.pontos-turisticos-interna .galeria .slick-dots li button {
  display: none;
}
main.pontos-turisticos-interna .galeria .slide {
  float: left;
  width: 100%;
}
main.pontos-turisticos-interna .galeria .slide img {
  max-width: 100%;
  height: auto;
}
main.pontos-turisticos-interna .inset-block {
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 899px) {
  main.pontos-turisticos-interna .inset-block {
    flex-direction: column;
  }
}
main.pontos-turisticos-interna .inset-block .video {
  width: 40%;
  margin-left: 40px;
}
@media all and (max-width: 899px) {
  main.pontos-turisticos-interna .inset-block .video {
    margin-left: 0px;
    margin-top: 30px;
    width: 100%;
  }
}
main.pontos-turisticos-interna .inset-block .video .tags {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 30px;
}
main.pontos-turisticos-interna .inset-block .video .tags span {
  background: #F8F8F7;
  color: #949989;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
}
main.pontos-turisticos-interna .inset-block .info {
  flex: 1;
}
main.pontos-turisticos-interna .inset-block .info h1 {
  color: #8FC220;
}

main.utilidade-publica {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
main.utilidade-publica h2 {
  color: #8FC220;
  font-size: 30px;
}
main.utilidade-publica .phones {
  flex: 1;
  margin-bottom: 40px;
}
main.utilidade-publica .phones .list {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
main.utilidade-publica .phones .list .item {
  width: 23%;
  margin-right: 2%;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  padding: 15px 0px;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (max-width: 450px) {
  main.utilidade-publica .phones .list .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media all and (max-width: 1200px) {
  main.utilidade-publica .phones .list .item {
    width: 31%;
  }
}
@media all and (max-width: 999px) {
  main.utilidade-publica .phones .list .item {
    width: 48%;
  }
}
@media all and (max-width: 599px) {
  main.utilidade-publica .phones .list .item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
main.utilidade-publica .phones .list .item h4 {
  width: 100%;
  margin: 0px;
  margin-bottom: 10px;
}
@media all and (max-width: 450px) {
  main.utilidade-publica .phones .list .item h4 {
    width: 100%;
    margin-bottom: 5px;
  }
}
main.utilidade-publica .phones .list .item strong {
  font-weight: normal;
  font-size: 16px;
  flex: 1;
}
main.utilidade-publica .bus {
  width: 100%;
  padding-top: 40px;
}
@media all and (max-width: 1110px) {
  main.utilidade-publica .bus {
    width: 100%;
    border-left: 0px;
    padding-left: 0px;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin-top: 30px;
  }
}
main.utilidade-publica .bus .item {
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
main.utilidade-publica .bus .item.half {
  width: 48%;
  margin-right: 2%;
}
@media all and (max-width: 999px) {
  main.utilidade-publica .bus .item.half {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
main.utilidade-publica .bus .item.half h6 {
  font-weight: normal;
  text-transform: none !important;
  line-height: 1.5;
}
main.utilidade-publica .bus .item table {
  width: 100%;
  border-collapse: collapse;
}
main.utilidade-publica .bus .item table td {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 15px;
}
main.utilidade-publica .bus .item h3 {
  min-height: 5px;
  float: left;
  width: 100%;
  font-size: 24px;
  margin-bottom: 15px;
}
main.utilidade-publica .bus .item .cols {
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 899px) {
  main.utilidade-publica .bus .item .cols {
    flex-direction: column;
  }
}
main.utilidade-publica .bus .item .cols .col {
  flex: 1;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (max-width: 899px) {
  main.utilidade-publica .bus .item .cols .col {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
main.utilidade-publica .bus .item .cols .col h5 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
  color: #8FC220;
}
main.utilidade-publica .bus .item .cols .col h6 {
  color: #949989;
  font-size: 14px;
  float: left;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
main.utilidade-publica .bus .item .cols .col .schedules {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
main.utilidade-publica .bus .item .cols .col .schedules span {
  width: 20%;
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 10px;
  text-align: center;
  margin-top: -1px;
  margin-right: -1px;
}
@media all and (max-width: 499px) {
  main.utilidade-publica .bus .item .cols .col .schedules span {
    width: 25%;
  }
}
@media all and (max-width: 399px) {
  main.utilidade-publica .bus .item .cols .col .schedules span {
    width: 33.333%;
  }
}
main.utilidade-publica .bus .item .cols .col:last-child {
  margin-right: 0;
}

.search-view {
  float: left;
  width: 100%;
}
.search-view h1 {
  font-size: 36px;
  color: #8FC220;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.search-view hr {
  float: left;
  width: 100%;
  margin: 40px 0px;
  border: 0px;
  border-top: 1px solid #e5e5e5;
}
.search-view .news-list {
  float: left;
  width: 100%;
}
@supports (display: grid) {
  .search-view .news-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  @media all and (max-width: 999px) {
    .search-view .news-list {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media all and (max-width: 599px) {
    .search-view .news-list {
      grid-template-columns: 1fr;
    }
  }
}
.search-view .news-list .item {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 30px;
  display: inline-block;
}
@supports (display: grid) {
  .search-view .news-list .item {
    width: 100%;
    margin-bottom: 0;
  }
}
.search-view .news-list .item .image {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.search-view .news-list .item .image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.search-view .news-list .item .info {
  float: left;
  width: 100%;
}
.search-view .news-list .item .info h3 {
  color: #8FC220;
  font-size: 1.25rem;
}
.search-view .news-list .item .info p {
  line-height: 1.4;
}
.search-view .news-list .item .info .pre-info {
  font-size: 15px;
}
.search-view .news-list .item .info .pre-info em {
  font-style: normal;
  margin-right: 20px;
}
.search-view .news-list .item .info .pre-info .comments {
  background: url(../images/comments.svg) left center no-repeat;
  padding-left: 20px;
}
.search-view .empresas-list {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 699px) {
  .search-view .empresas-list {
    flex-direction: column;
  }
}
.search-view .empresas-list .col {
  width: 19%;
  margin-right: 1%;
}
@media all and (max-width: 1200px) {
  .search-view .empresas-list .col {
    width: 24%;
  }
}
@media all and (max-width: 999px) {
  .search-view .empresas-list .col {
    width: 32%;
  }
}
@media all and (max-width: 699px) {
  .search-view .empresas-list .col {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.search-view .empresas-list .col h2 {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px;
  color: #8FC220;
}
.search-view .empresas-list .col ul {
  margin: 0;
  padding: 0;
}
.search-view .empresas-list .col ul li {
  list-style: none;
  padding: 5px 0px;
}
.search-view .empresas-list .col ul li a {
  text-decoration: none;
  color: #949989;
}
.search-view .empresas-list .col ul li a:hover {
  color: #8FC220;
}
.search-view .servicos-list .item {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 30px;
}
.search-view .servicos-list .item .image {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.search-view .servicos-list .item .image img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.search-view .servicos-list .item a {
  text-decoration: none;
}
.search-view .servicos-list .item h3 {
  font-size: 27px;
  color: #949989;
  font-weight: normal;
  margin: 0px;
}
@media all and (max-width: 899px) {
  .search-view .servicos-list .item h3 {
    font-size: 20px;
  }
}
.search-view .servicos-list .item h2 {
  margin: 0;
  font-size: 15px;
  color: #8FC220;
  margin-top: 20px;
  margin-bottom: 10px;
}
.search-view .servicos-list .item span {
  color: #949989;
}
@supports (display: grid) {
  .search-view .servicos-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 60px;
    width: 100%;
    margin-right: 0px;
  }
  @media all and (max-width: 1300px) {
    .search-view .servicos-list {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
    }
  }
  @media all and (max-width: 1100px) {
    .search-view .servicos-list {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media all and (max-width: 999px) {
    .search-view .servicos-list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media all and (max-width: 699px) {
    .search-view .servicos-list {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .search-view .servicos-list .item {
    width: 100%;
    margin-bottom: 0px;
    margin-right: 0px;
  }
}

.receitas-interna {
  float: left;
  width: 100%;
  display: flex;
  padding-top: 50px;
}
@media all and (max-width: 999px) {
  .receitas-interna {
    flex-direction: column;
  }
}
.receitas-interna .image {
  width: 35%;
  margin-right: 50px;
}
@media all and (max-width: 999px) {
  .receitas-interna .image {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.receitas-interna .image img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.receitas-interna .info {
  flex: 1;
}
.receitas-interna .info h1 {
  color: #8FC220;
}
.receitas-interna .info .meta-info {
  float: left;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px;
  margin-bottom: 40px;
  display: flex;
}
.receitas-interna .info .meta-info span {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.receitas-interna .info .meta-info span img {
  margin-right: 10px;
}
.receitas-interna .info .info-content {
  line-height: 1.5;
}
.receitas-interna .info .info-content a {
  color: #8FC220;
}

main.orgaos {
  float: left;
  width: 100%;
}
main.orgaos .row {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
main.orgaos .row .block {
  float: left;
  width: 100%;
}
@media all and (max-width: 999px) {
  main.orgaos .row .block {
    overflow: auto;
  }
}
main.orgaos .row h2 {
  color: #8FC220;
}
main.orgaos .row table {
  width: 100%;
  border-collapse: collapse;
}
main.orgaos .row table thead th {
  padding: 15px;
  background: #f9f9f9;
}
main.orgaos .row table td {
  border: 1px solid #e5e5e5;
  padding: 15px;
}

.sidebar-wrapper {
  float: left;
  width: 100%;
  display: flex;
  margin-top: 40px;
}
@media all and (max-width: 999px) {
  .sidebar-wrapper {
    flex-direction: column;
  }
}
.sidebar-wrapper aside {
  border-right: 1px solid #e5e5e5;
  margin-right: 40px;
  padding-right: 40px;
}
@media all and (max-width: 999px) {
  .sidebar-wrapper aside {
    margin-right: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
    border-right: 0px;
  }
}
.sidebar-wrapper aside .search {
  border: 1px solid rgba(148, 153, 137, 0.3);
  display: flex;
  align-items: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  margin-bottom: 20px;
  position: relative;
}
.sidebar-wrapper aside .search .autocomplete {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: white;
  background: #FFFFFF;
  box-shadow: 0 2px 51px 0 rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  display: none;
}
.sidebar-wrapper aside .search .autocomplete ul {
  margin: 0;
  padding: 0;
}
.sidebar-wrapper aside .search .autocomplete ul li {
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar-wrapper aside .search .autocomplete ul li:last-child {
  border-bottom: 0;
}
.sidebar-wrapper aside .search .autocomplete ul li a {
  color: #8FC220;
  text-decoration: none;
}
.sidebar-wrapper aside .search input {
  flex: 1;
  border: 0px;
  padding: 15px;
  background: none;
  outline: none;
}
.sidebar-wrapper aside .search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  border: 0px;
  background: none;
  cursor: pointer;
  margin-right: 10px;
}
.sidebar-wrapper aside .search button img {
  zoom: 0.8;
}
.sidebar-wrapper aside .categories {
  float: left;
  width: 100%;
}
.sidebar-wrapper aside .categories ul {
  margin: 0;
  padding: 0;
}
.sidebar-wrapper aside .categories ul li {
  list-style: none;
  padding: 5px 0px;
}
.sidebar-wrapper aside .categories ul li a {
  color: #949989;
  text-decoration: none;
}
.sidebar-wrapper aside .categories ul li a:hover {
  color: #8FC220;
}
.sidebar-wrapper main {
  flex: 1;
}

/*# sourceMappingURL=base.css.map */
