.logo-loading img{
    max-width: 90%;
}

.project-loader{
    width: 100%;
}

.logo-loading{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

#myCarousel{
    padding: 0;
}

.carousel-control .fa{
    position: absolute;
    top: 45%;
}

.owl-carousel-banners{
    box-shadow: 0 0 5px #555;
}

.owl-carousel-projetos .item img{
    cursor: pointer;
}

.navbar-nav > li > a:focus{
    background: none;
}

#loading_page {
    position: absolute;
    z-index: 1111111;
    width: 100%;
    height: 100%;
    background: rgba(000,000,000, 0.9); 
    display: none;
}

#loading_page .conteudo_loading {
    position: fixed;
    text-align: center;
    width: 100%;
    top: 30%;
}

@media (max-width: 766px){
    #home{
        margin-top: 59.4px;
    }
}