@CHARSET "UTF-8";
/* CSS Document */
#programming-container>.head {
	position: relative;
	height: 280px;
	background-image: url(../images/2026/bg-pattern-1.png);
	background-color: #1E1130;
	background-position: center top;
}

#programming-container .head h3 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 5em;
	font-weight: 100;
	line-height: 110px;
	color: #fff;
	margin: 110px 0 0 0;
	font-weight: 700;
}

#programming-container > .head div>img {
	height: 180px;
	margin: 86px 0 0 0;
	float: right;
}

#programming-container .tournament .head div>img {
	height: 120px;
	margin: 86px 0 0 0;
	display: inline-block;
	vertical-align: middle;
}

#programming-container .tournament {
	background-color: #1E1130;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#programming-container .tournament:nth-child(even) {
	background-color: #0064FA;
}

#programming-container .tournament .head {
	padding: 40px 0 0 0;
}

#programming-container .tournament .head .date span,
#programming-container .tournament .head .date div {
	width: 60px;
	height: 95px;
	text-align: center;
	margin: 18px 14px 0 0;
	display: block;
}

#programming-container .tournament .head .date span {
	font-size: 0.35rem;
}

#programming-container .tournament .head .date div p,
#programming-container .tournament .head .date span p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.250em;
	line-height: 18px;
	color: #fff;
	margin: 7px 0 0;
}

#programming-container .tournament .head .date span p b,
#programming-container .tournament .head .date div p b {
	font-size: 2.563em;
	font-weight: 700;
	line-height: 45px;
	color: #7DFF72;
}

#programming-container .tournament .head .title {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #fff;
}
#programming-container .tournament .head .title .text {
	display: inline-block;
	vertical-align: middle;
	margin-top: -12px;
}

#programming-container .tournament .head .title p {
	font-size: 3.750em;
	font-weight: 900;
	line-height: 0.8em;
	color: #fff;
}

#programming-container .tournament .head .title p:nth-child(1) {
	font-size: 2.813em;
	font-weight: 100;
	line-height: 0.9em;
	color: #7DFF72;
}

#programming-container .tournament .head .title img {
	margin: 0 10px 0 0;
}

#programming-container .tournament .winner {
	padding: 30px 0;
	border-bottom: 1px solid #fff;
}

#programming-container .tournament .winner .athlete .title {
	position: relative;
	width: 123px;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.7em;
	text-align: right;
	color: #7DFF72;
	margin: 0 0 0 12px;
	padding: 0;
	border-bottom: 1px solid #7DFF72;
}

#programming-container .tournament .winner .athlete .title:BEFORE {
	content: "";
	position: absolute;
	left: -12px;
	bottom: 0;
	display: inline-block;
	width: 20px;
	height: 23px;
	background-image: url("../images/icons/icon-trophy.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#programming-container .tournament .winner .athlete>div {
	position: relative;
	width: 135px;
	height: 220px;
	margin: 5px 10px 0 0;
}

#programming-container .tournament .winner .athlete>div svg {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 180px;
	width: 100%;
}

#programming-container .tournament .winner .athlete>div svg polygon {
	fill: #0d071f;
	stroke: #081378;
	stroke-width: 1;
}

#programming-container .tournament .winner .athlete>div img.adornment {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
}

#programming-container .tournament .winner .athlete>div img.avatar {
	position: relative;
	display: block;
	z-index: 2;
}

#programming-container .tournament .winner .avatar-box {
	height: 160px;
	width: 100%;
	overflow: hidden;
}

#programming-container .tournament .winner .athlete>div .details {
	position: absolute;
	display: block;
	bottom: 50px;
	left: 0;
	width: 100%;
	height: 43px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/backgrounds/bg-athlete-winner-name.png);
	z-index: 2;
	border-bottom: 2px solid #fff;
}

#programming-container .tournament .winner .athlete>div .details .name {
	font-weight: 700;
	color: #0d071f;
	padding: 13px 0 0 10px;
}

#programming-container .tournament .winner .athlete>div .details .number {
	position: absolute;
	right: 5px;
	top: -40px;
	font-size: 1.250em;
	font-weight: 200;
	color: #fff;
}

#programming-container .tournament .winner .athlete>div .details .number b {
	font-weight: 700;
}

#programming-container .tournament .winner .athlete>div .extra {
	height: 58px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#programming-container .tournament .winner .athlete>div .extra p.points {
	font-size: 2.563em;
	font-weight: 700;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}

