body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
	background: #0C306C;
}

.fundo {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/fundo.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 9;
    box-sizing: border-box;
}

.videovote {
	border: 2px solid #0C306C;
    padding: 10px 10px;
    outline: none;
    color: white;
    border-radius: 24px;
	text-align: center;
	margin: 10px 0;
	clear: both;
	background: #0C306C;
}


.participante {
	border-top: 2px solid #0C306C;
	padding: 10px 0;
}

.participante img {
	display: block;
	border: 2px solid #0C306C;
	border-radius: 50px;
	width: 100px;
	margin: 15px auto;
	transition: 0.25s;
	aspect-ratio: 1 / 1;
}

.participante img:hover {
	border: 4px solid #0C306C;
	width: 120px;
	border-radius: 5px;
}

.participante p {
	font-size: 16px;
	line-height: 18px;
	margin: 0px;
	margin-bottom: 9px;
}

.votar {
	color: #eeefff;
	border: 2px solid #0C306C;
    padding: 10px 10px;
	border-radius: 24px;
	text-transform: uppercase;
	width: 200px;
	display: block;
	margin: auto;
	transition: 0.25s;
	background: #10284f;
	color: #ffe;
}

.votar:hover {
	color: #0C306C;
	background: #ffe;
	text-decoration: none;
	width: 250px;
}

.escolhido {
	background: #0e0e54;
	color: #eeefff;
	cursor: not-allowed;
	border: 2px solid #ffe;
}

.escolhido:hover {
	width: 200px;
	background: #0e0e54;
	color: #eeefff;
}


.capa {
	width: 100%;
	margin: 30px 0;
}

.capa img {
	max-width: 800px;
	margin: auto;
	display: block;
}

.capa p {
	max-width: 800px;
	margin: auto;
	display: block;
	color: #fff;
	line-height: 20px;
	padding: 20px 0;
}

.clear {
	clear: both;
}

.participar {
	color: #fff;
	border: 2px solid #0C306C;
    padding: 10px 10px;
	border-radius: 24px;
	text-transform: uppercase;
	display: block;
	transition: 0.25s;
	background: #3891ad;
	text-align: center;
	width: 200px;
	margin: auto;
}

.participar:hover {
	color: #3891ad;
	background: #fff;
	text-decoration: none;
	width: 250px;
}

.votos {
	position: absolute;
	background: #10284f;
	color: #eeefff;
	padding: 5px 10px;
	border-radius: 25px;
	border-radius: 25px;
    right: 0;
    margin-right: 5px;
    margin-top: -32px;
	font-size: 12px;
	color: #ffe;
}

.votos span {
	font-size: 22px;
}

#indice-filtros {
	width: 100%;
	margin: auto;
    padding: 15px;
	text-align: center;
}

#indice-filtros a {
	width: 20%;
	display: block;
	float: left;
	color: #eeefff;
	border: 2px solid #0C306C;
    padding: 10px 10px;
	border-radius: 24px;
	text-transform: uppercase;
	display: block;
	margin: auto;
	transition: 0.25s;
	background: #0C306C;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #ffe;
}

#indice-filtros a:hover {
	color: #0C306C;
	background: #ffe;
	text-decoration: none;
}


#buscarjogador {
	width: 20%;
    display: block;
    float: left;
    border: 2px solid #0C306C;
    padding: 10px 10px;
    border-radius: 24px;
    text-transform: uppercase;
    display: block;
    margin: auto;
    transition: 0.25s;
    background: #0C306C;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #ffe;
}

#cancelarbusca {
    float: left;
    padding: 10px 10px;
    border-radius: 24px;
    text-transform: uppercase;
    display: block;
    transition: 0.25s;
    color: #0C306C;
	margin-left: -15px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 18px;
	cursor: pointer;
}

#indice-filtros {
	border-bottom: 2px solid #fff;
	margin-bottom: 15px;
}

#indice-filtros h2 {
	color: #0C306C;
	font-size: 20px;
}

#indice-filtros p {
	color: #fff;
	font-size: 12px;
}

#buscando {
	clear: both;
}




#resultado {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
}

.cidade {
	font-size: 12px;
}

@media screen and (max-width: 990px) {
	#indice-filtros a {
		width: 100%;
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 5px;
	}
	
	#buscarjogador {
		width: 100%;
		padding: 5px;
	}
	
	#cancelarbusca {
		float: right;
	    margin-top: -50px;
		color: #ffe;
	}
	

	
	
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.votacaoencerrada {
	width: 100%;
    color: #eeefff;
    padding: 10px 10px;
    text-transform: uppercase;
    display: inline-block;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    clear: both;
}

  .youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
  }

  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
  }

  .youtube-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
  }

  .youtube-player img:hover {
    -webkit-filter: brightness(75%);
  }

  .youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(../images/'player.png') no-repeat;
    cursor: pointer;
  }
  
  .votos {
    z-index: 101;
}



.listavotos {
	text-align: left !important;
}

.votoinfo {
	float: left;
	margin-right: 10px;
}

.infovotoo {
	border: 1px solid #fff;
	padding: 5px;
	margin: 5px;
}

.ipvoto {
	width: 130px;
}

.datavoto {
	width: 160px;
}

.colunateste {
	width: 80%;
}

.porcentagem {
	width: 40px;
	text-align: center;
}


#buscarjogador::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  font-weight: bold;
}

#buscarjogador:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: bold;
}

#buscarjogador::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  font-weight: bold;
}

