body {
	transition: all .4s;
	margin: 0;
	scroll-behavior: smooth;
	max-width: 1800px;
	margin: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
}

.ulOpen ul {
	display: none;
}

.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;
}

.ulOpen:hover ul {
	display: block;
}

.ulMenu {
	padding: 0;
	box-shadow: 0px 3px 6px #00000012;
	position: absolute;
	left: -37%;
	z-index: 99;
}

.wppClass {
	transition: all .4s;
	position: fixed;
	bottom: 20px;
	right: 50px;
	font-size: 63px;
	z-index: 9999;
}

.wppClass label {
	transition: all .4s;
	position: fixed;
	font-size: 11px;
	bottom: 31px;
	background: #45c645db;
	color: white;
	opacity: 0;
	right: 0;
	font-family: 'ocUniviaMedium';
	border-radius: 4px;
	padding: 9px;
	letter-spacing: 2.1px;
}

.wppClass:hover label {
	transition: all .4s;
	position: fixed;
	right: 115px;
	font-size: 11px;
	bottom: 31px;
	background: #45c645db;
	color: white;
	opacity: 1;
	font-family: 'ocUniviaMedium';
	border-radius: 4px;
	padding: 9px;
	letter-spacing: 2.1px;
}

.wppClass:hover label:after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
}

.wppClass:hover label:after {
	top: 7px;
	border-color: transparent transparent transparent #5fce5f;
	border-width: 10px;
}

.limitView {
	max-width: 1920px;
}

.menuMobile {
	display: none;
}

::selection {
	color: white;
	background-color: #7569DE;
}

.linkHeader {
	color: #C4C4C4;
	font-family: 'ocUniviaMedium';
	font-size: 14px;
	padding: 0 13px;
	text-align: center;
	text-decoration: none;
}

.shrink .linkHeader {
	color: white;
}

.blocoInfo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 465px;
	margin-top: 15vh;
}

.labelGrande {
	color: #707070;
	text-align: left;
	letter-spacing: -0.32px;
	font-size: 70px;
	font-family: 'ocUniviaBlack';
}

.labelMedio {
	color: #707070;
	text-align: left;
	letter-spacing: -0.24px;
	font-size: 42px;
	font-family: 'ocUniviaBlack';
}

.labelNormal {
	color: #707070;
	text-align: left;
	font-size: 18px;
	font-family: 'ocUniviaBook';
}

.header {
	width: 100%;
	position: fixed;
	background: white;
	position: -webkit-sticky;
	transition: all .4s;
	top: 0;
	z-index: 3;
}

.nav {
	display: flex;
	align-items: center;
	padding-right: 10vw;
	padding-left: 10vw;
	box-sizing: border-box;
	justify-content: space-between;
	height: 70px;
	z-index: 99;
	max-width: 1800px;
	margin: auto;
}

.blocoHeader {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	transition: all .4s;
}

.shrink {
	transition: all .4s;
	background: #7569DE;
	z-index: 99;
	box-shadow: 0px 0px 10px 0px #000000b8;
}

.ui-messages-info {
	margin-top: 5px;
	background: #62c947;
	border: none;
	border-radius: 4px;
	color: white;
}

.shrink img {
	content: url("/fonts/img/logo-branca.svg") !important;
}

.nav img {
	content: url("/fonts/img/logo-roxa.svg");
}

.container {
	margin-top: 70px;
	padding-right: 10vw;
	padding-left: 10vw;
	box-sizing: border-box;
	position: relative;
}

.logoCamp {
	top: 46px;
	left: 345px;
	width: 17px;
	height: 17px;
	background: #F6F1EC 0% 0% no-repeat padding-box;
	opacity: 1;
}

.logoCamp2 {
	top: 43px;
	left: 344px;
	width: 20px;
	height: 20px;
	background: #7569DE 0% 0% no-repeat padding-box;
}

.botaoNovaConta {
	width: 175px;
	font-family: 'ocUniviaMedium';
	color: white;
	height: 35px;
	background: #FE6845 0% 0% no-repeat padding-box;
	border-radius: 5px;
	opacity: 1;
	justify-content: center;
	align-items: center;
	display: flex;
	cursor: pointer;
	text-decoration: none;
	margin: 0 0px 0 32px;
	text-decoration: none;
}

.botaoNovaConta:hover {
	transition: all .4s;
	box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 7px #fe684585;
}

.botaoSair {
	width: 73px;
	font-family: 'ocUniviaMedium';
	color: white;
	height: 35px;
	background: #ff5252 0% 0% no-repeat padding-box;
	border-radius: 5px;
	opacity: 1;
	justify-content: center;
	align-items: center;
	display: flex;
	cursor: pointer;
	text-decoration: none;
	margin: 0 0px 0 32px;
	text-decoration: none;
}