#programming-container .tournament .winner .athlete>div .extra p.description {
	font-size: 0.875em;
	line-height: 1em;
	color: #ffc901;
	padding: 17px 0;
	float: left;
}

#programming-container .tournament#Desafio-de-Habilidades .winner .athlete>div .extra p.points,
	#programming-container .tournament#Desafio-de-Habilidades .winner .athlete>div .extra p.description
	{
	width: auto;
}

#programming-container .tournament .winner .team img.photo {
	margin-top: 15px;
	padding: 20px;
	border: solid 1px #7DFF72;
	background-color: #7DFF72;
}

#programming-container .tournament .winner .team .description {
	font-size: 0.750em;
	text-align: center;
	padding: 0 0 15px;
}

#programming-container .tournament .winner p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.000em;
	font-weight: 100;
	color: #fff;
	font-weight: 600;
	padding: 0 0 0 25px;
}

#programming-container .tournament .winner p.jde {
	padding: 0;
}

#programming-container .tournament .athletes {
	margin-bottom: 30px;
}

#programming-container .tournament .athletes .title {
	font-size: 1.875em;
	font-weight: 100;
	color: #fff;
	margin: 15px 0;
}

#programming-container .tournament .athletes .soon {
	font-size: 2.813em;
	font-weight: 900;
	text-align: center;
	color: #fff;
	/*padding: 30px auto;*/
}

#programming-container .tournament .athletes .team h4 {
	font-size: 1.250em;
	color: #ffd923;
	margin: 0 0 10px 5px;
}

#programming-container .tournament .athletes .team .opt-athlete-mini {
	display: none;
	width: 100%;
	margin: 0 0 5px 0;
	background-color: #071379;
}

#programming-container .tournament .athletes .team .opt-athlete-mini .thumb {
	display: inline-block;
	height: 80px;
	width: 75px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #071379;
}

#programming-container .tournament .athletes .team .opt-athlete-mini .name {
	width: calc(100% - 75px);
	display: inline-block;
	font-size: 1em;
	font-weight: 700;
	line-height: 3em;
	color: #fff;
	padding: 0 0 0 15px;
	background-color: #0e0037;
}

#programming-container .tournament .athletes .team .opt-athlete-mini .team {
	width: calc(100% - 75px);
	display: inline-block;
	font-size: 0.750em;
	line-height: 2.7em;
	color: #fff;
	padding-left: 15px;
	background-color: #081378;
}

#programming-container .tournament .athletes .opt-athlete {
	position: relative;
	width: 200px;
	height: 265px;
	margin: 0 0 40px 0;
	padding: 0 8px;
	float: left;
}

#programming-container .tournament .athletes .opt-athlete svg {
	position: absolute;
	bottom: 0;
	left: 8px;
	height: 170px;
	width: calc(100% - 16px);
}

#programming-container .tournament .athletes .opt-athlete svg polygon {
	fill: #0d071f;
	stroke: #081378;
	stroke-width: 1;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#programming-container .tournament .athletes .opt-athlete .info {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px;
	text-align: center;
	background-image: url(../images/voting/athlete-home-bg-adornment.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 85px;
	z-index: 1;
}

#programming-container .tournament .athletes .away-team .opt-athlete .info {
	background-image: url(../images/voting/athlete-away-bg-adornment.png);
}

#programming-container .tournament .athletes .opt-athlete .info .athlete {
	height: 192px;
	position: relative;
	overflow: hidden;
}

#programming-container .tournament .athletes .opt-athlete .info .athlete .details {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background-image: url(../images/voting/athlete-home-adornment.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#programming-container .tournament .athletes .away-team .opt-athlete .info .athlete .details {
	background-image: url(../images/voting/athlete-away-adornment.png);
}

#programming-container .tournament .athletes .opt-athlete .info .athlete .details p.name {
	width: calc(100% - 34px);
	height: 45px;
	font-weight: 900;
	text-align: left;
	color: #0d071f;
	padding: 10px 0 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#programming-container .tournament .athletes .opt-athlete .info .athlete .details p {
	font-size: 1.250em;
	line-height: 35px;
	color: #fff;
	padding: 10px 0 0;
}

#programming-container .tournament .athletes .opt-athlete .info .athlete .details p.number {
	width: 34px;
	font-weight: 100;
}

#programming-container .tournament .athletes .opt-athlete .info .athlete .details p.number b {
	font-weight: 600;
}

#programming-container .tournament .athletes .opt-athlete .info .team-container {
	text-align: center;
}

#programming-container .tournament .athletes .opt-athlete .info .team-container>div {
	display: inline-block;
	line-height: 50px;
}

