.brand {
  border: 1px dashed #000;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav-home {
  border-top: 5px solid #a8dba8;
  border-bottom: 5px solid #a8dba8;
  background-color: #217f2d;
}

.nav-link {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.nav-link:hover {
  background-color: #a8dba8;
  color: #000;
}

.nav-link:active {
  color: #61460c;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 700;
}

.nav-link.w--current:hover {
  color: #000;
}

.logo {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.section-home {
  background-color: #fff;
}

.icon-drop {
  color: #fff;
}

.nav-link-drop {
  background-color: #217f2d;
  color: #fff;
}

.nav-link-drop:hover {
  background-color: #a8dba8;
  color: #000;
}

.slideimage {
  display: block;
  width: 100%;
  height: 415px;
  float: left;
}

.mascaraslide {
  height: 420px;
}

.navarrow {
  width: 3%;
  height: 20%;
  background-color: rgba(0, 0, 0, .6);
}

.navarrow:hover {
  background-color: rgba(92, 123, 219, .6);
}

.navcount {
  top: 458px;
  height: 45px;
  padding-top: 15px;
  background-color: #3b8686;
}

.navarrowicon {
  z-index: 4;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.box {
  width: 25%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  border: 1px solid #e0d0d0;
}

.slidebox {
  height: 420px;
}

.section-body {
  margin-top: 60px;
}

.icon1 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50%;
}

.h5 {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.textinfo {
  padding: 10px 5px 30px;
  font-family: Lato, sans-serif;
  color: #6a6a6a;
  font-size: 18px;
  text-align: center;
}

.link_url {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Lato, sans-serif;
  color: #2e95e8;
  font-size: 16px;
  text-align: center;
}

.link_url:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #697b8a;
  font-weight: 700;
}

.h2 {
  border-bottom: 3px solid #e0e0e0;
  font-family: Lato, sans-serif;
  color: #7eaa76;
  text-align: left;
  text-shadow: 1px 1px 1px #030303;
}

.h2-banner {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #cddb26;
  font-size: 50px;
  line-height: 45px;
  text-shadow: 2px 2px 0 #000;
}

.divbanner {
  position: absolute;
  left: 30px;
  bottom: 4px;
  width: 95%;
  height: 130px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(18, 18, 19, .2);
}

.boldyellow {
  color: #ffeb00;
}

.h4-banner {
  display: block;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  color: #a0ffe1;
  font-size: 50px;
  line-height: 45px;
  text-shadow: 6px 6px 13px rgba(0, 0, 0, .6), 1px 1px 1px #000;
}

.h4-banner2 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #217f2d;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  text-shadow: 1px 1px 1px #000;
}

.divparceiros {
  display: block;
  width: 16.6%;
  height: 110px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 3px 2px;
  float: left;
  border: 1px dashed #a29d9d;
  background-color: transparent;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #292727;
  text-decoration: none;
}

.divparceiros:hover {
  -webkit-filter: none;
  filter: none;
}

.imgparceiro {
  display: block;
  width: auto;
  height: 66px;
  margin-right: auto;
  margin-left: auto;
}

.imgparceiro:hover {
  -webkit-filter: none;
  filter: none;
}

.linkparceiro {
  display: block;
  padding-top: 3px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.linkparceiro:hover {
  color: #614e35;
  text-decoration: underline;
}

.divevento {
  width: 25%;
  margin-bottom: 10px;
  padding: 3px 2px;
  float: left;
  border: 1px solid transparent;
  color: #000;
  text-decoration: none;
}

.divevento:hover {
  border-color: #505050;
  color: #585555;
}

.eventodata {
  position: relative;
  bottom: 17px;
  display: block;
  width: 100%;
  padding: 5px;
  background-color: #f82;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .69);
}

.eventodata:hover {
  width: 100%;
  background-color: #d03821;
  font-size: 14px;
}

.eventotitulo {
  width: 100%;
  margin-top: -10px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.eventotitulo:hover {
  color: #c21010;
}

.eventotxt {
  font-family: Lato, sans-serif;
  color: #807a7a;
  font-weight: 700;
}

.eventoimg {
  width: 100%;
  height: 145px;
}

.eventoimg.signupimg {
  height: 190px;
}

.divbancos {
  width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.divbancos:hover {
  background-color: #b5c5cf;
}

.linkbancos {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #5f5a5a;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.linkbancos:hover {
  color: #6267ca;
  text-decoration: underline;
}

.page {
  padding-top: 40px;
  padding-bottom: 40px;
}

.title {
  display: block;
  margin-bottom: 10px;
  padding-left: 25px;
  border-bottom: 3px solid #e2d5d5;
  background-image: url('../images/arrow.gif');
  background-position: 6px 50%;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 6px 0 #f0e3e3;
  font-family: Lato, sans-serif;
  color: #575c57;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.pageitem {
  width: 100%;
  margin-left: 5px;
  float: left;
  text-align: center;
}

.productname {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 4px;
  padding-right: 15px;
  padding-left: 15px;
  background-image: url('../images/blockcontentbullets.png');
  background-position: 0px 2px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.tabmenu {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.tabcontent {
  border: 1px solid #c2b4b4;
}

.tabpainel {
  border: 1px solid #c2b4b4;
}

.tablink {
  width: 12.5%;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #c8c8c8;
  background-color: #44b67b;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .88);
}

.tablink.w--current {
  background-color: rgba(55, 68, 67, .88);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.tablink.w--current:active {
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .68);
}

.tablink.w--current:focus {
  background-color: #44b67b;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .88);
}

.listaitem {
  width: 100%;
  padding-left: 30px;
  float: left;
  color: #757e46;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
}

.listaitem:hover {
  color: rgba(0, 0, 0, .75);
}

.boxitem {
  position: static;
  display: block;
  width: 50%;
  padding-top: 3px;
  padding-bottom: 3px;
}

.linkmais {
  display: block;
  width: 100%;
  margin-top: 10px;
  float: left;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Lato, sans-serif;
  color: #93af3c;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  text-decoration: underline;
  text-shadow: 0 1px 1px #cec8c8;
}

.linkmais:hover {
  color: #ff4700;
}

.newsdata {
  position: relative;
  bottom: 32px;
  padding: 6px;
  background-color: #325b6d;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.titulonews {
  margin-top: -25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.titulonews.signupt {
  color: #555;
  font-size: 16px;
  font-weight: 700;
}

.h2newssingle {
  font-family: Lato, sans-serif;
  color: #434141;
  font-weight: 700;
}

.h2newssingle.more {
  margin-top: 7px;
  font-size: 24px;
  line-height: 25px;
}

.linkautor {
  color: #2a8639;
  text-decoration: none;
}

.linkdata {
  color: #e61f1f;
  text-decoration: none;
}

.boxnews {
  width: 100%;
}

.socialbar {
  padding: 10px 10px 4px;
  background-color: #eaeaea;
}

.facebook {
  display: block;
  width: 25%;
  float: left;
}

.twiter {
  width: 25%;
  float: left;
}

.gmais {
  width: 25%;
}

.linkbar {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #8d8989;
  font-weight: 700;
}

.contentnews {
  margin-top: 10px;
}

.maisnoticias {
  border-top: 5px solid #dad7d7;
}

.newmoreimg {
  display: block;
  width: 100%;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
}

.titulomore {
  font-family: Lato, sans-serif;
  color: #807a7a;
  font-weight: 700;
  text-decoration: none;
}

.boxnewmore {
  width: 20%;
  padding: 3px;
  float: left;
  border: 1px dashed transparent;
  text-decoration: none;
}

.boxnewmore:hover {
  border: 1px dashed #000;
}

.imgnews {
  width: 100%;
}

.container-contao {
  margin-bottom: 40px;
  padding: 0px 25px 25px;
  background-color: #eef1f3;
}

.textcontato {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #d3bfbf;
}

.slidebox2 {
  height: 320px;
  margin-bottom: 25px;
  border: 3px solid #486341;
}

.mascara2 {
  height: 320px;
}

.imgslide2 {
  display: block;
  width: 99%;
  height: 310px;
  margin-right: auto;
  margin-left: auto;
}

.navarrowicon2 {
  text-shadow: -3px 0 6px #000, 3px 0 6px #000;
}

.h2-product-banner {
  position: fixed;
  bottom: 25px;
  display: block;
  width: 95%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  background-color: rgba(61, 57, 57, .54);
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, .83);
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.navnum {
  padding-top: 20px;
}

.lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  width: 75%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  opacity: 0;
}

.closeicon {
  width: 10%;
  float: right;
}

.sobreh3 {
  font-family: Lato, sans-serif;
  color: #39964b;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.footer {
  margin-top: 80px;
  background-color: #6d7275;
}

.divnoticia {
  width: 50%;
  margin-bottom: 10px;
  padding: 3px;
  float: left;
  border: 1px solid transparent;
  color: #000;
  text-decoration: none;
}

.divnoticia:hover {
  border: 1px solid #505050;
}

.h2contato {
  font-family: Lato, sans-serif;
  color: #61a324;
}

.h1evento {
  display: block;
  padding: 5px 10px;
  float: left;
  background-color: #57ac5e;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .46);
}

.eventotitle {
  width: 100%;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #434141;
}

.eventosubtitulo {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 3px solid #217f2d;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
}

.txtevento {
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.label1 {
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd7d7;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.label2 {
  margin-bottom: 5px;
  padding-left: 10px;
  border-bottom: 1px solid #ddd7d7;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.boxinfo {
  margin-bottom: 20px;
}

.compartilhe {
  width: 100%;
  margin-top: 10px;
  float: left;
  font-family: Lato, sans-serif;
  color: #f15757;
}

.modalwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  overflow: visible;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.boxmodal {
  position: static;
  display: block;
  width: 90%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: #fff;
}

.closelink {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

html.w-mod-js *[data-ix="modal-interaction"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1);
  -ms-transform: scale(1.1, 1);
  transform: scale(1.1, 1);
}

@media (max-width: 991px) {
  .nav-link {
    display: block;
  }
  .nav-link-drop {
    padding-left: 30px;
  }
  .menubutton.w--open {
    background-color: #217f2d;
  }
  .navmenubg {
    background-color: #217f2d;
  }
  .textinfo {
    padding-bottom: 15px;
  }
  .h2-banner {
    font-size: 80px;
  }
  .divbanner {
    left: 50px;
    top: 50px;
  }
  .h4-banner {
    font-size: 40px;
  }
  .h4-banner2 {
    font-size: 30px;
  }
  .imgparceiro {
    height: 49px;
  }
  .divevento {
    width: 50%;
    margin-bottom: 10px;
  }
  .eventodata {
    left: 0px;
    width: 100%;
    font-size: 12px;
  }
  .eventodata:hover {
    width: 97%;
    font-size: 12px;
  }
  .eventotitulo {
    font-size: 18px;
    line-height: 22px;
  }
  .eventoimg {
    width: 100%;
    height: 135px;
  }
  .boxnews {
    width: 100%;
  }
  .newmoreimg {
    height: 100px;
  }
}