:root {
    --osid-color-light: #338ad1;
    --osid-color: #003f70;
    --osid-color-dark: #003660;
    --osid-color-dark95: #003660f2;
    --osid-color-gradient: linear-gradient(130deg, #56b8f4, #003f70);
    --saude-color: #5db6c6;
    --saude-color-dark: #3794a5;
    --saude-color-dark95: #3794a5f2;
    --saude-color-gradient: linear-gradient(130deg, #8cdae8, #5db6c6);
    --educacao-color: #b2c65d;
    --educacao-color-dark: #9cac58;
    --educacao-color-dark95: #9cac58f2;
    --educacao-color-gradient: linear-gradient(130deg, #dbe6ab, #b2c65d);
    --santuario-color-light: #e2c18e;
    --santuario-color: #ba8e4a;
    --santuario-color-dark: #b28237;
    --santuario-color-dark95: #b28237f2;
    --santuario-color-gradient: linear-gradient(130deg, #c7c0b6, #ba8e4a);
    --doe-color-light: #e67c91;
    --doe-color: #c33d57;
    --doe-color-dark: #b42a45;
    --doe-color-dark95: #b42a45f2;
    --doe-color-gradient: linear-gradient(130deg, #e67c91, #c33d57);
    --doe-color-success: #28a745;
}

/* ==== HEADER HOME ==== */

.engloba-sidebar ul {
    padding-left: 0;
}

nav.wrap ul {
    list-style: none;
}

.right ul {
    padding-left: 0;
}

div.topo-portal a {
    text-decoration: none;
}

#top {
    height: 110px;
    z-index: 10;
    position: absolute;
}

#top .wrap {
    height: 100%;
    max-width: 1366px;
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
    display: flex;
    padding: 20px 0 0 0;
}

#top .logo {
    height: 100%;
    width: 192px;
}

#top .logo a,
#top .logo img {
    height: 100%;
    width: 100%;
}

#top .right {
    display: flex;
    justify-content: end;
    align-items: start;
    height: 100%;
}

#top .social-media {
    display: flex;
    height: 41px;
    align-items: center;
}

.btn-social {
    height: 24px;
    width: 24px;
    margin: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
}

.btn-social:hover {
    border-color: transparent;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
}

.btn-social.rd:hover {
    background-color: #a769af;
}

.btn-social.fb:hover {
    background-color: #225ea1;
}

.btn-social.yt:hover {
    background-color: #e50002;
}

.btn-social.ig:hover {
    background-color: #f75374;
}

.btn-social.wp:hover {
    background-color: #07b48c;
}

.btn-social img {
    width: 100%;
    height: 100%;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
}

.box-chart .btn-feed:hover .icon,
.link-download:hover .icon,
.btn-download:hover .icon,
.btn-social:hover img {
    filter: brightness(10) saturate(0.1) contrast(10);
    -webkit-filter: brightness(10) saturate(0.1) contrast(10);
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
}

.btn-mn-mbl {
    margin: 0 12px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
}

.btn-mn-mbl:hover {
    background-color: #003f70;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
}

.btn-mn-mbl.dots:hover span {
    background-color: #ffffff;
}

.btn-mn-mbl .text {
    font-family: var(--ubuntu);
    font-size: 0.87rem;
    font-weight: 700;
    color: #FFF;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
}

.btn-mn-mbl:hover .text {
    font-size: 1.06rem;
    font-weight: 500;
    color: #ffffff;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
}

#top .eng-menu {
    display: flex;
}

.btn-donations-top {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 151px;
    height: 41px;
    background-color: #c33d57;
    margin-right: -50px;
    box-shadow: 1px 1px 0px #00000029;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.btn-donations-top .text {
    font-family: var(--ubuntu);
    font-size: 1rem;
    font-weight: 500;
    color: #f0f0f0;
}

.btn-donations-top img {
    height: 19px;
    width: 22px;
    margin: 0 9px 0 20px;
}

/* == .sidebar == */
.eng-close-search {
    width: 100%;
    padding: 20px 25px 30px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#a-mb-close {
    padding: 0;
    color: #707070;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: var(--ubuntu);
}

.eng-search {
    height: 100%;
    width: 40%;
    position: relative;
}

.eng-search input {
    width: 100%;
    height: 100%;
    border-color: transparent;
    background-color: transparent;
    font-family: var(--ubuntu);
    font-size: 0.87rem;
    font-weight: 500;
    line-height: 1rem;
    color: #707070;
}

