html {
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
}

::selection {
    background: #a9af00;
    color: #fff;
  }

:target:before {
    content:"";
    display:block;
    height:150px;
    margin:-150px 0 0;
}

.row-cols-1 > * { 
    flex: 0 0 100%; 
    max-width: 100%; 
} 

.row-cols-2 > * { 
    flex: 0 0 50%; 
    max-width: 50%; 
} 

.row-cols-3 > * { 
    flex: 0 0 33.333333%; 
    max-width: 33.333333%; 
} 

.row-cols-4 > * { 
    flex: 0 0 25%; 
    max-width: 25%; 
} 

.row-cols-5 > * { 
    flex: 0 0 20%; 
    max-width: 20%; 
} 

.row-cols-6 > * { 
    flex: 0 0 16.666667%; 
    max-width: 16.666667%; 
} 

nav{
    /* background-color: #fff; */
    padding-bottom: 30px;
    background-position: bottom;
    background-image: linear-gradient(180deg,rgba(37,37,37,.4),rgba(37,37,37,0));
    /* background-image: url(../img/folha.png); */
}

nav.branco{
    background-color: #fff;
    background-image: none;
}

.contentw{
    background-size: 50%;
    background-position-y: top;
    background-repeat: no-repeat;
    background-position-x: right;
}

nav::after{
    background: none;
    transition: 0.3s;
}

.contentw::after, .contentg::after, .contentb::after, nav.branco::after{
    content: "";
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: -80px;
    left: 0;
    background: url(../img/folha.png);
    background-size: cover;
    background-position: bottom;
    z-index: -1;
    transition: 0.3s;
}

/* .owl-galeria:before, .owl-galeria:after{
    content: "";
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: -80px;
    left: 0;
    background: url(../img/folha.png);
    background-size: cover;
    background-position: bottom;
    z-index: -1;
} */

.tit_normal{
    display: block;
    text-align: center;
    color: #a9af00;
}

.navbar-brand{
    margin-right: 0;
}

.tit_menu{
    color: #a9af00;
    text-transform: uppercase;
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.menu_int .ativo{
    border-bottom: #a9af00 solid 2px;
}

.menu_int a{
    color: #fff;
    margin: 0 20px;
    text-transform: uppercase;
    position: relative;
}

.branco .menu_int a{
    color: #000;
}

.menu_int a:hover{
    text-decoration: none;
}

.menu_int a::after{
    content: "";
    width: 30px;
    border-bottom: #a9af00 1px solid;
    height: 1px;
    position: absolute;
    top: 11px;
    right: -35px;
}

.menu_int a:last-child::after{
    display: none;
}

.menu_int{
    display: block;
}

.contentb::after{
    background-image: url(../img/folha_b.png);
    z-index: 1;
}

.owl-galeria:before, .owl-galeria:after{
    background-image: url(../img/folha_c.png);
    z-index: 1;
    bottom: initial;
    top: 0;
}

.owl-galeria:after{
    top: initial;
    bottom: 0px;
}

.contentw::after{
    z-index: 1;
}

.contentg{
    position: relative;
}

.contentg::after, .owl-galeria:after{
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}


.body{
    background-color: #e9e9e9;
}
.body.active{
    overflow: hidden;
}
.logo{
    max-height: 100px;
    margin-left: 50px;
}

.owl-banner{
    max-height: 100vh;
    overflow: hidden;
    border-bottom: solid 1px #a9af00;
}

.owl-banner .owl-item.active img{
    max-height: 100vh;
    object-fit: cover;
    object-position: center;
}

.owl-banner .owl-dots{
    position: absolute;
    top: 80vh;
    width: 1170px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: left;
}

.owl-theme .owl-dots .owl-dot span{
    width: 50px;
    height: 6px;
}

.owl-theme .owl-dots .owl-dot.active span{
    background-color: #a9af00;
}

button:focus{
    outline: none;
}

.container_banner{
    top: 45vh;
    position: absolute;
    left: 0;
    right: 0;
}

.container_banner h1{
    color: #fff;
    font-size: 70px;
}

.navbar-light .navbar-nav .nav-link.menu{
    color: #fff;
    position: absolute;
    top: 30px;
    right: 50px;
}

.navbar-light.branco .navbar-nav .nav-link.menu{
    color: #a9af00;
}

.menu_anc{
    width: 100%;
}

.menu span{
    font-size: 12px;
    display: block;
}

#menu{
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    top: 0;
    transition: 1s;
    opacity: 0;
}

