.notifyOne{
    position: fixed;
    right: 53px;
    top: 60px;
    width: auto;
    font-size: 10px;
    color: white;
    padding: 21px;
    box-sizing: border-box;
    background: #03A9F4;
}

html{
    font-family:  sans-serif;
    transition: all ease-in-out 0.1s;
}

.ui-widget {
    font-family: sans-serif;
    transition: all ease-in-out 0.1s;
}


::-webkit-scrollbar {
    width: 6px!important;
    height: 6px!important;
}
::-webkit-scrollbar-thumb {
    background:#c1c1c1  -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.25)),to(rgba(0,0,0,0)));
}
::-webkit-scrollbar-track {
    background: #e6e6e6;
}

li{
    list-style: none;
}

.linkPadrao{
    color: blue !important;
}

.linkPadrao:hover{
    color: black;
}

body{
    overflow-y: auto;
    overflow-x: hidden;
}

input{
    outline: none;
}

button{
    outline: none;
}

.labelTable{
    font-size: 21px;
    color: darkred;
    font-family: monospace;
    font-weight: 700;
    margin-bottom: 3px;
    margin-top: 3px;
}

.panelHomologado{
    padding: 10px;
    font-size: 16px;
    margin-right: 10px;
    max-width: 50%;
    /* border: 1px solid; */
    border-radius: 7px;
    box-shadow: 0 4px 6px 3px rgba(0, 0, 0, 0.1);
}

.first{
    background:cadetblue !important;
    color: white;
    font-weight: 600;
}

.block{
    color: white;
    background: darkred !important;
    text-decoration: line-through; 
}

.tituloListar{
    text-shadow: none;
    text-transform: uppercase;
    font-size: 26px;
    color: unset;
}

.titulo{
    text-shadow: none;
    text-transform: uppercase;
    font-size: 26px;
    color: unset;
}


