.grid.list-w-border.gap-8{
    gap: 0px !important;
    
    > *{
        padding: 1rem !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    > *:nth-child(1){
        background-color: #2F70E4;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding: 1rem !important;
        border-top-left-radius: 0.3125rem !important;
        border-bottom-left-radius: 0.3125rem !important;
        border-right: 3px solid #fff !important;
    }
    > *:nth-child(2){
        /* background-color: #697CFF; */
        background-color: #4D64FF;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding: 1rem !important;
        border-right: 3px solid #fff !important;
    }
    > *:nth-child(3){
        /* background-color: #96AEFF; */
        background-color: #3867FF;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding: 1rem !important;
        border-right: 3px solid #fff !important;
    }
    > *:nth-child(4){
        /* background-color: #0395EC; */
        background-color: #037ABF;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding: 1rem !important;
        border-right: 3px solid #fff !important;
    }
    > *:nth-child(5){
        /* background-color: #5BBBFF; */
        background-color: #0077CC;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding: 1rem !important;
        border-top-right-radius: 0.3125rem !important;
        border-bottom-right-radius: 0.3125rem !important;
    }
}
.grid.list-w-border.gap-8 .card-icon:hover{
    border: none;
}
.grid.list-w-border.gap-8 .card-icon > div .mb-4{
    min-width: 49px;
    max-width: 49px;
    min-height: 49px;
    max-height: 49px;
}
.grid.list-w-border.gap-8 .card-icon > div .mb-4 .media__element{
    width: 100%;
    max-height: 49px;
}
@media (max-width: 767.98px) {
    .grid.list-w-border.gap-8{
        gap: 0px !important;
        
        > *{
            padding: 1rem !important;
            margin-top: 0px !important;
            margin-bottom: 0px !important;
        }
    
        > *:nth-child(1){
            border-top-left-radius: 0.3125rem !important;
            border-top-right-radius: 0.3125rem !important;
            border-bottom-left-radius: 0 !important;
            border-right: none !important;
            border-bottom: 3px solid #fff !important;
        }
        > *:nth-child(2){
            border-right: none !important;
            border-bottom: 3px solid #fff !important;
        }
        > *:nth-child(3){
            border-right: none !important;
            border-bottom: 3px solid #fff !important;
        }
        > *:nth-child(4){
            border-right: none !important;
            border-bottom: 3px solid #fff !important;
        }
        > *:nth-child(5){
            border-bottom-left-radius: 0.3125rem !important;
            border-bottom-right-radius: 0.3125rem !important;
            border-top-right-radius: 0 !important;
        }
    }
}

#block-dnda-theme-govco{
    align-self: flex-end !important;
}

.site-header .site-header__bottom {
	display: block;
	transition: top 1s ease;
}

.site-header .site-header__bottom.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	transition: top 1s ease;
}

font{
    font-family: var(--font-serif);
    color: var(--color--gray-45);
}

.ui-accordion h3.ui-accordion-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.view-relatorias .ui-accordion-content .views-row{
    margin-bottom: 2rem;
    border-block-end: 2px solid gray;
    padding: 0 0 1rem;
}

.style-h3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: white;
    padding: 1rem;
    background-color: transparent !important;
}

@media (min-width: 75rem) {
    .style-h3 {
        font-size: 24px;
        padding-top: 3rem;
    }
}
h1 {
    font-size: 2.3rem;
    line-height: 1.5;
    font-weight: 900;
    color: #074982;
    padding-top: 0;
    margin-bottom: 1.5rem;
    display: block;
}
@media (max-width: 1200px) {
    h1{
        font-size: 1.8rem;
        line-height: 1;
        margin-top: 2rem;
    }
}
.ol-number{
    list-style: decimal !important;
  }