
.navbar{
    background-color: rgba(255, 255, 255, 0.0);
    /* font-size: large; */
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
    
}

.btn-fechar{
    position: absolute;
    right: 10px;
}

.navbar2{
    background-color: rgba(255, 255, 255, 0.9);
    color: grey;
}

.menuFixo {
    background-color: rgba(255, 255, 255, 0.9);
}

.div-menu{
    max-width: 1440px;
    justify-content: center !important;
}

.link-white{
    color: white !important;
    margin-left: 20px;
    margin-right: 20px;
}

.navbar2 .link-white{
    color: grey !important;
}

.faixa{
    height: 25px;
    /* background-color: #182439; */
    background-color: rgba(255,255,255,0.6);
    transition: margin-top 0.5s;
}

.faixa:hover{
    margin-top: 0px;
}

.faixa-text{
    /* color:white; */
    color: black;
    font-size: 12px;
    margin: 0;
}
.faixa-colapse{
    background-color: rgba(255,255,255,0.9);
    margin-top: -31px;
}

.bar-container{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding-left: 4%;
    padding-right: 4%;
}

.bar-container-left{
    flex-direction: row-reverse;
}

.bar-icon{
    height: 12px;
}

.parceiro-bar{
    margin-left: 20px;
}

.dropdown-menu{
    background-color: rgba(255,255,255,0.9);
    margin-top: 25px;
    min-width: 100%;
    border: none;
}

.dropdown-menu > a{
    font-size: small;
}
.background{
    background-image: url('../storage/backgrounds/fundo.jpg');
    position: fixed;
    height: 100vh;
    
    z-index: -10;
}

.background2{
    background-image: url('../storage/backgrounds/fundo2.jpg');
    position: fixed;
    height: 100vh;
    z-index: -10;
    background-size: cover; 
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.3);
}

.img-sm-logo{
    display: none;
    margin-left: auto;
    margin-right: auto;
    /* padding-right: 30px; */
    width: 150px !important;

}


.dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
  }

  .nav-link{
    text-shadow: 0px 0px 8px #000000, 0px 0px 3px rgba(0,0,0,0.79), 0px 0px 7px rgba(0,0,0,0.79), 0px 0px 10px rgba(0,0,0,0.79), 0px 0px 13px rgba(0,0,0,0.79), 0px 0px 13px rgba(0,0,0,0.79);
}

.navbar2 .nav-link{
    text-shadow: 0px 0px 1px grey;
}
.login-menu-div{
    height: 80px;
    background-color: #182439;
}

@media (max-width: 768px){
    .navbar{
        background-color: rgba(255,255,255, 0) ;
        padding: 0;
    }
    .background2{
        background-image: url('../storage/backgrounds/fundo2-smart.jpg');
        position: fixed;
        height: 100vh;
        z-index: -10;
        background-size: 100% 100%; 
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .background{
        background-image: url('../storage/backgrounds/fundo-smart.jpg');
        background-size:  100% 100%;
        background-repeat: no-repeat;
        
    }

    .btn-menu{
        color: white !important;
        position: absolute;
        border: none;
        left: 0;
        top: 2px;
    }
    .navbar2{
        background-color: rgba(255, 255, 255, 1);
    }
    .dropdown-menu{
        margin-top: 0;
    }
    #navbarSupportedContent{
        color: #182439 !important;
        padding-left: 20px;
        background-color: rgba(255,255,255, 1) !important;
        width: 100vw;
        /* height: 100vh; */
    }

    .nav-link{
        color: grey !important;
        text-shadow: none !important;
    }
    .navbar2 .nav-link{
        text-shadow: none !important;
    }

    .img-sm-logo{
        display: initial;
    }
    .parceiro-bar{
        display: none;
    }
 }