@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 93% !important;
    }
}

.layout {
    font: 14px Acherus Grotesque,sans-serif;
}
html, body {
    scrollbar-width: thin;
    scrollbar-color: silver whitesmoke;

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

body {
    min-height: 100%;
    position: relative;
    font-family: 'Acherus Grotesque';
}

.breadcrumb-1 {
    font-weight: 300;
    margin-bottom: 42px;
    font-size: 18px;
    color: #707070 !important;
    padding: 1px;
}

.logo-home {
    width: 24px;
    margin-top: -6px;
}

.proyecto {
    font-family: Infinita Sans;
    font-size: 55px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    margin-right: 10%;
}

@media(max-width:991px) {
    .breadcrumb-1 {
        font-size: 14px;
    }

    .logo-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: rgb(0, 0, 0);
}

.separador {
    width: 100%;
    height: 2px;
    background: #BC955C;
    margin-top: 7px;
}

.subtitulo {
    font-size: 16px;
    text-align: center;
}

.contenedor .item {
    background: #efefef;
    border-radius: 12px;
}

.contenedor .caja {
    width: 47%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin: 1.5%;
    position: relative;
    padding: 12px;
}

.caja p {
    color: #807f7f;
}

.caja img {
    position: relative;
    z-index: 10;
    width: 100%;
}

.barra {
    padding: 5px;
    margin: 12px 0;
    font-size: 15px;
    margin-top: 25px;
}

.num {
    font-size: 6em;
    font-weight: bolder;
    color: #adadad;
}

.img-hechos {
    height: 155px;
}

.form-control:focus, .form-check-input:focus, .form-control.is-invalid:focus {
    box-shadow: none;
}

#acta_hechos::placeholder{
    color: #9c9c9c;
}

#no_placa::placeholder{
    color: #9c9c9c;
}