body{
	background-color: rgba(9, 12, 7, 0.2);
	 background-repeat:no-repeat;
	 background-size:100% 100%;
	 background-attachment:fixed; 
}

table,tr,td{
	 font-family: verdana;
	 font-size: 13px;
	padding-right:10px;

}


.tamanho{
 max-width:100%;
 height:auto;

}

.tamanhox{
 max-width:100%;
 height:auto;
 margin-left:35px;
 margin-top:40px;

}
.hj{
	padding:5px;
}

.md{
	text-indent: 15%;
	padding-bottom: 0px;
	
	}
 
 .md5{
	 background-color:#4B8F6D;
	 border:dashed 50px black;
     }
.md1{
	

  background-image:
  
    linear-gradient(
      45deg, 
      black, rgba(19,158,89,0.5)
    );
border:dashed 35px black;
}
.pista{

	background: linear-gradient(#4A0102,#280001 30%,#4A0102);
	padding-bottom:10px;
}

.ff{
	color:white;
	font-size:30px;
	padding: 10%;
	height:150px;
  /* background properties */
	background-image: linear-gradient(to bottom, rgba(17, 58, 69, 0.9), black)
}

p{color:white;}

.cor_p{
 color: white;
 display: none;
 letter-spacing:1px;
line-height: 1.5;
background-image: linear-gradient(to top, rgba(17, 58, 69, 0.9), black)
}

.cor_p1{
 color: black;
 display: none;
 letter-spacing:1px;
 line-height: 1.5;
}


a:link{
	color: white;
	text-decoration: none;
}
a:visited{
	color: white;
	text-decoration: none;
}

a:hover{
	color: orange;
	text-decoration: none;
}

a:active{
	color: cyan;
	text-decoration: none;
}

.cartaz{
	max-width:100%;
 	height:auto;
 	border-style: solid;
 	border-width: 1px;
 	border-color: black;
}

.redesocial{
	float: right;
}

.fb:hover{
	opacity:0.5;
}
.insta:hover{
	opacity:0.5;
}
.twi:hover{
	opacity:0.5;
}

tr,td{
	padding-top:1%;
}

button{
background-color:black;
color:white;
  border: black;
    color: white;
   text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;

}

button:link{
	display:block;
	width:auto;
	padding: 10px;
	color:white;
	text-decoration: none;
	font-family: verdana;
	transition-duration: 0.5s;
	border:black;
	border: none;
	outline: none;
}

button:hover{
	background-color:rgba(247, 247, 247, 0.37)z;
	text-decoration:none;
	color: white;	
	border:black;
	border: none;
}

button:visited{
	text-decoration:none;
	color: white;
	border:black;
	border: none;
	outline: none;
}

button:active{
	background-color:red;
	color: white;
	border:black;
	border: none;
	outline: none;
}
button:focus {outline:0;}

td{
	font-size: 14px;
}