html,body{
    border: 0;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
 /*======================================
=            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: fixed;
    top: 0 !important;
    transition: all 0.5s linear;
    width: 100%;
    z-index: 10;
}
.menuFixo {
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    height: 40px !important;
    overflow-y: hidden;
    position: fixed;
    top: 0px;
    transition: all 0.5s linear;
    z-index: 10;
}
#menu a {
      -o-transition: 0.5s;
      color: #fff;
      font-size: 13px;
      text-transform: uppercase;
      transition: 0.5s;
     -moz-transition: 0.5s;
     -webkit-transition: 0.5s;
}
#menu a:hover {
      color: #ff8e64;

}
.menuFixo a {
      font-size: 12px !important;
}
.menuFixo a:hover {
      color: #3dae5a !important;

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

}
.menuFixo .logo{
            transform: scale(0.8);
        -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transition: 0.4s;
    -webkit-transform: scale(0.8);
    -webkit-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{
    padding: .5rem 0.4rem;
}
/*----------  identificação de página  ----------*/
body.coleta #navegacao a#coleta{
    color: #ff8e64 !important;
    font-weight: bold;
}
/*==========================================
=            estilo mobile            =
==========================================*/

@media (max-width: 991px) {

    #menu {
    height: 57px !important;
}
    #menu a {
      font-size: 14px !important;
    }
    
    #menu i {
        color: #fff;
      }

    .menuFixo a {
      font-size: 14px !important;
    }

    .menuFixo a:hover {
      color: #ff8e64 !important;

    }

    #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%;
        transition: height 0s ease;
    }

    #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 {
        -o-transition: left 500ms ease-in-out;
        -webkit-transition: left 500ms ease-in-out;
        transition: left 500ms ease-in-out;
    }
#menu .show {
        background-color: rgba(0, 0, 0, 0.7) !important;
    }
/*=================================================*/   
    }
#home{
    background: url(../sustentabilidade/img/lixo.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    width: 100%;
}
.mascara {
    background-color: rgba(0, 0, 0, 0.7);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
}
.col-md-6 {
    margin-top: 142px;
    margin-bottom: 91px;
}
form .col-md-6 {
    margin-top: 2px;
    margin-bottom: 1rem;
}
form{
    background: #800080;
    padding: 42px 30px;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    color: #fff;
}
.btn-primary {
    width: 100%;
    margin-top: 10px;
    background: #11AB94;
    border: 1px solid #11AB94;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-primary:hover{
    width: 100%;
    margin-top: 10px;
    background: #F7CF3E;
    border: 1px solid #F7CF3E;
    color: #800080;
}
.btn-primary:not(:disabled):not(.disabled):active{
    color: #800080;
    background-color: #F7CF3E;
    border-color: #F7CF3E;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-primary:focus{
    color: #800080;
    background-color: #F7CF3E;
    border-color: #F7CF3E;
    -webkit-box-shadow: none;
            box-shadow: none;
}
#rodape{
    margin-top: 0 !important;
}
.logoFooter2 img {
    display: none;
}
h2{
    color: #fff;
    line-height: normal;
}
p{
    color: #fff;
    text-align: justify;

}

/*===================================
=            media query            =
===================================*/
@media (min-width: 1920px) {
    #home{
        height: auto;
        min-height: 1050px;
    }
    .mascara {
        height: 100vh;
    }
}

@media (min-width: 3840px) {
    #home{
        height: auto;
        min-height: 1920px;
    }
}

@media (max-width: 767px){
    .col-md-6 {
        margin-bottom: 0;
    }
    form{
        margin-bottom: 100px;
    }
    h2 {
        font-size: 28px;
        padding-bottom: 30px;
    }
}
