@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap');
.list-menu {
  list-style: none;
  float: left;
}
.box {
  box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
  border-radius: 30px;
}
.input {
  background: none;
  border: 0;
  border-bottom: 1px solid #E2E2E2;
  color: #757575;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding: 12px 0;
}
.title-default {
  color: #454545;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
hr {
  background: #C4C4C4;
  border: 0;
  height: 1px;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  outline: 0;
  padding: 0;
}
a {
  cursor: pointer;
  text-decoration: none !important;
  outline: none;
}
a:focus {
  outline: none !important;
}
br {
  clear: both;
}
input,
textarea,
select {
  outline: none;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  color: #757575;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
input {
  font-family: 'Roboto', sans-serif;
}
strong,
b {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  margin: 0;
}
.container-fluid {
  padding: 0;
}
.soft-hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
nav#menu-big,
nav#menu-big {
  display: block;
}
nav[role='navigation'] {
  display: none;
}
.page {
  padding-top: 220px;
}
p {
  line-height: 23px;
}
header.general {
  background: url("../img/spaces/small-line.png") no-repeat center right 155px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header.general h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
header.general button {
  background: transparent;
  border: 0;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 44px;
  padding: 0 36px;
  text-transform: uppercase;
  border: 3px solid #FFFFFF;
}
header.general button:hover {
  background: #6AA14D;
  color: #fff;
}
header.general button:hover {
  border: 3px solid #6AA14D;
}
#menu .manejo-menu {
  left: 963px;
}
#menu .sustentabilidade-menu {
  left: 1074px;
  width: 255px !important;
}
#menu .gestao-menu {
  left: 1275px;
}
section#big-header {
  background: url("../img/bgs/bg-banner.jpg") no-repeat center bottom;
  height: 800px;
}
section#big-header #top {
  background: url("../img/bgs/top-bar.png") no-repeat center;
  height: 35px;
}
section#big-header #top nav#aux-menu {
  float: right;
  height: 35px;
}
section#big-header #top nav#aux-menu ul {
  margin-top: 8px;
}
section#big-header #top nav#aux-menu ul li {
  border-right: 2px solid #638F4C;
  height: 18px;
  line-height: 18px;
  margin-right: 25px;
  padding-right: 35px;
  list-style: none;
  float: left;
}
section#big-header #top nav#aux-menu ul li a {
  color: #fff;
}
section#big-header #top nav#aux-menu ul li a:hover {
  color: #3C5F2A;
}
section#big-header #top nav#aux-menu ul li a.active {
  color: #3C5F2A;
  font-weight: bold;
}
section#big-header #top nav#aux-menu ul li.social-media {
  border: 0;
  font-size: 18px;
  margin-right: 0;
  width: 20px;
}
section#big-header #top nav#aux-menu ul li.social-media:last-of-type {
  padding-right: 0;
}
section#big-header header#home {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section#big-header header#home img {
  height: auto;
  width: 107px;
}
section#big-header header#home nav#menu-big ul li {
  color: #fff;
  list-style: none;
  float: left;
  margin-left: 40px;
}
section#big-header header#home nav#menu-big ul li a {
  color: #fff;
  position: relative;
}
section#big-header header#home nav#menu-big ul li a:hover {
  color: #6AA14D;
}
section#big-header header#home nav#menu-big ul li a.active {
  font-weight: bold;
  color: #fff;
}
section#big-header header#home nav#menu-big ul li a.active:after {
  content: "";
  height: 3px;
  width: 100%;
  bottom: -5px;
  left: 0;
  background: #fff;
  position: absolute;
}
section#big-header header#home nav#menu-big li.trigger-2 {
  cursor: pointer;
  position: relative;
}
section#big-header header#home nav#menu-big li.trigger-2:hover {
  color: #6AA14D;
}
section#big-header header#home nav#menu-big li.trigger-2.active {
  font-weight: bold;
  color: #fff;
}
section#big-header header#home nav#menu-big li.trigger-2.active:after {
  content: "";
  height: 3px;
  width: 100%;
  bottom: -5px;
  left: 0;
  background: #fff;
  position: absolute;
}
section#big-header header#home nav#menu-big .dropdown {
  background: #fff;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  display: none;
  padding: 10px 20px;
  position: absolute;
  top: 30px;
  width: 165px;
}
section#big-header header#home nav#menu-big .dropdown a {
  border-bottom: 1px solid #eee;
  color: #757575;
  display: block;
  padding: 7px 0;
  position: relative;
}
section#big-header header#home nav#menu-big .dropdown a:last-child {
  border-bottom: 0;
}
section#big-header header#home nav#menu-big .dropdown a:hover {
  color: #6AA14D;
}
section#big-header header#home nav#menu-big .dropdown a.active {
  font-weight: bold;
  color: #fff;
}
section#big-header header#home nav#menu-big .dropdown a.active:after {
  content: "";
  height: 3px;
  width: 100%;
  bottom: -5px;
  left: 0;
  background: #fff;
  position: absolute;
}
section#big-header section#content-video {
  background: url("../img/icons/play.svg") no-repeat right center;
  color: #fff;
  margin: 180px 0 0 100px;
  width: 445px;
}
section#big-header section#content-video span#sub {
  border: 2px solid #6ca54e;
  border-radius: 30px;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 43px;
  height: 45px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  width: 190px;
}
section#big-header section#content-video h3 {
  font-size: 28px;
  line-height: 37px;
  text-transform: uppercase;
  width: 75%;
}
section#big-header section#content-video P {
  line-height: 35px;
}
section#big-header section#content-video P span {
  line-height: 37px;
}
section#big-header a#to-bottom {
  display: block;
  float: right;
  margin-top: 235px;
  opacity: 1;
}
section#big-header a#to-bottom:hover {
  opacity: 0.6;
}
header.fixed-pages {
  display: block !important;
}
header#fixed-bar {
  background: url("../img/bgs/top-bar.png") no-repeat top center #fff;
  box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
  display: none;
  padding-bottom: 16px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}
