body {
    font-family: "Acherus Grotesque", sans-serif;
}

.text-bg-primary, .bg-primary, .btn-primary {
    background-color: #67172F!important;
    border-color: #67172F!important;
}

.acherus{
    font-family: "Acherus Grotesque", sans-serif;
}

.borde-abajo{
    width: 100%;
    height: 2px;
    background: #BC955C;
    margin-top: 3px;
    margin-left: 8px;
}

span.breadcumb{
    font-family: "Acherus Grotesque",sans-serif;
    color: #707070;
    font-size: 18px;
}

.breadcrumb-1{
    font-weight: 300;
    margin-bottom: 42px;
    font-size: 18px;
    color: #707070 !important;
    padding: 1px;
    font-family: "Acherus Grotesque", sans-serif;
}
img.home{
    width: 24px;
    margin-top: -6px;
}
.proyecto {
    font-family: Infinita Sans;
    font-size: 55px;
    font-weight: 600;
    color: #000;
    margin-right: 10%;
}
@media(max-width:991px) {
    .breadcrumb-1 {
        font-size: 14px;
    }
    img.home {
        width: 20px;
    }
    .proyecto {
        font-size: 35px;
        margin-right: 0;
    }
    .titulo {
        font-size: 22px !important;
    }
    .totales .fs-5 {
        font-size: 16px !important;
    }
}
.titulo {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    font-family: "Acherus Grotesque", sans-serif;
}
.separador {
    width: 100%;
    height: 2px;
    background: #bc955c;
    margin-top: 7px;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.3rem;
}

.breadcrumb-item + .breadcrumb-item::before{
    padding-right: 0.3rem;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 93% !important;
    }
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

html, body {
    scrollbar-width: thin;
    scrollbar-color: silver whitesmoke;

    &::-webkit-scrollbar {
        width: 2px;
    }
    &::-webkit-scrollbar-thumb {
        background-color: silver;
    }
}