.colunistas {
	width: 100%;
	display: block;
	overflow: hidden;
}

.colunistas .owl-carousel {
	opacity: 0;
}
.colunistas .owl-carousel.owl-loaded {
	opacity: 1;
}

.colunistas .owl-carousel .owl-stage {
	display: inline-block;
}

.colunistas .title {
	display: block;
	width: 100%;
	font: 36px 'folhaii-heavy';
	line-height: 1.11;
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
	border-bottom: 2px solid #00adef;
}
.colunistas .title a {
	color: #00adef;
	text-decoration: none;
}

.colunistas .columnist {
	display: block;
	width: 100%;
}
.colunistas .columnist a {
	cursor: move;
	display: inline-block;
	text-decoration: none;
	width: 100%;
}
.colunistas .columnist .image {
	float: left;
	display: block;
	margin: 0 12px 0 2px;
}
.colunistas .columnist .image img {
	width: 90px;
	height: 90px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
}
.colunistas .columnist h2 {
	display: inline-block;
	width: calc(100% - 104px);
	height: 36px;
	font: 15px 'Roboto-medium';
	line-height: 1.2;
	color: #01579b;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.colunistas .columnist p {
	display: inline-block;
	width: calc(100% - 104px);
	font: 16px 'Roboto-medium';
	line-height: 1.25;
	color: #333;
	margin: 5px 0 0 0;
	padding: 0;
}
.colunistas .owl-item {
	width: 25%;
	float: left;
}

.colunistas .owl-dots {
	text-align: center;
	width: 100%;
	display: block;
	float: left;
	clear: both;
	border-top: 1px solid #dedede;
	margin: 30px 0 0 0;
	padding: 16px 0;
	font-size: 0;
}

.colunistas .owl-prev,
.colunistas .owl-next {
	position: absolute;
	display: block;
	top: 50%;
	width: 7px;
	height: 12px;
	cursor: pointer;
}
.colunistas .owl-prev {
	background: url('//f.i.uol.com.br/folha/especial/2016/eleicoes/svg/arrow_left.svg') 0 0 no-repeat;
	left: 0;
}
.colunistas .owl-next {
	background: url('//f.i.uol.com.br/folha/especial/2016/eleicoes/svg/arrow_right.svg') 0 0 no-repeat;
	right: 0;
}

.colunistas .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0 6px;
	background-color: #eee;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.colunistas .owl-dot.active {
	background-color: #00adef;
	cursor: default;
}

/* sm */
@media (max-width: 767px) {
	.colunistas .owl-prev,
	.colunistas .owl-next {
		display: none !important;
	}
}

/* xs */
@media (max-width: 543px) {
	.colunistas .title {
		font-size: 28px;
		border-bottom: 1px solid #00adef;
	}
	.colunistas .columnist {
		padding: 0 0 20px 0;
	}
	.colunistas .owl-dots {
		margin: 0;
	}
}