header#fixed-bar img {
  float: left;
  margin-top: 16px;
  width: 93px;
}
header#fixed-bar #menus {
  float: right;
}
header#fixed-bar #menus nav#social {
  float: right;
  height: 35px;
}
header#fixed-bar #menus nav#social ul {
  margin-top: 8px;
}
header#fixed-bar #menus nav#social ul li {
  border-right: 2px solid #638F4C;
  height: 18px;
  line-height: 18px;
  margin-right: 25px;
  padding-right: 35px;
  list-style: none;
  float: left;
}
header#fixed-bar #menus nav#social ul li a {
  color: #fff;
}
header#fixed-bar #menus nav#social ul li a:hover {
  color: #3C5F2A;
}
header#fixed-bar #menus nav#social ul li.social-media {
  border: 0;
  font-size: 18px;
  margin-right: 0;
  width: 20px;
}
header#fixed-bar #menus nav#social ul li.social-media:last-of-type {
  padding-right: 0;
}
header#fixed-bar #menus nav#menu {
  float: right;
  margin-top: 34px;
}
header#fixed-bar #menus nav#menu ul li {
  color: #454545;
  list-style: none;
  float: left;
  margin-left: 40px;
}
header#fixed-bar #menus nav#menu ul li a {
  color: #454545;
  position: relative;
}
header#fixed-bar #menus nav#menu ul li a:hover {
  color: #6AA14D;
}
header#fixed-bar #menus nav#menu ul li a.active {
  font-weight: bold;
  color: #6AA14D;
}
header#fixed-bar #menus nav#menu ul li a.active:after {
  content: "";
  height: 3px;
  width: 100%;
  bottom: -5px;
  left: 0;
  background: #6AA14D;
  position: absolute;
}
header#fixed-bar #menus nav#menu li.trigger {
  cursor: pointer;
  position: relative;
}
header#fixed-bar #menus nav#menu li.trigger:hover {
  color: #6AA14D;
}
header#fixed-bar #menus nav#menu li.trigger.active {
  font-weight: bold;
  color: #6AA14D;
}
header#fixed-bar #menus nav#menu li.trigger.active:after {
  content: "";
  height: 3px;
  width: 100%;
  bottom: -5px;
  left: 0;
  background: #6AA14D;
  position: absolute;
}
header#fixed-bar #menus nav#menu .dropdown {
  background: #fff;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  display: none;
  padding: 10px 20px;
  position: absolute;
  top: 95px;
  width: 165px;
}
header#fixed-bar #menus nav#menu .dropdown a {
  border-bottom: 1px solid #eee;
  color: #757575;
  display: block;
  padding: 7px 0;
}
header#fixed-bar #menus nav#menu .dropdown a:last-child {
  border-bottom: 0;
}
header#fixed-bar #menus nav#menu .dropdown a:hover {
  color: #6AA14D;
}
header#fixed-bar #menus nav#menu .dropdown a.active {
  font-weight: bold;
  color: #6AA14D;
}
section#know-about {
  background: url("../img/bgs/bg-lines.png") no-repeat center;
  padding-bottom: 135px;
}
section#know-about #image {
  box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 435px;
  width: 470px;
}
section#know-about #text {
  float: right;
  height: 435px;
  padding: 60px 0;
  width: 52%;
}
section#know-about #text h5 {
  color: #3C5F2A;
  font-size: 15px;
  text-transform: uppercase;
}
section#know-about #text h2 {
  color: #454545;
  font-size: 28px;
  font-weight: 700;
  margin: 15px 0 45px;
  text-transform: uppercase;
}
section#know-about #text button {
  background: #6AA14D;
  border: 0;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 44px;
  padding: 0 36px;
  text-transform: uppercase;
  margin-top: 30px;
}
section#know-about #text button:hover {
  background: #3C5F2A;
  color: #fff;
}
section#business {
  background: url("../img/bgs/bg-numbers.jpg") no-repeat center;
  color: #fff;
  padding: 135px 0;
}
section#business p {
  font-size: 20px;
  padding: 37px 0 51px;
  text-align: center;
}
section#business section#cards {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 65px;
}
section#business section#cards .card {
  border-radius: 30px;
  margin: 0 11px;
  width: 255px;
}
section#business section#cards .card .icon {
  background: #3C5F2A;
  border-radius: 100px;
  height: 96px;
  line-height: 96px;
  margin: 0 auto;
  margin-top: -65px;
  text-align: center;
  width: 96px;
}
section#business section#cards .card .txt {
  color: #454545;
  font-size: 30px;
  height: 211px;
  line-height: 30px;
  font-weight: 500;
  padding: 50px 30px;
  text-align: center;
}
#more-gateados {
  background: url("../img/bgs/line.png") no-repeat center top 410px;
  padding: 150px 0;
}
#more-gateados h3 {
  color: #454545;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
