.campeonatos {
	width: 100%;
	height: auto;
	float: left;
	margin-top: -40px;
	min-height: 1130px;
}

/* ------------------Aside----------------- */
.campeonatos aside {
	width: calc(360px + 1000px);
	height: 500px;
	float: right;
}

.campeonatos aside h2.titulo {
	width: 360px;
	height: 80px;
	float: right;
	text-align: left;
	background-color: #58585a;
	line-height: 80px;
	font-size: 30px;
	color: #ffffff;
	font-family: 'bree';
	padding-left: 20px;
	margin-bottom: 20px;
	position: relative;
}

.campeonatos aside h2.titulo:after {
	content: url('../../../image/campeonato.png');
	position: absolute;
	right: 20px;
	top: 8px;
}

.campeonatos aside nav {
	width: 100%;
	height: 825px;
	float: right;
	background: url('../../../image/bg-aside-campeonatos.jpg') no-repeat right top;
}

.campeonatos aside nav a {
	width: 360px;
	height: auto;
	float: right;
	text-align: left;
	font-size: 34px;
	color: #58585a;
	font-family: 'brooklyn';
	margin-left: 100%;
	line-height: 22px;
	padding: 20px;
	text-decoration: none;
	margin-top: 10px;
}

.campeonatos aside nav a:first-child {
	margin-top: 20px;
}

.campeonatos aside nav a:nth-child(2) {
	color: #7e7e7e;
}

.campeonatos aside nav a:last-child {
	color: #9da69a;
}

.campeonatos aside a span {
	font-size: 24px;
	color: #000000;
	font-family: 'bree';
}

.campeonatos aside a.select,
.campeonatos aside a:hover {
	background-color: #ffffff;
}

.campeonatos .redes-sociais {
	width: 360px;
	height: auto;
	float: right;
	background-color: #f4f4f4;
	position: relative;
	margin-top: -270px;
	padding: 20px 20px 40px 20px;
}

.campeonatos .redes-sociais:before {
	content: url('../../../image/aside.png');
	position: absolute;
	top: -208px;
	left: 0;
}

.campeonatos .redes-sociais .facebook {
	width: 100%;
	height: auto;
	float: left;
}

.campeonatos .redes-sociais a.topo {
	width: 100%;
	height: auto;
	padding: 10px 0 10px 10px;
	background-color: #ffffff;
	font-size: 24px;
	color: #7e7e7e;
	font-family: 'brooklyn';
	position: relative;
	margin-bottom: 0;
	display: block;
	text-decoration: none;
}

.campeonatos .redes-sociais a.topo:hover {
	color: #58585a;
}

.campeonatos .redes-sociais .facebook a.topo:after {
	content: url('../../../image/face-redes.png');
	position: absolute;
	right: 10px;
	top: 8px;
}

.campeonatos .redes-sociais .instagram {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}

.campeonatos .redes-sociais .instagram a.topo:after {
	content: url('../../../image/insta-redes.png');
	position: absolute;
	right: 10px;
	top: 12px;
}

.campeonatos .redes-sociais .instagram .grid-3 {
	width: 32.7%;
	height: auto;
	float: left;
	margin: 0.3%;
}

.campeonatos .redes-sociais .instagram .grid-3 img {
	width: 100%;
	height: auto;
	float: left;
}

/* ----------------------------Article---------------------------- */
.campeonatos article {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 40px;
}

#carousel-blog {
	width: 100%;
	height: 400px;
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

#carousel-blog li {
	width: 100%;
	height: auto;
	float: left;
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0;
}

#carousel-blog li a {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	position: relative;
}

#carousel-blog li a img {
	width: 100%;
	height: auto;
	float: left;
}

#carousel-blog li a span {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 28px;
	color: #ffffff;
	font-family: 'bree';
	padding: 10px 60px 10px 20px;
}

#carousel-blog li a:hover span {
	background-color: rgba(0, 0, 0, 0.6);
}

#carousel-blog li a span.categoria {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	bottom: 10px;
	padding: 0;
	background: transparent;
	left: inherit;
}

#carousel-blog li a span.categoria img {
	width: 100%;
	height: auto;
}

.arrow2 {
	width: 100%;
	height: 50px;
	position: relative;
}

.arrow2 a {
	width: 50px;
	height: 55px;
	display: block;
	position: absolute;
	text-align: center;
	background-color: #58585a;
	padding-top: 10px;
	top: 170px;
}

.arrow2 a.next2:hover img {
	margin-left: 10px;
}

.arrow2 a.prev2:hover img {
	margin-left: -10px;
}

