body {
	font-family: 'Roboto', sans-serif;	
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

/*CUSTOM*/
.pl-0 {
    padding: 0px;
}

.pl-15 {
    padding: 15px;
}

.mt-five {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pdt-15 {
    padding-top: 15px;
}

.pdb-15 {
    padding-bottom: 15px;
}

.greennav {
	background-color: #62a22b;
	color: #ffffff;
	padding: 8px 0px;
}

.greybg {
    background-color: #f0f0f0;
    /* background-image: -webkit-linear-gradient(#f0f0f0 96%, #ffffff 4%);
    background-image: -o-linear-gradient(#f0f0f0 96%, #ffffff 4%);
    background-image: linear-gradient(#f0f0f0 96%, #ffffff 4%); */
}

.buscabox {
    width: 60%;
}

.nbusca {
    border: solid 2px #ffffff;
    border-radius: 5px;
    background-color: #62a22b;
    color: #ffffff;
    padding: 5px 30px;
    font-size: 14px;
}

.nbusca:focus {
    box-shadow: none !important;
    border: 2px solid #ffffff !important;
}

.nbusca::placeholder {
    color: #ffffff;
}

.searchimg {
    background: url('../img/search.png') no-repeat 50% 50%;
    position: absolute;
    left: 210px;
    width: 25px;
    top: 5px;
    height: 25px;
    border: 0;
}

.nnav-bar {
    width: 100%;
}

.nnav-bar .itens {
    margin: 0 auto;
    padding-top: 2px;
    padding-right: 8px;
    float: right;
}

.nnav-bar .itens ul {
    display: inline-block;
    margin: 2px -15px;
}

.nnav-bar .itens ul li {
    padding: 10px;
    display: inline;
    color: #fff;
    font-size: 16px;
}

.nnav-bar .itens ul li a {
    color: #fff;
    text-decoration: none;
}

.nnav-bar .itens ul li a:hover {
	color: #004e1c;
}

.nnav-bar .itens .redes li {
    color: #fff;
    font-size: 20px;
}

.nredes a {
    padding: 10px;
}

.nlogo {
    padding: 20px 0px 10px 0px;
}

.ncentral .txt1 {
    font-size: 20px;
    color: #00330f;    
}

.ncentral .txt2 {
    font-size: 14px;
    color: #00330f;    
}

.ncentral .txt3 {
    font-size: 12px;
    color: #899c2c; 
}

.ncentral a {
    font-size: 12px;
    color: #899c2c;   
}

.ncentral button {
    border: solid 2px #62a22b;
    background-color: #ffffff;
    color: #62a22b;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
    height: 65px;
    cursor: pointer; 
    transition: all ease 0.5s;
}

.ncentral button:hover {
    background-color: #62a22b;
    color: #ffffff;    
}

.nlogo .line {
    padding: 15px;
    border-bottom: solid 2px #4c7730;    
}

/*NAVBAR*/
.onav-bar {
    background-color: #ffffff;
    margin-bottom: 12px;
}

.onav-bar .itens {
    margin: 0 auto;
    text-align: center;
}

.onav-bar .itens ul {
    margin: 2px auto;
    padding-inline-start: 0px;
}

.onav-bar .itens ul li {
    padding: 6px;
    display: inline;
    color: #4c7730;
    font-weight: 300;
    font-size: 22px;
}

.onav-bar .itens ul li:nth-child(even) {
    padding: 0px 20px 0px 20px;
    cursor: pointer;
}

.onav-bar .itens ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #4c7730;
    text-decoration: none;
}

.onav-bar .itens ul li a:hover {
    color: #62a22b;
}

/*BANNERS*/
.banners {
    background-image: url('../img/banners.png');
    background-repeat: repeat;
}

.bannerbox {
    width: 100%;
    height: auto;
    padding: 15px 0px;
}

.bannerbox img {
    width: 100%;
}

.banner-slider .slick-dots li {
    background-color: #808080;
}

.banner-slider .slick-dots li.slick-active {
    background-color: #62a22b;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    background-color: #b5b5b5;
    width: 40px;
    height: 3px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button:before {
    content: '';
}

/*CONTENT*/
.ncontent {
    padding: 40px 0px;
}

.ncontent a {
    text-decoration: none;
}

.narttags {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;    
}

.narttags .tag {
    display: inline-block;
    margin: 5px 0 0 0;
    font-weight: 400;    
}

.narttags li a {
    font-size: 14px;
    color: #7B922C;
    text-decoration: none;    
}

.narttags li a:before {
    content: "|";
    margin-right: 5px;
}

.natags {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;    
}

.natags li {
    display: inline-block;
    font-weight: 600;
    padding-right: 10px;
}

.natags li a {
    text-decoration: none;
}

.natags li span {
    color: #00330f;
    font-size: 14px;
    text-transform: uppercase;
    border-left: solid 5px #62a22b;
    padding-left: 5px;
}

.bignews h2 {
    padding: 15px 0px 15px 30px;
    color: #000;
    font-size: 34px;    
    font-weight: 500;
}

.bignews h3 {
    padding: 0px 0px 0px 10px;
    margin-left: 20px;
    color: #000000;
    border-left: solid 3px #bdbdbd;
    font-size: 20px;  
    font-weight: 500;
}

.bignews .line {
    border-bottom: solid 1px #eaeaea;
    margin-top: 25px;
    margin-left: 5px;
}

.bignews .linetwo {
    border-bottom: solid 1px #eaeaea;
    width: 90%;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.twoimgnews {
    padding-top: 20px;
}

.twoimgnews.grey {
    padding-top: 0px;
}

.twoimgnews a {
    text-decoration: none; 
}

.twoimgnews .img-container {
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.twoimgnews .img-container img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: all ease 0.5s;
}

.twoimgnews .img-container img:hover {
    opacity: 0.8;
}

.twoimgnews p {
    color: #000000;
    padding: 5px 15px 0px 15px;
    line-height: 20px;
}

.twoimgnews .innernews {
    padding: 0px 0px 0px 10px;
    color: #000000;
    border-left: solid 3px #bdbdbd;
    font-size: 16px;  
    font-weight: 300;
}

.line2 {
    border-bottom: solid 1px #eaeaea;
    margin-left: 5px;
}

.line2lateral {
    border-bottom: solid 1px #eaeaea;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 10px;
}

.tagtextnews {
    padding: 23px 0px;    
}

.tagtextnews h3 {
    font-weight: 300;
    color: #000000;
    padding: 10px 15px;    
}

.lateral {
    padding: 20px 0px 0px 0px;    
}

.lateral h3 {
    font-size: 18px;
}

.tagimgnews {
    padding-top: 20px;
}

.tagimgnews a {
    text-decoration: none; 
}

.tagimgnews .img-container {
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.tagimgnews .img-container img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: all ease 0.5s;
}

.tagimgnews .img-container img:hover {
    opacity: 0.8;
}

.tagimgnews p {
    color: #000000;
    padding: 0px 10px;
    font-size: 16px;
    margin-bottom: 0px;
}

.tagimgnews2 {
    padding-top: 20px;
}

.tagimgnews2 a {
    text-decoration: none; 
}

.tagimgnews2 .img-container {
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.tagimgnews2 .img-container img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: all ease 0.5s;
}

.tagimgnews2 .img-container img:hover {
    opacity: 0.8;
}

.tagimgnews2 p {
    color: #000000;
    padding: 10px 10px 0px 10px;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 20px;
}

.tagimgnewspd {
    padding: 2px 0px 4px 0px;    
}

.sliderbox {
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
}

.sliderbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sliderbox .boxop {
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    opacity: .8;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),#000);
}

.sliderbox .textarea {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 125px;
    padding-bottom: 39px;
    padding-left: 20px;
    padding-right: 22px;
    color: #fff;
}

.sliderbox .textarea p {
    font-size: 30px;
    font-weight: 300;
}

.slider-news .slick-dots, .slider-news-2 .slick-dots {
    bottom: 15px;
}

.slider-news .slick-dots li, .slider-news-2 .slick-dots li {
    background-color: #808080;
}

.slider-news .slick-dots li.slick-active, .slider-news-2 .slick-dots li.slick-active {
    background-color: #62a22b;
}

.slider-news.slick-dotted.slick-slider, .slider-news-2.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.line3 {
    border-bottom: solid 1px #004f1c;
    margin-top: 15px;
    margin-left: 5px;
}

/*COLUMN 2 LATERAL NEWS*/
.tagimgc2lnews {
    padding-top: 20px;
}

a.tagimgc2lnews, .tagimgc2lnews a {
    text-decoration: none; 
}

.tagimgc2lnews .img-container {
    position: relative;
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.tagimgc2lnews .img-container img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tagimgc2lnews .img-container .ytimgplay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-image: url('../img/ytimgplay.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.1);
    transition: all ease 0.5s;
}

.tagimgc2lnews .img-container .ytimgplay:hover {
    background-color: rgba(0,0,0,.5);
}

.tagimgc2lnews p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0px;
}

.tagimgc2lnews p a {
    color: #000000;
}

.tagimgc2lnews .natags {
    padding: 2px 0px 8px 0px;
}

/*BLOCO NEWS 2*/
.titlebox {
    width: 135px;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(to right, #62a22b 8%, #004f1c 10%);
    color: #ffffff;
    letter-spacing: 1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.titleline {
    background-color: #004f1c;
    height: 2px;
    position: relative;
    top: -23px;
    z-index: -1;    
}

.tagimgnews.tagblock2 p {
    color: #000000;
    padding: 5px 10px 0px 10px;
    font-size: 16px;
    margin-bottom: 0px;    
    line-height: 20px;
}

.verbox {
    width: 100px;
    border: solid 1px #bdbdbd;
    border-radius: 10px;
    background-color: #ffffff;
    color: #bdbdbd;
    text-align: center;
    padding: 5px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1;
    float: right;  
    cursor: pointer;
    transition: all ease 0.5s;
}

.verbox:hover {
    background-color: #bdbdbd;
    color: #ffffff;
}

.verline {
    background-color: #bdbdbd;
    height: 2px;
    position: relative;
    top: 12px;
    z-index: -1;    
}

/*BANNERS 1*/
.banners1 img, .banners2 img {
    width: 100%;
    height: 280px;
}

/*TEST DRIVE*/
.testimgbox {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.testdrive .natags {
    margin: 15px 0px;
}

.testdrive p {
    color: #9a9a9a;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
}

.bannerfull1box img {
    width: 100%;
}

/*ARTIGOS*/
.artigos .titlebox {
    width: 200px;
    background: linear-gradient(to right, #62a22b 4%, #eeeeee 6%);   
    color: #004f1c; 
}

.artigos .titleline {
    background-color: #eeeeee;
}

/*EVENTOS*/
.eventos .titlebox {
    width: 210px;
    background: linear-gradient(to right, #62a22b 4%, #757575 6%);   
    color: #ffffff; 
}

.eventos .titleline {
    background-color: #757575;
}

.eventobox {
    width: 100%;
    height: 130px;
    padding: 15px 20px;
    background: linear-gradient(to right, #62a22b 2%, #fafafa 3%);
}

.evbox2 {
    background: linear-gradient(to right, #62a22b 2%, #eeeeee 3%);
}

.eventobox .descbox {
    height: 100px;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 300;    
}

.descbox a {
    color: #000000;
    text-decoration: none;
}

.databox {
    text-align: center;
}

.databox div {
    display: inline-block;
}

.databox .num {
    font-size: 24px;
    font-weight: 500;  
    padding-left: 4px;  
}

.databox .till {
    padding: 0px 2px 0px 2px;   
}

.databox .mes {
    font-size: 14px;
    color: #757575;    
}

.eventobox .col-7 {
    border-left: solid 1px #bdbdbd;    
}

/*EDICOES*/
.edicoes .titlebox {
    width: 210px;
    background: linear-gradient(to right, #ffde00 4%, #829a2e 6%);   
    color: #ffffff;    
}

.edicoes .titleline {
    background-color: #829a2e;
}

/*EDICOES*/
.edicaobox {
    padding: 0px 30px;
}

.edicoes p {
    height: 60px;
    color: #888888;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
}

.edicaoimgbox {
    width: 100%;
}

.edicaoimgbox img {
    width: 100%;
    max-height: 430px;
}

.edicoes a {
    text-decoration: none;
}

.edline {
    border-top: solid 1px #888888;
    margin-top: 10px;
}

.edbtn {
    font-size: 12px;
    font-weight: 500;
    padding-top: 5px;
    padding-left: 10px;
    color: #888888;
}

.edicoes .verbox {
    width: 150px;    
    color: #888888;
    border: solid 2px #888888;
    font-size: 12px;
    letter-spacing: 0px;
}

/*MAP*/
.map {
    background-color: #fafafa;
}

.map .container {
    border-top: solid 1px #4c7730;
}

.map .line {
    background-color: #4c7730;
    height: 1px;
}

.map span {
    color: #62a22b;
    font-size: 14px;
    font-weight: 500;
}

.map .subline {
    background-color: #899c2c;
    width: 35px;
    height: 2px;
    margin: 12px 0px;
}

.map ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.map li {
    color: #1e3517;
    font-size: 18px;
    padding: 2px 0px;
}

.map li a {
    color: #1e3517;
    font-size: 18px;
    text-decoration: none;
}

.map li a:hover {
    color: #bdbdbd;
}

.map input {
    width: 100%;
    height: 45px;
    border: solid 2px #4c7730;
    border-radius: 5px;
    background-color: #ffffff;
    color: #4c7730;
    padding: 5px 30px;
    font-size: 16px;
}

.map button {
    border: solid 2px #4c7730;
    background-color: #ffffff;
    color: #4c7730;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    width: 50%;
    height: 60px;
    cursor: pointer;  
    transition: all ease 0.5s;
}

.map button:hover {
    background-color: #4c7730;
    color: #ffffff;    
}

/*FOOTER*/
.footer {
    background-color: #4c7730;
    padding: 20px 0px;    
}

.footer span {
    color: #1e3517;
    font-size: 14px;
    font-weight: 500;
}

.footer .subline {
    background-color: #899c2c;
    width: 35px;
    height: 2px;
    margin: 12px 0px;
}

.footer ul {
    list-style: none;
    padding: 0px 10px;
    margin: 0;
}

.footer li {
    color: #1e3517;
    font-size: 18px;
}

.footer .col-5 {
    padding-left: 70px;
}

.footerbox {
    width: 355px;
    display: inline-block;
}

.footer .logofooter {
    top: -20px;
    position: relative;
}

.footer .cr {
    font-size: 12px;
}

.footer .redesfooter {
    float: right;
}

.footer .redesfooter li {
    padding: 8px;
    display: inline;
    color: #fff;
    font-size: 26px;
}

.redesfooter li a:hover {
    color: #004e1c !important;
}

.redesfooter li a {
    color: #fff !important;
}

/*HUMAN2BE*/
.human2be {
    width: 100%;
    text-align: right;
    padding-top: 50px;
}

#human2be {
    fill: #899c2c;
    max-width: 35px;
}
#human2be .h2be_h {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#human2be .h2be_dot {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#human2be .h2be_2 {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#human2be .h2be_b {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#human2be .h2be_circle {
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  -ms-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  transition: all ease 0.7s;
}
#human2be:hover .h2be_2,
#human2be:hover .h2be_b,
#human2be:hover .h2be_circle {
  fill: #0ab49b;
}
#human2be:hover .h2be_h {
  fill: #748bb3;
}
#human2be:hover .h2be_dot {
  fill: #748bb3;
}

#human2be {
    /*float: right;*/
    position: absolute;
    right: 25px;
    bottom: 0px;
}

/*OVERWRITE BOOTSTRAP*/
.container, .container2019 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container, .container2019 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container, .container2019 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container, .container2019 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container, .container2019 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .container, .container2019 {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container, .container2019 {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container, .container2019 {
    width: 992px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container, .container2019 {
    /* width: 1140px; */
    width: 1200px;
    max-width: 100%;
  }
}