.botaoSair:hover {
	transition: all .4s;
	box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 7px #ff5252ad;
}

.shrink .botaoNovaConta:hover {
	transition: all .4s;
	box-shadow: 0px 0px 0px 2px #7569DE, 0px 0px 0px 7px #fe684585;
}

.blocoImg {
	z-index: -1;
	height: calc(100vh - 70px);
	position: absolute;
	right: 0;
}

.imgAtleta {
	position: absolute;
	right: 0;
	width: 700px;
}

.imgControle {
	position: absolute;
	width: 260px;
	height: auto;
	right: 300px;
	top: 79px;
}

.labelCategorias {
	font-family: 'ocUniviaBook';
	font-size: 13px;
	color: #707070;
	text-align: left;
	letter-spacing: 4.33px;
}

.botaoNovaContaRoxo {
	background: #7569DE 0% 0% no-repeat padding-box;
	border-radius: 5px;
	opacity: 1;
	width: 341px;
	height: 40px;
	color: #FFFFFF;
	justify-content: center;
	align-items: center;
	display: flex;
	cursor: pointer;
	text-decoration: none;
	font-family: 'ocUniviaMedium';
	margin-top: 45px;
	text-decoration: none;
}

.textoCard {
	text-align: left;
	font-family: 'ocUniviaBook';
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
	font-size: 14px;
	margin-top: 14px;
	width: 202px;
	height: 260px;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 20px;
}

.userFeedbackName {
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	font-size: 14px;
	font-family: 'ocUniviaBlack';
	letter-spacing: 0px;
	color: #707070;
	overflow: hidden;
}

.userTipoEsporte {
	font-size: 14px;
	font-family: 'ocUniviaRegular';
	color: #707070;
	font-family: 'ocUniviaRegular';
}

.botaoNovaContaRoxo:hover {
	background: #7569DE 0% 0% no-repeat padding-box;
	transition: all .4s;
	box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 7px #7569de8c;
}

.shadowPersonalizada {
	transition: all .4s;
	box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 7px #7569de8c;
}

.tituloPequeno {
	text-align: left;
	font-family: 'ocUniviaBlack';
	font-size: 20px;
	color: #707070;
	opacity: 1;
	letter-spacing: -0.12px;
}

.blocoFuncoes {
	display: flex;
	flex-direction: column;
}

