body {
	/* background-color: red; */
	color: black;
	font-family: 'Bebas Neue', cursive, Arial, sans-serif;
	overflow-x: hidden;
	margin: 0;
}

a {
	color: white;
	text-decoration: none;
}

/* Esconde o widget de seleção de idioma e o texto "Powered by Google" */
.goog-te-gadget,
.goog-te-gadget .goog-te-combo,
.goog-te-gadget .goog-logo-link,
.goog-te-gadget .goog-te-gadget-simple,
.goog-te-gadget .goog-te-banner-frame,
.goog-te-gadget .goog-te-balloon-frame {
    display: none !important;
}

/* Adicional: Esconde a div que pode conter o seletor de idioma */
#google_translate_element {
    display: none !important;
}

.navbar {
	position: relative;
	display: flex;
	justify-content: space-between;
	background-color: rgba(36, 46, 60, 0.9);
	width: 100%;
	height: 51px;
}

.navbar .socialContainer {
	position: relative;
	display: flex;
	width: 230px;
	height: 42px;
	top: 10%;
	left: 1%;
}

.navbar .socialContainer .icon {
	position: relative;
	font-size: 32px;
	top: 5%;
	left: -7%;
	padding-left: 25px;
	cursor: pointer;
}

.navbar .socialContainer .icon i {
	color: white;
}

.navbar .socialContainer .icon:hover {
	transform: scale(1.2);
}

.navbar .menuContainer {
	position: relative;
	display: flex;
	width: auto;
	height: 42px;
	top: 7%;
	left: -1%;
}

.navbar .menuContainer .option {
	position: relative;
	color: white;
	font-family: Lilita One;
	font-size: 20px;
	padding-left: 20px;
	top: 20%;
	cursor: pointer;
}

.navbar .menuContainer .option:hover {
	transform: scale(1.1);
}

.separatorBlue {
	width: 100%;
	height: 30px;
	background: rgb(6, 21, 62);
    background: url(../layout/header/texture_stars2.webp) no-repeat 15% 50%, url(../layout/header/texture_stars.webp) 50px 50px repeat, linear-gradient(112deg, rgba(6, 21, 62, 1) 25%, rgba(24, 55, 120, 1) 50%, rgba(6, 21, 62, 1) 75%);
}

.separatorCyan {
	width: 100%;
	height: 18px;
	background: rgb(0, 220, 255);
    background: url(../layout/header/texture_stars.webp) 100px 100px repeat, url(../layout/header/texture_stars3.webp) no-repeat center center, linear-gradient(112deg, rgba(0, 174, 192, 1) 0%, rgba(0, 204, 255, 1) 50%, rgba(0, 174, 192, 1) 100%);
}

