@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
.nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
    position: fixed;
    top: 0;
    left: 0;
    transition: all linear 0.1s;
    z-index: 2;
}
html {
  scroll-behavior: smooth;
}
.logo{
    padding-left: 50px;
}
.logo a{
    display: flex;
    align-items: center;
    color: #3d3d3d;
    text-decoration: none;
    font-family: 'Staatliches', cursive;
}
.logo img{
    height: 60px;
    margin-right: 10px;
    filter: brightness(0%);
    -webkit-filter: brightness(0%);
    -moz-filter: brightness(0%);
}
.menu{
    display: flex;
    align-items: center;
    padding-right: 50px;
}
.menu a{
    text-decoration: none;
    margin: 0px 10px;
}
.item-menu{
    height: 65px;
    border-bottom: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3d3d3d;
    padding: 0px 15px;
    font-size: 16px;
    font-family: 'Staatliches', cursive;
    transition: border-color linear 0.2s;
}
.item-menu i{
    font-size: 20px;
}
.item-menu:hover{
    border-color: #F8981B;
}
.act{
    border-bottom: 2px solid #F8981B;
    color: #F8981B;
}
.menu-mobile{
    padding-right: 50px;
    height: 80px;
    width: 80px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.icon-mobile{
    font-size: 28px;
}
.menu-open{
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 3;
}
.top-mobile{
    width: 100%;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-mobile a{
    margin-left: 50px;
}
.top-mobile a img{
    height: 60px;
    filter: brightness(0%);
    -webkit-filter: brightness(0%);
    -moz-filter: brightness(0%);
}
.closed{
    padding-right: 50px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    cursor: pointer;
}
.menu-colum{
    margin-bottom: 10px;
}
.menu-colum a{
    text-decoration: none;
}
.menu-colum a .item-menu{
    font-size: 20px;
}
.logo_fundo{
    position: fixed;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 20px;
    z-index: -10;
}
.down{
    width: 80px;
    height: 80px;
}

.menu-scroll{
    height: 60px;
    background-color: #3d3d3d;
}
.menu-scroll .logo img{
    height: 40px;
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
}
.menu-scroll .item-menu{
    height: 58px;
    color: #fff;
}
.menu-scroll .item-menu:hover{
    border-bottom: 2px solid #fff;
}
.menu-scroll .act{
    border-bottom: 2px solid #fff;
    color: #fff;
}
.menu-scroll .icon-mobile{
    color: #fff;
}
.menu-scroll .logo a{
    color: #fff;
}

/*FOOTER*/
.foot{
    width: 100%;
    padding: 40px 0px;
    background-color: #000
}
.content-foot{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.logo-foot{
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Staatliches', cursive;
}
.logo-foot img{
    height: 60px;
    margin-right: 10px;
}
.siga-foot{
    color: #fff;
    font-family: 'Staatliches', cursive;
    margin-top: 20px;
}
.siga-foot p{
    margin: 0;
}
.redes-foot a{
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    margin: 5px;
}
.right-foot{
    display: flex;
    flex-wrap: wrap;
}
.right-foot .item-menu{
    padding: 0;
    border: 0;
    height: auto;
    display: block;
    color: rgb(238, 238, 238);
    margin-bottom: 10px;
    border-bottom: 2px solid transparent;
    padding-right: 10px;
    margin-left: 5px;
}
.right-foot a{
    text-decoration: none;
}
.right-foot .item-menu:hover{
    color: #fff;
    border-bottom: 2px solid #fff;
}

.cons-foot{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
}
.area_meu_banner{
    width: 100%;
    text-align: center;
}
.area_meu_banner img{
    width: 50px;
    filter: invert(1) ;
}

/* BOTÃO DROP SITE */
.btn_drop_site{
    padding: 15px 20px;
    background-color: #3d3d3d;
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}
.btn_drop_site i{
    margin-top: 5px;
}

@media only screen and (max-width: 780px){
    .menu{
        display: none;
    }
    .menu-mobile{
        display: flex;
    }
    .logo{
        padding-left: 20px;
    }
    .menu-mobile{
        padding-right: 20px;
    }
    .menu-mobile i{
        font-size: 25px;
    }
    .right-foot{
        flex-direction: column;
    }
}