html{
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #EEE;
}

* {
	box-sizing: border-box;
	font-family: 'Abel', sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Abel', sans-serif!important;
	color: black
}
p{
	margin: 0;
	padding: 0;
	font-size: 16px;
}

main{
	height: 100%;	
	width: 100%;
	float: left;
}

a:hover{
	text-decoration: none;
}


/*MENU PRINCIPAL INI*/
.menuprincipaltop{
	z-index:30;
	width: 100%;
	font-weight: bold;	
	font-size: 22px;
	color: black;
	background-image: url('../img/bgtopoo.jpg');
	background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	/*background-image:linear-gradient(#FFF, #EEE);*/
}

.menuprincipaltop a{
	transition: all 0.2s;
}

.menuprincipaltop a:hover{
	color: #666;
	text-decoration: none;
	transition: all 0.2s;
}

.parceirosmenu{
	padding:2px 10px; 
	margin: 23px 15px 10px 0; 
	border-radius: 10px;
}

.menuprincipal{
	z-index:30;
	width: 100%;
	font-weight: bold;	
	color: white;
	background-image: linear-gradient(#000, #222);
}

.menuprincipal a{
	transition: all 0.2s;
}

.menuprincipal a:hover{
	color: #DDD;
	text-decoration: none;
	transition: all 0.2s;
}

.dropdown-item{
	text-shadow: 0px 0px 0px black;
}

.dropdown-menu{
	z-index: 3000;
}

.rsmenu{
	color: black;
	font-size: 18px!important;
	padding: 0 10px;
}

.rsmenu:hover{
	color: #888;
	transition: all 0.5s;
}


.divrsmenu{
	float: left; 
	width: 2rem; 
	height: 2rem; 
	text-align: center; 
	margin-right: 12px;  
	padding-top: 6px;
}

.divrsmenu a{
	margin-left: -3px;
}

.rsmenum{
	color: white;
	font-size: 18px!important;
	padding: 0 10px;
}

.rsmenum:hover{
	color: #EEE;
	transition: all 0.5s;
}


/*MENU PRINCIPAL FIM*/

/*MENU SIDEBAR INI*/

.btnsidebarcss{
	margin: 0;
	padding: 0;
	border: 0px solid #aaa;
	border-radius: 5px;
	padding: 4px 10px 2px;
	margin-top: 14px;
	background: transparent;
	color: white;
}

.mysidebar{
	background-color: black!important;
	font-weight: bold;
	font-size: 20px;
	display:none;
	right: 0;
	top:0;
	color: white;
}

.mysidebar a, .mysidebar button{
	background: black;
	text-decoration: none;
	color: white;
	border: 0px;
	padding: 8px 16px;
}


#demoAcc a, #demoAcc2 a, #demoAcc3 a, #demoAcc4 a{
	background: #222;
	font-size: 16px;
}

/*MENU SIDEBAR FIM*/

/*CARROSEL INI*/

.carousel-item {
  background: #eee;
}
.carousel-item:hover {
  cursor: grab;
}

.carousel-indicators li {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  align-self: center;
  transition: all 0.6s ease-in-out;
}
.carousel-indicators li.active {
  width: 1rem;
  height: 1rem;
}

.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border: 2px solid #fff;
  border-radius: 100%;
}

.carousel-control-prev {
  left: 10px;
}
.carousel-control-next {
  right: 10px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: #000;
  color: #000;
}

/*FIM CARROSSEL*/


/*INICIO PROX JOGO*/

.proxpartida{
	text-align: right;
	padding-right: 4%;
	margin-top: 16px;
}

.horariopartida{
	text-align: left;
	padding-left: 4%;
	margin-top: 16px;
}


.time1{
	width: 75px!important;
	position: absolute!important;
	right: 0;
}

.time2{
	width: 75px!important;
	position: absolute!important;
	left: 0;
}

.versus{
	text-align: center;
	padding: 20px 0 20px;
	font-size: 24px;
}

/*FIM PROX JOGO*/

/*MENU CARROSSEL INICIO*/

.owl-carousel{
	color: black;
   	font-size: 18px;
   	float: left;
}

.owl-carousel p{
	margin: 0;
	padding: 0;
}

    
.owl-carousel1 .owl-nav [class*=owl-]{
    background: transparent;
    padding: 40px 10px;
    font-size: 30px!important;
    margin-top: 10px;
    color: black!important;

}

.owl-carousel2 .owl-nav [class*=owl-]{
    background: transparent;
    padding: 40px 10px;
    font-size: 30px!important;
    margin-top: 150px;
    color: black!important;
}

.owl-carousel3 .owl-nav [class*=owl-]{
    background: transparent;
    padding: 40px 10px;
    font-size: 30px!important;
    margin-top: 120px;
    color: black!important;
}