.unbreakCollumn{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    line-height: 16px; 
    max-height: 32px; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.unbreakCollumnOneLine{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    line-height: 16px; 
    max-height: 17px; 
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
}

.overflowThreeLine{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    line-height: 16px; 
    max-height: 48px; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.listBoxEdited .ui-selectlistbox-listcontainer > .ui-selectlistbox-list > .ui-selectlistbox-item.ui-corner-all.ui-state-hover {
    background: #afafaf;
    box-shadow: none;
    color: white;
    border-radius: 0px;
    transition: all 0.2s;
}

.listBoxEdited .ui-selectlistbox-listcontainer > .ui-selectlistbox-list > li{
    padding-left: 8px;
}

.listBoxEdited .ui-selectlistbox-listcontainer > .ui-selectlistbox-list > .ui-selectlistbox-item.ui-corner-all.ui-state-highlight {
    background: #b55757 -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.25)),to(rgba(0,0,0,0)));
    box-shadow: none;
    color: white;
    border-radius: 0px;
    outline: none;
}


form{
    margin: 0;
}


/* font-family: 'Open Sans', sans-serif;*/
a{
    text-decoration: none;

}
a:hover{
    text-decoration: none;
}
a:active{
    text-decoration: none;
}

body{
    margin: 0;
}

#footer{
    width: 100%;
    height: 36px;
    bottom: 0;
    background-color: black;
    color: white;
    position: fixed;
}

.shadow{
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.labelPadrao{
    font-size: 14px !important;
    color: #333333;
    letter-spacing: 0.1px;
    font-family: sans-serif;
    font-weight: 700;

}

#header {
    background: #2b302e;
    color: #c6c6c6;
    font-family: sans-serif;
    height: 50px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #2b302e;
    position: fixed;
    z-index: 1;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

#content{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    overflow: auto;
    margin-left: 75px;
    background: white;

}

.centralizaBloco{
    justify-content: center;
    display: flex;height: calc(100vh - 50px);align-items: center;
}
.bloco_login{
    flex: 1;
    height: auto;
    background-color: white;
    position: relative;
    padding: 5px;
    text-align: center;
}
.bloco{
    display: flex;
}

.cardLogin {
    padding: 19px 15px;
    box-sizing: border-box;
    background: white;
    margin: 0 19px;
    width: 180px;
    border: 1px solid #4c4c4c;
    box-shadow: none;
    border-radius: 5px;
    color: #4c4c4c;
    font-weight: bold;
    align-items: center;
    display: flex;

}

.cardLogin:hover{
    box-shadow: 13px 8px 0px -2px #00000052;
    transition: all .2s;
}

.cardLogin label {
    margin-left: 5px;
    transition: all .2s;
}

.botaoBranco{
    padding: 42px 15px;
    box-sizing: border-box;
    margin: 0 19px;
    width: 180px;
    background: #4c4c4c;
    color: white;
    font-size: 15px;
    border-radius: 5px;
}

.botaoBranco i {
    margin-left: 5px;
    transition: all .2s;
}

.botaoBranco:hover i {
    transition: all .2s;
    margin-left: 15px;
}

.botaoVermelho{
    text-decoration: none;
    font-size: 19px;
    padding: 10px;
    font-family: sans-serif;
    color: white;
    background: rgba(255, 0, 0, 0.7);
    box-shadow: 3px 3px 2px -1px darkred;
    margin: 5px 0px;
}

.botaoVermelho:hover{
    transition: all ease-in-out 0.2s;
    box-shadow: 3px 5px 2px -1px darkred;

}

.botaoSair{
    color: white;
    text-decoration: none;

}

.labelPequeno{
    font-size: 15px;
    color: black;
    font-weight: 700;

}
.link{
    color: blue !important;
    font-style: normal;
}

.link:hover{
    text-decoration: underline;
}
.botaoLogin{
    width: 100%;
    border: 1px solid #2c2c2c;
    display: inline-block;
    padding: 8px;
    margin: 6px 0;
    color: white;
    background: #2c2c2c;
    transition: all 0.4s;
    cursor: pointer;
    border-radius: 4px;
}

.botaoLogin:active{
    box-shadow: 0px 0px 10px 0px #fb4c4c;
    transform: scale(0.98);
    transition: all 0.4s;
}
.inputLogin{
    width: 285px;
    padding: 8px;
    color: black;
    cursor: pointer;
}

.conteudo{
    box-sizing: border-box;
    top: 50px;
    width: 100%;
    position: absolute;
    padding-left: 3vw;
    padding-right: 3vw;
    background-image: linear-gradient(to bottom, #000000ad 225px, #000000ad 225px, white 0%);
}

.headerLayout{
    z-index: 98;
    width:100%;
    height: 50px;
    position: absolute;
    top:0;

}


.labelUser{
    margin: 0px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
}

.coluna{
    padding: 4px 20px;
    border: 1px solid #c7c4c4;
    border-radius: 4px;
    position: relative;
    margin-bottom: 10px;
}

.colunaOculta{
    position: relative;
    color: #777777;
    font-size: 16px;
    letter-spacing: 1px;
    display: none;
}

.itemLicitacao {
    color: black;
    font-size: 17px;
    font-family: sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
}

.noPadding{
    padding: 0px !important;
}

.headerTable{
    background: cadetblue;
    border: 1px solid white;
    color: white;
}

.rowTable{
    background: #ebedf0;
    border: 1px solid white;
    color: black;
}

.labelVermelho{
    padding: 10px 0px;
    font-size: 15px;
    color: #ef4545;
    font-weight: 700;
}

.tituloGrande{
    font-size: 43px;
    color: darkred;
    font-weight: 700;
    margin-bottom: 3px;margin-top: 3px;
}


.card-datas{
    background: #207cf5;
    margin-right: 12px;
    padding: 6px 10px;
    border-radius: 10px;
    color: white;
    display: flex;
    justify-content: space-around;
    width: 120px;
    font-size: 14px; 
    
}

.flexColumn{
    flex-grow: 0;
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    width: auto;
    margin-bottom: 5px;

}

.labelAtivo{
    color: #049404;
    font-weight: bolder;
    font-size: 12px;
}

.labelInativo{
    color: red;
    font-weight: bolder;
    font-size: 12px;
}

.botaoInativar{
    color: white !important;
    background: #e82c2c;
    padding: 2px 9px;
    font-size: 14px !important;
    border-radius: 5px;

}
.botaoAtivar {
    color: white !important;
    background: #049404;
    padding: 2px 15px;
    font-size: 14px !important;
    border-radius: 5px;

}

.botaoAtivar:hover{

    box-shadow: 0px 1px 3px 0px #a2a2a2;
}

.botaoInativar:hover{

    box-shadow: 0px 1px 3px 0px #a2a2a2;
}

.triangulo-para-cima {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #2b302e;
    position: absolute;
    top: -19px;
    right: 0px;
}

.menuPerfil {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 62px;
    width: 193px;
    padding: 0 15px 7px 20px;
    background: #2b302e;
    right: 0;
    box-shadow: 0px 6px 7px 0 rgba(0, 0, 0, 0.1);
}

.menuMunicipio{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 62px;
    width: 193px;
    right: 0;
    padding: 0 15px 7px 20px;
    background: #f2f2f7;
    box-shadow: 0px 6px 7px 0 rgba(0, 0, 0, 0.1);
}

.none{
    display: none;
    transition: all 0.4s;
}

.labelMenu{
    color: black;
}

.labelStatus{
    font-size: 12px;
    color: red;

    font-style: oblique;
}

.itemDemanda{
    flex: 1;
    border: 1px solid #c5c5c5;
    padding: 9px;
    margin-bottom: 5px;
    color: black;
}

.flexWrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.itemFlex{
    flex: 1;
}

.rangLogo{
    position: absolute;
    right: 3px;
    width: 69px;
    height: 29px;
    top: 12px;

}

.fixaMenu{
    width: 10px;
    height: 10px;
    position: absolute;
    left: 20px;
    top: 18px;
    border: 4px solid white;
    border-radius: 30px;
}

#fixa{
    position: absolute;
    left: -99px;
}

#fixa:checked ~ label{
    background: white;
}


