html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

body {
    font-family: 'PTSerif';
    font-size: 14px;
    color: #fff;
    background-color: #080a0a;
}

a,
button {
	font-family: 'PTSerif';
	color: #fff;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.icon-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.3s;
}

.icon-container.facebook {
	width: 18px;
	height: 18px;
	background-image: url(../images/icon-facebook.png);
}
.icon-container.youtube {
	width: 24px;
	height: 18px;
	background-image: url(../images/icon-youtube.png);
}
.icon-container.discord {
	width: 22px;
	height: 18px;
	background-image: url(../images/icon-discord.png);
}

.icon-container.comment {
	background-image: url('../images/icon-comment.png');
	width: 14px;
	height: 12px;
}

.icon-container svg {
	width: 100%;
	height: 100%;
	fill: #ffcd6d;
}

.arrows {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	height: 50px;
}

.arrows.left-arrows {
	left: 0;
}

.arrows.right-arrows {
	right: 0px;
	transform: translateY(-50%) rotate(180deg);
}

.img-container {
	display: flex;
}

.img-container img {
	object-fit: contain;
	max-height: 100%;
	max-width: 100%;
}

.hide-on-desktop {
	display: none !important;
}

.dropdown-custom {
	position: relative;
	display: inline-block;
	height: 100%;
}

.dropdown-custom-toggle {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	height: 100%;
	width: 100%;
	outline: none;
	border: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	padding: 0;
}

.dropdown-custom.lang .img-container {
	margin-right: 5px;
}

.dropdown-custom-toggle:hover {
	color: #ffcd6d;
}

.dropdown-custom-toggle svg {
	transition: all 0.3s;
	transform: rotate(180deg);
	opacity: 0.3;
	stroke: #fff;
	fill: transparent;
}

.dropdown-custom-toggle.active svg {
	transform: rotate(0);
	opacity: 1;
}

.dropdown-custom-menu {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	top: 100%;
	width: 100%;
	background-color: #0a0b0b;
}

