
html {
    scroll-behavior: smooth; 
}


/*---------------------------------
FLECHA TOP
-------------------------*/
.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 46px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #343a40;
}

.scroll-to-top i {
    font-weight: 800;
}




.btn-primary {
    background-color: #ee8429 !important;
    border-color: #ee8429 !important;
}

.btn-outline-primary {
    color: #ee8429;
    border-color: #ee8429;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ee8429;
    border-color: #ee8429;
}



.bg-primary {
    background-color: #ee8429 !important;
}

.text-primary {
    color: #ee8429 !important;
}


.text-secondary {
    color: #f7e11e !important;
}

.bg-secondary {
    background-color: #f7e11e !important;
}

a {
    color: #ee8429;
    text-decoration: none;
    background-color: transparent;
}


a:hover {
    text-decoration: none;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #ee8429 !important;
}


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ee8429;
    border-color: #ee8429;
}


.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ee8429;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