.background {
	position: relative;
	background: url("../layout/forest_bg.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	text-align: center;
}

.backgroundContainer {
	position: absolute;
	width: 602px;
	height: 278px;
	top: 35%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.background .logo {
	position: relative;
	width: 574px;
	height: 129px;
	background: url("../layout/logo.png") no-repeat;
	margin: auto;
	top: 30%;
}

.background .logo.animated {
	animation: logoAnimation 1s ease-out;
}

@keyframes logoAnimation {
	0% {
		top: 20%;
	}
	50% {
		top: 30%;
	}
	100% {
		top: 100%;
	}
}

.background button {
	position: relative;
	font-family: 'Bebas Neue', cursive, Arial, sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: white;
	width: 448px;
	height: 103px;
	box-shadow: 1px 1px 1px 1px rgba(9, 18, 46, 0.2);
    background: rgb(40, 113, 198);
    background: linear-gradient(0deg, rgba(40, 113, 198, 1) 0%, rgba(22, 183, 225, 1) 100%);
    border-radius: 2.5rem;
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.7);
	top: 36%;
	cursor: pointer;
}

.background button:hover {
	transform: scale(1.1);
	transition: 0.3s;
}

.panelContent {
	width: 100%;
	height: 791px;
	background: url(../layout/header/texture_star.webp) no-repeat 2% 50%, url(../layout/header/texture_star.webp) no-repeat left 30%, url(../layout/header/texture_star.webp) no-repeat 15% 30%, url(../layout/header/texture_star.webp) no-repeat 26% 30%, url(../layout/header/texture_stars2.webp) no-repeat 15% 20%, url(../layout/header/texture_stars2.webp) no-repeat 10% 60%, url(../layout/header/texture_stars2.webp) no-repeat 90% top, url(../layout/header/texture_stars2.webp) no-repeat left 90% rgba(36, 44, 63);
}

.panelContent .title {
	position: relative;
	color: white;
	text-shadow:
    1px 4px 2px black,
    0 0 1em black,
    0 0 0.2em black;
	font-size: 32px;
	font-family: Lilita One;
	text-align: center;
	top: 8%;
}

.panelContent .titleSecond {
	position: relative;
	color: #00fffb;
	text-shadow:
    1px 4px 2px black,
    0 0 1em black,
    0 0 0.2em black;
	font-size: 32px;
	font-family: Lilita One;
	text-align: center;
	top: 5%;
}

.panelContent .carouselContainer {
	position: relative;
	width: 100%;
	height: 551px;
	top: 15%;
}

.panelContent .carouselContainer .arrow-left {
	position: relative;
	width: 123px;
	height: 98px;
	top: -56%;
	left: 0.5%;
	cursor: pointer;
	opacity: 50%;
}

.panelContent .carouselContainer .arrow-left:hover {
	opacity: 100%;
}

.panelContent .carouselContainer .arrow-left img {
	width: 123px;
	height: 98px;
}

.panelContent .carouselContainer .arrow-right {
	position: relative;
	width: 123px;
	height: 98px;
	top: -74%;
	float: right;
	left: -0.5%;
	cursor: pointer;
	opacity: 50%;
}

.panelContent .carouselContainer .arrow-right:hover {
	opacity: 100%;
}

.panelContent .carouselContainer .arrow-right img {
	transform: rotate(180deg);
	width: 123px;
	height: 98px;
}

.panelContent .carouselContainer .carousel {
	position: relative;
	width: 1011px;
	height: 551px;
	margin: auto;
}

.panelContent .carouselContainer .carousel img {
	width: 1011px;
	height: 551px;
	border: 15px solid rgba(40, 108, 174, 1);
	border-radius: 50px;
}

.panelContent .carouselContainer .carousel .titleTab {
	position: absolute;
	font-size: 25px;
	width: 404px;
	height: 83px;
	background: linear-gradient(0deg, rgba(40, 113, 198, 1) 0%, rgba(22, 183, 225, 1) 100%);
	clip-path: polygon(100% 0, 100% 100%, 0 100%, 10% 0);
	border-bottom-right-radius: 25px;
	top: 90.5%;
	left: 62.99%;
}

.panelContent .carouselContainer .carousel .titleTab .title {
	position: relative;
	text-shadow:
    1px 4px 2px black,
    0 0 1em black,
    0 0 0.2em black;
	color: white;
	font-size: 21px;
	top: 34%;
	left: 5%;
}

.panelContent .professionContainer {
	position: relative;
	display: flex;
	justify-content: center;
	width: 90%;
	height: 584px;
	top: 15%;
	left: -1.5%;
	margin: auto;
}

.panelContent .professionContainer .profession {
	position: relative;
	width: 279px;
	height: 575px;
	margin-left: 2%;
	cursor: pointer;
}

.panelContent .professionContainer .profession .titleTab {
	position: absolute;
	width: 288px;
	height: 104px;
	top: 75%;
}

.panelContent .professionContainer .profession .titleTab img {
	width: 288px;
	height: 104px;
}

.panelContent .professionContainer .profession .titleTab .title {
	position: relative;
	text-shadow:
    1px 4px 2px black,
    0 0 1em black,
    0 0 0.2em black;
	color: white;
	font-size: 39px;
	top: -76%;
	left: -1%;
	text-align: center;
}

.panelContent .professionContainer .profession img {
	width: 279px;
	height: 575px;
}

.panelContent .clanContainer {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 1222px;
	height: 268px;
	margin: auto;
	top: 10%;
}

.panelContent .clanContainer .clan {
	position: relative;
	width: 244px;
	height: 65px;
	margin-left: 5%;
	cursor: pointer;
}

.panelContent .clanContainer .clan:hover {
	transform: scale(1.1);
}

.panelContent .clanContainer .clan img {
	width: 244px;
	height: 65px;
}

.panelContent .clanContainer .clan .clanIcon {
	position: absolute;
	width: 68px;
	height: 57px;
	top: -12%;
	left: 0%;
}

.panelContent .clanContainer .clan .clanIcon img {
	width: 68px;
	height: 57px;
}

.panelContent .clanContainer .clan .title {
	position: relative;
	top: -100%;
	left: 9%;
}

.panelContent .trainer {
	position: relative;
	width: 848px;
	height: 545px;
	margin: auto;
	top: 10%;
}

.panelContent .trainer img {
	width: 848px;
	height: 545px;
}

.panelContent .trainer .buttonContainer {
	position: relative;
	width: 517px;
	height: 123px;
	margin: auto;
	top: -10%;
	left: -3%;
}

.panelContent .trainer .buttonContainer button {
	position: absolute;
	font-family: 'Bebas Neue', cursive, Arial, sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: white;
	width: 517px;
	height: 123px;
	box-shadow: 1px 1px 1px 1px rgba(9, 18, 46, 0.2);
    background: rgb(40, 113, 198);
    background: linear-gradient(0deg, rgba(40, 113, 198, 1) 0%, rgba(22, 183, 225, 1) 100%);
    border-radius: 2.5rem;
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.7);
	top: 2%;
	cursor: pointer;
}

