html {
	font-family: 'ocUniviaMedium';
}

.alinha_pagina {
	width: 100% !important;
	margin: auto !important;
	padding: 0 10vw !important;
	position: relative;
}

.back__verde {
	background-color: #63C947 !important;
}

.unbreakCollumnCardCampeonato {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 16px;
	max-height: 48px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.oc-link-box-campeonato {
	color: #7569DE;
	cursor: pointer;
	font-weight: 400;
	font-size: 15px;
	font-family: 'ocUniviaMedium';
	text-decoration: none;
}

.oc-link-box-campeonato:hover {
	color: #7569DE;
}

.responsiveFlex {
	display: flex;
}
/* ------------------------------------------ */
/* ----------------LABELS E CORES-------------- */
/* ------------------------------------------ */
.online {
	border: 1px solid #FE6845 !important;
	color: #FE6845 !important;
	padding: 5px !important;
	background: white !important;
	cursor: pointer;
	border-radius: 8px !important;
	text-align: center;
	transition: all 0.4s;
	width: 100% !important;
	font-size: 13px;
}

.online:hover {
	border: 1px solid #FE6845;
	color: white !important;
	background: #FE6845 !important;
	border-radius: 10px;
	padding: 5px !important;
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	transition: all 0.4s;
}

.online:active {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	transition: all 0.4s;
}

.noticias {
	color: white;
	background: red;
	border-radius: 5px;
	padding: 2px !important;
	font-size: 13px;
	border: 2px solid #da0d0d;
	font-family: 'ocUniviaMedium';
}

.color__verde {
	color: #63c947 !important;
	font-family: 'ocUniviaMedium';
}

.color__roxo {
	color: #7569de !important;
	font-family: 'ocUniviaMedium';
}

.color__cinza {
	color: #c4c7c7 !important;
	font-family: 'ocUniviaMedium';
}

/* ------------------------------------------ */
/* ----------------UTILITARIOS-------------- */
/* ------------------------------------------ */
.corta__3linha--27px {
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px;
	max-height: 90px;
	word-break: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.corta__1linha--13px {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 15px;
	word-break: break-word;
	max-height: 15px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.corta__3linha--15px {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 17px;
	word-break: break-word;
	max-height: 51px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.cortar__3linha {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.font__size--responsiva {
	font-size: 14px;
}

@media screen and (max-width: 766px) {
	.font__size--responsiva {
		font-size: 12px;
	}
}

@media screen and (min-width: 64.063em) {
	.float_right {
		float: right;
	}
}

/* ------------------------------------------ */
/* ----------------PAGINAS DE CONSULTA-------------- */
/* ------------------------------------------ */
h3 {
	font-family: 'ocUniviaMedium';
	color: #7569de;
}

.label__tabela {
	color: #7569de;
	text-align: center;
}

.shadow {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.card {
	justify-content: flex-end;
	border-radius: 14px;
	border: 0;
	height: 110px;
	/* box-shadow: 0px 3px 6px 2px #f1f1f1; */
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	background: #FCFCFC;
	padding: 1.5em !important;
	padding-top: 1.5em !important;
	padding-bottom: 1.5em !important;
}

.card__responsivo {
	border-radius: 14px;
	border: 0;
	height: auto;
	/* box-shadow: 0px 3px 6px 2px #f1f1f1; */
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	background: #FCFCFC;
	padding: 1.5em !important;
	padding-top: 1.5em !important;
	padding-bottom: 0 !important;
}

.card__pequeno {
	border-radius: 14px;
	border: 0;
	height: auto;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	background: #FCFCFC;
	padding: 10px 17px !important;
}

.label-data {
	font-size: 12px;
	color: #63C947;
	margin: 0;
	font-weight: 700;
}

.boxImagem {
	background: #ffffff;
	height: 100%;
	overflow: hidden;
	border-radius: 7px;
	display: flex;
	text-align: center;
	align-items: center;
	box-shadow: 0 0 1px 0 #dbdbdb;
}

/* ------------------------------------------ */
/* -----------------NAV BAR CSS-------------- */
/* ------------------------------------------ */
.botaoEntrar {
	background: #FE6845 0% 0% no-repeat padding-box;
	border-radius: 5px;
	opacity: 1;
	width: 146px;
	height: 33px;
	color: white;
	text-align: center;
	padding: 8px;
	font-size: 12px;
	right: 10vw;
	border: 1px solid #FE6845;
	position: absolute;
	top: 20%;
	cursor: pointer;
	text-align: center;
	margin-right: 5px;
}

.botaoEntrar:hover, .botaoEntrar:focus, .botaoEntrar:active {
	color: white;
}

.icon-profile {
	position: absolute;
	right: 69px;
	top: 15px;
	cursor: pointer;
}

.icon-profile-open {
	top: 10px;
	background: #7569DE;
	position: absolute;
	width: 32px;
	border-radius: 35px;
	z-index: -1;
	right: 62px;
	cursor: pointer;
	height: 32px;
}

/* --------------------FIM---------------------- */

/* ------------------------------------------ */
/* ----------------CAMPEONATO.XHTML-------------- */
/* ------------------------------------------ */

/*+++++++++++ */
/* ++++ TITULOS E LABELS*/
/* +++++++++ */
.jogo__finalizado {
	font-size: 10px;
	width: 124px;
	margin: auto;
	margin-bottom: 3px;
	background: #7569de;
	color: white;
	text-align: center;
	padding: 3px;
}

.cabecalho {
	padding: 5vw 0px !important;
	font-family: 'ocUniviaMedium';
	margin-left: 10%;
}

.cabecalho__h3 {
	font-size: 23px;
	margin: 0;
	color: #7569de;
	margin-bottom: 5px;
	font-family: 'ocUniviaMedium';
}

.cabecalho__img--div {
	height: 100px;
	align-items: center;
	display: flex;
	border-radius: 7px;
	overflow: hidden;
	width: 90px;
	position: absolute;
	float: left;
	text-align: center;
	left: 10vw;
	margin: auto;
	padding: 5px;
	border: 1px solid #f1f1f1;
	max-height: 90px;
	padding: 10px;
}

.cabecalho__img {
	height: auto;
	width: 70px;
	padding: 0px;
	max-height: 70px;
}

.cabecalho__label {
	color: #c4c7c7;
	font-size: 12px;
}

.cabecalho__label--verde {
	color: #63c947;
	font-size: 11px;
}

.cabecalho__label--data {
	font-family: 'ocUniviaMedium';
	color: #63c947;
	font-size: 12px;
}

.cabecalho__label--org {
	margin-right: 5px;
	font-family: 'ocUniviaMedium';
	color: #7569de;
	font-size: 12px;
	font-family: 'ocUniviaMedium';
}

.cabecalho__label--roxo {
	color: #7569de;
	font-size: 16px;
	font-family: 'ocUniviaMedium';
}

.cabecalho_h3--23 {
	font-size: 23px;
}

.cabecalho__label--cinza10 {
	color: #c7c4c4;
	font-size: 10px;
	font-family: 'ocUniviaMedium';
	margin: 0 5px;
}

.cabecalho__label--cinza12 {
	color: #c7c4c4;
	font-size: 12px;
	font-family: 'ocUniviaMedium';
}

/*+++++++++++ */
.boxHeader {
	width: 187px;
	height: 71px;
	padding: 11px 11px 0px 11px;
	text-align: left;
	font-family: 'ocUniviaBook';
	letter-spacing: 0;
	color: #AEAEAE;
	opacity: 1;
	background: white;
	font-size: 9px;
	list-style: none;
}

.boxHeader:hover {
	background: #EFEFEF 0% 0% no-repeat padding-box;
}

.boxHeaderH1 {
	font-size: 15px;
	margin: 0;
	text-align: left;
	font-family: 'ocUniviaBold';
	color: #7569DE;
	margin-bottom: 2px;
	letter-spacing: 0;
}

.headerNone {
	display: none;
}

.ulMenu {
	padding: 0;
	box-shadow: 0px 3px 6px #00000012;
	position: absolute;
	left: -37%;
}

.ulOpen li {
	display: none;
}

.ulOpen:hover li {
	display: block;
}

.botaoVerCampeonato {
	color: white;
	border-radius: 5px;
	width: 201px;
	height: 33px;
	position: absolute;
	background: #6658DB;
	right: 23vw;
	padding: 8px;
	text-align: center;
	font-size: 12px;
	top: 20%;
}

.botaoVerCampeonato:hover {
	color: white;
	border-radius: 5px;
	width: 201px;
	height: 33px;
	position: absolute;
	background: #6658DB;
	right: 23vw;
	padding: 8px;
	text-align: center;
	font-size: 12px;
	top: 20%;
}

/*+++++++++++ */
/* ++++ CSS DO CORPO DAS PAGINAS PUBLICAS */
/* +++++++++ */
.body {
	margin-left: 10%;
}

.body__h3 {
	font-size: 25px;
	text-align: left;
	margin-bottom: 30px;
	/* 	text-transform: lowercase; */
}

/* .body__h3:first-letter {
	text-transform: capitalize;
} */
.body__h3--marginNone {
	font-size: 25px;
	/* text-transform: lowercase; */
	text-align: left;
	margin: 0;
}
/* 
.body__h3--marginNone:first-letter {
	text-transform: capitalize;
} */
.body__botao--categoria {
	background: #7569de;
	padding: 16px !important;
	margin-right: 3vw !important;
	margin-bottom: 3vw !important;
	width: 20%;
	font-size: 11px;
}

.body__botao--categoria:hover {
	background: #7569de;
	padding: 16px !important;
	margin-right: 3vw !important;
	margin-bottom: 3vw !important;
}

.body__botao--categoria:active {
	background: #63c947;
	padding: 16px !important;
	margin-right: 3vw !important;
	margin-bottom: 3vw !important;
	box-shadow: 0px 0px 13px 4px #dbdbdb;
}

.body__agenda {
	width: 100%;
	float: left;
}

.body__agenda--button.ui-selectonebutton div.ui-button {
	background-color: white !important;
	border-radius: 0px;
	color: #c4c7c7;
	margin-bottom: 7px;
	margin-left: 12px;
	width: 119px;
	border: 1px solid #c4c7c7;
	float: left;
	font-weight: 400;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.body__agenda--button.ui-selectonebutton div.ui-state-active {
	background-color: #7569de !important;
	border-radius: 0px;
	color: white;
	margin-left: 12px;
	border: 1px solid #7569de;
	float: left;
	font-weight: 400;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.body__fase {
	background-color: #ffffff !important;
	border-radius: 0px;
	font-size: 11px;
	color: #c7c4c4;
	margin-left: 12px;
	border: 1px solid #c7c4c4;
	float: left;
	font-weight: 400;
	padding: 5px !important;
	margin-bottom: 11px;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.body__fase--selecionada {
	background-color: #7569de !important;
	border-radius: 0px;
	font-size: 11px;
	color: white;
	margin-left: 12px;
	border: 1px solid #7569de;
	float: left;
	font-weight: 400;
	padding: 5px !important;
	margin-bottom: 11px;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.body__calendario {
	margin: 15px 0px;
}

.body__jogos {
	margin: 20px 0;
}

.body__jogos--card {
	justify-content: flex-end;
	border-radius: 14px;
	border: 0;
	height: 140px;
	padding: 0px 10px 0 10px !important;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	background: #FCFCFC;
	margin-right: 15px;
	margin-bottom: 15px;
}

.body__label--roxo {
	color: #7569de;
	font-size: 12px;
	font-family: 'ocUniviaMedium';
	margin: 0 3px;
}

.body__label--roxo15 {
	color: #7569de;
	font-size: 15px;
	font-family: 'ocUniviaMedium';
}

.body__label--perdedor {
	color: #c7c4c4;
	font-size: 15px;
	font-family: 'ocUniviaMedium';
}

.body__label--cinza9 {
	color: #c7c4c4;
	font-size: 9px;
	font-family: 'ocUniviaMedium';
	margin: 0 2px;
}

.body__label--cinza10 {
	color: #c7c4c4;
	font-size: 10px;
	font-family: 'ocUniviaMedium';
	margin: 0 2px;
}

.body__label--cinza15 {
	color: #c7c4c4;
	font-size: 15px;
	font-family: 'ocUniviaMedium';
	margin: 0 2px;
}

.body__label--verde {
	color: #63c947;
	font-size: 9px;
	font-family: 'ocUniviaMedium';
	margin: 0 2px;
}

.body__label--verde12 {
	color: #63c947;
	font-size: 12px;
	font-family: 'ocUniviaMedium';
	margin: 0 2px;
}

.body__label--verde10 {
	color: #63c947;
	font-size: 10px;
	font-family: 'ocUniviaMedium';
	margin: 0 2px;
}

.body__estatisticas--label {
	vertical-align: sub;
	margin: 0 10px;
	color: #c7c4c4;
	font-weight: 100;
	font-size: 18px;
	font-family: 'ocUniviaMedium';
}

.widht__70 {
	width: 70%;
}

.margin__top__bottom {
	margin: 20px 0px;
}

/* ------------------------------------------ */
/* -----------------PLACARES-------------- */
/* ------------------------------------------ */
.placar__equipe {
	font-size: 27px;
	margin: 0 10px;
}

.placar__gols {
	font-size: 30px;
	color: #63c947;
	margin: 0;
}

.placar__right {
	text-align: right;
}

.placar__left {
	text-align: left;
}

@media screen and (max-width: 766px) {
	.placar__gols {
		font-size: 19px;
		letter-spacing: -1.1px;
	}
	.placar__equipe {
		font-size: 19px;
		letter-spacing: -1.1px;
		word-break: break-all;
	}
	.placar__right {
		letter-spacing: -0.1px;
	}
	.placar__left {
		letter-spacing: -0.1px;
	}
}

/* ------------------------------------------ */
/* -----------------VER PUBLICOS-------------- */
/* ------------------------------------------ */
/* ------------------------------------------ */
.box__img--ver {
	display: flex;
	height: 120px;
	overflow: hidden;
	width: 140px;
	align-items: center;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #e4e4e4;
	margin-bottom: 14px;
}

.municipio__img {
	height: 120px;
	width: 140px;
	display: flex;
	text-align: center;
	align-items: center;
	overflow: hidden;
	padding: 9px;
	border: 1px solid #f7f7f7;
	border-radius: 5px
}

.municipio__nome {
	flex: 1;
	padding-left: 3%;
	font-size: 30px;
	color: #7569de;
	padding-right: 3%;
}

.botaoLink {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	height: 55px;
	width: 170px;
	background: #7569de;
	border-radius: 5px;
	color: white;
	text-decoration: none;
	font-family: 'ocUniviaMedium';
	transition: all .4s;
}

.botaoLink:hover {
	background: #7569de;
	box-shadow: 0 2px 18px 5px rgba(0, 0, 0, 0.1);
	transition: all .4s;
}

/* -----------------TABELAS PUBLICAS-------------- */
/* ------------------------------------------ */
.table__atletas {
	padding: 8px 16px 8px 31px !important;
	height: 58px;
	background: #fcfcfc;
	border-radius: 10px;
	margin-bottom: 11px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.table__atletas--time {
	color: #63c947;
	font-size: 9px;
	font-family: 'ocUniviaMedium';
}

.table__atletas--atleta {
	color: #7569de;
	font-size: 16px;
	font-family: 'ocUniviaMedium';
}

.table__atletas--gols {
	color: #63c947;
	font-size: 9px;
	font-family: 'ocUniviaMedium';
}

.card__atletas {
	padding: 0px;
	flex-grow: 0;
	width: 45%;
	flex-wrap: nowrap;
}

.margin__menu {
	padding-left: 10vw !important;
	padding-right: 10vw !important;
}

/* --------------------FIM---------------------- */

/* ------------------------------------------ */
/* -----------------MEDIAS CABECALHO PAGINAS PUBLICAS-------------- */
/* ------------------------------------------ */
@media screen and (max-width: 766px) {
	.cabecalho__h3 {
		font-size: 17px !important;
		height: 95px;
		overflow: hidden;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-height: 19px;
		max-height: 95px;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}
	.cabecalho__responsive--title {
		margin-left: 100px;
	}
	.cabecalho {
		margin-left: 0;
	}
}
/* --------------------FIM---------------------- */

/* ------------------------------------------ */
/* -----------------MEDIAS-------------- */
/* ------------------------------------------ */
@media screen and (max-width: 766px) {
	.body {
		margin-left: 0;
	}
	.body__h3 {
		text-align: center;
	}
	.body__h3--marginNone {
		text-align: center;
	}
	.card__atletas {
		padding: 0px;
		flex-grow: 0;
		width: 45%;
		flex-wrap: nowrap;
	}
	.margin__5px--topBot {
		margin: 2px 0;
	}
}

@media screen and (max-width: 1140px) {
	.cabecalho__img--div {
		left: 4vw;
	}
}

@media screen and (max-width: 830px) {
	.widht__70 {
		width: 100%;
	}
	.botaoEntrar {
		right: 5%;
	}
	.abreviacao__mobile {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		font-size: 13px;
		line-height: 16px;
		max-height: 32px;
		word-break: break-word;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-bottom: 7px;
		letter-spacing: -0.1px;
		-webkit-line-clamp: 2;
	}
}

@media screen and (max-width: 766px) {
	.escudo {
		display: none;
	}
	.botaoEntrar {
		right: 1vw;
		width: 20vw;
	}
	.icon-profile {
		right: 50px;
	}
	.icon-profile-open {
		right: 43px;
	}
	.body__botao--categoria {
		width: 100%;
	}
	.body__agenda {
		float: initial;
	}
	.body__agenda--button.ui-selectonebutton div.ui-button {
		width: 100%;
		float: initial;
	}
	.body__agenda--button.ui-selectonebutton div.ui-state-active {
		width: 100%;
		float: initial;
	}
	.cabecalho__img--div {
		left: 8vw;
	}
	.right__mobile {
		text-align: right;
	}
	.left__mobile {
		text-align: left;
	}
	.float__right--mobile {
		float: right;
	}
	.float__left--mobile {
		float: left;
	}
}

/* -------------------------------------------- */
/* --------MEDIA EQUIVALENTE AO UI-MD--------- */
/* ------------------------------------------ */
@media screen and (min-width: 40.063em) {
	.inputWidth {
		margin-bottom: 22px !important;
		margin-top: 22px !important;
		width: 79.5vw;
	}
}

/* -------------------------------------------- */
/* --------MEDIA EQUIVALENTE AO UI-LG--------- */
/* ------------------------------------------ */
@media screen and (min-width: 64.063em) {
	.inputWidth {
		width: 79vw;
		margin-bottom: 22px !important;
		margin-top: 22px !important;
	}
}

@media screen and (max-width: 766px) {
	.menu-navbar {
		background: #63c946;
		position: fixed;
		height: 100%;
		top: 49px;
		padding-left: 30px;
		padding-right: 0;
		text-align: left;
		width: 100%;
		left: -100%;
		display: none;
	}
}

@media screen and (max-width: 1230px) {
	.botaoVerCampeonato {
		display: none;
	}
}

@media screen and (max-width: 766px) {
	.responsiveFlex {
		display: block;
	}
	.directionMobile {
		flex-direction: column;
		align-items: center;
	}
	.navbar-items-style>li>a:hover {
		font-family: 'ocUniviaMedium';
		color: white !important;
	}
	.navbar-items-style>li>a {
		width: 100%;
		font-size: 25px;
		color: #F6F1EC !important;
		font-family: 'ocUniviaMedium';
	}
	.reverse--row {
		display: flex;
		flex-direction: row-reverse;
	}
	.margin__menu {
		padding-left: 5% !important;
		margin: 0 !important;
		padding-right: 0 !important;
	}
	.container>.navbar-header {
		margin-right: 0px;
		margin-left: 0px;
	}
	.municipio__nome {
		font-size: 25px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-height: 27px;
		word-break: break-word;
		max-height: 110px;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
}

.none {
	display: none;
}

.rotate__180 {
	transition: transform .2s ease-in-out;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

/* .ui-state-focus {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
} */