@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,400italic);
@import url(//fonts.googleapis.com/css?family=Exo:300,400,600,700);
@import url(//fonts.googleapis.com/css?family=Inder);
@import url(//fonts.googleapis.com/css?family=Rokkitt:400,700);
/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*============  Search form  =============*/
.js-search {
  position: relative;
  display: inline-block;
  margin: 43px -13px 3px 26px;
  float: right;
}

.js-search.active .toggle {
  color: #89AC2E;
  /*background: @toggle-hov-bg;*/
}
.js-search.active .toggle:before {
  content: '\f00d';
}
.js-search.active .search-form {
  width: 200px;
  border-radius: 0px;
}
.js-search.active .search-form .input {
  border-color: #89AC2E;
}
.js-search .toggle {
  display: block;
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  color: #000000;
  font: 400 14px 'FontAwesome';
  line-height: 41px;
  text-align: center;
  cursor: pointer;
  transition: .3s all ease;
  /*background: @hcolor;
		border-radius: 500px;*/
}
.js-search .toggle:hover {
  color: #89AC2E;
  /*background: @toggle-hov-bg;*/
}
.js-search .toggle:before {
  content: '\f002';
}
.js-search .search-form {
  position: absolute;
  width: 0;
  top: 0;
  right: 100%;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
  transition: .3s all ease;
}
.js-search .search-form .input {
  position: relative;
  display: block;
  color: #000000;
  padding: 6px 35px 6px 10px;
  height: 20px;
  background-color: #ffffff;
  font: 400 14px Arial, sans-serif;
  line-height: 20px;
  border: 4px solid transparent;
  border-radius: 0px;
}
.js-search .search-form a {
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -9px;
  width: 20px;
  height: 20px;
  color: #b3b4a7;
  text-decoration: none;
  font: normal 14px 'FontAwesome';
  line-height: 20px;
  cursor: pointer;
}
.js-search .search-form a:before {
  content: '\f054';
}
.js-search .search-form a:hover {
  color: #232323;
  text-decoration: none;
}
.js-search .search-form input {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  font: inherit;
  line-height: inherit;
  outline: none;
  background-color: transparent;
  border: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
}
@media (max-width: 979px) {
  .js-search {
    margin: 7px 10px 0px;
  }
}
@media (max-width: 767px) {
  .js-search {
    display: block;
    margin: 10px auto 1px;
    max-width: 100%;
    border-radius: 0;
    padding: 15px 0px 0;
    float: none;
  }
  .js-search .toggle {
    display: none !important;
  }
  .js-search .search-form {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    border: 4px solid;
    border-color: #89AC2E;
  }
  .js-search .search-form .input {
    padding: 6px 35px 6px 10px;
    border-radius: 0;
  }
}
/*========================================================
										Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-width: 300px;
  background: #323232;
  color: #5d5d5d;
  font: 13px/22px 'Ubuntu', Arial, sans-serif;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 0px;
  margin-bottom: -28px;
}
h1 img {
  max-width: inherit;
}
h2 {
  font: bold 24px/30px 'Exo', Arial, sans-serif;
  color: #323232;
  text-transform: uppercase;
  margin-top: 35px;
}
.footer_h2 {
  font: 600 18px/26px 'Exo', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 35px;
}
h3 {
  font: 12px/21px 'Exo', Arial, sans-serif;
  color: #868686;
  margin-top: 6px;
  text-transform: uppercase;
}
h4 {
  font: 14px/20px 'Ubuntu', Arial, sans-serif;
  color: #1b1b1b;
  margin-top: 25px;
 
}
span.search {
  color: #89AC2E !important;
}
.top_section {
  position: relative;
  background: #e5e5e5;
  padding: 5px 0 8px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
  z-index: 101;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #fff;
  padding: 0;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  position: relative;
  margin-top: 53px;
}
nav:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 1px;
  height: 19px;
  right: 34px;
  top: 0;
  background: #e0e0e0;
}

.sf-menu1 {
  float: right;
}
.sf-menu1 > li {
  float: left;
  position: relative;
  margin: 0 0 0 27px;
}
.sf-menu1 > li:last-child,
.sf-menu1 > li#last-li {
  /*margin: 0;*/
}
.sf-menu1 > li + li:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 4px;
  height: 8px;
  left: -15px;
  top: 8px;
  background: url(../images/menu_sep_line.png) no-repeat 0 0;
}
.sf-menu1 > li > a {
  display: inline-block;
  padding: 1px;
  font: 14px/24px 'Rokkitt', Arial, sans-serif;
  text-transform: uppercase;
  color: #333333;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu1 > li > a:hover {
  color: #89AC2E;
  /*background: @menu-bg-hover-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu1 > li > a:hover strong {
  width: 100%;
  opacity: 1;
}
.sf-menu1 > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: -2px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #6e6e6e transparent transparent transparent;
}
.sf-menu1 > li > a strong {
  width: 0%;
  height: 6px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 92px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background: #fa9183;*/
  opacity: 0;
  display: none;
  /* css triangle =============================================*/
}
.sf-menu1 > li > a strong:before {
  content: "";
  /*display: block;
					width: 0; 
					height: 0; 
					border-left: 7px solid transparent;
					border-right: 7px solid transparent;
					border-bottom: 7px solid #fa9183; 
					position: absolute;
					top: -5px;
					left: 50%;
					margin-left: -3px;*/
}
.sf-menu1 > li.current > a {
  color: #89AC2E;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu1 > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu1 > li.sfHover > a {
  color: #89AC2E;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu1 > li.sfHover > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu1 a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu1 a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}


.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0 0 27px;
}
.sf-menu > li:last-child,
.sf-menu > li#last-li {
  /*margin: 0;*/
}
.sf-menu > li + li:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 4px;
  height: 8px;
  left: -15px;
  top: 8px;
  background: url(../images/menu_sep_line.png) no-repeat 0 0;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 1px;
  font: 14px/24px 'Rokkitt', Arial, sans-serif;
  text-transform: uppercase;
  color: #333333;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #89AC2E;
  /*background: @menu-bg-hover-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: -2px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #6e6e6e transparent transparent transparent;
}
.sf-menu > li > a strong {
  width: 0%;
  height: 6px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 92px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background: #fa9183;*/
  opacity: 0;
  display: none;
  /* css triangle =============================================*/
}
.sf-menu > li > a strong:before {
  content: "";
  /*display: block;
					width: 0; 
					height: 0; 
					border-left: 7px solid transparent;
					border-right: 7px solid transparent;
					border-bottom: 7px solid #fa9183; 
					position: absolute;
					top: -5px;
					left: 50%;
					margin-left: -3px;*/
}
.sf-menu > li.current > a {
  color: #89AC2E;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #89AC2E;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.sfHover > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 40px;
  left: -20px;
  background: #323232;
  padding: 25px 10px 10px;
  width: 280px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  text-align: left;
  text-indent: 10px;
  line-height: 40px;
}
.sf-menu ul li a {
  font: 10px/14px Arial, sans-serif;
  text-transform: uppercase;
  color: #8e8e8e;
  display: inline-block;
}
.sf-menu ul li a:hover {
  color: #ffffff;
}
.sf-menu ul li a.sf-with-ul:after {
  /*content: '';*/
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #ffffff;
}