.regular-checkbox {
    -webkit-appearance: none;
    position: absolute;
    top: 13px;
    left: 12px;
    width: 18px;
    cursor: pointer;
    height: 18px;
    border: 3px solid white;
    border-radius: 10px;
}

.regular-checkbox:hover{

}

.regular-checkbox:checked {
    background: white;
}

.logout {
    font-size: 30px;
    color: #e82c2c;
    right: 0;
    position: absolute;
    top: 9px;
    transition: all 0.2s;
}

.logout:hover{
    right: -6px;
}

.flex-grid{
    display: flex;
    width: auto;
    margin: 0px 0px 10px 0px;
    flex-direction: row;
    flex-wrap: wrap;
}

.divButtons{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 14px 19px;
    box-sizing: border-box;
}
.flexRow{
    display: flex;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 6px;
    margin: 4px 0;
    border-radius: 3px;
    box-shadow: 4px 0px 0px 1px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-right: 35px;
    box-sizing: border-box;
}

.lableRow{
    font-size: 15px;
    font-family: sans-serif;
    color: black;
    margin: 0px 11px;
}

.panelItem{
    height: 490px;
    background: #ffffff;
    width: 90%;
    margin: auto;
    border: 1px solid #007ad9;
    border-radius: 10px;
    box-shadow: 0 0 0px 2px #00000042, 0 0 0px 10px white, -5px 0px 0px 9px #0288d1;
    padding: 11px;
    box-sizing: border-box;
}

.flexRowHeader{
    display: flex;
    flex-direction: row;
    color: #0288d1;
    margin-top: 20px;
    margin-right: 35px;
    box-sizing: border-box;
}

.labelRowHeader{
    font-size: 15px;
    margin: 0px 11px;
    font-family: sans-serif;
    color: #0288d1;
    font-weight: bold;

}

.selected{
    box-shadow: 0px 0px 6px -1px #0288d1;
    border: 1px solid #0288d1;
}

.selected > span{
    border-color: transparent #0288d1;
    border-style: solid;
    border-width: 16.5px 0px 16.5px 18px;
    height: 0px;
    width: 0px;
    right: -18px;
    top: 0;
    position: absolute;
}

.loteInfo{
    transition: all 0.4s;
    width: 100%;
    height: 80px;
    background: #0288d133;
    margin-top: 9px;    
    padding: 20px 11px;
    box-sizing: border-box;
}

.boxLote{
    width: 100%;
    height: 270px;
    overflow-y: auto;
    border-top: 1px solid #0288d185;
    margin: -1px 0px;
    border-bottom: 1px solid #0288d185;
    box-sizing: border-box;
    padding: 5px 0px;

}

.flexHalf{
    flex-grow: 0;

}

.labelBunitin{
    font-size: 14px;
    color: black;
    font-weight: bolder;
    letter-spacing: 1px;
    padding: 0;
    box-sizing: border-box;
}

.faixa{
    position: absolute;
    display: flex;
    top: -22px;
    margin: 0px;
    text-align: center;
    width: 100%;
    color: white;
    background: #0288d1;
    font-size: 17px;
    font-variant-caps: all-petite-caps;
    font-weight: bold;
    height: 23px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
}

.labelInfoTable{
    font-size: 13px;
    color: #4f4f4f;
    font-weight: bold;
}

.novoFornecedor {
    background: white !important;
    color: #0288d1 !important;
    border-color: white !important;
    height: 27px;
    position: absolute;
    top: -49px;
    right: -2px;
    border-radius: 2px;
    border: 0 !important;
    background: white;
}

.novoFornecedor:hover {
    background: white !important;
    color: #0288d1 !important;
    box-shadow: none;
}
.novoFornecedor:focus {
    background: white !important;
    color: #0288d1 !important;
    box-shadow: none;
}