.owl-carousel1 .owl-nav [class*=owl-]:hover, .owl-carousel2 .owl-nav [class*=owl-]:hover{
	color: #333;
}
.item{
    margin: 10px 25px;
}

/*MENU CARROSSEL FIM*/

/*PARCEIRO INICIO*/

.parceiro{
	 filter: grayscale(1);	
	 width: 80%;
	 transition: all 0.5s;
	 opacity: 0.6;
}


.parceiro:hover{
	 filter: grayscale(0);	
	 transition: all 0.5s;
	 opacity: 1;
}


/*PARCEIRO FIM*/


/*FOOTER INICIO*/
footer{
	top: -5px;	
	width: 100%;
	background-image: url('../img/bg-footer.png');
	background-size: cover;
	background-color: black;
	background-repeat: no-repeat;
	padding: 50px 0;
	color: #FFF;
	font-size: 14px;
}

footer a:hover{
	color: #AAA!important;
}

.imgfooter{
	width:7%;
	padding-bottom:10px;
}

footer h4{
	font-size: 22px;
	border-bottom: 1px solid white;
	color: white;
	font-weight: bold;
}

.divrsfooter{
	float: left; 
	width: 3rem; 
	height: 3rem; 
	font-size: 20px;
	text-align: center; 
	margin: 6px;  
	padding-top: 8px;
	background-color: white;
	color: black;
	border-radius: 30px;
}

.divrsfooter:hover{
	background-color: #AAA;
	transition: all 0.5s;
}

/*FOOTER FIM*/


/*NOTÍCIA INÍCIO*/

.noticiap{
	height: 500px;
	background-size: cover;
	background-position: center;
	transition: all 0.5s;
}


.titulonoticiap{
	position: absolute;
	bottom: 0;
	padding: 30px 20px;
	color: white;
	font-size: 30px;
	font-weight: bold;
	background-image: linear-gradient(transparent, rgba(0,0,0,0.5), rgba(0,0,0,0.7), rgba(0,0,0,0.8));
	width: 100%;
}

a:hover .noticiap{	
	transform: scale(1.05);
	transition: all 0.5s;
}

.noticia{
	height: 250px;
	background-size: cover;
	background-position: center;
	position: relative;
	transition: all 0.5s;
}


.titulonoticia{
	position: absolute;
	bottom: 0;
	padding: 10px 20px;
	color: white;
	font-size: 20px;
	font-weight: bold;
	background-image: linear-gradient(transparent, rgba(0,0,0,0.5), rgba(0,0,0,0.7), rgba(0,0,0,0.8)); width: 100%;
	text-shadow: 2px 2px 2px black;
}

a:hover .noticia{	
	transform: scale(1.05);
	transition: all 0.5s;
}


.noticiaout{
	padding: 0!important;
	overflow: hidden!important;
}
/*NOTÍCIA FIM*/

/*ALEAS INI*/
.noticia-page img{
	width: 100%;
}

.noticia-page h3{
	color: #555;
}

.data-noticia{
	color: #555;
	padding: 10px 0;
}

.data-noticias{
	color: #777;
	font-size: 14px!important;
	margin: 10px 0!important;
	padding: 0!important;
}

.titulo-noticias{
	font-size: 22px!important;
	font-weight: bold;
	margin: 0 0 10px!important;
	padding: 0!important;
}

.subtitulo-noticias{
	font-size: 18px!important;
	color: #777;
	margin: 0!important;
	padding: 0!important;
}


.black-button{
	background: black;
	display: inline-block;
	margin-bottom: 15px;
	color: white;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 15px;
	transition: all 0.5s;
}

.black-button:hover{
	background: #222;
	transition: all 0.5s;
}

.titulo{
	text-align: center;
	font-weight: bold;
	margin-top: 40px;
}

.titulo-paginas{
	font-size: 30px;
	border-bottom: 1px solid black;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.pgeral p{
	font-size: 18px;
	margin: 20px 0;
}

.video-tvbelo{
	width: 100%;
	height: 480px;
}

.icone-tvbelo{
	width: 100%;
	margin-bottom: 20px;
	border: 2px solid white;
}

.botao-tvbelo{
	display: inline-block;
	color: white;
	border: 2px solid white;
	padding: 15px;
	transition: all 0.3s;
	font-weight: bold;
}

.botao-tvbelo:hover{
	color: black;
	background: white;
	opacity: 0.8;
	transition: all 0.3s;
}

#video1-w, #video2-w, #video3-w{
	transition: all 0.3s;
}

.page-link{
	color: black!important;
}
/*ALEAS FIM*/

/*ELENCO INICIO*/

.elenco{
	background-color: #DDD;
	height: 350px;
	background-size: cover;
	background-position: center;
	position: relative;
	transition: all 0.5s;
}

.elencoout:hover .elenco{	
	transform: scale(1.05);
	transition: all 0.5s;
}

