* {
	box-sizing: border-box;
    padding: 0;
    margin: 0
}

body {
	background: #fff;
	height: 100%;
	font-family: 'Swis721 BT';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}

body.hidden{
    overflow-x: hidden;
}

html {
	height: 100%
}

.clear{
    clear: both;
}

a{
    text-decoration: none
}

.header{
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 95px;
    background: #fff;
    transition: all .25s ease-in-out;
}

.header.fix{
    position: fixed;
    top: -43px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.header-fake {
    position: relative;
    width: 100%;
    height: 84px;
}


.logo-barra { 
    position: absolute;
    width: 30%;
    height: 124px;
    left: -32px;
    -webkit-transform: skew(-26deg);
    -moz-transform: skew(-26deg);
    -o-transform: skew(-26deg);
    background: #1b3b2a;
}

.logo {
    position: absolute;
    width: 201px;
    height: 71px;
    left: 30%;
    margin-left: -275px;
    top: 26px;
    background: url(img/logo.png) no-repeat center top;
    background-size: contain;
    transition: all .25s ease-in-out;
}

.logo.fix {
    height: 53px;
    top: 54px;
}

nav{
    position: absolute;
    left: 50%;
    top: 36px;
    margin-left: -85px;
    transition: all .25s ease-in-out;
}

nav.fix{
    top: 48px;
}

nav ul{
    text-decoration: none;
    margin: 0;
    padding: 0;
}

nav ul li{
    display: inline-block;
    margin: 0 25px;
    padding: 10px 15px;
    font-family: 'Swis721 BT';
    font-weight: bold;
    font-style: normal;
    font-size: 17px;
    letter-spacing: 8px;
    color: #2b543f;
}

nav ul li:hover{
    border-bottom: 2px solid #2b543f;
}

nav ul li.select{
    border-bottom: 2px solid #2b543f;
}

.banner-home {
    position: relative;
    width: 100%;
}

.banner-home1 {
    position: relative;
    width: 100%;
    height: 425px;
    background: url(img/banner1.jpg) no-repeat center bottom;
    background-size: cover;
}

.banner-home2 {
    position: relative;
    width: 100%;
    height: 290px;
    margin-top: -1px;
    background: url(img/banner2.jpg) no-repeat center top;
    background-size: cover;
}

.banner-home3 {
    position: absolute;
    width: 100%;
    height: 449px;
    top: 50%;
    margin-top: -160px;
    background: url(img/banner3.png) no-repeat center center;
    background-size: contain;
}

.banner-home-txt{
    position: absolute;
    visibility: hidden;
    width: 630px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -271px 0 0 -315px;
    background: url(img/banner-txt.png) no-repeat center center;
    background-size: contain;
}

.txt-home {
    position: relative;
    width: 100%;
    padding: 70px 0;
    background: #1b3b2a;
}

.txt-home1{
    position: relative;
    visibility: hidden;
    width: 90%;
    max-width: 710px;
    margin: 0 auto;
    font-family: 'Swis721 BT';
    color: #77c183;
    font-size: 23px;
    letter-spacing: 5px;
    line-height: 33px;
}

.txt-home1 .txt-home1-traco{
    position: absolute;
    left: -44px;
    width: 20px;
    top: 14px;
    height: 4px;
    background: #fff;
}

.txt-home1 span{
    color: #e8e0ca;
}
.txt-home2{
    position: absolute;
    right: 0;
    opacity: 0.4;
    border-bottom: 290px solid #2b543f;
    border-left: 104px solid transparent;
    border-right: 0;
    height: 0;
    width: 406px;
    top: 116px;
    mix-blend-mode: multiply;
}
.produtos {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.prod-title {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    text-align: right;
    color: #68a973;
    font-family: 'Swis721 BT';
    font-weight: bold;
    font-style: italic;
}

.prod-title h3{
    font-size: 24px;
    letter-spacing: 13px;
}

.prod-title h1{
    font-size: 66px;
    letter-spacing: 10px;
    margin-top: -17px;
}

.carrosel-imgs{
    position: relative;
    width: 100%;
    text-align: center;
}

#carrosel-imgs {
    position: relative;
    width: 1300px;
    margin: 0 auto;
    padding: 60px 0;
}

#carrosel-items .item{
    position: relative;
    width: 300px;
    height: 330px;
    text-align: center;
    margin: 0 30px;
    background: #fff
}

.bn-img{
   position: relative;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 95%;
    transition: all .16s ease-in-out; 
}