.eng-search input::-webkit-input-placeholder {
    /* Edge */
    font-family: var(--ubuntu);
    font-size: 0.87rem;
    font-weight: 500;
    line-height: 1rem;
    color: #707070;
    font-style: italic;
}

.eng-search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: var(--ubuntu);
    font-size: 0.87rem;
    font-weight: 500;
    line-height: 1rem;
    color: #707070;
    font-style: italic;
}

.eng-search input::placeholder {
    font-family: var(--ubuntu);
    font-size: 0.87rem;
    font-weight: 500;
    line-height: 1rem;
    color: #707070;
    font-style: italic;
}

.eng-search .icon-text {
    position: absolute;
    right: 5px;
    top: calc(50% - 0.5rem);
    font-size: 1rem;
    color: #c3c3c3;
}

.sidebar {
    border-top-left-radius: 20px;
    overflow: hidden;
}

.sidebar .inside {
    overflow: hidden;
}

.engloba-sidebar {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.sidebar ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.sidebar .main-menu {
    height: calc(100% - 259px);
    overflow-y: scroll;
    padding-bottom: 30px;
}

.sidebar li {
    width: 100%;
    padding: 14px 0;
    position: relative;
}

.sidebar li::after {
    content: "";
    width: 80%;
    height: 1px;
    background-color: #7070701a;
    position: absolute;
    right: 0;
    bottom: 0;
}

.sidebar li.colapsinho.is-open::after,
.sidebar .colapsinho li::after {
    display: none;
}

.sidebar li.btn-store {
    width: 100%;
    padding: 0;
    background-color: #5db6c6;
}

.sidebar li.btn-donation {
    width: 100%;
    padding: 0;
    background-color: #c33d57;
}

.sidebar li.colapsinho {
    padding: 0;
    background-color: transparent;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
}

.sidebar li.colapsinho.is-open {
    background-color: #f4f4f4;
    transition: all ease-in 0.2s;
    -webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -ms-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
}

.sidebar .colapsinho__head {
    width: 80%;
    padding: 14px 0;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: start;
    font-family: var(--ubuntu);
    font-size: 1.06rem;
    font-weight: 500;
    color: #707070;
}

.sidebar .colapsinho li {
    padding: 12px 0;
}

.sidebar .colapsinho.inner .colapsinho__head {
    padding: 12px 0 12px 17px;
}

.sidebar .colapsinho .colapsinho {
    padding: 0;
}

.sidebar li a {
    height: 100%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: start;
    font-family: var(--ubuntu);
    font-size: 1.06rem;
    font-weight: 500;
    color: #707070;
    margin: 0 0 0 auto;
}

.sidebar .colapsinho li a,
.sidebar .inner .colapsinho__head {
    font-family: var(--ubuntu);
    font-size: 0.87rem;
    font-weight: 500;
    color: #707070;
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 17px;
}

.sidebar .colapsinho.inner li a {
    color: #003f70;
}

.sidebar .colapsinho li a::before,
.sidebar .inner .colapsinho__head::before {
    content: "";
    height: 7px;
    width: 7px;
    background-color: #083783;
    position: absolute;
    left: 0;
    top: calc(50% - 3.5px);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.sidebar li.btn-store a {
    padding: 13px 0;
    justify-content: center;
    color: #ffffff;
    width: 100%;
}

.sidebar li.btn-donation a {
    padding: 15px 0;
    justify-content: center;
    color: #ffffff;
    width: 100%;
}

.sidebar li img {
    height: 21px;
    max-width: 21px;
    margin-right: 15px;
}

.sidebar li.btn-store img,
.sidebar li.btn-donation img {
    height: 26px;
    width: 29px;
}
.btn-donations-floating.ouvidoria{
    bottom: 60px;
    background-color: var(--osid-color);
    gap: 4px;
}
.btn-donations-floating.ouvidoria img{filter: brightness(10) saturate(0.1) contrast(10);}
.btn-donations-floating {
    font-family: var(--ubuntu);
    font-size: 0.75rem;
    font-weight: 500;
    color: #f0f0f0;
    height: 75px;
    width: 75px;
    display: flex;
    z-index: 1000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #c33d57;
    position: fixed;
    right: 40px;
    bottom: 148px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
}

.btn-donations-floating:hover {
    box-shadow: 4px 7px 10px #00000029;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
}

.btn-donations-floating img {
    width: 20px;
    height: auto;
}
/* ==== END HEADER HOME ==== */



@media screen and (min-width: 751px) {

    #top {
        right: 250px;
    }

}
    
@media screen and (max-width: 750px) {
    #top {
        right: 0;
    }

}