.title{
  margin: 15px 0 20px;
}
.news-list .schedule{
  display: block;
  color:#bbb;
  margin-bottom: 10px;
}
html.mobile .news-list .schedule{
	margin-bottom: 0;
}

.news-list li:hover .texto{
  color:#00B0CA;
}

.news-list li:hover a{
  background-color: #efefef;
  color:#333
}

.news-list .more {
  background: #ccc;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.news-list li:hover .more{
  background: #00B0CA;
}

.news-list .texto{
  width: 90%;
  width: calc(100% - 120px);
  font-size: 15px;
  padding-top: 20px;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 30px;
  /*height: 95px;*/
	height: auto;
	min-height: 111px;
  overflow: hidden;
  color: #333;
}
.mobile .news-list .texto{
	min-height: 0;
}
.news-list li:nth-of-type(2n + 1) {
	clear: left;
}

.news-list figure{
  overflow: hidden;
  height: 100px;
  width: 100px;
  margin: 5px;
}
.news-list a{
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  padding-top: 1px;
  float: left;
  width: 90%;
  position: relative;
}
html.mobile .news-list a{
	width: 100%;
}
.news-list img{
  height: 100px;
  width: auto;
}

.news-list .imagem {
    float: left;
    position: relative;
    width: 113px;
    overflow: hidden;
}

.btn-row{
  display: block;
  float: left;
  margin: 20px 0 10px;
  text-align: right;
  width: 100%;
}

.full-new p{
  line-height: 2.5rem;
  font-size: 1.5rem;
}

.full-new h1 {
  line-height: 3.5rem;
  margin-bottom: 40px;
}

.full-new * + p {
  margin-bottom: 22px;
}

.full-new figure.left {
  margin-right:20px;
  margin-bottom: 10px;
}

.imagem .figure-icon {
  font-size: 35px;
  margin: 15% auto;
  text-align: center;
  display: block;
}

.texto .type{
  display: block;
  font-size: 1rem;
}
