#content .tile.govbr-recom-wrapper .tile-content{
	margin-left: 35px;
    margin-right: 10px;
}

#content .tile.govbr-recom-wrapper .tile-content h3,
#content .tile.govbr-recom-wrapper .tile-content h2{
    text-transform: uppercase;
	font-size: 1.6rem;
	margin: 0px auto 20px auto;
	text-align: center;
	color: #555;
}

#content .tile.govbr-recom-wrapper .tile-content h3:before,
#content .tile.govbr-recom-wrapper .tile-content h2:before{
    font-family: Font Awesome\ 5 Free;
    content: "\F0A4";
    display: inline-block;
    font-weight: 900;
    margin-right: 10px;
    font-size: 20px;
    color: #555;
}

#content .tile.govbr-recom-wrapper .tile-content ul{
	list-style-type: none ;
	background-color: #fbfbfb;
	padding: 25px;
    -webkit-box-flex: 1;
	webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 16%);
    box-shadow: 0 2px 3px rgb(0 0 0 / 16%);
	margin-bottom: 45px;
}

#content .tile.govbr-recom-wrapper .tile-content ul li{
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 15px;
    padding-top: 5px; 
    font-weight: 500;
}

#content .tile.govbr-recom-wrapper .tile-content ul li:last-child{
	border: none;
	padding-bottom: 0px;
}

#content .tile.govbr-recom-wrapper .tile-content ul li a {
	text-decoration: none;
	color: #0c326f;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;	
	text-transform: none;
}

#content .tile-noticia-destaque .cover-collection-tile .collection-item {
    border: none ;
}

#content a.titulo.toggle-link {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin: 8px auto;
}

#content .toggle+div.conteudo, .toggle-link+div.conteudo {
    padding-left: 0;
}

#content .tile-noticia-destaque ul.govbr-cards {
    margin: 0;
    padding: 0px!important;
    list-style-type: none;
    width: 100%;
    text-align: center;     
}
#content .tile-noticia-destaque ul.govbr-cards li {
    display: inline-table;
    vertical-align: top;
    width: 22.8%;
    padding: 12px;
    min-height: 77px !important;     
    margin: 0 16px 32px;   
    background-color:  #f8f8f8;
    font-family: "rawline",helvetica,arial,sans-serif;
    font-size: 18px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
#content .tile-noticia-destaque ul.govbr-cards li a {
    display: table-cell;
    vertical-align: middle;
    color: #0c326f;
    text-decoration: none;
}

#content .tile-noticia-destaque ul.govbr-cards li a,
#content .tile-noticia-destaque ul.govbr-cards li{
    line-height: 20px;
    font-size: 18px;
} 

#content .tile-noticia-destaque ul.govbr-cards li:nth-child(1),
#content .tile-noticia-destaque ul.govbr-cards li:nth-child(5),
#content .tile-noticia-destaque ul.govbr-cards li:nth-child(9){
    margin-left: 0;
}

#content .tile-noticia-destaque ul.govbr-cards li:nth-child(4),
#content .tile-noticia-destaque ul.govbr-cards li:nth-child(8),
#content .tile-noticia-destaque ul.govbr-cards li:nth-child(9){
    margin-right: 0;
}

#custom-cards {
	display: flex !important;
	flex-wrap: wrap !important;      
	margin: 0 !important;
    padding: 0 !important;
}

#custom-cards li {
	flex: 0 0 23%;
    background-color: #f8f8f8;
    list-style: none;
    margin: 0 23px 32px 0px;
    text-align: center;
    min-height: 70px;
    padding: 1.5% 0 1% 0;
	-webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#custom-cards li a {		
	color: #0C326F !important;
	font-family: 'rawline';
	font-size: 18px;
	line-height: 20px;
	text-decoration: none; 
	display:inline-block;
	vertical-align:middle;
	
}