.titleContent{
	color: #E75923;
	border-bottom:1px dotted #E75923;
	margin-bottom:10px;
	display:block;
}
p{
	text-align: justify;
}



.boxMark{
	position: relative;
	border: 4px solid #eee;
	box-shadow: 0px 0px 7px -5px #000000;
	transition:200ms;
	margin-top: 30px;
	min-height: 300px;
	cursor: pointer;
}.boxMark [data-rel="image"]{
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: table;
	width: 100%;
	height: 150px;
}.boxMark [data-rel="title"]{
	padding: 10px;
	margin: 0px;
	font-weight: bold;
}.boxMark [data-rel="description"]{
	padding: 10px;
	margin: 0px;
}.boxMark [data-rel="dot"]{
	position: absolute;
	bottom: -4px;
	right: -4px;
	left: inherit;
	width: 0px;
	height: 0px;
	border-top: 47px solid transparent;
	border-left: 0px solid #0273D2;
	border-right: 47px solid #0273D2;
	border-bottom: 0px solid transparent;
	transition:200ms;
}.boxMark:hover [data-rel="title"]{
	color: #0273D2;
}.boxMark:hover [data-rel="dot"]{
	transform:rotate(90deg);
	left: -4px;
	bottom: -4px;
	right: inherit;
	/*border-top: 47px solid transparent;
	border-left: 47px solid #0273D2;
	border-right: 0px solid #0273D2;
	border-bottom: 0px solid transparent;*/
}.boxMark:hover{
	border: 4px solid #0273D2;
}




.sideList{
    padding: 0px;
}.sideList > li{
    list-style: none;
    transition:200ms;
    border-radius: 13px 0px;
}.sideList > li::before{
    content: "‣";
    font-size: 31px;
    color: #E75923;
    display: inline-table;
    vertical-align: middle;
     transition:200ms;
}.sideList > li > a{
    /*display: inline-table;*/
    padding: 6px;
    font-size: 17px;
    color: #888;
    font-weight: bold;
    /*cursor: pointer;*/
    text-decoration: none;
    transition:200ms;
}.sideList > li > a cite{
	font-weight: normal;
	display: inline-table;
	margin-left: 25px;
}.sideList > li:hover::before{
    /*color: #fff;*/
    /*transform:scale(1.7);*/
    /*margin-left: 15px;*/

}.sideList > li:hover > a{
    /*color: #fff;*/
}.sideList > li:hover{
    /*background: #E75923;*/
    /*box-shadow: 0px 0px 5px -3px #000;*/
    /*box-shadow: 0px 60px 0px 0px #C60505 inset;*/
}




.destaques > div > img{
 border-radius: 4px 0px;
box-shadow: 0px 0px 0px 6px #EF6833;
transition:300ms;
/*cursor: pointer;*/
}.destaques > div > img + div{
	font-weight: bold;
}.destaques > div > img:hover + div{
    /*color: #EF6833;*/
}.destaques > div > img:hover{
	/*box-shadow: 0px 0px 0px 8px #555;*/
	 /*border-radius: 4px 0px;*/
}