.dropdown-custom-menu .dropdown-custom-item {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 10px 30px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.dropdown-custom-menu .dropdown-custom-item:hover {
	background-color: #211c28;
	color: #ffcd6d;
}

.button {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('../images/button.png');
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 11px;
	text-transform: uppercase;
}

.bg {
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
	height: 1030px;
}
.bg::after {
	position: absolute;
	bottom: 0px;
	content: '';
	display: flex;
	width: 100%;
	height: 15%;
	background: linear-gradient(0deg, #080a0a 10%, rgba(210, 212, 221, 0) 100%);
}

.header {
	position: relative;
	z-index: 5;
	background-color: #070605;
	max-height: 70px;
	height: 70px;
}

.header .container {
	height: 100%;
}

.header-content {
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.logo {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	padding-right: 30px;
}

.logo-big {
	display: block;
	width: max-content;
	margin-left: 50px;
	padding: 0;
}

.logo:hover {
	filter: brightness(120%);
}

.logo::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	width: 284px;
	height: 70px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background-image: url(../images/logo-shadow.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.nav {
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.nav .nav-item .nav-link {
	padding: 10px 30px;
}

.nav .nav-item .nav-link:hover {
	color: #ffcd6d;
}

.nav-separator {
	display: block;
	width: 14px;
	height: 14px;
	background-image: url(../images/nav-icon.png);
	background-repeat: no-repeat;
	background-position: center;
}

.header-content .dropdown-custom .img-container {
	width: 15px;
	height: 15px;
}

.dropdown-custom.lang {
	padding: 10px 30px;
}

.header-content .right-content .header-buttons {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header-content .left-content {
	display: flex;
	align-items: center;
	height: 100%;
}

.login-btn {
	font-size: 11px;
	font-weight: 400;
	color: #868178;
}

.login-btn .login {
	position: relative;
	background-image: url(../images/icon-login.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 42px;
	height: 32px;
	margin-right: 8px;
}

.login-btn .login .arrows {
	height: 26px;
}

.login-btn .login .arrows.right-arrows {
	right: -8px;
}

.login-btn .login .arrows.left-arrows {
	left: -8px;
}

.login-btn .login .arrows svg {
	fill: #2f2812;
}

.reg-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/reg-button.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 190px;
	height: 60px;
	font-size: 11px;
	font-weight: 400;
	color: #fff;
}
.brightness:hover {
	filter: brightness(120%);
}

.main {
    flex: 1 0 auto; /* Faz o main crescer para ocupar o espaço disponível */
    position: relative;
    z-index: 2;
    padding-bottom: 70px;
    margin-top: 2rem; /* Adicionado para afastar o conteúdo do header */
}

.top-info {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.start-block,
.server-info-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.start-btn,
.server-info {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/start-button.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 300px;
	height: 70px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	box-shadow: 0px 40px 15px -30px #000;
}

.server-info {
	justify-content: flex-end;
	padding-right: 35px;
	font-size: 22px;
	color: #63df00;
	background-image: url(../images/server-info.png);
}

.start-btn .arrows {
	height: 64px;
}

.server-info .arrows {
	height: 50px;
}

.start-btn .arrows.right-arrows {
	right: -20px;
}

.server-info .arrows.right-arrows {
	right: -15px;
}

.start-btn .arrows.left-arrows {
	left: -20px;
}

.server-info .arrows.left-arrows {
	left: -15px;
}

.start-btn .arrows svg,
.server-info .arrows svg {
	fill: #fff;
}

.start-block-version,
.server-time {
	font-size: 16px;
	font-weight: 400;
}

.start-block-version span,
.server-time span {
	color: #ffcd6d;
}

.server-status {
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 0 5px;
	background-color: #00000000;
	text-shadow: 5px 1px 6px rgba(0, 0, 0, 1);
}

/* news */
.news-and-video-block {
	display: flex;
	align-items: center;
	margin-top: 50px;
}

.video-block,
.news-block {
	display: flex;
	width: 50%;
}

.video-block {
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	height: 340px;
	background-image: url(../images/preview.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
	box-shadow: 0px 10px 20px 3px #000;
}

.video-block::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 406px;
	height: 371px;
	background-image: url(../images/hero-1.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.play-btn {
	position: relative;
	z-index: 10;
	width: 92px;
	height: 70px;
	background-image: url(../images/play-btn.png);
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow: 0px 40px 15px -30px #000;
}

.play-btn .arrows {
	height: 64px;
}

.play-btn .arrows.right-arrows {
	right: -20px;
}

.play-btn .arrows.left-arrows {
	left: -20px;
}

.play-btn .arrows svg {
	fill: #fff;
}

.video-text {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
}

.video-title {
	font-size: 48px;
	margin-bottom: 10px;
}

.video-des {
	line-height: 18px;
	font-weight: 400;
	font-size: 18px;
	opacity: 0.5;
}

.news-block {
	position: relative;
	justify-content: space-between;
	flex-direction: column;
	background-color: #040505e6;
	max-height: 310px;
	height: 310px;
	padding: 30px 40px;
}
.news-block::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	height: 111px;
	background-image: url(../images/news-shadow.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.news-block-top,
.all-news,
.news-wrapper {
	position: relative;
	z-index: 2;
}

.news-block-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #2a2321;
}

.news-block-title {
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    color: #ffcd6d;
    text-shadow: 0 0 10px rgba(255, 205, 109, 0.5);
}

.tab-links {
	display: flex;
	align-items: center;
}

.tab-link.tab-link--active,
.tab-link:hover,
.tab-link:hover::after,
.tab-link.tab-link--active::after {
	opacity: 1;
}
.tab-link {
	cursor: pointer;
	position: relative;
	transition: all 0.3s;
	font-size: 14px;
	opacity: 0.5;
	padding: 15px 10px;
}

.tab-link::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 1px;
	background-color: #ecb95d;
	opacity: 0;
	transition: all 0.3s;
}

.tab-link:hover {
	opacity: 1;
}

.tab-content {
	display: none;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tab-content.active {
	display: block;
}

.news-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px;
	border-bottom: 1px dashed #2a2321;
}

.news-badge {
	min-width: max-content;
}

.news-row.news .news-badge {
	color: #a05d38;
}
.news-row.update .news-badge {
	color: #5cbfb7;
}
.news-row.event .news-badge {
	color: #bf5ca2;
}

.news-row:hover .news-title {
	color: #ffcd6d;
}

.news-row .news-title {
	transition: all 0.3s;
	font-size: 16px;
	overflow: hidden;
}

.news-row .news-data {
	color: #868178;
}

.news-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-block .all-news {
	padding: 20px;
	width: max-content;
	margin: 0 auto;
	color: #868178;
	font-size: 14px;
}

.news-block .all-news:hover {
	color: #ffcd6d;
}

.forum-rating {
	display: flex;
	margin-top: 50px;
}

.rating-block {
	display: flex;
	align-items: center;
	flex-direction: column;
	min-width: 600px;
	height: auto;
	background-image: url(../images/bg-canvas.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 50px 0px;
}

.rating-title {
	padding: 15px 0px;
	padding-top: 0px;
	font-size: 24px;
	font-weight: 700;
	color: #000;
}

.rating-table {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.row-wrapper {
	position: relative;
}

.row-wrapper:hover .rating-hover {
	opacity: 1;
}

.rating-row {
	z-index: 5;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #312923;
	padding: 13px 50px;
}

.rating-hover {
	z-index: 1;
	position: absolute;
	display: flex;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 111px;
	background-image: url('../images/table-hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0;
	transition: all 0.3s;
}

.rating-heading-row {
	font-size: 14px;
	border-bottom: 1px dashed #877f78;
	padding: 10px 0px;
	margin: 0px 50px;
}
.rating-heading-row .rating-number {
	font-family: 400;
}
.rating-number {
	min-width: 25px;
	width: 8%;
	font-weight: 700;
}

.rating-icon {
	min-width: 25px;
	width: 12%;
}

.rating-icon .img-container {
	position: relative;
	width: 20px;
	height: 20px;
}

.rating-icon .img-container .arrows {
	height: 25px;
}

.rating-icon .img-container .arrows.right-arrows {
	right: -15px;
}

.rating-icon .img-container .arrows.left-arrows {
	left: -15px;
}

.rating-icon .img-container .arrows svg {
	fill: #312923;
}

.rating-name {
	min-width: 100px;
	width: 20%;
	color: #312923;
	overflow: hidden;
}

a.rating-name:hover {
	opacity: 0.5;
}

.rating-class {
	min-width: 100px;
	width: 30%;
}

.rating-level {
	display: flex;
	justify-content: end;
	min-width: 50px;
	width: 15%;
	color: #7c52af;
	font-size: 14px;
}

.rating-heading-row .rating-level,
.rating-heading-row .rating-score {
	color: #312923;
}
.rating-score {
	display: flex;
	justify-content: end;
	min-width: 50px;
	width: 15%;
	color: #ad1b41;
	font-size: 14px;
}

.forum-block {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	max-width: 600px;
	margin-left: 50px;
}

.forum-btns {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 20px;
}

.forum-btns .button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	max-width: 546px;
	width: 263px;
	height: 100px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 24px;
	text-transform: none;
}
.forum-btns .button.telegram {
	background-image: url(../images/bg-telegram.png);
	box-shadow: 0px 0px 25px 0px #426bd3;
}
.forum-btns .button.discord {
	background-image: url(../images/bg-discord.png);
	box-shadow: 0px 0px 25px 0px #8755c4;
}

.forum-btns .button .icon-container {
	width: 98px;
	height: 61px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.forum-btns .button.discord .icon-container {
	height: 67px;

	background-image: url(../images/discord-btn.png);
}

.forum-btns .button.telegram .icon-container {
	background-image: url(../images/telegram-btn.png);
}

.forum-content {
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
}

.forum-title {
	position: relative;
	width: max-content;
	padding: 10px;
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}

.forum-title::after,
.forum-title::before,
.forum-content .btn-wrapper::after,
.forum-content .btn-wrapper::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/separator.png);
	width: 181px;
	height: 29px;
}

.forum-title::after,
.forum-content .btn-wrapper::after {
	left: -181px;
}

.forum-title::before,
.forum-content .btn-wrapper::before {
	right: -181px;
	transform: translateY(-50%) rotate(180deg);
}

.forum-articles {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.forum-article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.forum-article .left-content {
    display: flex;
    align-items: center;
}

.forum-article .icon-container img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.forum-article .article-text {
    margin-left: 10px;
}
.forum-article .right-content {
    display: flex;
    align-items: center;
}
	
.forum-article:hover {
	border-bottom: 1px dashed transparent;
	transform: translateX(10px);
}

.forum-article .class-icon img {
    width: 32px; /* Ajuste o tamanho conforme necessário */
    height: 32px;
    object-fit: contain;
}

.forum-article:hover::after {
	opacity: 1;
}

.forum-article:hover .article-title {
	text-decoration: underline;
	color: #ffcd6d;
	transition: all 0.3s;
}

.forum-article::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/forum-hover.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 90px;
	z-index: -1;
	opacity: 0;
	transition: all 0.3s;
}
.forum-article .left-content,
.forum-article .right-content {
	display: flex;
	align-items: center;
	gap: 5px;
}

.forum-article .left-content .icon-container {
	height: 40px;
	width: 40px;
	background-image: url('../images/forum-ava.png');
}

.article-text {
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	font-size: 16px;
}

.publication-time {
	margin-top: 5px;
	color: #868178;
	font-size: 12px;
}

.forum-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/forum-button.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 175px;
	height: 40px;
	font-size: 11px;
	font-weight: 400;
	color: #fff;
}

.forum-content .btn-wrapper {
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: max-content;
}

.toTop {
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../images/top-button.png);
	background-size: contain;
	width: 91px;
	height: 80px;
	transition: all 0.3s;
}


.footer {
    flex-shrink: 0; /* Impede o footer de encolher */
    position: relative;
    z-index: 5;
    background-color: #0e1010;
}

.main-shadow {
	z-index: -1;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -100px;
	width: 100%;
	height: 231px;
	background-image: url(../images/main-shadow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.footer-content {
	display: flex;
	flex-direction: column;
}

.footer-top {
	display: flex;
	height: 130px;
	justify-content: center;
	border-bottom: 1px solid #272828;
}

.footer-mid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 160px;
	padding: 0 20px;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.icon-container.brand {
	width: 158px;
	height: 16px;
	background-image: url('../images/footer-brand.png');
}
.footer-brand {
	opacity: 0.3;
}

.footer-brand:hover {
	opacity: 1;
}

.footer-text {
	display: flex;
	align-items: center;
	gap: 25px;
}

.footer-des {
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: #868178;
}

.footer-number {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	width: 45px;
	font-size: 20px;
	font-size: 700;
	color: #fff;
	border: 3px solid #e01f48;
}

.footer .dropdown-custom {
	height: max-content;
}

.footer .dropdown-custom .img-container {
	width: 15px;
	height: 15px;
}

.footer .dropdown-custom-toggle {
	gap: unset;
}

.footer .dropdown-custom.lang {
	min-width: 235px;
	padding: 0;

	background-color: #0a0b0b;
}

.footer .dropdown-custom-item,
.footer .dropdown-custom-toggle {
	padding: 15px 20px;
}

.footer .lang-name {
	text-transform: none;
}

.footer .dropdown-custom-toggle .img-container,
.footer .dropdown-custom-item .img-container {
	margin-right: 10px;
}

.footer .dropdown-custom-toggle svg {
	margin-left: 70px;
}

.footer-link:hover {
	opacity: 0.5;
}

.footer-links-wrapper {
	background-color: #121414;
	min-height: 100px;
	height: 100px;
	padding: 0px 20px;
}

.footer-links-wrapper .container {
	height: 100%;
}

.footer-links {
	display: flex;
	align-items: center;
	height: 100%;
}

.social-links {
	padding-left: 40px;
	display: flex;
	align-items: center;
	gap: 30px;
}

.footer-links a {
	opacity: 0.4;
}

.footer-links .footer-link {
	padding: 10px 40px;
}

.footer-links .footer-link:first-child {
	padding-left: 0;
}

.footer-links a:hover {
	opacity: 1;
}

.footer .line-v {
	height: 22px;
	width: 1px;
	background-color: #393e41;
}

.footer-brand {
}

/* burger menu */
.hamburger-menu {
	position: relative;
	z-index: 15;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	cursor: pointer;
	display: block;
	width: 75px;
	height: 100%;
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	background-position: center;
}

.hamburger-menu-close {
	cursor: pointer;
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	padding: 15px 30px;
}

.hamburger-menu-content {
	position: fixed;
	z-index: 50;
	height: 100vh;
	max-height: 100vh;
	width: 100%;
	max-width: 620px;
	overflow-y: auto;
	background-color: #110e14f2;
	transform: translateX(-100%);
	transition: all 0.3s;
}

.hamburger-menu-content.active {
	transform: translateX(0);
}

.hamburger-menu-content .nav {
	height: max-content;
	flex-direction: column;
	align-items: flex-start;
}

.hamburger-menu-content .nav-item {
	display: flex;
	width: 100%;
}

.hamburger-menu-content .nav .nav-item .nav-link {
	position: relative;
	font-size: 24px;
	height: 100%;
	width: 100%;
	justify-content: flex-start;
	padding: 10px 30px;
}

.hamburger-menu-content .nav-link:hover {
	color: #ffba36;
}

.hamburger-menu-content .dropdown-custom.lang {
	height: max-content;
}
.hamburger-menu-content .dropdown-custom .img-container {
	width: 20px;
	height: 20px;
}

.hamburger-menu-content .lang-name {
	font-size: 20px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 150;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
}

.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 600px;
	width: 100%;
	height: 737px;
	background-image: url(../images/bg-canvas.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding: 50px 0px;
	margin: 0px 50px;
	overflow: hidden;
}
#log-modal .modal-title {
	margin-top: 50px;
}
.modal-title {
	position: relative;
	text-align: center;
	color: #000;
	padding: 20px;
	font-size: 24px;
	font-weight: 700;
	min-width: 214px;
	width: min-content;
	margin: 0 auto;
	text-transform: uppercase;
}

.modal-title.sub-title {
	text-transform: none;
	font-size: 18px;
	padding: 0px;
}

.modal-title::after,
.modal-title::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/separator-modal.png);
	width: 93px;
	height: 29px;
}

.modal-title::after {
	left: -93px;
}

.modal-title::before {
	right: -93px;
	transform: translateY(-50%) rotate(180deg);
}

.modal-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 15px 0px;
}

.modal-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 0 100px;
	margin: 0 auto;
	overflow-y: auto;
	overflow-x: hidden;
}

.modal .close {
	position: absolute;
	z-index: 150;
	top: 0px;
	right: 5px;
	cursor: pointer;
	display: block;
	width: 56px;
	height: 56px;
	background-image: url('../images/modal-close.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.registration-text {
	color: #64564e;
	font-size: 13px;
}

.registration-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}
.registration-form .button {
	padding: 16px;
}

.form-group {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.form-input {
	position: relative;
	border: 1px solid transparent;
	background-color: #5d494133;
	height: 45px;
	display: flex;
	width: 100%;
	align-items: center;
	color: #000;
	transition: all 0.3s;
	padding: 12px;
	font-size: 14px;
	outline: none;
}

.form-input:focus:not([disabled]) {
	border: 1px solid #a6968b;
	background-color: #ffffff33;
}
.form-input:hover:not([disabled]) {
	background-color: #ffffff33;
	border: 1px solid #a6968b;
}

.form-input-with-icon {
	padding-left: 40px;
}

.registration-label {
	display: flex;
	gap: 5px;
}

.input-container {
	position: relative;
}

.input-container .icon-container {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 15;
}

.icon-container.icon-user {
	width: 18px;
	height: 18px;
	background-image: url('../images/icon-user.png');
}

.icon-container.icon-password {
	width: 14px;
	height: 19px;
	background-image: url('../images/icon-password.png');
}

.icon-container.icon-email {
	width: 16px;
	height: 13px;
	background-image: url('../images/icon-email.png');
}

.modal-info-submit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal-info-submit .reg-btn {
	text-transform: uppercase;
}

.modal-info-submit .forum-btn {
	text-transform: uppercase;
}

.modal-info-submit .icon-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	background-image: url('../images/modal-help.png');
	color: #000;
	font-size: 16px;
}
.modal-info-submit .info {
	display: flex;
	align-items: center;
	gap: 10px;
}

.modal-info-submit .info a {
	text-transform: capitalize;
	color: #9c4411;
}

.modal-info-submit .info a:hover {
	opacity: 0.5;
}

.alternative-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	margin-top: 30px;
}

.alternative-links .icon-container {
	width: 75px;
	height: 62px;
}

.alternative-links .icon-container.fb {
	background-image: url('../images/modal-fb.png');
}
.alternative-links .icon-container.classmates {
	background-image: url('../images/modal-2.png');
}
.alternative-links .icon-container.google {
	background-image: url('../images/modal-google.png');
}
.alternative-links .icon-container.vk {
	background-image: url('../images/modal-vk.png');
}

/****************************************** Novidades ******************************************/
/* Estilo para o container de detalhes da notícia */
.news-detail-container {
    width: 100%;
    max-width: 1200px; /* Aumentado para ocupar mais espaço, mas ainda centrado */
    margin: 0 auto;
    padding: 3rem 2rem;
    background: rgba(20, 20, 40, 0.85);
    border-radius: 15px;
    border: 1px solid #ffcd6d;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

/* Link de voltar */
.back-link {
    display: inline-block;
    margin-bottom: 2rem;
    color: #55aaff;
    text-decoration: none;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    transition: color 0.3s ease;
}

.back-link:hover {
    color: #ffcd6d;
    text-decoration: underline;
}

/* Título da notícia */
.news-detail-title {
    font-family: 'Cinzel', serif;
    font-size: 3rem; /* Aumentado para destacar, como na captura */
    color: #ffcd6d;
    text-shadow: 0 0 10px rgba(255, 205, 109, 0.7);
    margin-bottom: 2rem;
    text-align: center;
}

/* Conteúdo da notícia */
.news-detail-content {
    margin-bottom: 3rem;
    color: #ddd;
    font-size: 1.2rem;
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
}

.news-detail-content p {
    margin-bottom: 1.5rem;
}

/* Informações adicionais */
.news-detail-info {
    padding: 1.5rem;
    background: #1f1f3f;
    border-radius: 8px;
    border: 1px solid #ffcd6d;
}

.news-detail-info p {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    color: #ddd;
    font-family: 'Roboto', sans-serif;
}

.news-detail-info strong {
    color: #ffcd6d;
    font-weight: 700;
}

.news-detail-info a {
    color: #55aaff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-detail-info a:hover {
    color: #ffcd6d;
    text-decoration: underline;
}

/* Estilo do distintivo */
.news-badge {
    font-weight: 700;
    padding: 0.3rem 0.6rem;
    border-radius: 5px;
    display: inline-block;
}

.news-badge.novidades {
    color: #55ff55;
    background: rgba(85, 255, 85, 0.2);
}

.news-badge.atualizacoes {
    color: #55aaff;
    background: rgba(85, 85, 255, 0.2);
}

.news-badge.eventos {
    color: #ff55ff;
    background: rgba(255, 85, 255, 0.2);
}

/* Mensagem de erro */
.error {
    color: #ff5555;
    background: rgba(255, 85, 85, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    text-align: center;
}

/* Ajustar o main-shadow para não interferir no footer */
.main-shadow {
    display: none; /* Removido para evitar sobreposição com o footer */
}

/* Responsividade */
@media (max-width: 768px) {
    .main {
        margin-top: 1.5rem; /* Ajuste menor para telas médias */
    }

    .news-detail-container {
        padding: 2rem 1.5rem;
    }

    .news-detail-title {
        font-size: 2rem;
    }

    .news-detail-content {
        font-size: 1rem;
    }

    .news-detail-info {
        padding: 1rem;
    }

    .news-detail-info p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .main {
        margin-top: 1rem; /* Ajuste ainda menor para telas pequenas */
    }

    .news-detail-container {
        padding: 1.5rem 1rem;
    }

    .news-detail-title {
        font-size: 1.5rem;
    }

    .news-detail-content {
        margin-bottom: 1.5rem;
        font-size: 0.9rem;
    }

    .news-detail-info p {
        font-size: 0.9rem;
    }

    .back-link {
        font-size: 1rem;
    }
}

/****************************************** Download ******************************************/
.download {
	margin-top: 70px;
	display: flex;
	flex-direction: column;
}
.download-content {
	display: flex;
	flex-direction: column;
	background-color: #040505e6;
	padding: 50px;
}

.breadcrumbs {
	height: 60px;
	padding: 0px 40px;
	display: flex;
	background-color: #070605d9;
	box-shadow: 0px 10px 10px 0px #000;
}
.breadcrumbs a {
	display: flex;
	align-items: center;
}
.breadcrumbs a span {
	transition: all 0.3s;
}
.breadcrumbs a:hover span {
	opacity: 0.5;
}

.breadcrumbs .breadcrumbs-icon {
	margin-right: 15px;
	height: 24px;
	width: 24px;
	background-size: contain;
	background-image: url('../images/breadcrumbs.png');
}

.breadcrumbs .icon-container {
	margin-left: 30px;
}
.breadcrumbs .icon-container svg {
	fill: transparent;
	stroke: #6b6762;
	transform: rotate(90deg);
}
.breadcrumbs ul {
	display: flex;
	align-items: center;
	gap: 30px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.download-title {
	font-size: 24px;
	margin-bottom: 25px;
}

.dTop {
	position: relative;
	gap: 0;
	border: 1px solid #1e1e1e;
}

.dTop::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	height: 250px;
	background-image: url(../images/news-shadow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}

.dTop-left {
	position: relative;
	z-index: 2;
	width: 60%;
	border-right: 1px solid #1e1e1e;
	height: 270px;
}
.dTop-left > div,
.dTop-right > div {
	height: 100%;
}

.dTop-right {
	position: relative;
	z-index: 2;
	width: 40%;
	height: 270px;
}

.dTop-cat {
	width: 100%;
}

.dTop-cat_title {
	font-size: 16px;
	color: #868178;
	text-align: center;
	margin-bottom: 10px;
}

.dTop-cat_title strong {
	color: #fff;
}

.dTop-cat_blocks {
	margin: 0 30px;
	gap: 0;
}

.dTop-cat_block {
	width: calc(33%);
	padding: 20px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #868178;
	position: relative;
}

.dTop-cat_block:hover {
	background-color: #161616;
}

.dTop-cat_block:hover .dTop-cat_block-title {
	color: #fff;
}

.dTop-cat_block-img {
	display: flex;
	margin: 0 auto;
	margin-bottom: 10px;
}

.dTop-cat_block-title {
	color: #868178;
	text-align: center;
	transition: all 0.3s;
}

.dtop-update {
	text-align: center;
}

.dtop-update_title {
	font-size: 20px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.dtop-update_text {
	color: #868178;
	font-size: 14px;
	line-height: 16px;
	max-width: 330px;
	margin: 0 auto;
	margin-bottom: 25px;
}

.button-download {
	position: relative;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 272px;
	height: 74px;
	background-image: url('../images/download-button.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.button-download::after {
	content: '';
	position: absolute;
	height: 174px;
	width: 340px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url('../images/download-button-hover.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.d-title {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.icon-container.download-title-icon {
	margin-right: 10px;
	height: 34px;
	width: 32px;
	background-image: url('../images/download-title-icon.png');
}

.d-title .line-h {
	display: flex;
	flex: 1;
	background-color: #111212;
	height: 1px;
	margin-left: 10px;
}
.flex-c-c {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.table-top-scroll {
	overflow-x: auto;
}

table {
	width: 100%;
}
table td {
	border-collapse: collapse;
	padding: 20px 40px;
	border-top: 1px solid #1e1e1e;
	vertical-align: middle;
}

table thead tr {
	position: relative;
	z-index: 1;
	height: 100px;
	border-top: 1px solid #1e1e1e;
	background-color: #0a0c0c;
}

table thead td {
	position: relative;
	z-index: 1;
}

.table-download thead tr::after {
	content: '';
	position: absolute;
	top: -3px;
	left: 20px;
	background-image: url(../images/forum-hover.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	width: 95%;
	height: 151px;
}

.table-download {
	overflow: hidden;
	border-top: 1px solid #1e1e1e;
}
.table-download thead {
	font-weight: bold;
}
.table-download thead td {
	font-size: 14px;
	color: #fff;
}
.table-download td {
	font-size: 14px;
	color: #867d86;
	border: 1px solid #1e1e1e;
}
.table-download td:first-child {
	width: 25%;
}

.drivers {
	gap: 55px;
}

.driverBlock {
	width: 330px;
	height: 180px;
}

.d-title-d {
	margin-bottom: 30px;
}