.campeonatos .redes-sociais a.topo,
.campeonatos .redes-sociais a.topo:hover,
.campeonatos .box .box-conteudo a.titulo,
.campeonatos .box .box-conteudo a.titulo:hover,
#carousel-blog li a span,
#carousel-blog li a:hover span,
.arrow2 a.prev2 img,
.arrow2 a.prev2:hover img
.arrow2 a.next2 img,
.arrow2 a.next2:hover img {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.arrow2 a.next2 {
	right: 0;
}

.campeonatos .box {
	width: 100%;
	height: auto;
	margin: 20px 0;
	float: left;
}

.campeonatos .box figure {
	width: 200px;
	height: 200px;
	float: left;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 20px;
}

.campeonatos .box figure img {
	width: 100%;
	height: auto;
	float: left;
}

.campeonatos .box .box-conteudo {
	width: 530px;
	height: auto;
	float: left;
}

.campeonatos .box .box-conteudo p.data {
	width: 70px;
	height: auto;
	background-color: #666666;
	font-size: 14px;
	color: #ffffff;
	font-family: 'bree';
	float: left;
	text-align: center;
	padding: 5px 0;
	border-radius: 20px;
}

.campeonatos .box .box-conteudo .categoria {
	width: 25px;
	height: 25px;
	float: left;
	margin-left: 20px;
}

.campeonatos .box .box-conteudo a.titulo {
	font-size: 28px;
	color: #bf1e2e;
	font-family: 'bree';
	text-decoration: none;
	line-height: 32px;
	display: block;
}

.campeonatos .box .box-conteudo a.titulo:hover {
	color: #ff0000;
}

/* ---------------------------------------------------------------------------------------------------------- 
08 Media queries  -------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* ultrawide and down */
@media screen and (min-width:1921px) and (max-width:2560px) {
	.campeonatos {
		margin-top: -100px;
		position: relative;
		z-index: 1001;
	}

}

/* 1099 and down */
@media screen and (max-width:1199px) {
	.campeonatos aside nav a,
	.campeonatos aside h2.titulo {
		width: 292px;
	}

	.campeonatos aside .redes-sociais {
		width: 292px;
	}

	.campeonatos aside .redes-sociais .facebook img {
		width: 100%;
		height: auto;
	}

	.campeonatos aside .redes-sociais:before {
		content: url('../../../image/aside-md.png');
		position: absolute;
		top: -170px;
		left: 0;
	}

	.campeonatos aside .redes-sociais {
		margin-top: -310px;
	}

	.campeonatos .box figure {
		width: 150px;
		height: 150px;
	}

	.campeonatos .box .box-conteudo {
		width: 445px;
	}

	.campeonatos .box .box-conteudo a.titulo {
		margin-top: 10px;
		font-size: 24px;
		line-height: 28px;
	}

	.campeonatos #carousel-blog {
		height: 340px;
	}

}

/* 991 and down */
@media screen and (max-width:991px) {
	.campeonatos {
		margin-top: 150px;
	}

	.campeonatos aside nav a,
	blog aside h2.titulo {
		width: 283px;
	}

	.campeonatos article h1.titulo {
		font-size: 30px;
	}

	.campeonatos .box figure {
		width: 100px;
		height: 100px;
	}

	.campeonatos .box .box-conteudo {
		width: 285px;
	}

	.campeonatos .box .box-conteudo a.titulo {
		font-size: 22px;
		line-height: 26px;
	}

	.campeonatos #carousel-blog {
		height: 230px;
	}

	.campeonatos .arrow2 a {
		width: 30px;
		top: 70px;
		background-color: rgba(88, 88, 90, 0.8);
	}

	.campeonatos .arrow2 a img {
		width: 50%;
		height: auto;
		padding-top: 5px;
	}

}

/* 767 and down */
@media screen and (max-width:767px) {
	.campeonatos {
		margin-top: 60px;
	    min-height: auto;
	    margin-bottom: 20px;
	}

	.campeonatos aside {
		width: 100%;
		height: auto;
		float: left;
	}

	.campeonatos aside h2.titulo {
		width: 100%;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 20px;
		padding-left: 0;
		margin-bottom: 0;
	}

	.campeonatos aside nav {
		width: 100%;
		height: auto;
		background: none;
		background-color: #f4f4f4;
		margin-bottom: 20px;
	}

	.campeonatos aside nav a {
		width: 33.333%;
		font-size: 18px;
		margin: 0;
		padding: 15px 0;
		margin: 0;
		text-align: center;
	}

	.campeonatos aside nav a span {
		display: none;
	}

	.campeonatos article h2.topo {
		font-size: 30px;
	}

	.campeonatos article h1.titulo {
		font-size: 24px;
	}

	.campeonatos aside nav a:first-child {
		margin-top: 0;
	}

	.campeonatos aside h2.titulo:after {
		display: none;
	}

	.campeonatos article h1.titulo {
		margin-bottom: 0;
	}

	.campeonatos .redes-sociais {
		width: 100%;
		height: auto;
		float: left;
		background-color: #f4f4f4;
		margin-top: 0;
		padding-bottom: 40px;
		padding-top: 20px;
	}

	.campeonatos .redes-sociais:before {
		display: none;
	}

	.campeonatos .redes-sociais .facebook img {
		width: 100%;
	}

	.campeonatos article {
		padding-bottom: 10px;
	}

	.campeonatos article {
		margin-bottom: 0;
	}

	.campeonatos #carousel-blog {
		height: auto;
	}

}

/* 450 and down */
@media screen and (max-width:450px) {
	.campeonatos aside nav a {
		font-size: 12px;
	}

	.campeonatos .box figure {
		position: relative;
	}

	.campeonatos .box .box-conteudo {
		width: 100%;
		position: relative;
	}

	.campeonatos .box .box-conteudo .categoria {
		position: absolute;
		top: -98px;
		left: 180px;
	}

	.campeonatos .box .box-conteudo p.data {
		position: absolute;
		top: -100px;
		left: 120px;
	}

	.campeonatos .box .box-conteudo a.titulo {
		padding-left: 120px;
		margin-top: -60px;
		font-size: 20px;
		min-height: 60px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.campeonatos .box.bg {
		background-color: #f4f4f4;
		padding: 20px;
	}

}

/* 349 and down */
@media screen and (max-width:349px) {
	.campeonatos aside nav a {
		padding: 10px 0;
	}

}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {
}