.bn-img:hover{
    opacity: 0.6
}

.next, .prev{
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -25px;
    width: 27px;
    height: 50px;
    cursor: pointer;
    color: #1b3b2a;
    font-size: 60px;
}

.next:hover, .prev:hover{
    color: #77c183;
}

.prev{
    left: -60px
}

.next{
    right: -60px
}
.item-txt {
    position: absolute;
    width: 100%;
    font-size: 16px;
    bottom: 0;
    z-index: 2;
}

.footer {
    position: relative;
    width: 100%;
    padding: 60px 0 30px 0;
    text-align: center;
    background: linear-gradient(#1c6e47, #1b3c2b);
}

.footer_col{
    display: inline-block;
    text-align: left;
    color: #fff;
    font-size: 15px;
    margin: 0 100px;
    font-weight: 300;
    line-height: 27px;
    vertical-align: top;
}

.segunda-via-boleto2{
    font-size: 12px;
    margin-top: 10px;
}

.footer_col a{
    color: #fff;
}

.segunda-via-boleto2 img, .segunda-via-boleto2 i{
    margin: 5px 5px 0 0;
}

.segunda-via-boleto2 img:hover, .segunda-via-boleto2 a i:hover{
opacity: 0.7;
}

.logo2{
    margin-bottom: 15px;
}

.footer-title{
    width: fit-content;
    border: 2px solid #fff;
    padding: 3px 12px;
    font-family: 'Swiss 721';
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 15px;
    -webkit-transform: skew(-26deg);
    -moz-transform: skew(-26deg);
    -o-transform: skew(-26deg);
}

.footer_col i{
    font-size: 18px;
    margin-right: 5px;
}

.segunda-via-boleto2{
    margin-top: 20px;
}
.segunda-via-boleto2 a i{
    font-size: 35px;
    color: #fff
}

.footer_col iframe{
    width: 340px;
    height: 130px;
    border: 3px solid #fff;
    overflow: hidden;
}
.footer_line {
    position: relative;
    width: 90%;
    max-width: 1400px;
    height: 2px;
    background: #fff;
    opacity: 0.2;
    margin: 50px auto 30px auto;
}

.footer_final {
    position: relative;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    text-align: left;
}

.vizium{
    float: right;
}

.vizium a{
    color: #fff;
}

.vizium a:hover{
    color: #7ee58f;
}
.banner-empresa {
    position: relative;
    width: 100%;
    height: 500px;
}

.txt-empresa2 {
    max-width: 900px;
    font-size: 15px;
    line-height: 23px;
}

.missao {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.missao-txt {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Swis721 BT';
    color: #1b3b2a;
    font-size: 16px;
    letter-spacing: 5px;
    line-height: 33px;
}

.missao-traco{
    position: absolute;
    top: -7px;
    width: 22px;
    height: 3px;
    background: #1b3b2a;
}

.missao-quadrado {
    position: absolute;
    left: 50%;
    border-top: 390px solid #279862;
    border-right: 104px solid transparent;
    border-left: 0;
    height: 0;
    width: 760px;
    margin-left: -1215px;
    top: 116px;
    opacity: 0.6;
}

.missao-foto {
    position: absolute;
    left: 50%;
    z-index: -1;
    margin-left: -733px;
    height: 455px;
    width: 647px;
    bottom: 30px;
    background: url(img/empresa2.png) no-repeat center center;
    background-size: contain;
}
.visao-txt {
    position: relative;
    margin-top: 70px;
    width: 400px;
    float: right;
}

.catalogo {
    position: relative;
    width: 100%;
    height: 550px;
    background: url(img/fundo-catalogo.jpg) no-repeat center center;
    background-size: cover;
}

.catalogo-bt {
    position: absolute;
    width: 750px;
    height: 490px;
    left: 50%;
    bottom: -30px;
    margin-left: -325px;
    background: url(img/catalogo.png) no-repeat center center;
    background-size: contain;
    transition: all .25s ease-in-out;
}

.catalogo-bt:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.contato {
    position: relative;
    width: 100%;
    padding: 100px 0 0 0;
    background: url(img/contato.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.contato h2{
    font-family: 'Swis721 BT';
    font-weight: normal;
    text-align: center;
    font-size: 30px;
    letter-spacing: 15px;
}

.contato h1{
    font-family: 'Swiss 721';
    font-weight: 900;
    text-align: center;
    font-size: 51px;
    letter-spacing: 14px;
}

.form-atendimento{
    z-index: 2;
    position: relative;
    width: 90%;
    padding: 35px;
    max-width: 700px;
    margin: 30px auto;
    background: #fff;
}

.label-form{
    position: relative;
    width: 100%;
}

.label-form:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 15px;
  left: 10px;
  color: #666;
}

.label-bars:before {
  content: "\f0c9" !important;
}

.label-user:before {
  content: "\f007" !important;
}

.label-mail:before {
  content: "\f0e0" !important;
}

.label-assunto:before {
  content: "\f075" !important;
}

.label-fone:before {
  content: "\f095" !important;
}

.label-msg:before {
  content: "\f086" !important;
}

.form-atendimento input, .form-atendimento select, .form-atendimento textarea{
    width: 100%;
    padding: 7px 5px 7px 40px;
    background: #fff;
    color: #666;
    font-size: 15px;
    border: 1px solid #279862;
    font-family: 'Swis721 BT';
    margin: 5px 0;
}

.form-atendimento textarea{
    height: 120px;
    margin-bottom: 15px;
}

.form-atendimento button{
    background: #279862;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
}

.form-atendimento button:hover{
    background: #1b3b2a;
}

.form-atendimento p{
    color: #666;
    font-size: 15px;
    margin: 0 0 15px 0;
    font-weight: 400;
}

.form-atendimento h3{
    color: #666;
    font-size: 13px;
    margin: 15px 0 0 0;
    font-weight: 400;
}
.contato-branco {
    position: absolute;
    width: 100%;
    height: 234px;
    bottom: 0;
    background: #fff;
}

.mapa{
    position: relative;
    width: 100%;
    height: 450px;
}

/* -----------------------------------480------------------------------*/

@media screen and (max-width: 480px) {
    
    .header {
    height: 74px;
    }
    
    .header.fix {
    top: -28px;
    }
    
    .header-fake {
    height: 70px;
}
    
    .logo {
    top: 18px;
    width: 179px;
    left: 30px;
    margin-left: 0;
}
    
    .logo.fix {
    height: 49px;
    top: 40px;
}
    
    .logo-barra {
    width: 293px;
    height: 100px;
    }
    
    nav {
        display: none;
    left: 0;
    top: 74px;
    padding-top: 37px;
    padding-bottom: 15px;
    z-index: -1;
    width: 100%;
    background: #fff;
    margin-left: 0;
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.1);
}
    
    nav.fix {
    top: 73px;
}
    
    nav ul li {
    display: block;
    text-align: center;
    }
    
    .banner-home {
    height: calc(100% - 70px);
}
    
    .banner-home1 {
    height: 65%;
}
    
    .banner-home2 {
    height: 35%;
}
    
    .banner-home3 {
    height: 320px;
    top: 50%;
    width: 95%;
    margin-top: -56px;
    background: url(img/banner3-mob.png) no-repeat center center;
    background-size: contain;
}
    
    .banner-home-txt {
    width: 84%;
    height: 200px;
    left: 8%;
    margin: -203px 0 0 0;
    background: url(img/banner-txt-mob.png) no-repeat center center;
    background-size: contain;
}
    
    .txt-home {
    padding: 52px 0;
}
    
    .txt-home1 {
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    letter-spacing: 3px;
}
    
    .txt-home2 {
    border-bottom: 185px solid #2b543f;
    border-left: 81px solid transparent;
    width: 109px;
    top: 128px;
}
    
    .prod-title h3 {
    font-size: 16px;
    text-align: center;
}
    
    .prod-title h1 {
    font-size: 49px;
    margin-top: -8px;
    text-align: center;
}
    
    #carrosel-imgs {
    width: 75%;
    padding: 30px 0;
}
    
    #carrosel-items .item{
        width: 100%;
        margin: 0;
    }
    
    
    .next {
    right: -44px;
}
    
    .prev {
    left: -44px;
}
    
      .footer_col {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 15px;
    margin: 0 10px 40px 30px;
    font-weight: 300;
}
    
    .footer_col iframe {
    width: 95%;
    }
    
    .vizium {
    float: none;
    margin-top: 10px;
    opacity: 0.6;
}
    
    .banner-empresa {
    height: 317px;
    background: url(img/empresa-mob.jpg) no-repeat center center !important;
    background-size: cover !important;
}
    
    .missao-txt {
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 25px;
}
    
    .visao-txt {
    position: relative;
    margin-top: 39px;
    width: 90%;
    float: none; 
}
    
    .missao-quadrado{
        display: none;
    }
    
    .missao-foto {
    position: relative;
    left: 0;
    z-index: 2;
    margin: -141 auto 46px auto;
    height: 210px;
    width: 300px;
    bottom: auto;
    }
    
    .txt-empresa{
        padding: 25px 0 104px 0;
    }
    
    .catalogo-bt {
    width: 90%;
    height: 220px;
    left: 5%;
    margin-left: 0;
    }
    
    .catalogo {
    height: 313px;
    }
    
    .contato h2 {
    font-size: 22px;
    }
    
    .contato h1 {
    font-size: 44px;
    }
    
}