.vencedor{
    background: #0288d1 !important;
    color: white;
}

.desistente{
    background: #ff7171 !important;
    color: white;
    text-decoration: line-through;
    opacity: 0.7;
}

.fornecedores{
    color: black !important;
    background: transparent !important;
    border: none !important;
    position: absolute !important;
    top: -45px !important;
    right: 55px !important;
    font-size: 18px !important;

}
.fornecedores:hover{
    box-shadow: none;
}
.fornecedores:focus{
    box-shadow: none;
}

.buscaLotes{
    position: absolute;
    right: -24px;
    top: -11px;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    border-bottom: 1px solid #0288d1 !important;
    background: #ffffff00 !important;
    padding: 6px !important;
}

.textoInfo{
    font-size: 22px;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: 900;
    margin-bottom: 34px;
    font-family: sans-serif;
    color: black;
}

.info{
    position: absolute;
    left: 120px;
    top: 11px;
    color: #0288d1;
    font-size: 17px;
}

.arquivoRender{
    padding: 7px;
    margin: 11px 0px;
    font-size: 12px;
}

.dica{
    color: #0288d1!important;
    font-size: 16px;
}

.card{
    width: 100%;
    background: transparent;
    min-height: 115px;
    margin: 5px 0px;
    border-radius: 4px;
    border: 1px solid #0000001c;
    box-shadow: 1px 2px 3px 1px #0000001c;
    position: relative;
    padding: 5px 10px;
    box-sizing: border-box;
    max-height: auto;
}

.cardHeader{
    text-decoration: underline;
    color: #0288d1;
    font-size: 17px;
    font-weight: bold;
    text-shadow: none;
}

.cardContent{
    color: black;
    margin: 5px 0;
    font-size: 14px;
}

.cardFooter{
    display: flex;
}

.blocoInfo {
    flex-grow: 0;
    margin-right: 10px;
    font-size: 14px;
    color: white;
    font-weight: inherit;
    padding: 5px;
    background: #7096ab;
    border-radius: 6px;
    box-shadow: 0px 1px 0px 1px #00000033;
}


.blocoFlex{
    display: flex;
    flex-wrap:  wrap;
}

.miniCardFlex{
    flex-grow: 0;
    margin-right: 20px;
    margin-bottom: 5px;
    background: #ebebeb;
    padding: 5px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 5px;
    color: black;
    box-shadow: 0px 1px 0px 1px #00000033;
}

.botaoVer{
    transition: all .4s;
    padding: 2px 6px;
    color: white !important;
    background: #2fc62f;
    border-radius: 3px;
    cursor: pointer;
}

.cardDataTable{
    flex-grow: 0;
    background: #f8f8f8;
    border-radius: 2px;
    display: inline-block;
    margin: 0rem;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding: 17px 15px;
    width: 95%;
    margin-bottom: 8px;
}

.numberCard{
    color: #4d4d4d;
    font-size: 14px;
    position: absolute;
    top: 3px;
    left: 15px;
}


.hoverCard:hover{
    box-sizing: border-box;
    transition: all 0.2s;
    background: #c0c0c0;
}

.total{
    font-size: 15px;
    margin: 7px 0px;
    color: black;
    font-weight: 900;
}

.headerRemetente{
    text-align: center;
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 4px;
    background: #007ad9;
    color: white;
    box-sizing: border-box;
    border-radius: 10px 10px 0px 0px;
    font-weight: lighter;
}


.situacao{
    font-size: 12px;
    border: 1px solid black;
    padding: 6px;
    box-sizing: border-box;
    border-radius: 7px;
}

.pendente{
    background: #3ca4cc;
    color: white;
    border-color: #5cb1df;
}
.rejeitado{
    background: red;
    color: white;
    border-color: red;
}
.aceito{
    background: #2fc62f;
    color: white;
    border-color: #2fc62f;
}
.demandaExterna{
    background-color: #ffa32f !important;
    color: white;
}

.demandaExternaCard{
    text-align: center;
    color: white;
    background: #028ad2;
    width: min-content;
    display: flex;
    margin: auto;
    padding: 2px 8px;
    border-radius: 5px;
    cursor: pointer;
}

.toolTipWarn .ui-tooltip-text{
    background-color: #ff8e00 !important;
}

.warnRow{
    background: #ef6b6b;
    color: white;
}

.input100 input{
    width: 100% !important;
    box-sizing: border-box;
}

.warn{
    position: absolute;
    top: 40%;
    right: 12px;
    color: #ff8e00;
}

.textoCard{
    display: flex;
    font-size: 17px;
    padding: 6px 0px;
    color: #7096ab;
    font-weight: normal;
    text-transform: uppercase;
}