.elencoout{
	margin: 0;
	overflow: hidden;
	position: relative;
}


.nomejogador{
	position: absolute;
	bottom: 0;
	padding: 50px 20px 10px;
	color: white;
	font-size: 24px;
	font-weight: bold;
	background-image: linear-gradient(transparent, rgba(0,0,0,0.6), rgba(0,0,0,0.8), rgba(0,0,0,0.9));
	width: 100%;
	text-shadow: 2px 2px 2px black;
	line-height: 22px;
}

.nomejogador span{
	font-weight: normal;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
/*ELENCO FIM*/


/*90 ANOS INICIO*/

.itens{
	background-color: #FFF;
	height: 300px;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	transition: all 0.5s;
}

.itensout:hover .elenco{	
	transform: scale(1.05);
	transition: all 0.5s;
}

.itensout{
	margin: 0;
	overflow: hidden;
	position: relative;
}


.nomeitens{
	position: absolute;
	bottom: 0;
	padding: 10px 20px 10px;
	color: white;
	font-size: 24px;
	font-weight: bold;
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3), rgba(0,0,0,0.3));
	width: 100%;
	text-shadow: 2px 2px 2px black;
	line-height: 22px;
}

.nomeitens span{
	font-weight: normal;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
/*90 ANOS FIM*/


/*SESSOES INI*/
.sessao-partidas{
	float: left;
	width: 100%;
	padding: 5px 0;
	background-image: linear-gradient(#000, #222);
	text-align: center;
	color: white;
	font-weight: bold;
}

.sessao-jogos{
	float: left;
	width: 100%;
	padding: 10px 0;
	background-image: linear-gradient(#FFF, #DDD);
	box-shadow: 0px 1px 20px #AAA;
}

.sessao-padrao{
	float: left;
	width: 100%;
	padding: 20px 0;
}

.sessao-pagina{
	float: left;
	width: 100%;
	padding: 0px 0;
}

.sessao-tvbelo{
	float: left;
	width: 100%;
	margin-top: 40px;
	padding: 10px 0 80px;
	background-image: url('../img/bg-tvbelo.jpg');
	background-size: cover;
}
/*SESSOES FIM*/


.contato input,.contato textarea, .contato select, .contato option{
	margin: 10px 0;
	border: 2px solid #CCC;
}

/*INI ACORDDION*/

.accordion {
  background-color: #ddd;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid #AAA;
  text-align: left;
  outline: none;
  font-size: 22px;
  transition: 0.4s;
  font-weight: bold;
}

.active-acc, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active-acc:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/*FIM ACORDDION*/

.cargo{
	margin: 20px 0;
}
.cargo p{
	margin: 0;
	padding: 0;
}
.cargo p:first-child{
	font-size: 20px;
	font-weight: bold;
}


/*FIM GERAL*/
@media (min-width: 769px) {
	.amobile{
		display: none;
	}
	/*FIM DESKTOP*/
	.btnsidebar {
		display: none;
	}
	.menumobile{
		display: none!important;
	}
	
	.mobile{
		display: none;
	}
	.desktop{
		display: normal;
	}
	
  

}

@media (max-width: 768px) {

	/*INICIO PROXIMO JOGO*/
	.proxpartida{
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.horariopartida{
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	/*FIM PROXIMO JOGO*/
	.amobile{
		display: block;
		padding: 35px;
	}

	.noticiap{
		height: 250px;
		font-size: 2´0px
	}

	.titulonoticiap{
		padding: 10px 20px;
		font-size: 20px;
	}

	.noticiaout{
		margin-bottom: 10px;
	}

	.owl-carousel1 .owl-nav [class*=owl-]{
		margin-top: 70px;
	}
	.owl-carousel2 .owl-nav [class*=owl-]{
		margin-top: 155px;
	}

	.elenco{
		height: 400px;
	}
	.elencoout{
		margin: 0 30px;
	}

	.video-tvbelo{
		height: 230px;
	}

	.col-tvbelo{
		padding: 4px!important;
	}
	.mobile{
		display: normal;
	}

	.desktop{
		display: none;
	}




	/*FIM MOBILE*/

	.menudesktop{
		display: none;
	}

	.menuprincipal{
		position: none;
	}
	
	.logo{
		width: 100%;
	}
	
	.imglogo{
		width: 30%;
	}

	.menumobile{
		background: black;
		position: fixed;
		width: 100%;
		z-index: 20;
	}

	.btnsidebar{
		float: right;
		position:absolute;
		color: white!important;
		z-index:30;
		right:10px;
		top:2px;
	}

	.menufooter{
		display: none!important;
	}
	.imgfooter{
		width:20%;
	}
	.rsfooter{
		font-size: 30px!important;
		padding: 0 20px;
	}
	.produtos{
		margin-top: -60px;
	}
	