/* -----------------------------------481-768---------------------------*/

@media screen and (min-width: 481px) and (max-width: 767px) {
    
    .header {
    height: 74px;
    }
    
    .header.fix {
    top: -28px;
    }
    
    .header-fake {
    height: 70px;
}
    
    .logo {
    top: 18px;
    width: 179px;
    left: 30px;
    margin-left: 0;
}
    
    .logo.fix {
    height: 49px;
    top: 40px;
}
    
    .logo-barra {
    width: 293px;
    height: 100px;
    }
    
    nav {
        display: none;
    left: 0;
    top: 74px;
    padding-top: 37px;
    padding-bottom: 15px;
    z-index: -1;
    width: 100%;
    background: #fff;
    margin-left: 0;
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.1);
}
    
    nav.fix {
    top: 73px;
}
    
    nav ul li {
    display: block;
    text-align: center;
    }
    
    .banner-home-txt {
    width: 482px;
    height: 200px;
    margin: -206px 0 0 -246px;
}
    
    .banner-home1 {
    height: 259px;
    }
    
    .banner-home2 {
    height: 180px;
    }
    
    .banner-home3 {
    width: 98%;
    height: 278px;
    margin-left: 1%;
    margin-top: -67px;
    }
    
    .txt-home {
    padding: 52px 0;
}
    
    .txt-home1 {
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    letter-spacing: 3px;
}
    
    .txt-home2 {
    border-bottom: 185px solid #2b543f;
    border-left: 81px solid transparent;
    width: 146px;
    top: 155px;
}
    
    .prod-title h3 {
    font-size: 16px;
    text-align: center;
}
    
    .prod-title h1 {
    font-size: 49px;
    margin-top: -8px;
    text-align: center;
}
    
    #carrosel-imgs {
    width: 75%;
    padding: 30px 0;
}
    
    #carrosel-items .item{
        width: 100%;
        margin: 0;
    }
    
    
    .next {
    right: -44px;
}
    
    .prev {
    left: -44px;
}
    
      .footer_col {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 15px;
    margin: 0 10px 40px 30px;
    font-weight: 300;
}
    
    .vizium {
    float: none;
    margin-top: 10px;
    opacity: 0.6;
}
    
    .banner-empresa {
    height: 317px;
    background: url(img/empresa-mob.jpg) no-repeat center center !important;
    background-size: cover !important;
}
    
    .missao-txt {
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 25px;
}
    
    .visao-txt {
    position: relative;
    margin-top: 39px;
    width: 90%;
    float: none; 
}
    
    .missao-quadrado{
        display: none;
    }
    
    .missao-foto {
    position: relative;
    left: 0;
    z-index: 2;
    margin: -141 auto 46px auto;
    height: 210px;
    width: 300px;
    bottom: auto;
    }
    
    .txt-empresa{
        padding: 25px 0 104px 0;
    }
    
    .catalogo-bt {
    width: 90%;
    height: 220px;
    left: 5%;
    margin-left: 0;
    }
    
    .catalogo {
    height: 313px;
    }
    
    .contato h2 {
    font-size: 22px;
    }
    
    .contato h1 {
    font-size: 44px;
    }
    
}