.fitaSolici{
    position: absolute;
    right: 14px;
    bottom: 15px;
    color: white;
    padding: 7px;
    font-size: 12px;
    border-radius: 6px;
}

.panelFormulario{
    display: flex;
    width: 100%;
    height: calc(100% - 50px);
    background: white;
    margin-top: 50px;
    box-sizing: border-box;
    box-shadow: 0px 0px 11px 2px #00000052;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 50px;
    flex-direction: column;
}


.formCard{
    background: white;
    padding: 28px 34px;
    border-radius: 5px;
    box-shadow: 10px 9px 7px -3px #dddddd;
}


.logoConsorcio{
    font-size: 44px;
    text-align: center;
    font-weight: bolder;
    font-family: fantasy;
    color: rgba(250, 0, 0, 0.7);
    letter-spacing: 3px;
}

.cardDestaca{
    background: #207cf3;
    padding: 6px;
    display: flex;
    width: max-content;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 3px;
    color: white;
}

.cardPequeno{
    background:  #4e4e4e;
    padding: 5px 27px 5px 8px;
    margin: 0 12px 3px 0px;
    border-radius: 4px;
    color: white;
    font-size: 15px;
    position: relative;
    box-shadow: 2px 2px 3px 0px #bcbcbc;
}

.switchpanel {
    border-left: 6px solid #1DD9A9;
}
.cardCheck {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #ffffff;
    padding: 1.25em;
    margin-bottom: 1em;
    box-sizing: border-box;
}

.switchpanel .switch-name {
    color: #616161;
    margin-bottom: .25em;
}

.switchpanel .switch-status {
    color: #0097a7;
    letter-spacing: 0.4px;
    font-size: 12px;
    display: block;
    margin-bottom: .5em;
}

.ui-inputswitch.ui-inputswitch-checked .cardCheck{
    background: red !important;
}
.switchpanel.switchpanel-off {
    border-left: 6px solid #e91e63; 
}
.switchpanel.switchpanel-off .switch-status {
    color: #e91e63;
}
.switchpanel .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-handle {
    background-color: #0097a7; 

}
.switchpanel .ui-inputswitch.ui-inputswitch-checked {
    background-color: #00bcd4;
    border-color: #00bcd4; }


.shadow-table{
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
}

.labelAviso{
    color: #000000;
    background: #ffb800;
    font-size: 14px;
    border: 1px solid #ffb800;
    border-radius: 3px;
    padding: 9px;
    font-weight: 700;
}


.situacaoAtivo{
    background: #009200  !important;
    color: #ffffff !important;
    border: 0 !important;
    font-size: 12px !important;   padding: 4px 6px;
    border-radius: 4px;
}
.situacaoInativo{ 
    background: #f83a3d !important;
    color: #ffffff !important;
    border: 0 !important;
    font-size: 12px !important;
    padding: 4px 6px;
    border-radius: 4px;
}

.situacaoAguardando{
    background: #ffb800 !important;
    color: #ffffff !important;
    border: 0 !important;
    font-size: 12px !important;   padding: 4px 6px;
    border-radius: 4px;
}


/*INFO LOTE*/


.card-lote-info {
    height: 100px;
    width: calc(100% - 10px);
    margin-right: 10px;
    background: white;
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    border-radius: 8px;
    padding: 10px;
    box-sizing: border-box;
}
.card-lote-info > label {
    font-size: 17px;
    font-weight: 700;
    color: black;
}
.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.demanda-munic{
    display: flex;
    font-size: 15px;
    background: #ffffff;
    margin-bottom: 12px;
    width: 300px;
    padding: 8px;
    color: #2b302e;
    border-radius: 3px;
    font-weight: bold;
    letter-spacing: 1px;
    border: 1px solid #a7a7a7;
    align-items: center;
    justify-content: space-between;
}

.demanda-munic > span{
    color: #207cf3;
    background: #ffffff;
    font-size: 15px;
    padding: 5px 5px;
}

.bloco-info{
    border: 1px solid #c1c1c1;
    border-radius: 7px;
    border-left: 4px solid #207cf38c;
}
.processos-munic{
    display: flex;
    background: #217ff9;
    margin-bottom: 12px;
    width: 114px;
    padding: 8px;
    color: white;
    font-weight: inherit;
    border-radius: 3px;
    letter-spacing: 1px;
    border: 1px solid #85b7f8;
    align-items: center;
    justify-content: space-between;
    margin-left: 12px;
    font-size: 12px;
}
.processos-munic > span{
    font-weight: bolder;
    font-family: sans-serif;
    font-size: 18px;
}



