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

strong,
b {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

a {
    color: #000;
}

a:hover {
    color: #333333;
}

.header-site {
    padding: 15px 0 0 0;
    margin-bottom: 15px;
}

.login-puc .header-site {
    border-bottom: 1px solid #dee2e6;
}

.login-puc .row.justify-content-between {
    justify-content: center !important;
}

.lg-puc-rj {
    width: 50px;
}

.lg-puc-rj2 {
    width: 88px;
}

.lg-de-rj {
    width: 165px;
}

.lg-bs {
    border-left: 1px solid #dee2e6;
}

.text-sist {
    color: #333333;
    text-decoration: none;
}

.text-sist:hover {
    color: #000;
}

.text-sist h5 {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 3px;
}

.header-menu-d {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    position: relative;
    z-index: 3;
}

.header-menu-d ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-menu-d ul li {
    position: relative;
}

.header-menu-d ul li a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 17px 35px;
}

.header-menu-d ul li a:hover {
    background-color: #eeeeee;
}

.header-menu-d ul li .submenu {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    /* padding-top: 56px; */
    width: 220px;
}

.header-menu-d ul li:hover .submenu {
    display: block;
}

.header-menu-d ul li .submenu ul {
    background-color: #000;
    display: block;
}

.header-menu-d ul li .submenu ul li {
    display: block;
    width: 100%;
}

.header-menu-d ul li .submenu ul li a {
    padding: 0;
    color: #fff;
    width: 100%;
    padding: 10px 15px;
}

.header-menu-d ul li .submenu ul li a:hover {
    background-color: #333333;
}

.link-simples-1 {
    color: #000;
    text-decoration: none;
    display: inline-block;
}

.link-simples-1:hover {
    color: #BE002D;
}

.link-simples-1:hover svg {
    fill: #BE002D;
}

.link-simples-1 svg {
    width: 22px;
    position: relative;
    top: -2px;
}

.mh-60 {
    height: 57vh;
}

.mh-50 {
    height: 50vh;
}

.mh-43 {
    height: 43vh;
}

.footer {
    height: auto;
    margin: 30px 0 0 0;
    padding: 45px 0 0 0;
    background-color: #000;
}

.footerB {
    border-top: 1px solid #495057;
    padding: 10px 0;
    margin-top: 45px;
}

.footerB p {
    font-size: 13px;
    color: #838383;
    margin-bottom: 0;
}

.footerB p a {
    color: #838383;
}

.list-actions {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

.list-actions li {
    padding: 0 4px;
}

.list-actions li a svg {
    width: 25px;
    fill: #000;
}

.list-actions li a svg.delet {
    fill: #BE002D;
}

.list-actions li a svg.view {
    fill: #67a326;
}

.page-link {
    color: #000;
}

.page-link:hover {
    color: #BE002D;
}

.active>.page-link,
.page-link.active {
    background-color: #000;
    border-color: #000;
}

.editor-field input,
.editor-field textarea,
.filtro input {
    display: block;
    width: 100% !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid #6c6c6c;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.editor-field select {
    display: block;
    /* width: 100%; */
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid #6c6c6c;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.editor-field input[type="text"] {
    width: 100%;
}

.card-header .filtro {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.card-header .filtro .filter-field {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.form2 #div_titulo,
.form2 #div_codigo {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 0;
    padding-right: 10px;
    float: left;
}

.form2 #div_codigo {
    padding-right: 0;
}

.offcanvas nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas nav ul li a {
    text-decoration: none;
}

.offcanvas .submenu {
    padding-left: 6px;
}

/* mobile */
@media (max-width: 991px) {
    .lg-puc-rj {
        width: 40px;
    }

    .lg-de-rj {
        width: 115px;
    }

    .lg-puc-rj2 {
        width: 48px;
    }

    .lg-puc-rj3 {
        width: 140px;
    }

    .text-sist h5 {
        font-size: 10px;
    }

    .footerB .text-lg-start p {
        margin-bottom: 8px;
    }

    .header-menu-d {
        border-top: 0;
    }

    .header-menu-d .container {
        display: none !important;
    }

    .notMobile {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .mh-60 {
        height: auto;
    }
}