@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Poppins', sans-serif;  
}
body{
    overflow-x: hidden;
    background: #fff;
}
 /*======================================
=            Estilo do menu            =
======================================*/
#menu {
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    height: 56px;
    overflow-y: hidden;
    position: absolute;
    top: 0 !important;
    transition: all 0.5s linear;
    width: 100%;
    z-index: 10;
}
#menu a {
      -o-transition: 0.5s;
      color: #000;
      font-size: 13px;
      text-transform: uppercase;
      transition: 0.5s;
     -moz-transition: 0.5s;
     -webkit-transition: 0.5s;
}
#menu a:hover {
      color: #ff8e64;

}
#menu .logo{
    width: 80px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;

}

#navegacao{
            -webkit-justify-content: flex-end;
                    justify-content: flex-end;
        -ms-flex-pack: end;
    -moz-box-pack: end;
    -webkit-box-pack: end;
}
.nav-link {
    display: block;
    padding: .5rem !important;
}
/*----------  identificação de página  ----------*/
body.rec #navegacao a#rec{
    color: #fff !important;
    font-weight: bold;
}
/*==========================================
=            estilo mobile            =
==========================================*/

   @media (max-width: 991px) {

    #menu {
    height: 57px !important;
    position: absolute !important;
    }
    #menu .barras{
        color: #000;
    }
    #menu a {
      font-size: 14px !important;
      color: #fff;
    }
    #menu .navbar-collapse {
         background-color: rgba(0, 0, 0, 0.7);
         font-size: 20px;
        height: 100%;
        left: 0;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        position: fixed;
        top: 50px;
        width: 75%;
    }

    #menu .navbar-collapse.collapsing {
        -moz-transition: height 0s ease;
        -o-transition: height 0s ease;
        -webkit-transition: height 0s ease;
        left: -75%;<section id="homeMobile">
    
        </section>
        transition: height 0s ease;id=</section>transitionid=</section>transition
    }

    #menu .navbar-collapse.show {
        -moz-transition: left 300ms ease-in-out;
        -o-transition: left 300ms ease-in-out;
        -webkit-transition: left 300ms ease-in-out;
        left: 0;
        transition: left 300ms ease-in-out;
    }

    #menu .navbar-toggler.collapsed ~ .navbar-collapse {
        -webkit-transition: left 500ms ease-in-out;
        -o-transition: left 500ms ease-in-out;
        transition: left 500ms ease-in-out;
    }
#menu .show {
        background-color: rgba(0, 0, 0, 0.7) !important;
    }
    }

/*=====  End of estilo menu mobile  ======*/
#home{
    position: relative;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
#home::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: -o-linear-gradient(bottom,#0e493e, transparent);
    background: -webkit-gradient(linear,left bottom, left top,from(#0e493e), to(transparent));
    background: linear-gradient(to top,#0e493e, transparent);
    z-index: 10;
}
#home img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#home #text{
    position: absolute;
    font-size: 6em;
    text-align: center;
    line-height: 0.55em;
    z-index: 1;
}
#home #text span{
    font-size: 0.20em;
    letter-spacing: 2px;
    font-weight: 400;
}
.sec{
    position: relative;
    background: #0e493e;
    z-index: 2;
}
.sessao{
    position: relative;
    background: #0e493e;
    z-index: 2;
}
.sec h2{
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 70px;
}
.sessao h2{
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 70px;
}
p{
    font-size: 1em;
    color: #fff;
    text-align: justify;
}

#arvores{
    z-index: 2;
}
#homeMobile{
    display: none;
}

@media (max-width: 1279px){
    #home{
        display: none !important;
    }
    #homeMobile{
        background: url('../sustentabilidade/img/background-mobile.webp');
        background-position: center !important;
        background-repeat: no-repeat;
        background-size: cover !important;
        height: 768px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .sec::after{
        content: '';
        position: absolute;
        top: -69px;
        left: 0;
        width: 100%;
        height: 70px;
        background: -o-linear-gradient(bottom,#0e493e, transparent);
        background: -webkit-gradient(linear,left bottom, left top,from(#0e493e), to(transparent));
        background: linear-gradient(to top,#0e493e, transparent);
        z-index: 10;
    }
    .textMobile{
        font-size: 6em;
        text-align: center;
        line-height: 0.55em;
        z-index: 1;
    }
    .textMobile span{
        font-size: 0.20em;
        letter-spacing: 2px;
        font-weight: 400;
    }
}
@media (max-width: 991px){
    #menu {
        height: 57px !important;
        position: fixed;
    }
    /*----------  identificação de página  ----------*/
    body.rec #navegacao a#rec{
    color: #3dae5a !important;
    font-weight: bold;
    }
}
@media (max-width: 767px){
    .sec h2 {
        font-size: 20px;
    }
    .sessao h2{
        font-size: 20px;
    }
}

@media (max-width: 412px){
    .textMobile {
        font-size: 4.66em;
    }
}
#rodape {
    margin-top: 0px !important;
    background: url(../sustentabilidade/img/footer.background.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.logoFooter2{
    display: none;
}
#image{
    position:-webkit-sticky;
    position:sticky;
    z-index: 1000 !important;
    width: 80px !important;
    }
