
@font-face {
	font-family: "Rubik-Regular";
	src: url('fonts/Rubik-Regular.ttf');
}
@font-face {
	font-family: "LeagueSpartan";
	src: url('fonts/league-spartan-regular.ttf');
}

:root{
	--azul: #007BFF;
	--twitch: #9147FF;
}

html, body{
    height: 100%;
    margin: 0;
}

.invisivel{
	display: none !important;
}

body{ 
    display:flex; 
    flex-direction:column; 
}

footer{
	margin-top: auto; 
	
}

h1, h2, h3, h4{
	font-family: "Rubik-Regular";
}

footer h1{
	font-size: 22px;
	font-weight: 320;
}
footer a:hover{
	text-decoration: none;
}

*::-webkit-scrollbar {
	width: 5px;
	max-height: 5px;
}
body::-webkit-scrollbar {
	width: 9px;
}
*::-webkit-scrollbar-thumb {
background-color: #CCC;
border-radius: 15px;
}

#message{
	max-width: 600px;
	left: 0;
	right: 0;
	margin: auto;
}

.link-to-retro, .link-to-discord{
    color: #448AFF !important;
    border: 1px solid #448AFF;
    font-size: 11px;
    padding: 5px 10px 3px 10px;
    border-radius: 7px;
    margin-left: 15px;
    top: 10;
}
.link-to-retro:hover, .link-to-discord{
    transition: 0.3s;
    text-decoration: none;
    background-color: #448AFF;
    color: #FFF !important;
}


.menu-redes-sociais{
    display: inline;
}
.menu-redes-sociais a{
    font-size: 22px;
    margin-left: 15px;
    text-decoration: none;
    color: #448AFF !important;
}
.menu-redes-sociais a:hover{
    transition: 0.3s;
    color: #1873AF !important;
}


.telaCarrega{
	background-color: rgba(255, 255, 255, 0.4);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left:0;
}
.telaCarrega span{
	position: fixed;
	color: #444;
  top: 40%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

/*
.index-info-usuario{
	background-color: #FFF;
	color: #444;
	padding: 10px;
	margin-top: 15px;
	border: 1px solid #CCC;
	border-radius: 10px;
}
.index-info-usuario-publicacao{
	font-size: 12px;
	color: #999;
}
.index-info-usuario img{
	border-radius: 10px;
}
*/

.index-info-usuario-novo{
	background-color: #F8F9FA;
	color: #444;
	border: 1px solid #EEE;
	border-radius: 10px;
	padding: 0px 5px;
	margin-top:-25px;
	margin-left: -20px;
	margin-bottom: 15px;
	font-size: 0.8em;
	cursor: default;
}
.index-info-usuario-novo p{
	margin-bottom: 0;
}
.index-info-usuario-novo img{
	border-radius: 7px;
}
.index-info-usuario-nome{
	font-size: 1em;
	font-weight: 500;
}
.index-info-usuario-publicacao{
	color: #999;
	font-size: 0.8em;
}
.index-info-usuario-publicacao small{
	font-size: 1em;
}
.index-info-usuario img{
	border-radius: 10px;
}
.index-info-usuario-tag{
	text-align: center;
	font-size: 1.1em;
	white-space: nowrap;
}
.index-info-usuario-conquistas{
	position: absolute;
	left: -10;
	top: 0;
}
.index-info-usuario-conquistas img{
	width: 27px;
	display: block;
}
.index-info-usuario-conquistas img:nth-child(3){
	position: absolute;
	top: 0;
	right: -45;
}
.index-info-usuario-conquistas img:nth-child(4){
	position: absolute;
	top: 30;
	right: -45;
}

.container-ad{
	position: relative;
}
.teste{
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 500px;
	background-color: red;
}

.fechar-aviso{
	position: absolute;
	top: 3px;
	right: 5px;
	color: #b37c10;
}
.fechar-aviso:hover{
	color: #9c721f;
}

.conteudo-aviso{
	display: none;
	position: absolute;
	top: 50px;
	max-width: 250px;
	border-radius: 7px;
	padding: 15px;
	font-size: 13px;
	z-index: 800;
	background-color: #F7B532;
	text-shadow: 1px 1px 3px #9c721f;
	color: #FFF;
}
.conteudo-facebook{
	max-width: 350px;
	text-align: center;
	max-height: 570px;
}
.conteudo-aviso a{
	color: #b37c10;
	text-shadow: none;
}
.conteudo-aviso h1{
	font-size: 17px;
}
.conteudo-aviso:after{
    content: "";
    width: 0; 
    height: 0;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #F7B532;
    border-radius: 50%;
}
.conteudo-avisos:after{
    left: 0;
	top: -8;
}
.conteudo-facebook:after{
    left: 42;
	top: -8;
}

/*
#navMenu .menu-notificacoes{
	font-size: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #FFC107;
	color: #FFF;
	border-radius: 50%;
	width: 18px;
}
#navMenu .menu-notificacoes:hover{
	text-decoration: none;
}
*/

.flex-menu{
	display: flex;
	justify-content: space-between;
}
.flex-menu > div{
	flex: 1;
}

.navMenu-logo{
	text-align: left;
}
.navMenu-navegacao{
	text-align: center;
}
.navMenu-final{
	text-align: right;
}

#navMenu{
	padding: 10px 30px 0px 30px;
	background-color: #F8F9FA;
	vertical-align: middle;
	z-index: 100;
}

#navMenu img{
	margin: 0;
	padding: 0;
}

