body {
    font-family: 'Roboto', sans-serif;
    background-color: #FFF;
    font-size: 14px;
    color: #A8A1A3;
}
h1 {
    font-size: 1.85rem;
}
.fs-6 {
    font-size: 18px !important;
}
.title-color {
    color: #231F20;
    font-weight: bold;
}

.title-color-regular {
    color: #231F20;
}

.btn-outline-dark {
    border-color: #A8A1A3 !important;
    color: #A8A1A3;
}
.btn-factoria .disabled {
    opacity: 0.4 !important;
}

.font-satisfy {
    font-family: 'Satisfy', cursive;
}
.txt-justify {
    text-align: justify !important;
}
#menu-items li a {
    color: #A8A1A3;
    font-size: 14px;
}

.dropdown-toggle::after {
    content: none;
}

.nav-link {
    color: #A8A1A3;
    font-weight: bold;
}

.nav-link:focus, .nav-link:hover {
    font-weight: bold;
    color: #000 !important;
}

.title-color:hover {
    font-weight: bold;
    color: #000 !important;
}

.title-color-regular:hover {
    color: #000 !important;
}

#navbarNavDropdown .nav-item {

}
.factoria-paragraph {
    text-align: justify !important;
    color: #444444 !important;
}

.card {
    z-index: 1;
}
.dropdown-menu {
    min-width: 14rem;
    width: auto;
    font-weight: normal !important;
    z-index: 1000000;
}

.dropdown-menu .nav-link {
    font-weight: normal !important;
    font-size: 14px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #FFFFFF;
    font-weight: bold;
    color: #000 !important;
}

.input-search {
    border-radius: 3rem !important;
    text-align: end;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.card {
    background: none;
    border: 0;
}

.navbar-dark .navbar-toggler {
    border: 0 !important;
}

.navbar-toggler-icon {
    background-image: url("/static/img/menu.svg") !important;
}

.w-50px {
    width: 50px !important;
}

#form-search .input-search {
    background: url('/static/img/search_placeholder.png') no-repeat scroll 7px 4px;
    background-position: right;
    padding-right: 2rem;
    border: 1px solid #C4C4C4 !important;
    border-radius: 3rem !important;
    text-align: end;
}

::placeholder {
    color: rgb(35 31 32 / 25%) !important;
}

:-ms-input-placeholder {
    color: rgb(35 31 32 / 25%) !important;
}

::-ms-input-placeholder {
    color: rgb(35 31 32 / 25%) !important;
}

.form-control {
    border: 1px solid #A8A1A3 !important;
    border-radius: 5px;
    font-size: 0.82rem;
    padding: 0.35rem;
}

.breadcrumb-item a {
    color: #A8A1A3 !important;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #231F20 !important;
    font-weight: bold;
}

.btn-outline-dark {
    border-color: #A8A1A3 !important;
}

.alert-secondary {
    color: #231f20 !important;
    border-color: #231f20 !important;
    background: #FFF !important;
}

.dropdown-menu {
    border-width: 0;
    border-radius: 0;
    /*-webkit-box-shadow: 0px 0px 3px 0px #C1C1C1;*/
    /*box-shadow: 0px 0px 3px 0px #C1C1C1;*/
}

.collapsing {
    transition: transform 0.4s ease-in-out;
}

@media (max-width: 576px) {
    .factoria-paragraph {
        font-size: 16px;
    }
    .fs-6 {
        font-size: 16px !important;
    }
    .d-mobile-block {
        display: block !important;
    }

    #navbarNavDropdown .navbar-nav {
        margin-top: 1rem;
    }

    .border-bottom-mobile {
        border-bottom: 1px solid #C4C4C4;
    }

    .py-mobile-1 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .pb-mobile-1 {
        padding-bottom: 1rem;
    }

    .dropdown-menu {
        border-width: 0;
        padding-left: 1rem;
    }

    .btn-mobile {
        font-size: 0.7rem;
        padding: 0.20rem 0.4rem;
    }

    .proceso-creacion-tags {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .navbar {
        background-color: #231F20 !important;
    }

    #top-bar {
        display: none !important;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        background: #FFF;
        width: 90%;
        left: 0;
        box-shadow: 0 0.5rem 8rem 2px rgb(0 0 0 / 34%) !important;
        z-index: 10;
        padding: 1rem;
        height: 100vh !important;
    }
}

@media (min-width: 768px) {
    .factoria-paragraph {
        font-size: 18px;
    }
    .menu-break-line {
        display: block;
    }

    #form-search {
        margin-left: 5%;
    }

    #navbarNavDropdown .navbar-menu-item {
        text-align: center;
    }

    .border-bottom-lg {
        border-bottom: 1px solid #231F20;
    }
}