.blocoAtalhos {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blocoAtalhos a {
	text-align: left;
	font-family: 'ocUniviaBold';
	font-size: 15px;
	text-decoration: none;
	letter-spacing: 0px;
	color: #D4D4D4;
	opacity: 1;
	cursor: pointer;
	margin-right: 22px;
	margin-bottom: 11px;
}

.destacaCinza {
	color: #707070 !important;
}

.blocoDescricao {
	width: 100%;
	margin: 55px 0;
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.imgFunction {
	width: auto;
	height: 400px;
	max-width: 650px;
}

.blocoInfoFuncoes {
	flex-grow: 0;
	display: flex;
	flex-direction: column;
	width: 460px;
}

/* FAIXA ROXA TA TELA INICIAL */
.cardInfo {
	width: calc(100% + 20vw);
	margin-left: -10vw;
	height: auto;
	background: #7569DE 0% 0% no-repeat padding-box;
	opacity: 1;
	margin-top: 112px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	padding: 0 10vw;
	box-sizing: border-box;
}

.flexColumnCenter {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.inputPrincipal {
	width: 233px;
	height: 55px;
	color: #707070;
}

.inputPrincipal:hover {
	transition: all .4s;
	border-color: #7569DE;
}

.inputPrincipal:focus {
	transition: all .4s;
	border-color: #7569DE;
	color: #707070;
	box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 7px #7569de8c;
}

.marginCampos {
	margin: 0 40px !important;
}

.inputPrincipal.ui-widget.ui-state-error.ui-state-focus {
	box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 7px #ff00006e;
}

.inputPrincipal.ui-widget.ui-state-error:hover {
	border-color: #b95354;
}

.tituloWhite {
	text-align: left;
	font-family: 'ocUniviaBlack';
	font-size: 30px;
	color: #FFFFFF;
	opacity: 1;
	letter-spacing: -0.16px;
	color: #FFFFFF;
}

.conteudoWhite {
	text-align: left;
	font-family: 'ocUniviaBook';
	font-size: 18px;
	color: #FFFFFF;
	opacity: 1;
	letter-spacing: 0px;
}

.cardInfoVerde {
	width: calc(100% + 20vw);
	margin-left: -10vw;
	height: auto;
	background: #62C947 0% 0% no-repeat padding-box;
	opacity: 1;
	margin-top: 112px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 10vw;
	box-sizing: border-box;
}

.cardCinza {
	
}

.shadowFundoVerde:hover {
	box-shadow: 0px 0px 0px 2px #62C947, 0px 0px 0px 7px #7569de8c
		!important;
}

.blocoVideo {
	margin: 60px 0;
	width: 500px;
	height: 260px;
}

.infoVideo {
	display: flex;
	width: 341px;
	flex-direction: column;
	margin: 60px 0;
}

.panelCampos {
	display: flex;
	flex-direction: column;
	padding: 10px 0;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

.cardInfo h1 {
	margin-bottom: 20px;
	text-align: left;
	font-family: 'ocUniviaBold';
	color: #FFFFFF;
	opacity: 1;
	font-size: 25px;
	letter-spacing: 0px;
}

.cardInfo #conteudo {
	font-family: 'ocUniviaBook';
	letter-spacing: 0px;
	color: #FFFFFF;
	font-size: 17px;
	opacity: 1;
	text-align: left;
}

.cardInfo label {
	margin-bottom: 20px;
	text-align: left;
	font-family: 'ocUniviaBold';
	color: #FFFFFF;
	opacity: 1;
	font-size: 17px;
	letter-spacing: 0px;
}

.cardInfo span {
	font-family: 'ocUniviaBook';
	letter-spacing: 0px;
	color: #FFFFFF;
	font-size: 14px;
	opacity: 1;
	text-align: left;
	opacity: 1;
}

.height {
	height: 220px !important;
}

.cardInfo div {
	width: 238px;
	height: 179px;
	flex-direction: column;
	margin: 30px 6px;
	display: flex;
}

.inverteColuna {
	
}

.divCampos {
	display: flex;
}

/* BLOCO COMENTARIOS */
.blocoComentarios {
	width: calc(100% + 20vw);
	margin-left: -10vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #F1F1F1;
	padding: 101px 10vw;
	box-sizing: border-box;
}

.blocoCardComent {
	overflow: hidden;
	overflow-x: scroll;
	display: flex;
	margin-top: 30px;
	width: 1200px;
}

.blocoCardComent::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.blocoCardComent::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

.blocoCardComent::-webkit-scrollbar-thumb {
	background: #7569de;
	border: 0px none #ffffff;
	border-radius: 20px;
}

.blocoCardComent::-webkit-scrollbar-thumb:hover {
	background: #f1f1f1;
}

.blocoCardComent::-webkit-scrollbar-thumb:active {
	background: #000000;
}

.blocoCardComent::-webkit-scrollbar-track {
	background: #f1f1f1;
	border: 0px none #f1f1f1;
	border-radius: 13px;
}

.blocoCardComent::-webkit-scrollbar-track:hover {
	background: #f1f1f1;
}

.blocoCardComent::-webkit-scrollbar-track:active {
	background: #f1f1f1;
}

.blocoCardComent::-webkit-scrollbar-corner {
	background: transparent;
}

.sliderTwo {
	transition: all .4s;
	margin-left: -100%;
}

.sliderThree {
	transition: all .4s;
	margin-left: -200%;
}

.clickSlide {
	background: transparent;
	width: 48px;
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
}

.clickSlide span {
	height: 10px;
	width: 10px;
	background: #707070;
	border-radius: 5px;
	cursor: pointer;
}

.slides {
	min-width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 20px 20px;
	box-sizing: border-box;
}

.cardComentario {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 5px;
	opacity: 1;
	width: 200px;
	margin-bottom: 20px;
	height: 310px;
	padding: 43px 33px;
	display: flex;
	cursor: pointer;
	transition: all .4s;
	flex-direction: column;
	margin: 12px 3px;
}

.cardComentario:hover {
	transition: all .4s;
	box-shadow: 0px 0px 6px 4px #00000026;
}

.click {
	background: #7569de !important
}

.cardComentario .fa-star {
	color: #7569DE;
	font-size: 20px;
	padding-right: 5px;
}

/* RODAPE DA TELA INICIAL */
.footer {
	width: calc(100% + 20vw);
	margin-left: -10vw;
	height: auto;
	background: white 0% 0% no-repeat padding-box;
	opacity: 1;
	margin-top: 112px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
	padding: 0 10vw;
	box-sizing: border-box;
	margin-bottom: 112px;
}

.footerTitle {
	text-align: left;
	font-size: 14px;
	font-family: 'ocUniviaBold';
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
}

.menuLateral {
	position: fixed;
	background: #7569de;
	width: 80vw;
	left: -80vw;
	top: 69px;
	height: 100%;
	z-index: 100;
	transition: all .4s;
	box-shadow: 1px 18px 3px 15px #00000082;
}

.footerLabel {
	text-align: left;
	font-size: 13px;
	font-family: 'ocUniviaLight';
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
	margin: 7px 0px;
}

.footerItem {
	display: flex;
	align-items: baseline;
	flex-direction: column;
	width: auto;
	max-width: 230px;
	height: auto;
}

/* ---------------------------------------------- */
.mobile {
	display: none;
}

/* SIDE MENU */
.menuLateral ul {
	list-style: none;
	padding: 0 5vw;
}

.menuLateral ul li {
	color: white;
	font-family: 'ocUniviaMedium';
	margin: 25px 0;
}

.imgSize {
	height: 16px;
}

.btnOpenMenu {
	display: none;
}

@media only screen and (min-width: 1800px) {
	.blocoImg {
		right: 100px;
	}
	.container {
		box-shadow: 0px 12px 11px -1px #707070;
	}
	.nav {
		box-shadow: 0px -9px 11px -1px #707070;
	}
}

@media only screen and (max-width: 1340px) {
	.slides {
		min-width: auto;
	}
	.blocoCardComent {
		width: 100%;
	}
}

@media only screen and (max-width: 1100px) {
	.btnOpenMenu {
		display: flex;
		font-size: 20px;
		margin-right: 20%;
		color: #7569de;
		border: 2px solid #7569de;
		padding: 6px 9px;
		border-radius: 6px;
	}
	.shrink .btnOpenMenu {
		display: flex;
		font-size: 20px;
		margin-right: 20%;
		color: white;
		border: 2px solid white;
		padding: 6px 9px;
		border-radius: 6px;
	}
	.cardInfoVerde {
		justify-content: center;
	}
	.blocoCardComent {
		width: 100%;
	}
	.footer {
		width: calc(100% + 6vw);
		margin-left: -3vw;
		padding: 75px 3vw;
	}
	.linkHeader {
		display: none;
	}
	.blocoImg {
		opacity: 0.3;
	}
	.hiden {
		display: none;
	}
	.blocoInfoFuncoes {
		transform: scale(0.9);
	}
}

@media only screen and (max-width: 980px) {
	.wppClass {
		transition: all .4s;
		position: fixed;
		bottom: 12px;
		right: 8px;
		color: #34af23;
		font-size: 40px;
		z-index: 9999;
	}
	.imgFunction {
		width: 100%;
		height: auto;
		max-width: none;
	}
	.wppClass:hover label {
		transition: all .4s;
		position: fixed;
		right: 61px;
		font-size: 11px;
		bottom: 13px;
		background: #45c645db;
		color: white;
		opacity: 1;
		font-family: 'ocUniviaMedium';
		border-radius: 4px;
		padding: 9px;
		letter-spacing: 2.1px;
	}
	.footerItem {
		margin: 21px 3vw;
	}
	.divCampos {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.divCampos input {
		margin: 18px 0px !important;
	}
	.divCampos button {
		margin: 18px 0px !important;
	}
}

@media only screen and (max-width: 768px) {
	.imgSize {
		height: 14px;
	}
	.header {
		padding-left: 3vw;
	}
	.mobile {
		display: flex !important;
	}
	.tituloPequeno {
		text-align: center;
	}
	.labelNormal {
		text-align: center;
	}
	.blocoComentarios {
		width: calc(100% + 6vw);
		margin-left: -3vw;
		padding: 75px 3vw;
	}
	.cardInfoVerde {
		justify-content: center;
		width: calc(100% + 6vw);
		margin-left: -3vw;
		padding: 0 3vw;
	}
	.slides {
		justify-content: center;
	}
	.cardInfo div {
		margin: 10px 0;
	}
	.inverteColuna {
		flex-direction: column-reverse;
	}
	.cardInfo {
		height: auto;
		align-items: center;
		justify-content: center;
		width: calc(100% + 6vw);
		margin-left: -3vw;
	}
	.blocoDescricao {
		min-width: 0;
		flex-wrap: wrap;
	}
	.blocoImg {
		transition: all .4s;
		position: absolute;
		z-index: -1;
		width: 100vw;
		display: flex;
		opacity: 0.3;
		height: 100%;
		right: 0;
		transform: scale(0.99);
		overflow-x: hidden;
	}
	.botaoNovaConta {
		display: none;
	}
	.botaoNovaContaRoxo {
		width: auto;
	}
	.labelGrande {
		font-size: 50px;
	}
	.labelCategorias {
		font-size: 10px;
	}
	.container {
		transition: all .4s;
		padding-right: 3vw;
		padding-left: 3vw;
	}
	.blocoInfo {
		width: 100%;
	}
	.imgAtleta {
		right: -135px;
	}
	.imgControle {
		right: 145px;
	}
	.card {
		width: 100%;
		margin: 0 !important;
		flex-grow: 0;
		height: 180px;
		background: #7569DE 0% 0% no-repeat padding-box;
		border-radius: 236px;
		opacity: 0.31;
	}
	.blocoInfoFuncoes {
		width: auto;
		margin-bottom: 30px;
		transform: scale(0.9);
	}
	.labelMedio {
		font-size: 45px;
	}
}
}