#menu.active{
    display: block;
    transition: 1s;
    opacity: 1;
    overflow: hidden;
}

#menu .container{
    padding-top: 150px;
    height: 100vh;
    position: relative;
}

.link_menu{
    overflow: hidden;
    padding-left: 50px;
}

.link_menu a{
    display: table;
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
}

#menu .active{
    position: relative;
}

#menu .active::after{
    content: "";
    position: absolute;
    left: calc(100% + 25px);
    bottom: 15px;
    width: 100vw;
    border-bottom: solid 1px #fff;
}

.logo_white{
    position: absolute;
    bottom: 10vh;
    left: 0;
    width: 150px;
}

#close_menu, .close_popup{
    position: absolute;
    top: 40px;
    right: 47px;
    color: #fff;
}

.topicos{
    display: inline-block;
    width: 100%;
}

.linha_topicos{
    width: calc(100% + 5px);
}

.topico{
    height: 450px;
    position: relative;
    margin-right: 5px;
    width: calc(33.33% - 5px);
    display: inline-block;
    float: left;
}

.topico::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(90, 52, 26, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.topico img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.conteudo_topico h3{
    text-transform: uppercase;
}

.conteudo_topico{
    position: absolute;
    top: 40%;
    width: 60%;
    margin-left: 20%;
    text-align: center;
    color: #fff;
    z-index: 9;
}

.loja_online{
    width: 100%;
    position: relative;
    height: 400px;
    overflow: hidden;
}

.loja_online img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.div_loja{
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    color: #fff;
}

.div_loja h2{
    display: inline-block;
    font-size: 70px;
}

.div_loja a{
    float: right;
    color: #fff;
    border: solid 1px #fff;
    padding: 5px 10px;
    margin-top: 30px;
}

.noticias .titulos h4, .text_green{
    color: #a9af00;
}

.noticias .titulos h2{
    text-transform: uppercase;
}

.noticia{
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.noticia h5{
    margin: 30px 15px;
}

.noticia p{
    margin: 15px;
}

.ver_todas{
    padding: 20px 50px;
    border: solid 1px #a9af00;
    color: #000;
    font-weight: 600;
    transition: 0.3s;
}

.ver_todas:hover{
    color: #a9af00;
    transition: 0.3s;
}

.footer{
    background-color: #fff;
}

.footerg{
    background-color: #e9e9e9;
}

.logo_footer{
    width: 40%;
}

.socials i{
    background-color: #a9af00;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 7px 5px;
    margin-right: 10px;
}

.links_rodape h6{
    font-weight: 700;
    text-transform: uppercase;
}

.links_rodape a{
    display: block;
    color: #000;
}

.email_nl{
    border: none;
    background-color: #e9e9e9;
    padding: 10px 15px;
    width: 70%;
}

.footerg .email_nl{
    background-color: #fff;
}

#newsletter{
    padding: 8px 15px;
    border: solid 1px #a9af00;
    width: 25%;
    color: #a9af00;
    font-weight: 700;
    background-color: #fff;
}

.copy{
    font-size: 12px;
}

/* ****************************************** */
/* **************sustentabilidade************ */
/* ****************************************** */

.contentw{
    background-color: #fff;
    position: relative;
}

.contentb{
    background-color: #1f1f17;
    position: relative;
}

.banner{
    height: 50vh;
}

.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.titulo{
    color: #a9af00;
}

.titulo h1{
    font-size: 70px;
}

.floresta h2{
    font-size: 50px;
}

.titulo3{
    font-size: 35px;
}

.associacao:nth-child(even){
    background-color: #a9af00;
}

.associacao:nth-child(odd){
    background-color: #fff;
}

.associacao a{
    color: #000;
    font-weight: 600;
    position: absolute;
    bottom: 30px;
}

.owl-social .owl-nav, .owl-galeria .owl-nav{
    position: absolute;
    top: 45%;
    width: 100%;
}

.owl-social .owl-nav .owl-next, .owl-galeria .owl-nav .owl-next{
    float: right;
    width: 30px;
    height: 30px;
    background-color: #fff !important;
    border-radius: 0;
}
.owl-social .owl-nav .owl-prev, .owl-galeria .owl-nav .owl-prev{
    float: left;
    width: 30px;
    height: 30px;
    background-color: #fff !important;
    border-radius: 0;
}
.owl-social .owl-nav .owl-prev span, .owl-social .owl-nav .owl-next span, .owl-galeria .owl-nav .owl-prev span, .owl-galeria .owl-nav .owl-next span{
    font-size: 38px;
    width: 20px;
    height: 20px;
    margin-top: -35px;
    display: block;
    color:#a9af00;
    margin-left: 4px;
}

.titulo4{
    color:#a9af00;
    font-size: 48px;
}

.btn_verde{
    text-transform: uppercase;
    color: #fff;
    background-color: #a9af00;
    padding: 15px 20px;
    border: solid 1px #a9af00;
    transition: 0.3s;
}

.btn_verde:hover{
    color: #a9af00;
    background-color: #fff;
    transition: 0.3s;
    text-decoration: none;
}

.title_white{
    color: #fff;
    text-transform: uppercase;
}

.div_ciclo{
    background-size: cover;
    text-align: center;
    color: #a9af00
}

.ciclo{
    min-height: 190px;
}

.ciclo a{
    color: #a9af00;
}

.ciclo img{
    width: 50%;
}

.separador_prod{
    display: none;
}

.separador_prod:first-child{
    display: block;
}

.tab_produtos{
    display: inline-flex;
}

.tab_produtos a{
    display: inline-block;
    background-color: #F7F6F1;
    padding: 10px;
    width: 100px;
}

.tab_produtos a.active{
    background-color: #a9af00;
    color: #fff;
}

.tab_produtos a img{
    width: 100%;
}

.tab_produtos a img, .tab_produtos a span{
    display: block;
    margin: 0 auto;
    color: #a9af00;
    font-weight: 600;
}

.tab_produtos a.active img{
    filter: brightness(0) invert(1);
}

.tab_produtos a.active span{
    color: #fff;
}

.owl-galeria{
    max-height: 60vh;
    overflow: hidden;
}

.form_produto input{
    margin-bottom: 17px;
    border-radius: 0;
    border: none;
    padding: 10px 20px;
}

.form_produto input::placeholder, .form_produto textarea::placeholder {
    color: #a9af00;
    opacity: 1;
  }
  
.form_produto input:-ms-input-placeholder, .form_produto textarea:-ms-input-placeholder {
    color: #a9af00;
  }
  
.form_produto input::-ms-input-placeholder, .form_produto textarea::-ms-input-placeholder {
    color: #a9af00;
  }

.form_produto textarea{
    border: none;
    padding: 10px 20px;
    width: 100%;
}

#aceito{
    border: none;
    height: 15px;
    outline: none;
    width: 15px;
    box-shadow: none;
    text-decoration: none;
}