.sf-menu1 ul {
  position: absolute;
  top: 40px;
  left: -20px;
  background: #323232;
  padding: 25px 10px 10px;
  width: 280px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu1 ul li {
  position: relative;
  text-align: left;
  text-indent: 10px;
  line-height: 40px;
}
.sf-menu1 ul li a {
  font: 10px/14px Arial, sans-serif;
  text-transform: uppercase;
  color: #8e8e8e;
  display: inline-block;
}
.sf-menu1 ul li a:hover {
  color: #ffffff;
}

.sf-menu1 ul li a.sf-with-ul:after {
  /*content: '';*/
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu1 ul li.sfHover > a {
  color: #ffffff;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 148px;
  width: 120px;
  background: #323232;
  background: #89AC2E;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #8e8e8e;
  color: #000;
}

.sf-menu1 ul ul {
  position: absolute;
  top: -10px;
  left: 148px;
  width: 120px;
  background: #323232;
  background: #89AC2E;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu1 ul ul li {
  /*line-height: 30px;*/
}
.sf-menu1 ul ul li a {
  color: #8e8e8e;
  color: #000;
}
@media only screen and (max-width: 979px) {
  nav:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .sf-menu1 {
    display: none;
  }

  nav {
    margin-top: 1px;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 4px solid #89AC2E;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #eee;
  padding: 0px 0 2px;
  z-index: 999;
  padding-bottom: 8px;
}
.isStuck h1,
.isStuck h1 img {
  height: 50px;
}
.isStuck nav {
  margin-top: 7px;
}
.isStuck .js-search {
  display: none;
}
/*.isStuck .sf-menu > li > a {line-height: 50px;}*/
.isStuck .sf-menu ul.submenu {
  top: 28px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: #333333;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #339900;
  text-decoration: none;
}

a.rodape:hover{
color:#CCCCCC;
}

a.link1 {
  margin-left: 5px;
}
a.link2:hover {
  color: #339900;
}
a.link3 {
  color: #89AC2E;
}
a.link3:hover {
  color: #339900;
}
a.link4 {
  color: #89AC2E;
}
a.link4:hover {
  color: #000;
}
#footer .footer_txt_h1 {
  font: 30px/32px 'Rokkitt', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 38px;
  letter-spacing: -1px;
}
.txt1 {
  font: 14px/24px 'Rokkitt', Arial, sans-serif;
  color: #323232;
  margin-top: 5px;
  float: right;
  text-transform: uppercase;
}
.txt2 {
  font: 13px/22px 'Ubuntu', Arial, sans-serif;
  font-style: italic;
  color: #a5a5a5;
  margin-top: 20px;
}
.txt3 {
  font: bold 30px/36px 'Exo', Arial, sans-serif;
  color: #323232;
  text-transform: uppercase;
  margin-top: 56px;
}
.txt4 {
  font: bold 14px/24px 'Ubuntu', Arial, sans-serif;
  font-style: italic;
  color: #1b1b1b;
  text-transform: uppercase;
  margin-top: 56px;
}
.txt5 {
  font: 14px/24px 'Ubuntu', Arial, sans-serif;
  font-style: italic;
  color: #707070;
  margin-top: 0px;
  max-width: 585px;
}
.txt6 {
  font: 18px/24px 'Ubuntu', Arial, sans-serif;
  font-style: italic;
  color: #303030;
  margin-top: 17px;
}
.txt7 {
  font: 32px/40px 'Rokkitt', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 22px;
}
.txt8 {
  font: bold 32px/40px 'Rokkitt', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 45px;
}
.txt8 i {
  margin-top: 0px;
  margin-left: 10px;
}
.txt9 {
  color: #89AC2E;
  font-size: 14px;
}
#footer .txt10 {
  font: bold 30px/32px 'Exo', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: -6px;
}
.txt11 {
  font: 600 40px/48px 'Exo', Arial, sans-serif;
  color: #323232;
  text-transform: uppercase;
  margin-top: 42px;
}
.txt12 {
  font: 300 15px/24px 'Ubuntu', Arial, sans-serif;
  font-weight: bold;	
  color: #89AC2E;
  margin-top: 20px;
}
.txt13 {
  font: 600 30px/36px 'Exo', Arial, sans-serif;
  color: #323232;
  text-transform: uppercase;
  margin-top: 42px;
}
.txt14 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 11px;
}
.txt15 {
  font: bold 14px/24px 'Ubuntu', Arial, sans-serif;
  font-style: italic;
  color: #1b1b1b;
  text-transform: uppercase;
  margin-top: 29px;
}
.txt16 {
  font: 700 36px/40px 'Exo', Arial, sans-serif;
  color: #323232;
  text-transform: uppercase;
  margin-top: -9px;
}
.txt17 {
  font: 600 20px/26px 'Exo', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 12px;
}
.txt18 {
  position: relative;
  font: 30px/42px 'Rokkitt', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 43px;
}
.txt18:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 14px;
  height: 11px;
  left: 0;
  top: -30px;
  background: url(../images/quote_sign.png) no-repeat 0 0;
}
.txt19 {
  font: bold 24px/28px 'Rokkitt', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  margin-left: 40px;
}
.txt20 {
  font: 12px/18px 'Exo', Arial, sans-serif;
  color: #868686;
  text-transform: uppercase;
  margin-top: 7px;
  margin-left: 40px;
}
.txt21 {
  font-size: 14px;
  color: #89AC2E;
  font-style: italic;
  margin-top: 7px;
}
.txt22 {
    font: 12px/20px 'Exo', Arial, sans-serif;
    color: #fff;
    background: #89AC2E;
    text-transform: uppercase;
    margin-top: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    text-indent: 0px;
    text-align: center;
}
.txt23 {
    font: 12px/16px 'Exo', Arial, sans-serif;
    color: #fff;
    background: #323232;
    text-transform: uppercase;
    margin-top: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0;
    text-indent: 0px;
    text-align: center;
}
.line1 {
  position: relative;
  display: inline-block;
  content: '';
  width: 1px;
  height: 19px;
  top: 1px;
  margin: 0 9px;
  background: #c9c9c9;
}
.color1 {
  color: #FFF;
}
.color2 {
  color: #5d5d5d;
}
.color3 {
  color: #fff;
}
.box {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.txt_upp {
  text-transform: uppercase;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_line_through {
  text-decoration: line-through;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.letter_spacing1 {
  letter-spacing: 2px;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 59px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.mar1 {
  margin: 0 4px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 26px;
text-align: justify;

}
.marTop2 {
  margin-top: 9px;
}
.marTop3 {
  margin-top: 20px;
}
.marTop4 {
  margin-top: 10px;
}
.marTop5 {
  margin-top: 27px;
  margin-bottom: -24px;
}
.marTop6 {
  margin-top: 30px;
}
.marTop7 {
  margin-top: 31px;
}
.marTop8 {
  margin-top: 18px;
}
.marTop9 {
  margin-top: 21px;
}
.marTop10 {
  margin-top: 72px;
}
.hline {
  width: 100%;
  height: 1px;
  background: #c7c8c8;
  margin-top: 22px;
  margin-bottom: 0px;
}
.hline2 {
  width: 100%;
  height: 1px;
  background: #464646;
  margin-top: 14px;
  margin-bottom: 0px;
}
.hline3 {
  width: 100%;
  height: 1px;
  max-width: 222px;
  border-bottom: 1px dotted #6a6967;
  margin-top: 14px;
  margin-bottom: 0px;
}

.negrito{
font-weight:bold;
color:#438d1e;
}

a.negrito:hover {
color:#333333;
}

.negrito ul li a {
color:#339900!important;
}

.negrito ul li a:hover {
color:#666666!important;
text-decoration:none;
}


p {
  margin-top: 35px;
}

img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.img1 {
  margin-top: 33px;
  max-width: 200%;
}
.img2 {
  margin-top: 4px;
  float: left;
  margin-right: 20px;
}
.img3 {
  margin-top: 34px;
}
.img4 {
  margin-top: 34px;
  float: left;
  margin-right: 20px;
}
.img5 {
  margin-top: 34px;
  float: left;
  margin-right: 26px;
}
.img_border {
  border: 5px solid #fff;
  -webkit-box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.08);
}
.icon1 {
  margin-top: 20px;
  float: left;
  color: #666666;
  font-size: 32px;
  width: 40px;
}
.icon2 {
  margin-top: 21px;
  float: left;
  color: #89AC2E;
  font-size: 30px;
  width: 40px;
}
.icon3 {
  margin-top: 21px;
  float: left;
  color: #89AC2E;
  font-size: 35px;
  width: 45px;
}

.icon4{
    margin-top: 20px;
    float: left;
    color: #666666;
    font-size: 31px;
    width: 55px;
}

.icon5{
    margin-top: 3px;
    margin-left: 1px;
    float: left;
    color: #89AC2E;
    font-size: 25px;
    width: 25px;
}

blockquote {
  padding-left: 33px;
  padding-right: 40px;
  background: url(../images/quote_sign.png) 0 0px no-repeat;
  margin-top: 29px;
  overflow: hidden;
}
blockquote p {
  margin-top: 0;
}
.num_section {
  font: 500 14px/35px 'Ubuntu', Arial, sans-serif;
  color: #fff;
  text-align: center;
  width: 35px;
  height: 35px;
  background: #cf141d;
  border-radius: 500px;
  display: block;
  margin-top: 29px;
  float: left;
  margin-right: 16px;
}
.date_section {
  position: relative;
  width: 100%;
  max-width: 100px;
  background-color: #eb6654;
  float: left;
  text-align: center;
  margin-top: 43px;
  color: #fff;
  text-transform: uppercase;
}
.day {
  font: bold 37px/37px 'Ubuntu', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Ubuntu', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 40px;
}
.listWithMarker.v2 {
  margin-top: 25px;
}
.listWithMarker li {
  display: block;
  padding-left: 19px;
  margin-bottom: 0;
  padding-bottom: 8px;
  position: relative;
}
.listWithMarker li:before {
  position: absolute;
  /*content: '\f101';*/
  content: '';
  /*font: normal normal 14px/20px 'FontAwesome';*/
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 1500px;
  background: url(../images/list_marker.png) 0 0 no-repeat;
}
.listWithMarker li a {
  color: #438d1e;
  text-decoration: none;
  font: 13px/20px "Inder", Arial, sans-serif;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #666666;
  font-weight:bold;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 18px;
  text-decoration: none;
  font: 12px/18px "Exo", Arial, sans-serif;
  color: #222;
  background: #fff;
  border: 1px solid #cccccc;
  text-transform: uppercase;
}
.more_btn:hover {
  color: #fff;
  background: #89AC2E;
  border: 1px solid #89AC2E;
}
.more_btn.v2 {
  background: #89AC2E;
  color: #fff;
  margin-top: 56px;
}
.more_btn.v2:hover {
  background: #fff;
  color: #000;
}
.more_btn2 {
  display: inline-block;
  margin-top: 28px;
  text-decoration: none;
  font: 300 10px/18px "Ubuntu", Arial, sans-serif;
  color: #6a6c76;
  text-transform: uppercase;
}
.more_btn2:hover {
  color: #89AC2E;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
#footer .soc_icons {
  margin-top: 28px;
}
.soc_icons {
  position: relative;
  display: block;
  margin-top: 6px;
  white-space: nowrap;
  text-align: left;
  float: left;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  display: inline-block;
  color: #949494;
}
.soc_icons i {
  font: normal normal 22px/24px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #89AC2E;
  text-decoration: none;
}
.soc_icons2 {
  position: relative;
  display: block;
  margin-top: 6px;
  white-space: nowrap;
  text-align: left;
  float: left;
}
.soc_icons2 > li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.soc_icons2 > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  display: inline-block;
  color: #89AC2E;
}
.soc_icons2 i {
  font: normal normal 14px/24px 'FontAwesome';
}
.soc_icons2 > li > a:hover {
  color: #000;
  text-decoration: none;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 0 0;
  background: #fff;
  overflow: hidden;
}
#content.content_pages {
  padding-top: 51px;
}
.box-1 {
  /*color: #fff;*/
  background: url('../images/bg1.jpg') 0 0;
  padding: 52px 0 91px 0;
  min-height: 456px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-1.v2 {
  background: url('../images/duvidas.jpg') 0 0;
  padding-bottom: 72px;
}
.box-1.v3 {
  background: url('../images/bg3.jpg') 0 0;
  padding-bottom: 72px;
  min-height: 478px;
  margin-bottom: 20px;
  text-align: center;
}
.box-2 {
  position: relative;
  width: 100%;
  margin-top: 21px;
  padding: 6px 0 12px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #89AC2E;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 20px;
}
.box-2.v2 {
  padding-bottom: 70px;
  position: relative;
  z-index: 0;
}
.bg2 {
  position: relative;
  z-index: 0;
  display: block;
}
.bg2:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 4000px;
  height: 4000px;
  left: -2px;
  top: -20px;
  background: #323232;
  z-index: -1;
}
.box-2.v2 .bg2:before {
  top: -1200px;
}
.box-3 {
  background: #f0f2f1;
  padding-top: 16px;
  padding-bottom: 58px;
}
.col1 {
  float: left;
  width: 170px;
  margin-right: 35px;
}
.col1.last {
  margin-right: 0;
}
.col2 {
  float: right;
}
.col3,
.col4 {
  float: left;
}
.col3 {
  width: 203px;
  margin-right: 0;
}
.col4 {
  width: 198px;
  margin-right: 0;
}
/**** start Map API ****/
.content_map {
  margin-top: 0px;
  position: relative;
  height: 272px;
}
.content_map2 {
  margin-top: 34px;
  position: relative;
  height: 426px;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/**** end Map API ****/
/**** start Map ****/
.map {
  margin-top: 15px;
  overflow: hidden;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 321px;
  max-width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 12px;
  display: block;
}
.address1 dt {
  margin-bottom: 1px;
}
.address1 dd span {
  min-width: 84px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 18px 0 50px;
  background: #89AC2E;
  color: #959595;
  overflow: hidden;
}
#footer p {
  color: #959595;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
}
.txt_priv {
  font: 14px/20px 'Exo', Arial, sans-serif !important;
  color: #959595;
  text-transform: uppercase;
  margin-top: -5px !important;
  /*min-width: 280px;*/
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #555;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 35px;
    z-index: 20;
  text-align: center;
  background: #353535;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #89AC2E;
  background: #000;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  figure a,
  figure a img {
    width: 100%;
  }
  #owl .owl-prev,
  #owl .owl-next {
    right: 49px !important;
    bottom: -45px !important;
  }
  #owl .owl-next {
    right: 0px !important;
  }
  .txt22 {
    font: 12px/21px 'Exo', Arial, sans-serif;
    text-align: center;
    text-indent: 0;
  }
  .img1 {
    max-width: 100%;
  }
  #footer .txt10 {
    font: bold 20px/26px 'Exo', Arial, sans-serif;
  }
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  .txt8 {
    margin-left: 10px;
  }
  .txt7 {
    font: 38px/52px 'Rokkitt', Arial, sans-serif;
  }
  .txt19,
  .txt20 {
    margin-left: 15px;
  }
  .img5 {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  figure a {
    width: 100%;
  }
  .line1,
  .mar1 {
    margin: 0 2px;
  }
  .letter_spacing1 {
    letter-spacing: 0px;
  }
  #owl2 .owl-pagination span {
    width: 64px !important;
    height: 64px !important;
    margin-right: 7px !important;
  }
  #owl2 .owl-pagination span:before {
    width: 64px !important;
    height: 64px !important;
  }
  .txt4 {
    margin-top: 5px;
  }
  .txt7 {
    font: 38px/38px 'Rokkitt', Arial, sans-serif;
  }
  .bg2 {
    margin-top: 30px;
  }
  .bg2:before {
    left: -1200px;
  }
  .txt19,
  .txt20 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  /*h1 {width: 100%;}
	h1 img{width: 100%;}*/
}
/*Core variables and mixins*/

.gestecolor{ 
 color:#999999!important;
}

strong{
font-weight:bold;
}

.paginacao {
    padding-top: 25px;
    clear: both;
    padding-left: 30px;
}
.paginacao span{background:#FF0000; color:#FFFFFF; text-decoration:none; display: block; padding:5px; float:left; margin:0 3px 3px 3px;  }
.paginacao a{ background:#00609c; color:#FFFFFF; text-decoration:none; display: block; padding:5px; float:left; margin:0 3px 3px 3px;}
.paginacao a:hover{  background:#003366; color:#FFFFFF; text-decoration:none; display: block; padding:5px; float:left;}
.paginacao a:focus { background: #0000FF; float:left; color:#FFFFFF; }
	