:root{
    --primary:#002e63;
    --gris-texto:#333;
}

body{
    background-color: transparent!important;
}

#wb_motor{
    background-color: #002e63!important;
}

.color-nav{
    background-color: #002e63;
    padding: 20px 0px 0px;
}

#navMobile{
    float: right;
}

.nav>li>a:hover, .nav>li>a:focus{
    background-color: transparent;
}

footer{
    background-color: #ffbf00;
    padding: 30px 0px;
}

footer i{
    font-size: 20px!important;
    margin: 0px 5px;
}

body.home header,
body.home footer,
body.home #copy{
    display: none;
}

#container{
    padding: 100px 15px;
}

div.navbar-header{
    background-color: #002e63;
}

@media(max-width: 800px){
    footer{
        text-align: center;
    }
    .logo-footer{
        display: flex;
        justify-content: center;
    }

    #copy{
        display: none;
    }
}

#wb_sidebar_motor{
    background-color: transparent!important;
}

#layer1 {
    top: 51px!important;
    left: 5px;
    z-index: 9999!important;
}