.navMenu-logo a{
	color: #444;
	font-weight: 350;
	font-family: "Rubik-Regular";
}

.navMenu-final .dropdown{
	display: inline;
}

.navMenu-navegacao a{
	font-weight: 500;
	padding: 10px 30px;
	border-radius: 35px;
	margin-top: 0;
	top: 0;
}

#navMenu-mobile{
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 0;
	padding: 10px 30px;
}
.navMenu-mobile .dropdown a:not(.dropdown-item){
	color: #CCC;
}
.navMenu-mobile hr{
	border-color: #777;
}
.navMenu-mobile{
	display: none;
	position: absolute;
	background-color: #343A40;
	font-size: 18px;
	z-index: 1000;
	width: 80%;
	left: 20px;
	margin-top: 5px;
	border-radius: 0px 20px 20px 20px;
	padding: 20px;
}
.navMenu-mobile ul{
	list-style-type: none;
	padding-left: 0;
}
.navMenu-mobile li{
	margin-top: 20px;
}
.navMenu-mobile a{
	color: #FFF;
}

/* ******* RODAPÉ ******* */

.dialogo-parceiros{
    color: #444;
    font-size: 13px;
    font-weight: 500;
}
.parceiros{
    margin-top: 50px;
    position: relative;
    width: auto;
    padding-left: 20px;
}
.parceiros-bg{
    margin-top: 10px;
    margin-bottom: 5px;
}
.parceiros img{
    border-radius: 8px;
    background-color: #FFF;
    padding: 7px;
    margin-right: 10px;
}
.stream{
    position: absolute;
    right: 30;
    bottom: 0;
    background-color: #FFF;
    text-align: center;
    border-radius: 20px;
    width: 250px;
}
.stream p{
    font-size: 12px;
    color: #444;
    margin-bottom: 0;
}

footer{
	text-align: center;
	background-color: #F8F9FA;
	padding: 20px;
	width: 100%;
	/*margin-top: 50px;*/
}

.cabecalho-mobile{
	background-color: #F8F9FA;
	padding:10px 10px 10px 10px;
	box-shadow: 0px 1px 3px #CCC;
}

/* a.btn-brilhante, a.btn-evento{
	color: #007BFF;
} */

a.btn-brilhante, a.btn-evento {
	color: #007BFF;
	--borderWidth: 3px;
	background: #F8F9FA;
	position: relative;
	border-radius: var(--borderWidth);
	margin-top: -5px;
  }
  a.btn-brilhante:after, a.btn-evento:after {
	content: '';
	position: absolute;
	top: calc(-1 * var(--borderWidth));
	left: calc(-1 * var(--borderWidth));
	height: calc(100% + var(--borderWidth) * 2);
	width: calc(100% + var(--borderWidth) * 2);
	background: linear-gradient(
		60deg,
		hsl(211, 100%, 50%),
		hsl(269, 85%, 66%),
		hsl(314, 85%, 66%),
		hsl(359, 85%, 66%),
		hsl(211, 100%, 50%),
		hsl(211, 100%, 50%),
		hsl(211, 100%, 50%),
		hsl(211, 90%, 73%)
	  );
	border-radius: calc(2 * var(--borderWidth));
	z-index: -1;
	animation: animatedgradient 4s ease alternate infinite;
	background-size: 300% 300%;
  }

  .btn-brilhante:hover, .btn-evento:hover {
	background-color: transparent;
	color: #FFF;
	}
  
  
  @keyframes animatedgradient {
	  0% {
		  background-position: 0% 50%;
	  }
	  50% {
		  background-position: 100% 50%;
	  }
	  100% {
		  background-position: 0% 50%;
	  }
  }


/* .btn-brilhante, .btn-evento{
	--border-width: 15px;
	position: relative;
	border-radius: var(--border-width);
	background-color: #F8F9FA;
	font-size: 0.8em;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: -7.5px;
	border: none;
}
.btn-brilhante:hover, .btn-evento:hover {
	background-color: transparent;
	color: #FFF;
}
  
.btn-brilhante::after, .btn-evento::after {
	  position: absolute;
	  content: "";
	  top: 0px;
	  left: -3.5%;
	  z-index: -1;
	  width: 107%;
	  height: 200%;
	  background: linear-gradient(
		60deg,
		hsl(211, 100%, 50%),
		hsl(269, 85%, 66%),
		hsl(314, 85%, 66%),
		hsl(359, 85%, 66%),
		hsl(211, 100%, 50%),
		hsl(211, 100%, 50%),
		hsl(211, 100%, 50%),
		hsl(211, 90%, 73%)
	  );
	  background-size: 300% 300%;
	  background-position: 0 50%;
	  border-radius: calc(2 * var(--border-width));
	  animation: moveGradient 4s alternate infinite;
	}
  
  
  @keyframes moveGradient {
	50% {
	  background-position: 100% 50%;
	}
  }
   */
.btn-brilhante::after, .btn-evento::after {
    top: -9%;
    height: 118%;
}
.btn-evento{
    margin-top: 0px;
}
  
  
  @keyframes moveGradient {
	50% {
	  background-position: 100% 50%;
	}
  }
  

@media screen and (max-width: 900px){
	.teste{
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 300px;
		height: 100px;
		background-color: red;
	}
	
	.conteudo-avisos:after, .conteudo-facebook:after{
		display: none;
	}

	.index-info-usuario-novo{
		margin-left: 0;
		margin-top: 20px;
	}
	
}