#transparencia_wrapper table th {
    white-space: nowrap;
}

#transparencia_wrapper .dt-layout-start {
    margin-bottom: 16px;
}

.gov-bar {
    padding: 0;
    font-size: 0;
    height: 8px !important;
    opacity: 1;
    margin-top: 0;
    margin-bottom: 0;
}

.gov-bars__container {
    gap: 0;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 0;
    height: 8px;
}

.page-template-transparencia #breadcrumbs {
    transform: scale(.64);
    left: -18%;
    position: relative;
}

.page-template-transparencia #breadcrumbs div {
    padding: 16px 16px 16px 32px;
    color: #ffffff;
    position: relative;
    background: #1a95d1;
}

.page-template-transparencia #breadcrumbs a,
.page-template-transparencia #breadcrumbs span {
    left: 8px;
    position: relative;
}

.page-template-transparencia #breadcrumbs div:not(:first-child):nth-of-type(2n+2) {
    background: #72c048;
}

.page-template-transparencia #breadcrumbs div:not(:first-child):nth-of-type(2n+3) {
    background: #ffb826;
}

.page-template-transparencia #breadcrumbs div::after,
.page-template-transparencia #breadcrumbs div::before {
    content: "";
    position: absolute;
    top: 50%;
    margin: -28px 0 0 0;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 28px solid;
    right: -28px;
}

.page-template-transparencia #breadcrumbs div:first-child:before {
    z-index: 2;
    border-left-color: #1a95d1;
}

.page-template-transparencia #breadcrumbs div::before {
    border-left-color: #1a95d1;
    z-index: 1;
}

.page-template-transparencia #breadcrumbs div:first-child:after {
    border-left-color: #1a95d1;
    z-index: 1;
}

.page-template-transparencia #breadcrumbs div::after {
    z-index: 2;
    border-left-color: #1a95d1;
}

.page-template-transparencia #breadcrumbs div:not(:first-child):nth-of-type(2n+2)::before {
    border-left-color: #72c048;
}

.page-template-transparencia #breadcrumbs div:not(:first-child):nth-of-type(2n+2)::after {
    border-left-color: #72c048;
}

.page-template-transparencia #breadcrumbs div:not(:first-child):nth-of-type(2n+3)::before {
    border-left-color: #ffb826;
}

.page-template-transparencia #breadcrumbs div:not(:first-child):nth-of-type(2n+3)::after {
    border-left-color: #ffb826;
}

.page-template-transparencia #breadcrumbs div:first-child {
    border-radius: 8px 0 0 8px;
}

@media screen and (min-width: 768px) {
    .page-template-transparencia #breadcrumbs {
        transform: scale(1);
        left: 0;
    }

    #transparencia_wrapper .dt-layout-start {
        margin-bottom: 0;
    }

    .dt-scroll-head {
        overflow: scroll !important;
    }

    .govbars {
        position: relative;
        top: -16px;
    }
}