@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

body {	
	font-family: 'Roboto', sans-serif;
}

.title-agenda {
	color: #0e61c8;
}

.breadcrumb {
	background-color: #fff;
	margin-top: 30px;
}

.ul-agenda {
	margin-left: 0px;
	padding-left: 0px;
}

.img-agenda {
	margin-top: 15px;
	margin-bottom: 15px;
}

.img-agenda-h6 {
	font-size:10px;
	margin-bottom: 0px;
	margin-top: 20px;
}

.img-agenda-h6-autor {
	float:right;
	margin-bottom: 10px;
}

.img-agenda-h6-data {
	float:right;
	margin-bottom: 10px;
}

.desk-outras-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
  font-size: 20px;
}
.desk-outras-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  border-bottom: 1px solid #45aed6;
}

.desk-outras {
	padding:0px;
	margin-top:20px;
	margin-bottom:20px;
}

.desk-outras-img {
	margin-bottom: 10px;
}

.desk-outras-img h6 {
	font-family: 'Roboto', sans-serif;
	margin-top: 7px;
	color: #555;
	text-decoration: none;
}

.desk-outras-img h6 {
	font-family: 'Roboto', sans-serif;
	margin-top: 7px;
	color: #555;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
   text-decoration: none;
}