@charset "utf-8";
a {
    color: rgb(169, 149, 78)
}

.cd-slider-nav .cd-marker {
    background-color: rgb(169, 149, 78)
}

.btn-primary {
    background-color: #a9954e
}

.owl-dots .owl-dot.active {
    background-color: #a9954e
}


.service-box,
.service-box.two:hover,
.service-box.three:hover {
    border-color: #dedddc
}


.service-box h4 {
    font-size: 14px;
    font-weight: 600
}

.service-box p {
    color: #666
}


.ir-arriba {
    display: none;
    padding: 15px;
    background: #a9954e;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999
}