.panelContent .trainer .buttonContainer button:hover {
	transform: scale(1.1);
	transition: 0.3s;
}

.signUpBox {
	position: absolute;
	width: auto;
	height: auto;
	background: rgba(245, 245, 245, 0.8);
    box-shadow: 0px 0px 6px 6px rgb(0, 0, 0, 0.1);
	border-radius: 10px;
	margin: auto;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	padding: 15px;
}

.signUpBox .tab {
	position: relative;
	font-family: Lilita One;
	font-size: 35px;
	color: #007bff;
	text-align: center;
	top: 8%;
	border-top: 2px solid rgb(131, 131, 131, 20%);
	border-bottom: 2px solid rgb(131, 131, 131, 20%);
}

.signUpBox .tab a {
	color: #007bff;
}

.signUpBox .title {
	position: relative;
	font-family: Lilita One;
	font-size: 20px;
	color: #007bff;
	text-align: left;
}

.signUpBox .title a {
	color: #007bff;
}

.signUpBox .subtitle {
	position: relative;
	font: 14px "Open Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: black;
	padding: 5px;
}

.signUpBox .inputContainer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 377px;
	height: auto;
	margin: auto;
	top: 10%;
}

.signUpBox .inputContainer .input {
	display: flex;
	width: 318px;
	height: 34px;
	padding: 20px;
}

.signUpBox .inputContainer .input .icon {
	position: relative;
	width: 42px;
	height: 32px;
	background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	left: 1%;
}

.signUpBox .inputContainer .input .icon i {
	font-size: 16px;
	color: black;
	padding-top: 7px;
	padding-left: 9px;
}

.signUpBox .inputContainer input[type=text] {
	width: 318px;
	height: 34px;
	border: 2px solid rgb(131, 131, 131, 20%);
	border-radius: 5px;
}

.signUpBox .inputContainer input[type=text]:focus {
	outline: none;
}

.signUpBox .inputContainer input[type=text]::placeholder {
	padding-left: 10px;
}

.signUpBox .inputContainer input[type=password] {
	width: 318px;
	height: 34px;
	border: 2px solid rgb(131, 131, 131, 20%);
	border-radius: 5px;
}

.signUpBox .inputContainer input[type=password]:focus {
	outline: none;
}

.signUpBox .inputContainer input[type=password]::placeholder {
	padding-left: 10px;
}

.signUpBox .inputContainer input[type=number] {
	width: 318px;
	height: 34px;
	border: 2px solid rgb(131, 131, 131, 20%);
	border-radius: 5px;
}

.signUpBox .inputContainer input[type=number]:focus {
	outline: none;
}

.signUpBox .inputContainer input[type=number]::placeholder {
	padding-left: 10px;
}

.signUpBox .inputContainer .optionsContainer {
	display: flex;
	justify-content: center;
	width: 213px;
	height: 31px;
	margin: auto;
}