/* -------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1023px) {
    
     .header {
    height: 74px;
    }
    
    .header.fix {
    top: -28px;
    }
    
    .header-fake {
    height: 70px;
}
    
    .logo {
    top: 18px;
    width: 179px;
    left: 30px;
    margin-left: 0;
}
    
    .logo.fix {
    height: 49px;
    top: 40px;
}
    
    .logo-barra {
    width: 293px;
    height: 100px;
    }
    
    nav {
        display: none;
    left: 0;
    top: 74px;
    padding-top: 37px;
    padding-bottom: 15px;
    z-index: -1;
    width: 100%;
    background: #fff;
    margin-left: 0;
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.1);
}
    
    nav.fix {
    top: 73px;
}
    
    nav ul li {
    display: block;
    text-align: center;
    }
    
    .banner-home-txt {
    width: 482px;
    height: 200px;
    margin: -206px 0 0 -246px;
}
    
    .banner-home1 {
    height: 371px;
    }
    
    .banner-home2 {
    height: 169px;
    }
    
    .banner-home3 {
    width: 98%;
    height: 278px;
    margin-left: 1%;
    margin-top: -43px;
    }
    
    .txt-home {
    padding: 52px 0;
}
    
    .txt-home1 {
    width: 74%;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    letter-spacing: 3px;
}
    
    .txt-home2 {
    border-bottom: 185px solid #2b543f;
    border-left: 81px solid transparent;
    width: 146px;
    top: 155px;
}
    
    .prod-title h3 {
    font-size: 16px;
    text-align: center;
}
    
    .prod-title h1 {
    font-size: 49px;
    margin-top: -8px;
    text-align: center;
}
    
    #carrosel-imgs {
    width: 85%;
    padding: 30px 0;
}
    
    #carrosel-items .item{
        width: 100%;
        margin: 0;
    }
    
    .next {
    right: -44px;
}
    
    .prev {
    left: -44px;
}
    
      .footer_col {
   margin: 0 68px;
}
    
    .segunda-via-boleto2 {
    margin-bottom: 60px;
}
    
    
    .banner-empresa {
    height: 317px;
    background: url(img/empresa-mob.jpg) no-repeat center center !important;
    background-size: cover !important;
}
    
    .missao-txt {
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 25px;
}
    
    .visao-txt {
    position: relative;
    margin-top: 39px;
    width: 90%;
    float: none; 
}
    
    .missao-quadrado{
        display: none;
    }
    
    .missao-foto {
    position: relative;
    left: 0;
    z-index: 2;
    margin: -141 auto 46px auto;
    height: 210px;
    width: 300px;
    bottom: auto;
    }
    
    .txt-empresa{
        padding: 25px 0 104px 0;
    }
    
    .catalogo-bt {
    width: 90%;
    height: 315px;
    left: 5%;
    margin-left: 0;
    }
    
    .catalogo {
    height: 388px;
    }
    
    .contato h2 {
    font-size: 22px;
    }
    
    .contato h1 {
    font-size: 44px;
    }
    
}

/* -------------------------------------------------------------*/