#more-gateados h3 span {
  color: #6AA14D;
}
#more-gateados h3 hr {
  margin: 0 auto;
  margin-top: 20px;
  width: 120px;
}
#more-gateados .owl-item {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#more-gateados .owl-carousel .owl-stage-outer {
  padding: 30px 0;
}
#more-gateados .owl-item.active.center {
  transform: scale(1.1,1.1);
}
#more-gateados section#cards-highlights {
  margin: 0 auto;
  margin-top: 75px;
  width: 1350px;
}
#more-gateados section#cards-highlights .card {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  border-radius: 30px;
  height: 280px;
  padding: 120px 37px 44px;
  width: 425px;
}
#more-gateados section#cards-highlights .card .titles {
  flex: 1 1 65%;
}
#more-gateados section#cards-highlights .card .titles h6 {
  color: #6AA14D;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
}
#more-gateados section#cards-highlights .card .titles h2 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 17px;
}
#more-gateados section#cards-highlights .card .more {
  flex: 1 1 22%;
}
#more-gateados section#cards-highlights .card .more a {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  opacity: 1;
}
#more-gateados section#cards-highlights .card .more a img {
  margin-right: 10px;
  width: 50px;
}
#more-gateados section#cards-highlights .card .more a span {
  line-height: 15px;
  width: 38px;
}
#more-gateados section#cards-highlights .card .more a:hover {
  opacity: 0.6;
}
section#news {
  background: #eee;
  padding: 107px 0;
}
section#news header.general h1 {
  color: #454545;
}
section#news header.general button {
  background: transparent;
  border: 0;
  border-radius: 30px;
  color: #6AA14D;
  font-size: 14px;
  font-weight: 700;
  height: 44px;
  padding: 0 36px;
  text-transform: uppercase;
  border: 3px solid #6AA14D;
}
section#news header.general button:hover {
  background: #6AA14D;
  color: #fff;
}
section#news #posts {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 68px;
}
section#news #posts .post {
  box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
  border-radius: 30px;
  background: #fff;
  margin: 21px;
  width: 327px;
}
section#news #posts .post .img {
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  border-radius: 30px 30px 0px 0px;
  height: 230px;
}
section#news #posts .post .txt {
  padding: 25px;
}
section#news #posts .post .txt h1 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  color: #454545;
  display: block;
  display: -webkit-box;
  height: 50px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section#news #posts .post .txt p {
  color: #757575;
  height: 60px;
  margin: 19px 0 22px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section#news #posts .post .txt span.date {
  color: #454545;
  font-size: 10px;
  text-transform: uppercase;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section#news #posts .post:hover h1,
