@import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto+Condensed|Archivo+Black&display=swap');
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");


body{font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;margin:0;background:#ecf0f1;}

.hero {
	background: url('/background.png') center center/cover no-repeat;
	background-color: #0d6efd;
	color: #fff;
	position: relative;
	z-index: 1;
}
.hero .container {
	position: relative;
	z-index: 2;
}
.hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(13, 110, 253, 0.7); /* overlay azul */
	z-index: 1;
}
ul{list-style: none;}

::-webkit-scrollbar{width: 5px;}
::-webkit-scrollbar-track{background: #f1f1f1;}
::-webkit-scrollbar-thumb{background:#ff8b00;}
::-webkit-scrollbar-thumb:hover{background:#ff8b00;}
::selection{color:#FFF;background:#777;}

header{
	background: #151515;
	background-size: cover;
	color:#FFF;
}

header .logo{
	width: 20%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	transition: transform 0.6s;
}

header .logo:hover{
	transform: scale(1.2);
}

.nav {
  height: 55px;
  border-bottom: solid 3px #151515;
      background-color: #151515;
}

.segundaNav{
	padding:10px;
	height: 40px;
	background-color: #222;
}

.segundaNav span{
	background:#737373;
	font-size: 13px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	text-transform: uppercase;
	padding: 3px 10px;
	cursor: pointer;
}

.segundaNav .direita span{
	border-radius: 3px;
}

.logoNav{
	margin:5px;
	padding: 9px;
}

.nav a {
  float: left;
  color: #FFF;
  text-align: center;
  padding: 18px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  transition: all 0.4s;
}

.nav a:hover {
      background-color: #151515;

}

.direita {
  margin-right: 05px;
  float: right;
}

.corpo{
	padding: 30px;
    background-color: #151515;
}

.jogar{
	text-align: center;
	background-color: #151515;
	color:#FFF;
	padding-top: 20px;
	padding-bottom: 10px;
}

.jogar span.titulo{
	border-bottom:solid 1px #fff;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
}

.jogar span.subtitulo{
	padding-top: 10px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	color:#777;
	margin-bottom: 20px;
}

.jogar a{
	font-weight: bold;
	background: #bc8607;
	color:#FFF;
	padding: 10px 15px;
	font-size: 20px;
	text-transform: uppercase;
	border-radius: 5px;
	box-shadow: 0px 2px 0px 2px #835d04;
}

a{
	text-decoration: none;
}

.junte-se{
	margin-top: 20px;
	color:#FFF;
}

#jogadores{
	font-weight: bold;
	color: #2980b9;
}

.sublogo{
	font-size: 19px;
	justify-content: center;
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background:#060606;
	width: 25%;
	padding: 10px;
	border: solid 2px #0986cc;
	text-transform: uppercase;
}

.novidade{
	background:url(https://sucessoroleplay.com/adicionais/img/discord.png);
	background-size: auto 100%;
	height: 20rem;
	box-shadow: 1px 0px 9px 1px #777;
	margin-left: 15px;
	border-radius: 10px;
	transition: background 0.4s;
	cursor: pointer;
}

.novidade2{
	background:url(https://sucessoroleplay.com/adicionais/img/staff.png);
	background-size: auto 100%;
	height: 20rem;
	box-shadow: 1px 0px 9px 1px #777;
	margin-left: 15px;
	border-radius: 10px;
	transition: background 0.4s;
	cursor: pointer;
}

.novidade3{
	background:url(https://sucessoroleplay.com/adicionais/img/discordfivem.png);
	background-size: auto 100%;
	height: 20rem;
	box-shadow: 1px 0px 9px 1px #777;
	margin-left: 15px;
	border-radius: 10px;
	transition: background 0.4s;
	cursor: pointer;
}

.novidade4{
	background:url(https://sucessoroleplay.com/adicionais/img/stafffivem.png);
	background-size: auto 100%;
	height: 20rem;
	box-shadow: 1px 0px 9px 1px #777;
	margin-left: 15px;
	border-radius: 10px;
	transition: background 0.4s;
	cursor: pointer;
}

.novidade:hover{
	background-size: auto 105%;
}

.novidade2:hover{
	background-size: auto 105%;
}

.novidade3:hover{
	background-size: auto 105%;
}

.novidade4:hover{
	background-size: auto 105%;
}

.social{
	box-shadow: 1px 0px 9px 1px #777;
	margin-left: 50px;
	background:#000;
	cursor: pointer;
}

.social .twitter{
	color: #FFF;
	background:#1da1f3;
	border:solid 1px #FFF;
	font-size: 60px;
	padding: 30px 50px;
}

.social .fb{
	background:#4267b2;
	color:#FFF;
	font-size: 60px;
	border:solid 1px #FFF;
	padding: 30px 60px;
}

.social .yt{
	background:#cd201f;
	color:#FFF;
	font-size: 60px;
	border:solid 1px #FFF;
	padding: 30px 45px;
}

.social .discord{
	background:#7289DA;
	color:#FFF;
	font-size: 60px;
	border:solid 1px #FFF;
	padding: 30px 50px;
}

.social .wpp{
	background:#34bd49;
	color:#FFF;
	font-size: 60px;
	border:solid 1px #FFF;
	padding: 30px 140px;
}

.vantagens{
	padding: 30px;
	background:#007bff;
	color: #FFF;
	text-align: center;
	border-bottom: solid 5px #054c74;
}


.vantagens i{
	font-size: 70px;
}

.comentarios{
	background: #222;
	color:#FFF;
	padding: 60px;
	text-align: center;
}

.comentarios h2{
	color:#007bff;
	font-size: 40px;
	margin-top: -20px;
	text-transform: uppercase;
}

.comentarios .nick{
	font-size: 30px;
}

.comentarios img{
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	width: 130px;
}

.comentarios li{
	padding: 8px 15px;
	font-size: 19px;
	margin:5px;
	cursor: pointer;
	background:#007bff;
	float: left;
}

.comentarios ul{
	margin-left: 31.4rem;
	padding-bottom: 10px;
}

.comentarios i{
	cursor: pointer;
	font-size: 30px;
	background:#FFF;
	width: 35px;
	padding: 2px;
	border-radius: 5px;
	color: #007bff;

}

footer{
	position: static;
	background:#202020;
	width: 100%;
	left: 0;
	text-align: center;
	padding: 20px;
	margin-top: -6px;
	color:#FFF;
}

.links {
	text-align: center;
}

a {
	color: #919191;
}


.rodapeConteudo{
	border-top: solid 5px #fff;
	color:#FFF;
	background:url(../img/bg.jpg);
	background-repeat: no-repeat;
	padding:10px;
}

#ip{cursor: pointer;}

.rodapeConteudo button{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #ffb95e;
  padding: 0px 29.5%;
  font-weight: bold;
  border: 0;
  margin-left: 46px;
  color: #FFFFFF;
  margin-bottom: 10px;
  font-size: 17px;
  border-radius: 4px;
  cursor: pointer;
}

.rodapeConteudo input{
	padding-bottom: 30px;
	box-sizing: border-box;
	display: inline-block;
	box-sizing: border-box;
	height: 30px;
	background-color: rgb(34,34,34,0.9);
	font-size: 20px;
	border:none;
	color:#FFF;
	margin-top: -0px;
	padding:10px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.rodapeConteudo input::placeholder{
	text-transform: uppercase;
	color: #777;
	text-align: center;
}

.rodapeConteudo input:focus{
	color:#FFF;
	border:none;
	text-transform: lowercase;
}

.rodapeConteudo h1{
	text-transform: uppercase;
	font-size: 30px;
}

.rodapeConteudo p.novidades{
	text-align: center;
	text-transform: uppercase;
	margin-top: -30px;
}

.rodapeConteudo li a{
	color: #ffb95e;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 20px;
	margin-left: -30px;
}

.navegacao{
	padding: 10px;
	text-transform: uppercase;
}

.aviso{
	background: #007bff;
	padding: 30px;
	color:#FFF;
	text-align: center;
	text-transform: uppercase;
	margin:50px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.aviso a{
	padding: 7px 20px;
	font-size: 20px;
	font-weight: bold;
	color:#FFF;
	background:#0c6fa3;
	box-shadow: 1px 2px 1px 1px #054c74;
	border-radius: 10px;
}

.aviso a:active{
	box-shadow: 0.5px 0.5px 2px 0.5px #054c74;
}


.lojaCon{
	padding: 40px;
	border-top: solid 5px #007bff;
	background:#010114;
}

.item{
	font-size: 20px;
	color:#FFF;
	font-weight: bold;
	width: 100%;
	border-radius: 10px;
	padding: 25px;
	transition: transform 0.5s;
	text-align: center;
	text-transform: uppercase;
	background:#010114;
	border: solid 2px #007bff;
}

.item .nome{
	margin-top: -03px;
	font-size: 25px;
}

.item .valor{
	margin-top: -20px;
	margin-bottom: 6px;
}

.item img{
	border:solid 2px #34495e;
	width: 287px;
	height: 280px;
	border-radius: 10px;
}

.item a{
	color:#FFF;
	margin-top: 6px;
	display: inline-block;
	padding: 6px 64px;
	border-radius: 7px;
	box-shadow: 1px 1px 0px 0.5px #222;
}

.item .beneficios{
	background:#007bff;
	cursor: pointer;
}
a{cursor: pointer;}

.item .comprar{
	background:#0b9f00;
}

.item:hover{
	transform: scale(1.04);
}

.escolher h1{
	border-bottom: solid 3px #007bff;
	margin-bottom: 35px;
}

.escolher h1{
	color:#007bff;
}

.escolher .servidor{
	font-weight: bold;
	cursor: pointer;
	padding-top: 2px;
	padding-left: 10px;
	text-align: center;
	margin-right:-16rem;
	font-size: 20px;
	color:#c3c2c2;
	margin-top:-67px;
	margin-left: 245px;
}

.escolher .objeto{
	border-bottom: 27px solid #092646;
	height: 0;
	width: 217px;
	left: 31px;
}

.escolher .objetoAtivo{
	color:#FFF;
	border-bottom: 27px solid #007bff;
}

.escolher h1{
	margin-left: 10px;
}

.regras table {
  width: 100%;
  background-color:#007bff;
  color:#FFF;
  border: solid 2px #054c74;
  box-shadow: 1px 1px 3px 0px #222;
}

.regras th, td {
  text-align: left;
  padding: 8px;
}

.regras{
	margin:40px;
}

.regras th{
	text-transform: uppercase;
}

.equipe{
	text-align: center;
	margin:30px;
	margin-left: 15rem;
}

.equipe img{
	border-radius: 5px;
	width: 10rem;
}

.equipe span{
	display: block;
	color:#FFF;
	font-size: 30px;
	padding: 5px;
}

.equipe .col-md-3{
	border-radius: 10px;
	margin-bottom: 10px;
}

.ceo .col-md-3{
	justify-content: center;
	display: block;
	margin-left: 20rem;
	margin-right: auto;
	background: #ffb95e;
	padding: 10px;
}

.direcao .col-md-3{
	justify-content: center;
	display: inline-block;
	margin-right: auto;
	background: #0069d9;
	padding: 10px;
	margin-left: 40px;
}

.sub-direcao .col-md-3{
	background: #11c2c4;
	padding: 10px;
	margin-left: 20px;
}

.gerencia .col-md-3{
	justify-content: center;
	display: inline-block;
	margin-right: auto;
	background: #b13e40;
	padding: 10px;
	margin-left: 20px;
}

.administracao .col-md-3{
	background: #e10a14;
	padding: 10px;
	margin-left: 20px;
}

.coordenacao .col-md-4{
	background: #a00a71;
	padding: 10px;
	margin-left: 20px;
	border-radius: 10px;
}

.moderacao .col-md-3{
	background: #37990d;
	padding: 10px;
	margin-left: 20px;
}

.equipe .sociais i{
	padding: 10px;
	color:#FFF;
	font-size: 30px;
	text-align: center;
}

.equipe h3{
	text-transform: uppercase;
	padding: 10px;
	padding-bottom: 10px;
	background:#222;
	font-weight: bold;
	font-size: 30px;
	margin-right: 18%;
}

.ceo h3{
	color:#ffb95e;
	border-bottom: solid 5px #ffb95e;
}

.direcao h3{
	color: #0069d9;
	border-bottom: solid 5px #0069d9;
}

.sub-direcao h3{
	color: #11c2c4;
	border-bottom: solid 5px #11c2c4;
}

.gerencia h3{
	color: #b13e40;
	border-bottom: solid 5px #b13e40;
}

.administracao h3{
	color:#e10a14;
	border-bottom: solid 5px #e10a14;
}


.coordenacao h3{
	color: #a00a71;
	border-bottom: solid 5px #a00a71;
}

.moderacao h3{
	color: #37990d;
	border-bottom: solid 5px #37990d;
}

.administracao .row.equipeC{
	margin-right: 200px;
}
.coordenacao .row.equipeC{
	margin-right: 200px;
}
.moderacao .row.equipeC{
	margin-right: 200px;
}

.moderacao img{
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
}

.coordenacao img{
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
}

.administracao img{
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
}

.mCarregando {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: #1a87c5 url('https://devforum-uploads.s3.dualstack.us-east-2.amazonaws.com/uploads/original/4X/5/5/e/55eb820d2b25943eebb751a4af708f67a01a7d6c.gif') 50% 100% no-repeat cover;
}

body.carregando .mCarregando {
    overflow: hidden;   
}

body.carregando .mCarregando {
    display: block;
}

button.slick-prev:before{
	color: #007bff;
	background:transparent;
	content: '\f191';
	font-size: 50px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
button.slick-next:before{
	color: #007bff;
	background:transparent;
	content: '\f152';
	font-size: 50px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#estatisticas{
	padding-top: 30px;
	margin:10px;
	width: 100%;
}

#estatisticas tr>th{
	padding: 10px;
	margin:0;
	background:#0986cc;
	color: #FFF;
	text-transform: uppercase;
}

#estatisticas table{
	box-shadow: 1px 1px 5px 0px #777;
	border-collapse: collapse;
}

#estatisticas td{
	text-align: center;
	padding: 10px;
	background:#FFF;
}

#estatisticas img{
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.col .titulo span{
	font-size: 20px;
}

.aviso.ranks{
	background: #ec8e07;
}

.iconeNav{display: none;}

span#erro{
	background: #f44242;
	padding: 10px;
	color:#FFF;
	justify-content: center;
	display: flex;

}

.est{
	margin:10px;
	margin-top: 30px;
}

span#selecionar{
	background: #0986cc;
	padding: 1rem 24.5rem;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color:#FFF;
	font-size: 25px;
	margin-bottom: 103px;
	font-weight: bold;
}

.est.rankup{
	padding: 10rem;
	background: url(https://media.discordapp.net/attachments/585164736157581323/592362752962461724/CardEstatistica.png) transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	cursor: pointer;
}
.est.minigames{
	padding: 10rem;
	background: url(https://media.discordapp.net/attachments/585164736157581323/592362752962461724/CardEstatistica.png) transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	cursor: pointer;
}
.est.arena{
	padding: 10rem;
	background: url(https://media.discordapp.net/attachments/585164736157581323/592362752962461724/CardEstatistica.png) transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	cursor: pointer;
}

.navMobile a{
	display: block;
	background:#FFF;
	color: #222;
	padding: 10px;
}

.navMobile{
	display: none;
	border-bottom: solid 3px #054c74;
}


@media only screen and (max-width: 658px) {
	span#selecionar{
		padding: 1rem 22rem;
	}
}

html {
	background-color: #151515;
}

  footer img{
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
	}

@media only screen and (max-width: 807px) { 
  span#selecionar{padding: 1rem;}
  .est{margin-left:-50px}
  a.iconeNav{display: flex;}
  .aviso{margin-top: 300px;}
  .segundaNav{display: none;}
  header .logo{width: 220px;}
  header .logoNav{display: none;}
  .nav .direita a{display: none;}
  .rodapeConteudo{display: none;}
  .social{display: none;}
  body{width: 100%;}
  .sublogo{display: none;}
  .novidade{margin-top: 20px;}
  .equipe h3{width: 100%;margin-right: auto;margin-left: auto;}
  .equipe{margin:0;}
  .equipe .sociais i{display: none;}
  .row.equipeC{width: 200%;}
  .coordenacao .col-md-3{margin-left: 60px;width: 70%;}
  .gerencia .col-md-3{margin-left: 60px;width: 70%;}
  .sub-direcao .col-md-3{margin-left: 60px;width: 70%;}
  .direcao .col-md-3{margin-left: 60px;width: 70%;}
  .ceo .col-md-3{margin-left: 60px;width: 70%;}
}
