html, body, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

/* ==========================================================================
   COLOURS
============================================================================= */
/* ==========================================================================
   BITS AND PIECES
============================================================================= */
html {
  height: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 1em;
  line-height: 1.4;
  height: 100%; }

::-moz-selection {
  background: #e0e0e0;
  text-shadow: none; }

::selection {
  background: #e0e0e0;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #2fb44b;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

textarea {
  resize: vertical; }

/* Remove button padding in FF */
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* ==========================================================================
   MIXINS
============================================================================= */
.wrapper, .row, .col, .col-inner, ul, .form-row, .form-col, header, a.menu-label, .banner, .content, footer, .footer-social {
  *zoom: 1; }
  .wrapper:before, .row:before, .col:before, .col-inner:before, ul:before, .form-row:before, .form-col:before, header:before, a.menu-label:before, .banner:before, .content:before, footer:before, .footer-social:before, .wrapper:after, .row:after, .col:after, .col-inner:after, ul:after, .form-row:after, .form-col:after, header:after, a.menu-label:after, .banner:after, .content:after, footer:after, .footer-social:after {
    display: table;
    content: ""; }
  .wrapper:after, .row:after, .col:after, .col-inner:after, ul:after, .form-row:after, .form-col:after, header:after, a.menu-label:after, .banner:after, .content:after, footer:after, .footer-social:after {
    clear: both; }

/* ==========================================================================
   BODY & BASE STYLES
============================================================================= */
body {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  background-color: #636564;
  color: #313131;
  margin: 0 auto; }

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }

.col {
  float: left; }

.col-inner {
  margin: 0 25px 25px 25px; }

.col-2 {
  width: 50%; }

.col-3 {
  width: 33.3%; }

.col-full {
  float: none;
  width: 100%; }

.col-main {
  width: 66.6%; }

.col-aside {
  width: 33.3%; }

h1 {
  color: #2fb44b;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  padding: 0; }

h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0; }

h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0; }

h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px 0;
  padding: 0; }

p {
  font-size: 16px;
  margin: 0 0 18px 0;
  line-height: 22px; }
  p.intro {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px; }

ul {
  list-style: disc;
  margin: 0 0 0 18px;
  padding: 0 0 10px 0; }
  ul li {
    margin: 0 0 8px 0; }

.form-row {
  margin: 0 0 10px 0; }

.form-col {
  float: left; }

.form-action {
  clear: left; }

a {
  color: #2fb44b;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:focus {
    text-decoration: underline;
    outline: none; }

.button,
button {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  float: left;
  font-size: 18px;
  margin: 0 5px 5px 0;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: #2fb44b;
  color: white;
  padding: 10px 12px; }
  .button:hover,
  button:hover {
    background-color: #313131;
    text-decoration: none; }
  .button:focus,
  button:focus {
    text-decoration: none;
    outline: none; }

/* ==========================================================================
   HEADER
============================================================================= */
header {
  background-color: white; }
  header .wrapper-header {
    padding-bottom: 37px; }

ul.quick-contacts {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 10px;
  right: 25px; }
  ul.quick-contacts li {
    display: inline;
    float: left; }
    ul.quick-contacts li a {
      display: block;
      float: left;
      font-size: 18px;
      font-weight: 500;
      color: #313131;
      background: transparent url(../img/bg-icons.png) no-repeat;
      padding: 15px 0 15px 35px; }
      ul.quick-contacts li a.phone {
        background-position: 10px 18px; }
      ul.quick-contacts li a.email {
        background-position: 10px -28px; }
      ul.quick-contacts li a:hover {
        text-decoration: none; }

a.menu-label {
  display: none;
  text-decoration: none;
  font-size: 18px;
  color: white;
  background-color: #2fb44b;
  padding: 15px;
  font-weight: 500;
  float: right; }