#programming-container .tournament .athletes .opt-athlete .info .team-container .team-logo img {
	vertical-align: middle;
	padding: 0 5px;
	max-height: 40px;
}

#programming-container .tournament .athletes .opt-athlete .info .team-container .team-acronym p {
	font-size: 1.5em;
	font-weight: 900;
	color: #fff;
	padding: 0 5px;
}

#programming-container .tournament .athletes .opt-athlete .info table {
	width: 100%;
	border-top: 7px solid #081378;
}

#programming-container .tournament .athletes .opt-athlete .info table tr td {
	font-family: 'Titillium Web', sans-serif;
	font-size: 0.750em;
	font-weight: 300;
	line-height: 20px;
	text-align: left;
	color: #fff;
	padding: 0 0 0 8px;
	background-color: #081378;
	border-bottom: 1px solid #0d071f;
	color: #fff;
}

#programming-container .tournament .athletes .opt-athlete .info table tr td[rate="0"] {
	width: 65px;
	background-image: url("../images/voting/rate-0-stars.png");
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: center left;
}

#programming-container .tournament .athletes .opt-athlete .info table tr td[rate="1"] {
	width: 65px;
	background-image: url("../images/voting/rate-1-stars.png");
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: center left;
}

#programming-container .tournament .athletes .opt-athlete .info table tr td[rate="2"] {
	width: 65px;
	background-image: url("../images/voting/rate-2-stars.png");
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: center left;
}

#programming-container .tournament .athletes .opt-athlete .info table tr td[rate="3"] {
	width: 65px;
	background-image: url("../images/voting/rate-3-stars.png");
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: center left;
}

#programming-container .tournament .athletes .opt-athlete .info table tr td[rate="4"] {
	width: 65px;
	background-image: url("../images/voting/rate-4-stars.png");
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: center left;
}

#programming-container .tournament .athletes .opt-athlete .info table tr td[rate="5"] {
	width: 65px;
	background-image: url("../images/voting/rate-5-stars.png");
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: center left;
}

#programming-container .tournament .athletes .opt-athlete .info .resume-container {
	margin: 3px 0 0 0;
}

#programming-container .tournament .athletes .opt-athlete .info .resume-container .resume-box {
	font-weight: 100;
	text-align: center;
	color: #fff;
}

#programming-container .tournament .athletes .opt-athlete .info .resume-container .resume-box:nth-of-type(1)
	{
	padding: 0 3px 0 0;
}

#programming-container .tournament .athletes .opt-athlete .info .resume-container .resume-box .resume-acronym
	{
	font-size: 0.625em;
	background-color: #081378;
}

#programming-container .tournament .athletes .opt-athlete .info .resume-container .resume-box .resume-value
	{
	font-size: 0.750em;
	font-weight: 700;
	color: #7DFF72;
	border: 2px solid #081378;
}

#programming-container .tournament .athletes .opt-athlete .info .resume-container .resume-box:nth-of-type(2)
	{
	padding: 0 2px 0 1px;
}

#programming-container .tournament .athletes .opt-athlete .info .resume-container .resume-box:nth-of-type(3)
	{
	padding: 0 1px 0 2px;
}

#programming-container .tournament .athletes .opt-athlete .info .resume-container .resume-box:nth-of-type(4)
	{
	padding: 0 0 0 3px;
}

#programming-container .tournament#Jogo-das-Estrelas .athletes .team {
	/* display: none; */
}

#programming-container .tournament#Jogo-das-Estrelas .athletes .team h3 {
    font-size: 1.875em;
    font-weight: 700;
    color: #7DFF72;
    margin: 15px 0;
}

#programming-container .tournament .athletes .voting_home {
	background-color: transparent;
}

#programming-container .tournament .athletes .voting_home h2 {
	line-height: 0.950em;
}

#programming-container .tournament .athletes .voting_home h4, #programming-container .tournament .athletes .voting_home h2
	{
	margin: 0;
}

#programming-container .shots {
	height: 990px;
	background-color: #0a0a0a;
}

#programming-container .skills {
	height: 1050px;
	background-color: #0f0037;
}

#programming-container .three-points {
	height: 1050px;
	background-color: #0a0a0a;
}

