.navbar.navbar-transparent.nav-sticky.nav-stick-top .active .nav-link, .navbar.navbar-transparent.nav-sticky.nav-stick-top .nav-item.show .nav-link {
    color: #009fe3 !important;
}

.btn-primary {
    background: #009fe3 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #9ac43a !important;
}

.btn-outline-primary {
    border: 2px solid #9ac43a !important;
    background-color: transparent;
    color: #9ac43a;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    color: #fff;
    border-color: #9ac43a !important;
    background-color: transparent;
}

.btn-outline-primary:hover:before, .btn-outline-primary:focus:before, .btn-outline-primary:active:before {
    width: 100%;
    background-color: #9ac43a;
}

.btn.btn-link {
    color: #9ac43a !important;
    overflow: hidden;
    text-transform: uppercase;
}

.entry-thumb .thumb-hover {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #9ac43a !important;
    display: block;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 40px;
    line-height: 100px;
    border-radius: 50%;
    margin-top: -50px;
    margin-left: -50px;
    text-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #9ac43a !important;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}

#preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 5px;
    width: 5em;
    height: 5em;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    border-top: 0.5em solid #9ac43a !important;
    border-right: 0.5em solid rgba(245, 245, 245, 0.5);
    border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
    border-left: 0.5em solid rgba(245, 245, 245, 0.5);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

output {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
    width: 100%;
}

.bg-primary {

    background: #9ac43a !important;
    border-color: #9ac43a;

}

.btn-white-outline:hover, .btn-white-outline:focus {
    background-color: #f3933f !important;
    border-color: #f3933f !important;
}

.btn-white-outline:hover, .btn-white-outline:focus {
    color: #fff !important;
    border-color: #fff;
}

.btn-white-outline:hover:before, .btn-white-outline:focus:before {
    width: 100%;
    background-color: #f3933f !important;
    color: #fff !important;

}

.navbar-toggler-right {
    right: 0.3rem !important;
}

.icon-hover-1 {
    cursor: none !important;
}

.special-feature .s-feature-box {
    cursor: none !important;
}

.special-feature .s-feature-box {
    border: 1px solid #ccc !important;
}

.ui-slider .ui-slider-handle {
    width: 100px !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

#mas, #menos {
    background: #009fe3;
    margin: 2%;
    height: 40px;
    border-radius: 50%;
    width: 40px;
}

#mas i, #menos i {
    padding: 5px;
    color: #fff;
    cursor: pointer
}

.montos {
    text-align: center;
    color: #888888;
}