a.menu-label:hover {
  text-decoration: none; }

ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 10px; }
  ul.menu li {
    margin: 0;
    padding: 0;
    display: inline;
    float: left;
    position: relative; }
    ul.menu li a {
      display: block;
      float: left;
      color: #313131;
      font-size: 18px;
      padding: 15px; }
      ul.menu li a:hover {
        text-decoration: none;
        background-color: #e0e0e0; }
      ul.menu li a.active {
        text-decoration: none;
        background-color: #e0e0e0; }
    ul.menu li.current a {
      color: #2fb44b; }
    ul.menu li.parent a {
      background-image: url(../img/bg-icons.png);
      background-repeat: no-repeat;
      background-position: right -75px;
      padding-right: 25px; }

ul.menu li.current ul li a {
  color: #313131; }

ul.menu li.parent ul {
  display: none;
  position: absolute;
  z-index: 4000;
  top: 100%;
  left: 0;
  right: auto;
  background-color: #e0e0e0;
  margin: 0;
  padding: 0; }
  ul.menu li.parent ul li {
    display: block;
    float: none; }
    ul.menu li.parent ul li a {
      float: none;
      background-image: none;
      padding: 10px 15px;
      white-space: nowrap;
      font-size: 16px; }
      ul.menu li.parent ul li a:hover {
        background-color: #2fb44b;
        color: white; }

.logo {
  display: block;
  width: 306px;
  height: 72px;
  background: transparent url(../img/bg-logo.png) no-repeat 0 0;
  margin: 42px 0 0 25px;
  text-indent: -9999px; }

/* ==========================================================================
   BANNER
============================================================================= */
.banner {
  max-height: 255px;
  overflow: hidden; }
  .banner .wrapper-banner {
    position: relative; }

.banner-control {
  display: block;
  width: 29px;
  height: 53px;
  background: transparent url(../img/bg-icons.png) no-repeat;
  text-indent: -9999px;
  position: absolute;
  z-index: 1000;
  top: 50%;
  margin-top: -27px; }

.banner-prev {
  background-position: 0 -200px;
  left: 0;
  margin-left: -54px; }

.banner-next {
  background-position: 0 -300px;
  right: 0;
  margin-right: -54px; }

.banner-cycle a {
  display: block;
  position: relative; }
.banner-cycle img {
  display: block;
  width: 100%;
  height: auto; }
.banner-cycle .cycle-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 25px;
  font-size: 20px;
  font-style: normal;
  background: rgba(49, 49, 49, 0.6);
  color: white;
  text-align: center; }

.banner-cycle a:hover .cycle-overlay {
  background-color: #2fb44b; }

/* ==========================================================================
   CONTENT
============================================================================= */
.content {
  background-color: white;
  padding: 50px 0 25px 0; }
  .content ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0; }
    .content ul li {
      background: transparent url(../img/bg-icons.png) no-repeat 0 -494px;
      margin: 0 0 10px 0;
      padding: 0 0 0 20px; }

ul.sub-menu {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0; }
  ul.sub-menu li {
    background: transparent url(../img/bg-icons.png) no-repeat 0 -494px;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px; }

.highlight {
  background-color: #e0e0e0;
  padding: 20px 20px 10px 20px;
  margin-top: 10px; }
  .highlight img {
    float: right;
    display: block;
    margin: 0 0 10px 20px;
    max-width: 100%;
    height: auto; }

/* ==========================================================================
   FOOTER
============================================================================= */
footer {
  padding: 25px 0 50px 0;
  text-align: center; }

ul.footer-details {
  list-style: none;
  color: white;
  margin: 0;
  padding: 0; }
  ul.footer-details li {
    display: inline-block;
    padding: 0 20px 0 25px;
    margin: 0; }
    ul.footer-details li:first-child {
      background-image: none; }
    ul.footer-details li a {
      color: white; }

.footer-social {
  display: block;
  margin-top: 15px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .logo {
    background-image: url(../img/bg-logo@2x.png);
    background-size: 306px auto; }

  a.phone,
  ul.menu li.parent a,
  .banner-control,
  ul.sub-menu li a,
  ul.footer-details li {
    background-image: url(../img/bg-icons@2x.png);
    background-size: 100px auto; } }
/* 1124px
- Banner controls inside
*/
@media only screen and (max-width: 1124px) {
  .banner-prev {
    left: 25px;
    margin-left: 0; }

  .banner-next {
    right: 25px;
    margin-right: 0; } }
/* 770px
- responsive menu
- simplify columns
*/
@media only screen and (max-width: 770px) {
  ul.quick-contacts {
    top: 0;
    right: 55px; }
    ul.quick-contacts li a {
      text-indent: -9999px; }
      ul.quick-contacts li a.phone {
        padding-left: 0; }

  a.menu-label {
    display: inline-block; }

  ul.menu {
    display: none;
    position: relative;
    bottom: auto;
    right: auto;
    clear: both;
    background-color: #2fb44b; }
    ul.menu li {
      display: block;
      float: none; }
      ul.menu li a {
        display: block;
        float: none;
        padding: 10px 15px;
        background-color: #2fb44b; }
        ul.menu li a:hover {
          background-color: #313131;
          color: white; }
        ul.menu li a.active {
          background-color: #313131;
          color: white; }
      ul.menu li.current a {
        color: #313131; }
        ul.menu li.current a:hover {
          color: white; }
      ul.menu li.parent a {
        background-image: none;
        padding-right: 15px; }

  ul.menu li.parent ul {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background-color: #2fb44b; }
    ul.menu li.parent ul li a {
      padding: 5px 15px 5px 25px;
      white-space: nowrap;
      font-size: 16px; }
      ul.menu li.parent ul li a:hover {
        background-color: #313131;
        color: white; }

  .col {
    float: none; }

  .col-2 {
    width: 100%; }

  .col-3 {
    width: 100%; }

  .col-main {
    width: 100%; }

  .col-aside {
    width: 100%; }

  .banner-cycle a .cycle-overlay {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    background: #313131; } }
/* 700px
- tidy footer
*/
@media only screen and (max-width: 700px) {
  ul.footer-details li {
    display: block;
    background-image: none;
    padding: 0 0 5px 0; }

  .highlight img {
    float: none;
    margin: 0 0 20px 0; } }
/* 480px
- hide banner
- tidy logo
*/
@media only screen and (max-width: 480px) {
  header .wrapper-header {
    padding-bottom: 0; }

  .logo {
    width: 206px;
    height: 49px;
    background-size: 206px auto;
    margin: 60px 0 0 25px; }

  .banner {
    display: none; } }
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  @page {
    margin: 0.5cm; }

  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }

  p {
    orphans: 3;
    widows: 3; }

  pre, blockquote {
    border: 1px solid #CCC;
    page-break-inside: avoid; }

  a, a:visited {
    text-decoration: underline; }

  img {
    max-width: 100% !important;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; } }
    
.widget {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    max-width: 660px;
    margin: 0 auto 24px;
    -webkit-box-shadow: 0 1px 10px -1px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 1px 10px -1px rgba(0,0,0,.14);
    box-shadow: 0 1px 10px -1px rgb(0 0 0 / 14%);
    border: 1px solid #ebebeb;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.widget a {
    cursor: pointer;
    padding: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    align-content: center;
    font-weight: 600;
    height: 50px;
}

.widget a .widget-img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-align: center;
}

.widget a p {
    display: inline;
    margin: 0;
    line-height: 1.4;
    max-width: calc(100% - 190px);
    color: #000;
}

.widget a .ver-detalhes {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    line-height: 32px;
    line-height: 2rem;
    font-size: 12px;
    font-size: .75rem;
    display: block;
    width: 120px;
    height: 32px;
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #27a9e1;
    text-align: center;
    text-transform: uppercase;
}
.widget a .widget-img img {
    max-width: 50px;
    max-height: 50px;
}