.ordenar-registros-horizontal { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.cnen-card {

width: 120px;
height: auto;

padding: 10px 15px;
flex-direction:column;
text-align: center;
background-color: var(--cnen-bco);
margin-bottom: 15px;
border-radius: 5px;
box-shadow: 1px 1px 8px 2px var(--cnen-box-shadow);
margin-right: 8px;
bottom: 10px;
transition: .2s;

}

.cnen-card:hover {
box-shadow: 1px 1px 8px 2px var(--laranja-input-cnen-50);
}

a {
    text-decoration: none;   
}

.cnen-card-referencias {

width: auto;
height: auto;
padding: 10px 15px;
flex-direction:column;
text-align: center;
background-color: var(--cnen-bco);
margin-bottom: 15px;
border-radius: 5px;
box-shadow: 1px 1px 8px 2px var(--cnen-box-shadow);
margin-right: 8px;
bottom: 10px;
transition: .2s;
}


.cnen-card-referencias:hover {
box-shadow: 1px 1px 8px 2px var(--laranja-input-cnen-50);
}

.card-title {
    font-size: 1.2rem;
    text-align: left;
    font-weight: 700;
}

.card-info {
    font-size: 1rem;
    text-align: justify;
}

.card-fonte {
    margin-top: .4rem;
    font-size: .8rem;
    text-align: left;
}
/*===================================================================================*/
.cnen-card-livre {
width: 200px;
height: 50px;
padding: 5px 5px;
flex-direction:column;
text-align: center;
background-color:  var(--cnen-bco);
margin-bottom: 15px;
border-radius: 5px;
box-shadow: 1px 1px 8px 2px var(--cnen-box-shadow);
margin-right: 8px;
bottom: 10px;
transition: .2s;
tex
}

.cnen-card-livre:hover {
box-shadow: 1px 1px 8px 2px var(--laranja-input-cnen-50);
}

.card-title-livre {
    font-size: 1.2rem;
    text-align: left;
    font-weight: 700;
	color:#FFFFFF;
}

.card-info-livre {
    font-size: 1rem;
    text-align: justify;
}

.card-fonte-livre {
    margin-top: .4rem;
    font-size: .8rem;
    text-align: left;	
}

