@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	box-sizing: border-box;
}

.container{
	float: left;
	width: 100%;
}

.content{
	display: flex;
	justify-content: space-between;
	align-self: stretch;
	flex-wrap: wrap;
}

.box {
    display: inline-block;
    width: 60%;
    max-width: 980px;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    border: 10px solid #000000;
}

.bLeft {
    float: left;
    width: 420px;
    background-color: rgba(34, 23, 27, 1);
    border-right: 3px solid #000;
    border-radius: 7px 0 0 7px;
    padding: 30px;
}
.bLeft .title{
	float: left;
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(34, 23, 27, 1);
}
.bLeft .title h1{color: #fff; font-size: 2.7em;}
.bLeft .title .tagline{color: #ccc; font-size: 0.em;}
.apre, .inf, .social{float: left; width: 100%;}
.inf{margin-bottom: 25px;}

.apre .h3, .inf .h3, .social .h3{
	float: left;
	width: 100%;
	color: #BC9D66;
	text-align: left;
}

.newinf .h3{
	float: left;
	width: 100%;
	color: #BC9D66;
	text-align: left;
}

.apre .h3{font-size: 2em;}

.apre p{
	text-align: left;
	color: #ccc;
	margin-bottom: 15px;
	font-size: 1em;
}
.inf .h3{
	font-size: 1.1em; 
	margin-bottom: 10px;
	font-weight: 600;
}

.newinf .h3{
	font-size: 1.1em; 
	margin-bottom: 10px;
	font-weight: 600;
}

.newinf p{color: #B2B2B2; text-align: left;}
.newinf p i{color: #ccc;}
.newinf p span{margin-left: 5px; font-weight: bold;}

.inf p{color: #B2B2B2; text-align: left;}
.inf p i{color: #ccc;}
.inf p span{margin-left: 5px; font-weight: bold;}

.social .h3{
	font-size: 1.1em; 
	margin-bottom: 10px;
	font-weight: 600;
}

.social li{display: inline-block;
  margin-left: -200px;
  }

.social li a{
	color: #ccc;
	font-size: 2em;
	float: left;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	opacity: 0.8;
	margin-right: 10px;
}

.social li a:hover{color: #fff; opacity: 1;}

.developed{
	float: left;
	width: 100%;
	margin-top: 30px; 
}

.developed p{
	color: #ccc;
	font-size: 1.2em;
}

.bRight {
    float: left;
    width: 548px;
    padding: 30px;
    border-radius: 0 7px 7px 0;
    background-color: rgba(51, 34, 40, 1);
}

.bRight .title{
	float: left;
	width: 100%;
	padding: -10px;
}

.bRight .title h1{
	color: #BC9D66;
	text-transform: uppercase;
	font-size: 1.7em;
}

.bRight .title .tagline{color: #888;}
.bRight .title .tagline a{color: #0066ff;}
.bRight .title .tagline a:hover{text-decoration: underline;}

.bNewRight{
	float: left;
	width: 548px;
	padding: 30px;
	border-radius: 0 7px 7px 0;
    background-color: rgba(51, 34, 40, 1);
}

.bNewRight .newtitle{
	float: left;
	width: 100%;
	padding: -10px;
	border-bottom: 1px solid #ddd;
}

.bNewRight .newtitle h1{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 2.0em;
}

.bNewRight .newtitle .tagline{color: #888;}
.bNewRight .newtitle .tagline a{color: #0066ff;}
.bNewRight .newtitle .tagline a:hover{text-decoration: underline;}

.bNovoRight{
	float: left;
	width: 520px;
	padding: 12px;
	border-radius: 0 7px 7px 0;
    background-color: rgba(51, 34, 40, 1);
}

.bNovoRight .novotitle{
	float: left;
	width: 100%;
	padding: 12px;
	border-bottom: 1px solid #ddd;
}

.bNovoRight .novotitle h1{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 2.0em;
}

.bNovoRight .novotitle .tagline{color: #888;}
.bNovoRight .novotitle .tagline a{color: #0066ff;}
.bNovoRight .novotitle .tagline a:hover{text-decoration: underline;}

.formR{
	float: left; 
	width: 100%;
	padding: 0px;
	margin-top: -45px;
	margin-left: 0px;
}

.erro, .ok{
	float: left;
	width: 100%;
	padding: 10px;
	font-size: 1.1em;
	margin-top: -35px;
	margin-bottom: 12px;
	border-radius: 3px;
}

.erro{color: #BC9D66; border: 1px solid #BC9D66;}

.ok{color: #BC9D66; border: 1px solid #BC9D66;}

.formR input{
	display: inline-block;
	width: 80%;
	padding: 15px 15px;
	margin: 5px 0;
	border-radius: 50px;
	border: 1px solid #ccc;
	outline: none;
	color: #777;
}

.button p{margin-top: 10px;}
.button{color: #888;}
.button a{color: #0066ff;}
.button a:hover{text-decoration: underline;}

.button button {
    background-color: transparent;
    color: transparent;
    padding: 10px 35px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1em;
    width: 426px; /* Defina a largura desejada */
    height: 72px; /* Defina a altura desejada */
    margin-top: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border-radius: 5px;
    background-image: url('../img/botao/iccreateb.png');
    background-size: cover;
}

.button button:hover {
    background-color: transparent;
    color: transparent;
    background-image: url('../img/botao/iccreatea.png');
}

.crpasword-button button {
    background-color: transparent;
    color: transparent;
    padding: 10px 35px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1em;
    width: 426px; /* Defina a largura desejada */
    height: 72px; /* Defina a altura desejada */
    margin-top: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border-radius: 5px;
    background-image: url('../img/botao/iccreatec.png'); /* Caminho para a nova imagem */
    background-size: cover;
}

.crpasword-button button:hover {
    background-color: transparent;
    color: transparent;
    background-image: url('../img/botao/iccreated.png'); /* Caminho para a nova imagem de hover */
}

.cpasword-button button {
    background-color: transparent;
    color: transparent;
    padding: 10px 35px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1em;
    width: 426px; /* Defina a largura desejada */
    height: 72px; /* Defina a altura desejada */
    margin-top: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border-radius: 5px;
    background-image: url('../img/botao/iccreatec.png'); /* Caminho para a nova imagem */
    background-size: cover;
}

.cpasword-button button:hover {
    background-color: transparent;
    color: transparent;
    background-image: url('../img/botao/iccreated.png'); /* Caminho para a nova imagem de hover */
}

.cipasword-button button {
    background-color: transparent;
    color: transparent;
    padding: 10px 35px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1em;
    width: 426px; /* Defina a largura desejada */
    height: 72px; /* Defina a altura desejada */
    margin-top: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border-radius: 5px;
    background-image: url('../img/botao/iccreateinfb.png'); /* Caminho para a nova imagem */
    background-size: cover;
}

.cipasword-button button:hover {
    background-color: transparent;
    color: transparent;
    background-image: url('../img/botao/iccreateinfa.png'); /* Caminho para a nova imagem de hover */
}

.custom-button {
  width: 400px;
  height: 40px;
}

.newcustom-button {
  float: left; 
  width: 150px;
  height: 40px;
 }
 
 .clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.divi{
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: 600;
	padding: 8px;
}

.divi:before, .divi:after{content: "";}

@media (min-width: 320px){
	.box{width: 95%;}
	.formR input{width: 100%;}
	.bLeft{float: left;width: 100%;}
	.bRight{float: left;width: 100%;}
}

@media (min-width: 1024px){
	.box{width: 70%;}
	.formR input{width: 90%;}
	.bLeft{float: left;width: 100%;}
	.bRight{float: left; width: 100%;}
}

@media (min-width: 1440px){
	.box{width: 80%;}
	.formR input{width: 70%;}
	.bLeft{float: left; width: 40%;}
	.bRight{float: left;width: 60%;}
}

@media (min-width: 1920px){
	.box{max-width: 980px;}
	.formR input{width: 80%;}
	.bLeft{float: left; width: 40%;}
	.bRight{float: left;width: 60%;}
}

.newcustom-img {
  float: left; 
}

  a:link {
    text-decoration: none;
    color: #0066ff;
 }

  a:hover {
    text-decoration: underline;
 }

.logo-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60vh;
}

.logo {
    max-width: 1000px;
    width: 100%;
    height: auto;
    position: absolute;
    top: -500px;
    left: 50%;
    transform: translateX(-50%);
}

.logo img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.image-button-mega {
    position: absolute;
    top: 14.1%; /* Posição vertical da imagem (ajuste conforme necessário) */
    left: 461px; /* Posição horizontal da imagem (ajuste conforme necessário) */
    transform: translateY(-50%); /* Centraliza verticalmente */
    z-index: 9999; /* Garante que a imagem esteja acima de outros elementos */
    cursor: pointer; /* Altera o cursor para indicar que a imagem é clicável */
    transition: background-image 0.3s ease; /* Adiciona uma transição suave para a mudança de imagem */
    background-image: url('../img/botao/icbutmegaoff.png'); /* Imagem padrão */
    width: 426px; /* Largura da imagem */
    height: 72px; /* Altura da imagem */
}

.image-button-mega:hover {
    background-image: url('../img/botao/icbutmegaon.png'); /* Nova imagem ao passar o mouse */
}

.image-button-mediaf {
    position: absolute;
    top: 18.5%; /* Posição vertical da imagem (ajuste conforme necessário) */
    left: 461px; /* Posição horizontal da imagem (ajuste conforme necessário) */
    transform: translateY(-50%); /* Centraliza verticalmente */
    z-index: 9999; /* Garante que a imagem esteja acima de outros elementos */
    cursor: pointer; /* Altera o cursor para indicar que a imagem é clicável */
    transition: background-image 0.3s ease; /* Adiciona uma transição suave para a mudança de imagem */
    background-image: url('../img/botao/icmediaoff.png'); /* Imagem padrão */
    width: 426px; /* Largura da imagem */
    height: 72px; /* Altura da imagem */
}

.image-button-mediaf:hover {
    background-image: url('../img/botao/icmediaon.png'); /* Nova imagem ao passar o mouse */
}

.image-button-4shared {
    position: absolute;
    top: 22.9%; /* Posição vertical da imagem (ajuste conforme necessário) */
    left: 461px; /* Posição horizontal da imagem (ajuste conforme necessário) */
    transform: translateY(-50%); /* Centraliza verticalmente */
    z-index: 9999; /* Garante que a imagem esteja acima de outros elementos */
    cursor: pointer; /* Altera o cursor para indicar que a imagem é clicável */
    transition: background-image 0.3s ease; /* Adiciona uma transição suave para a mudança de imagem */
    background-image: url('../img/botao/ic4sharedoff.png'); /* Imagem padrão */
    width: 426px; /* Largura da imagem */
    height: 72px; /* Altura da imagem */
}

.image-button-4shared:hover {
    background-image: url('../img/botao/ic4sharedon.png'); /* Nova imagem ao passar o mouse */
}

.image-button-drive {
    position: absolute;
    top: 27.3%; /* Posição vertical da imagem (ajuste conforme necessário) */
    left: 461px; /* Posição horizontal da imagem (ajuste conforme necessário) */
    transform: translateY(-50%); /* Centraliza verticalmente */
    z-index: 9999; /* Garante que a imagem esteja acima de outros elementos */
    cursor: pointer; /* Altera o cursor para indicar que a imagem é clicável */
    transition: background-image 0.3s ease; /* Adiciona uma transição suave para a mudança de imagem */
    background-image: url('../img/botao/icdriveoff.png'); /* Imagem padrão */
    width: 426px; /* Largura da imagem */
    height: 72px; /* Altura da imagem */
}

.image-button-drive:hover {
    background-image: url('../img/botao/icdriveon.png'); /* Nova imagem ao passar o mouse */
}

.image-button-donate {
    position: absolute;
    top: 95%; /* Posição vertical da imagem (ajuste conforme necessário) */
    left: 461px; /* Posição horizontal da imagem (ajuste conforme necessário) */
    transform: translateY(-50%); /* Centraliza verticalmente */
    z-index: 9999; /* Garante que a imagem esteja acima de outros elementos */
    cursor: pointer; /* Altera o cursor para indicar que a imagem é clicável */
    transition: background-image 0.3s ease; /* Adiciona uma transição suave para a mudança de imagem */
    background-image: url('../img/botao/icdonatea.png'); /* Imagem padrão */
    width: 426px; /* Largura da imagem */
    height: 72px; /* Altura da imagem */
}

.image-button-donate:hover {
    background-image: url('../img/botao/icdonateb.png'); /* Nova imagem ao passar o mouse */
}

/* Adicione uma regra específica para o link de doação do PayPal */
p a[href="https://www.paypal.com/donate/?business=FRVS3UDFCLSFU&no_recurring=0&currency_code=BRL"] {

    color: #3295FF;
    text-decoration: none; /* Remove o sublinhado padrão dos links */
    transition: color 0.3s; /* Adiciona uma transição suave para a cor do texto */
}

/* Adicione a alteração de cor ao passar o mouse sobre o link de doação do PayPal */
p a[href="https://www.paypal.com/donate/?business=FRVS3UDFCLSFU&no_recurring=0&currency_code=BRL"]:hover {
    color: #ffffff; /* Altere a cor do texto para branco ao passar o mouse sobre o link */
}



/* Adicione uma regra específica para o link de doação do PayPal */
p a[href="https://www.mediafire.com/file/8kznmp47olsvly9/Talisman+Of+Crazy+Client.7z/file"] {

    color: #3FD300;
    text-decoration: none; /* Remove o sublinhado padrão dos links */
    transition: color 0.3s; /* Adiciona uma transição suave para a cor do texto */
}

/* Adicione a alteração de cor ao passar o mouse sobre o link de doação do PayPal */
p a[href="https://www.mediafire.com/file/8kznmp47olsvly9/Talisman+Of+Crazy+Client.7z/file"]:hover {
    color: #ffffff; /* Altere a cor do texto para branco ao passar o mouse sobre o link */
}



/* Adicione uma regra específica para o link de doação do PayPal */
p a[href="https://drive.google.com/file/d/1jwwXXeTADwm3w9gtT3C9yZNwA_mDDVU4/view?usp=sharing"] {

    color: #3FD300;
    text-decoration: none; /* Remove o sublinhado padrão dos links */
    transition: color 0.3s; /* Adiciona uma transição suave para a cor do texto */
}

/* Adicione a alteração de cor ao passar o mouse sobre o link de doação do PayPal */
p a[href="https://drive.google.com/file/d/1jwwXXeTADwm3w9gtT3C9yZNwA_mDDVU4/view?usp=sharing"]:hover {
    color: #ffffff; /* Altere a cor do texto para branco ao passar o mouse sobre o link */
}



/* Adicione uma regra específica para o link de doação do PayPal */
p a[href="https://www.4shared.com/archive/A8KfFol_ge/Talisman_Of_Crazy_Client.html?"] {

    color: #3FD300;
    text-decoration: none; /* Remove o sublinhado padrão dos links */
    transition: color 0.3s; /* Adiciona uma transição suave para a cor do texto */
}

/* Adicione a alteração de cor ao passar o mouse sobre o link de doação do PayPal */
p a[href="https://www.4shared.com/archive/A8KfFol_ge/Talisman_Of_Crazy_Client.html?"]:hover {
    color: #ffffff; /* Altere a cor do texto para branco ao passar o mouse sobre o link */
}








/* Adicione uma regra específica para o link de doação do PayPal */
p a[href="https://aka.ms/vs/17/release/vc_redist.x86.exe"] {
    color: #3FD300;
    text-decoration: none; /* Remove o sublinhado padrão dos links */
    transition: color 0.3s; /* Adiciona uma transição suave para a cor do texto */
}

/* Adicione a alteração de cor ao passar o mouse sobre o link de doação do PayPal */
p a[href="https://aka.ms/vs/17/release/vc_redist.x86.exe"]:hover {
    color: #ffffff; /* Altere a cor do texto para branco ao passar o mouse sobre o link */
}

/* Adicione uma regra específica para o link de doação do PayPal */
p a[href="https://aka.ms/vs/17/release/vc_redist.x64.exe"] {
    color: #3FD300;
    text-decoration: none; /* Remove o sublinhado padrão dos links */
    transition: color 0.3s; /* Adiciona uma transição suave para a cor do texto */
}

/* Adicione a alteração de cor ao passar o mouse sobre o link de doação do PayPal */
p a[href="https://aka.ms/vs/17/release/vc_redist.x64.exe"]:hover {
    color: #ffffff; /* Altere a cor do texto para branco ao passar o mouse sobre o link */
}

/* Adicione uma regra específica para o link de doação do PayPal */
p a[href="https://www.microsoft.com/en-US/download/details.aspx?id=35"] {
    color: #3FD300;
    text-decoration: none; /* Remove o sublinhado padrão dos links */
    transition: color 0.3s; /* Adiciona uma transição suave para a cor do texto */
}

/* Adicione a alteração de cor ao passar o mouse sobre o link de doação do PayPal */
p a[href="https://www.microsoft.com/en-US/download/details.aspx?id=35"]:hover {
    color: #ffffff; /* Altere a cor do texto para branco ao passar o mouse sobre o link */
}		

/* Adicione uma regra específica para o link de doação do PayPal */
p a[href="https://www.facebook.com/wowrenaissanceph/posts/pfbid02sAHCG8BwneD97xiqDpr2iwmKf9FezLjsMemHcEGgtAJQqA8pc2h1oEb9ximKTbcYl"] {
    color: #3FD300;
    text-decoration: none; /* Remove o sublinhado padrão dos links */
    transition: color 0.3s; /* Adiciona uma transição suave para a cor do texto */
}

/* Adicione a alteração de cor ao passar o mouse sobre o link de doação do PayPal */
p a[href="https://www.facebook.com/wowrenaissanceph/posts/pfbid02sAHCG8BwneD97xiqDpr2iwmKf9FezLjsMemHcEGgtAJQqA8pc2h1oEb9ximKTbcYl"]:hover {
    color: #ffffff; /* Altere a cor do texto para branco ao passar o mouse sobre o link */
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.image-button-manager {
    position: absolute;
    top: -68px;
    left: 358px;
    transform: translateY(-50%);
    z-index: 1; /* Reduza o valor do z-index para colocar abaixo dos links */
    cursor: pointer;
    transition: background-image 0.3s ease;
    background-image: transparent;
    width: 250px;
    height: 85px;
    animation: blink 1s infinite; /* Aplicar a animação blink */
}

.image-button-manager:hover {
    background-image: transparent;
    animation: none; /* Desativar a animação ao passar o mouse */
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    background-image: url('../img/menu/ic_dropdown.png'); /* Substitua pelo caminho da sua imagem */
    background-size: cover; /* Ajusta o tamanho da imagem para cobrir todo o elemento */
    background-position: center; /* Centraliza a imagem */
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    top: -25px; /* Movendo para cima */
    right: -572px; /* Corrigido para incluir uma unidade (por exemplo, px) */
}

.dropdown-content a {
	position: relative;
    z-index: 3; /* Aumente o valor do z-index para colocar acima do elemento piscante */
    transform: translateY(-5px);
    color: black;
    padding: 12px 16px;
    display: block;
    text-decoration: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.image-container {
    position: absolute;
    top: -52px;
    left: 292px;
    transform: translateY(-50%);
    z-index: 1;
    width: 380px;
    height: 120px;
    animation: blink 1s infinite; /* Aplicar a animação blink */
}

.image-container img {
    width: 100%;
    height: 100%;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