.submit_form{
    background-color: #a9af00;
    color: #fff;
}

.servico a{
    background-color: #a9af00;
    color: #fff;
    width: 80%;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 10px;
}

#accordion, #accordion1{
    width: 100%;
}

.card{
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #a9af00;
    border-radius: 0px;
}

.card button{
    color: #a9af00;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    word-break: break-all;
    white-space: inherit;
}

.card button:hover{
    color: #a9af00;
    text-decoration: none;
}

.card-body{
    color: #fff;
}

.card-header{
    padding: .75rem 0.5rem;
}

.card-header button::after{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 800; 
    content: "\2b";
    position: absolute;
    right: 20px;
    top: 20px;
    color: #a9af00;
}

.text_split{
    column-count: 2;
}

.acordion_essencia .card-body{
    color: #000;
}

.acordion_essencia .card-header{
    background-color: #e9e9e9;
    border-radius: 0;
}

.numero, .href_topico{
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff!important;
    z-index: 9;
    font-size: 30px;
    font-weight: 700;
}

.href_topico{
    top: 80%;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.numero_e span{
    font-size: 40px;
    color: #a9af00;
}

.numero_e p{
    text-transform: uppercase;
    font-weight: 700;
}

.emprego{
    border-right: solid 1px #000;
}

.test_text{
    padding: 30px;
    border-radius: 40px;
    background-color: #e9e9e9;
    border-bottom-left-radius: 0px
}

.test_text::after{
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    height: 150px;
    border-radius: 40px;
    background-color: #e9e9e9;
    z-index: -1;
    border-top-left-radius: 0px
}

.testemunho img{
    border-radius: 50%;
    height: 230px;
    width: 75% !important;
    object-fit: cover;
    margin: 0 auto;
    border: solid 20px #fff;
}

.owl-testemunho .owl-nav .owl-prev{
    float: left;
    width: 30px;
    height: 30px;
    background-color: #fff !important;
    border-radius: 0;
}

.owl-testemunho .owl-nav .owl-prev span{
    font-size: 38px;
    width: 20px;
    height: 20px;
    display: block;
    color: #a9af00;
    margin-left: 4px;
    margin-top: -40px;
}
.owl-testemunho .owl-nav .owl-next span{
    font-size: 38px;
    width: 20px;
    height: 20px;
    display: block;
    color: #a9af00;
    margin-left: 4px;
    margin-top: -40px;
}

.owl-testemunho .owl-nav .owl-next{
    float: right;
    width: 30px;
    height: 30px;
    background-color: #fff !important;
    border-radius: 0;
}

.owl-testemunho h6, .owl-testemunho span{
    color: #a9af00;
    text-align: center;
    width: 100%;
    display: block;
}

.expontanea{
    display: block;
    margin-top: 15px;
}

.expontanea a{
    color: #a9af00;
}

.popup1, .popup2, .popup3{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    transition: 0.3s;
}

.popup1.active, .popup2.active, .popup3.active{
    display: block;
    transition: 0.3s;
}

.logo_popup{
    position: absolute;
    top: 30px;
    left: 45px;
    width: 100px;
}

.cont_popup{
    width: 100%;
    height: 100vh;
    position: relative;
}

.alinhado_v{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.prev_page, .next_page{
    font-size: 30px;
}

#equipa{
    margin-top: -50px;
}

.sub_menu{
    display: none;
}

.sub_menu.ativo{
    display: block;
}

.acontecimento{
    text-align: center;
}

.owl-time_line .owl-prev{
    float: left;
}

.owl-time_line .owl-next{
    float: right;
}


.owl-time_line span{
    font-size: 42px;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 35px;
    border-radius: 50%;
    border: solid 1px;
}

.owl-time_line.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent;
    color: #000;
}

.owl-carousel.owl-time_line .owl-prev.disabled, .owl-carousel.owl-time_line .owl-next.disabled{
    color: transparent;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #a9af00;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }

@media only screen and (max-width: 768px) {
    nav::after, .contentw::after, .contentg::after, .contentb::after, .owl-galeria:before, .owl-galeria:after{
        bottom: -40px;
    }
    .titulo4{
        font-size: 26px;
    }
    .text_split{
        columns: 1;
    }
    .titulo h1{
        font-size: 50px;
    }
    .conteudo_topico h3{
        font-size: 22px;
    }
    
  }

  @media only screen and (max-width: 992px) {
    .topico {
        height: 280px;
    }
    .conteudo_topico {
        position: absolute;
        top: 15%;
        width: 80%;
        margin-left: 10%;
        text-align: center;
        color: #fff;
        z-index: 9;
    }
    .loja_online {
        height: 350px;
    }
    .div_loja{
        top: 35%;
    }
    .numero{
        top: 0;
    }
    .emprego{
        border: none;
    }
  }