@media screen and (max-width: 39.9375em) {
	#programming-container>.head {
		padding: 0 15px;
		text-align: center;
	}
	#programming-container .head h3 {
		font-size: 2.6em;
		line-height: 1em;
		margin: 70px auto 0;
	}
	#programming-container .head div>img {
		margin: 0 auto 0;
	}
	#programming-container .dates {
		height: auto;
		text-align: center;
	}
	#programming-container .dates ul {
		padding: 15px 0 30px;
	}
	#programming-container .dates ul li p {
		display: inline-block;
		margin: 0;
		float: none !important;
	}
	#programming-container .dates ul li p:FIRST-CHILD {
		margin: 10px 0 0 0;
	}
	#programming-container .tournament {
		height: auto;
		text-align: center;
		padding: 0 15px;
	}
	#programming-container .tournament .head .date div {
		display: block;
		margin: 0 auto 15px;
		float: none !important;
	}
	#programming-container .tournament .athletes {
		margin: 0 0 40px 0;
	}
	#programming-container .tournament .winner .athlete .title {
		display: block;
		margin: 0 auto;
	}
	#programming-container .tournament .winner .athlete>div {
		display: block;
		margin: 0 auto;
		float: none !important;
	}
	#programming-container .tournament .athletes .opt-athlete {
		display: inline-block;
		height: 265px;
		margin: 10px auto;
		float: none;
	}
	#programming-container .tournament .athletes .opt-athlete svg {
		height: calc(100% - 95px);
		-moz-transition: all .2s;
		-webkit-transition: all .2s;
		transition: all .2s;
	}
	#programming-container .tournament .athletes .opt-athlete .info table, #programming-container .tournament .athletes .opt-athlete .info .resume-container
		{
		display: none;
		-moz-transition: all .2s;
		-webkit-transition: all .2s;
		transition: all .2s;
	}
	#programming-container .tournament .athletes .opt-athlete .info button {
		position: absolute;
		bottom: -17px;
		left: calc(50% - 17px);
		height: 35px;
		width: 35px;
		background-image: url("../images/buttons/btn-center-yellow.png");
		background-size: auto 35px;
		border-radius: 5px;
		outline: none;
	}
	#programming-container .tournament .athletes .opt-athlete .info button.hide-button {
		display: none;
	}
	#programming-container .tournament .athletes .opt-athlete .info button.show-button:BEFORE {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 35px;
		height: 35px;
		background-image: url("../images/icons/icon-double-arrow-down.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 20px 20px;
	}
	#programming-container .tournament .athletes .opt-athlete .info button.hide-button:BEFORE {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 35px;
		height: 35px;
		background-image: url("../images/icons/icon-double-arrow-up.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 20px 20px;
	}
	#programming-container .tournament .head .title .competition, #programming-container .tournament .head .title img
		{
		float: none !important;
	}
	#programming-container .tournament .head .title .competition img {
		display: block;
		margin: 0 auto 10px auto;
	}
	#programming-container .tournament .head .title .competition .date,
	#programming-container .tournament .head .title .competition .text {
		display: block;
		margin: 0 auto;
		text-align: center;
		float: none !important;
	}
	#programming-container .tournament .head .title .competition .date span.float-right {
		float: none !important;
		display: inline-block;
		margin: 0 0 24px 0;
		height: auto;
	}
	#programming-container .tournament .head .title .competition .date b {
		line-height: 1;
	}
	#programming-container .tournament .head .title .competition .date p {
		margin-top: 8px;
	}

	#programming-container .tournament .head .title p {
		font-size: 2.75em;
	}
	#programming-container .tournament .head .title p:FIRST-CHILD {
		font-size: 1.813em;
	}
	#programming-container .tournament .winner {
		padding: 15px 0 15px 0;
	}
	#programming-container .tournament .winner p {
		padding: 15px 0;
	}
	#programming-container .tournament .athletes .voting_home h2 {
		font-size: 1.2em
	}
	#programming-container .tournament .athletes .voting_home h1 {
		font-size: 2em;
	}

	#programming-container .head img, #programming-container .head img {
		height: 140px;
		margin: 0 auto;
		display: block;
		float: none !important;
	}

	#programming-container>.head, #programming-container>.head {
		height: 308px;
	}

}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	#programming-container>.head {
		padding: 0 15px;
	}
	#programming-container .head h3 {
		font-size: 3.5em;
	}
	#programming-container .dates {
		padding: 0 15px;
	}
	#programming-container .tournament {
		padding: 0 15px;
	}
	#programming-container .tournament .head .title img {
		max-width: 300px;
	}
	#programming-container .tournament .athletes .team .opt-athlete-mini .name {
		padding: 0 0 0 5px;
	}
	#programming-container .tournament .athletes .team .opt-athlete-mini .team {
		padding-left: 5px;
	}
}
	#programming-container .tournament .head .title .competition {
		width: 100%;
	}
