@media (min-width: 991px) {
    .navigation .navbar-brand {
        height: 150px;
    }
}


@media (max-width: 991px) {
    .container2 {
        padding-left: 15px;
    }
}


.container2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 80px;
}

.redes-flotantes {
    position: fixed;
    right: 8px;
    top: 83%;
    width: 50px;
    height: 50px;
    z-index: 20;
}

.active-a {
    color: #e84444 !important;
}

.navigation .navbar-brand {
    right: 0 !important;
    /* height: 150px; */
    /* top: 0 !important; */
}

.top-header {
    background: #C3901B;
}

.color-app {
    background: #B46E0D !important;
}

.color-app-bc {
    background-color: #B46E0D !important;
}
.btn-outline:hover {
    background: #B46E0D;
    color: #fff;
}

.navigation .navbar-brand {
    background: no-repeat;
    box-shadow: none;
}


#image-logo {
    width: 150px;
    height: 75%;
}
@media (min-width: 991px) {
}

.navigation .navbar {
    background: #B46E0D !important;
}

@media (min-width: 991px) {
    .ml-links {
        margin-left: 40%;
    }

}