section#news #posts .post:hover p,
section#news #posts .post:hover span {
  color: #6AA14D !important;
}
section#news #posts .report a {
  color: #454545;
  font-size: 10px;
  text-decoration: underline !important;
  text-transform: uppercase;
}
section#news #posts .report a:hover {
  color: #6AA14D;
}
section#news #posts .big {
  width: 697px;
}
section#contact {
  position: relative;
  padding: 91px 15px 113px;
}
section#contact #contato {
  position: absolute;
  top: 0;
}
section#contact h3 {
  color: #6AA14D;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section#contact h2 {
  color: #454545;
  font-size: 28px;
  text-transform: uppercase;
}
section#contact #content-contact {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}
section#contact #content-contact aside {
  width: 40%;
  margin-right: 10%;
}
section#contact #content-contact aside ul li {
  list-style: none;
  margin-bottom: 20px;
}
section#contact #content-contact aside ul li a {
  color: #757575;
}
section#contact #content-contact aside ul li img {
  margin-right: 10px;
}
section#contact #content-contact aside button {
  background: transparent;
  border: 0;
  border-radius: 30px;
  color: #6AA14D;
  font-size: 14px;
  font-weight: 700;
  height: 44px;
  padding: 0 36px;
  text-transform: uppercase;
  border: 2px solid #6AA14D;
  margin-top: 88px;
}
section#contact #content-contact aside button:hover {
  background: #6AA14D;
  color: #fff;
}
section#contact #content-contact form {
  display: block;
  width: 50%;
}
section#contact #content-contact form input[type="text"],
section#contact #content-contact form input[type="email"],
section#contact #content-contact form select,
section#contact #content-contact form textarea {
  border: 0;
  border-bottom: 1px solid #E2E2E2;
  color: #757575;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  height: 40px;
  margin-top: 10px;
  padding: 0;
  width: 100%;
}
section#contact #content-contact form .min {
  float: left;
  margin-right: 4%;
  width: 48% !important;
}
section#contact #content-contact form .no {
  margin-right: 0;
}
section#contact #content-contact form select {
  border-radius: 0;
}
section#contact #content-contact form textarea {
  margin: 10px 0;
  height: 90px;
  resize: none;
}
section#contact #content-contact form input[type="submit"] {
  background: #6AA14D;
  border: 0;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 44px;
  padding: 0 36px;
  text-transform: uppercase;
  border: 2px solid #6AA14D;
  margin-top: 20px;
}
section#contact #content-contact form input[type="submit"]:hover {
  background: transparent;
  color: #6AA14D;
}
#map {
  background: #ccc;
  height: 480px;
  width: 100%;
}
footer {
  background: url("../img/bgs/bg-footer.jpg") no-repeat center;
  height: 334px;
  padding-top: 65px;
}
footer #infos {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer #infos .brand {
  margin-top: -55px;
}
footer #infos .brand img {
  height: 75px;
}
footer #infos .brand nav#social-media {
  margin-top: 60px;
}
footer #infos .brand nav#social-media ul li {
  list-style: none;
  float: left;
  font-size: 20px;
  margin-right: 15px;
}
footer #infos .brand nav#social-media ul li a {
  color: #fff;
}
footer #infos nav#menu-footer h6 {
  font-size: 13px;
  float: right;
  text-transform: uppercase;
  width: 91.6%;
}
footer #infos nav#menu-footer #menus {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer #infos nav#menu-footer #menus ul {
  margin-left: 70px;
}
footer #infos nav#menu-footer #menus ul li {
  font-size: 14px;
  list-style: none;
  margin-top: 15px;
}
footer #infos nav#menu-footer #menus ul li a {
  color: #fff;
}
footer #infos nav#menu-footer #menus ul li a:hover {
  color: #6CA54E;
}
footer #infos nav#menu-footer #menus ul#principal {
  font-weight: 700;
}
footer #copyright {
  color: #fff;
  font-size: 13px;
  margin-top: 24px;
}