@media screen and (min-width: 1024px) and (max-width: 1327px) {
    
    .nav-icon4 {
        display: none;
    }
    
    nav {
    margin-left: -153px;
    }
    
    nav ul li {
    margin: 0 15px;
    padding: 10px 12px;
    font-size: 15px;
    letter-spacing: 7px;
}
    
    .banner-home3 {
    width: 96%;
    left: 2%;
    }
    
       #carrosel-imgs {
    width: 85%;
    padding: 30px 0;
}
    
    #carrosel-items .item{
        width: 100%;
        margin: 0;
    }
    
    .bn-img {
    background-size: 85%;
    }
    
    .next {
    right: -44px;
}
    
    .prev {
    left: -44px;
}
    
    .footer_col{
        margin: 0 30px;
    }
    
    .footer_col iframe {
    width: 293px;
    }
}


/* -------------------------------------------------------------*/

@media screen and (min-width: 1327px) and (max-width: 1490px) {
    
    nav {
        display: block !important;
    }
    
    .nav-icon4 {
        display: none;
    }
    
    nav {
    margin-left: -102px;
    }
    
    nav ul li {
    padding: 10px 12px;
    font-size: 15px;
    letter-spacing: 7px;
}
    
    .banner-home3 {
    width: 96%;
    left: 2%;
    }
    
       #carrosel-imgs {
    width: 85%;
    padding: 30px 0;
}
    
    #carrosel-items .item{
        width: 100%;
        max-width: 330px;
        margin: 0;
    }
    
    .bn-img {
    background-size: 85%;
    }
    
    .next {
    right: -44px;
}
    
    .prev {
    left: -44px;
}
    
    .footer_col{
        margin: 0 90px;
    }
    
    .footer_col iframe {
    width: 293px;
    }
}

@media screen and (min-width: 1490px) {
    
    .nav-icon4 {
        display: none;
    }
    
    nav {
        display: block !important;
    }
    
}
