html {
    position: relative;
    min-height: 100%;

}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

body {
    font-family: sans-serif !important;
}

.icon {
    vertical-align: middle;
    color: white;
    font-size: 20px;
}

.btn-home {
    /* width: 12em; */
    vertical-align: middle;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 3px 5px #6F6767;
    border-radius: 0px 0.8em 0.8em 0px;
    box-sizing: content-box;
    height: 5.5em;
}


.border-btn-home {
    border: 10px solid !important;
    border-image-slice: 1 !important;
    border-width: 5px !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-image-source: -webkit-linear-gradient(top, rgba(0, 173, 218, 1) 0%, rgba(34, 82, 146, 1) 25%, rgba(0, 118, 125, 1) 45%, rgba(0, 135, 97, 1) 70%, rgba(9, 166, 89, 1) 100%) !important;
}

.icon-round {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2em;
    width: 2.7em;
    height: 2.7em;
    background-color: #1969A5;
    /*#3671a4  #399466*/
    /* background: -webkit-linear-gradient(top, rgba(0, 173, 218, 1) 0%, rgba(34, 82, 146, 1) 25%, rgba(0, 118, 125, 1) 45%, rgba(0, 135, 97, 1) 70%, rgba(9, 166, 89, 1) 100%);  */

}

.icon-small {
    width: 2.5em !important;
    height: 2.5em !important;
}

.mt-2-5{
    margin-top: 12px;
}

.icon-align-normal {
    margin-top: 12px;
    margin-left: 10px;
}

.icon-align-large {
    display: inline-block;
    width: 100px;
    margin-left: 10px;
}

.green {
    background-color: #399466 !important;
}

.blue {
    background-color: #1969A5 !important;
}

.orange {
    background-color: #E56B19 !important;
}

.red {
    background-color: #CA4250 !important;
}

.purple {
    background-color: #63289D !important;
}

.green_light {
    background-color: #008F7A !important;
}

.green_middle {
    background-color: #00806C !important;
}

.blue_stronger {
    background-color: #144271 !important;
}

.box-shadow-gradient::after {
    content: "";
    background: -webkit-linear-gradient(left, rgba(0, 173, 218, 1) 0%, rgba(34, 82, 146, 1) 25%, rgba(0, 118, 125, 1) 45%, rgba(0, 135, 97, 1) 70%, rgba(9, 166, 89, 1) 100%);
    display: block;
    height: 4px;
    width: 100%;
    position: relative;
    bottom: 0;
}

.font-btn-home {
    font-size: 14.5px;
}


#sc_contraste_top,
#sc_acess_top {
    color: black !important;
    text-decoration: none;
}

@media(min-width: 968px) {
    .font-size-13 {
        font-size: 13px !important;
    }

    .font-size-11 {
        font-size: 11px !important;
    }

}

.box-shadow-green::after {
    content: "";
    background: -webkit-linear-gradient(left, rgba(0, 173, 218, 1) 0%, rgba(34, 82, 146, 1) 25%, rgba(0, 118, 125, 1) 45%, rgba(0, 135, 97, 1) 70%, rgba(9, 166, 89, 1) 100%);
    display: block;
    height: 5px;
    width: 100%;
    position: relative;
    bottom: 0;
}

.bg-white{
    background-color: white;
}

.bg-gray {
    background-color: #EFEFEF;

}

.bg-gray-light{
    background-color: #F8F8F8;
}

.bg-blue-light {
    background-color: #076F81;
}

.img-logo {
    width: 11em;
}

.icon-black {
    vertical-align: middle;
    color: black
}

#btn-login {
    cursor: default;
}

#menu-auxiliar {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: end;
    font-size: 14px;

}


#menu-principal {
    font-size: 0.8em !important;
}

.icon-menu-auxiliar {
    vertical-align: text-bottom;
    color: black;
    font-size: 14px !important;
}

.nav-item-menu-auxiliar {
    margin-right: 0.5em;
}

#div-brand-search {
    display: flex;
    justify-content: space-between;
}

#search {
    border: 2px solid #EFEFEF;
    padding: 0px 0px 0px 10px;
    border-radius: 2em;
    height: 2.7em;
}

#text-search {
    color: #686868;
    font-size: 14px;
    margin-right: 7em;
}


.breadcrumbs {
    font-size: 13px;
    color: #333333;
}

.breadcrumbs a {
    color: black;
    text-decoration: none
}

.banner-home {
    height: 130px;
    background-image: url("https://www.al.pi.leg.br/++theme++tema-alepi-2024/img/BANNER-TOP-SITE.jpg");
    background-size: cover;
    background-position: center center;
}

.btn-dropdown-menu {
    font-size: 13px !important;
    line-height: 22px !important;
    color: black !important;
}

@media (min-width: 1400){
    #menu-principal {
        height: 100%;
    }
}

@media (max-width: 1400px) {


    .btn-dropdown-menu {
        padding: 0px !important;
    }
}


@media (max-width: 749px) {
    #search {
        margin-left: auto !important;
        margin-right: auto !important;
        /* width: 17.5em; */
    }

    #div-brand-search {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    #text-search {
        font-size: 12px;
    }

    #menu-auxiliar li:nth-child(1) {
        display: none;
    }

    #menu-auxiliar li:nth-child(5) {
        display: none;
    }


}