.signUpBox .captchaContainer {
	position: relative;
	display: flex;
	justify-content: center;
	width: 320px;
	height: 95px;
	margin: auto;
}

.signUpBox .buttonContainer {
	position: relative;
	width: 229px;
	height: 50px;
	margin: auto;
	top: 3%;
}

.signUpBox .buttonContainer button {
	color: white;
	width: 229px;
	height: 50px;
	border-radius: 10px;
	background-color: #007bff;
    border-color: #007bff;
	cursor: pointer;
}

.signUpBox .boxContainer {
	width: 834px;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	padding-top: 5px;
}

.signUpBox .box {
	position: relative;
	width: 395px;
	height: 85px;
	border: 1px solid rgb(139, 139, 139, 30%);
	border-radius: 10px;
	margin-left: 1.5%;
	margin-top: 1.5%;
}

.signUpBox .box .topBar {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	height: 39px;
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
}

.signUpBox .box .topBar .title {
	color: black;
	font: 14px "Open Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding: 11px;
}

.signUpBox .box .label {
	position: relative;
	color: black;
	font: 18px "Open Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: 700;
	top: 15%;
	left: 3%;
}

.signUpBox .box .buttonContainer {
	position: absolute;
	width: auto;
	height: 30px;
	top: 53%;
	left: 75%;
}

.signUpBox .box .buttonContainer button {
	width: 100%;
	height: 34px;
	color: white;
	background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
	border: 0px;
	cursor: pointer;
}

.signUpBox .box .buttonContainer button:hover {
	background-image: -webkit-linear-gradient(top, #337ab7 0, #184369 100%);
}

#emailButton {
	color: black;
	text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
}

#emailButton:hover {
	background-image: -webkit-linear-gradient(top, #fff 0, #cbcbcb 100%);
}

.signUpBox .buttonsList {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 52px;
	margin: auto;
	margin-top: 1%;
}

.signUpBox .buttonsList button {
	width: auto;
	height: 34px;
	color: black;
	text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 1%;
	cursor: pointer;
}

.signUpBox .buttonsList button:hover {
	background-image: -webkit-linear-gradient(top, #fff 0, #cbcbcb 100%);
}

#logoutButton {
	color: white;
	text-shadow: 0 0px 0;
	background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
	border: 1px solid #b92c28;
}

#logoutButton:hover {
	background-image: -webkit-linear-gradient(top, #d9534f 0, #a2211d 100%);
}

.table {
	width: 100%;
	margin-top: 1%;
	font: 14px "Open Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
	border: 1px solid rgb(139, 139, 139, 30%);
}

th {
	border-top: 1px solid rgb(139, 139, 139, 30%);
}

.signUpBox .paymentContainer {
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
}

.signUpBox .paymentContainer .payment {
	width: 221px;
	height: 76px;
}

.signUpBox .paymentContainer .payment img {
	width: 221px;
	height: 76px;
}

.creditsBox {
	position: relative;
	font-size: 12px;
	background: rgba(36, 44, 63);
	padding-left: 10px;
}

.downloadBox {
	position: absolute;
	width: 960px;
	background: rgba(245, 245, 245, 0.8);
    box-shadow: 0px 0px 6px 6px rgb(0, 0, 0, 0.1);
	border-radius: 10px;
	top: 7.5%;
	left: 50%;
	transform: translateX(-50%);
}

.downloadBox .downloadContainer {
	position: relative;
	border-top: 2px solid rgb(255, 255, 255, 100%);
	width: 779px;
	margin: auto;
}

.downloadBox .downloadContainer .icon {
	position: relative;
	width: 192px;
	height: 192px;
	left: 10%;
}

.downloadBox .downloadContainer .icon img {
	width: 192px;
	height: 192px;
}

.downloadBox .downloadContainer .title {
	position: relative;
	color: black;
	width: 334px;
	font-size: 17px;
	text-align: center;
	left: 2%;
} 

.downloadBox .downloadContainer .title a {
	color: black;
}

.downloadBox .downloadContainer .requirements {
	position: absolute;
	width: 364px;
	height: auto;
	top: 15%;
	left: 50%;
}

.downloadBox .downloadContainer .requirements .description {
	position: relative;
	color: rgb(139, 139, 139);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}