body{
	margin: 0;
	font-family: Roboto;
	text-decoration: none;
}

a{
	text-decoration: none;
}

#topo{
	background: #0f0834;
	overflow: hidden;
	padding: 10px;
}

.container{
	width: 90%;
	margin: 0 auto;
}

.logo{
	float: left;
	width: 15%;
	text-align: center;
}

.menu{
	float: left;
	width: 60%;
	text-align: left;
}

.menu li {
	list-style: none;
	display: inline-block;
	padding: 5px 15px;
	text-transform: uppercase;
}

.menu li > a{
	color: #ddd;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
}

.menu li > a:hover{
	color: #fff;
	border-bottom: 3px solid #8360c3;
}

.bts{
	float: left;
	width: 25%;
	text-align: center;
}

.bt-teste{
	display: inline-block;
	padding: 10px 30px;
	background: #8b16e3;
	color: #fff;
	border-radius: 3px;
	background: rgba(131,96,195,1);
	background: -moz-linear-gradient(45deg, rgba(131,96,195,1) 0%, rgba(106,125,180,1) 30%, rgba(46,191,145,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(131,96,195,1)), color-stop(30%, rgba(106,125,180,1)), color-stop(100%, rgba(46,191,145,1)));
	background: -webkit-linear-gradient(45deg, rgba(131,96,195,1) 0%, rgba(106,125,180,1) 30%, rgba(46,191,145,1) 100%);
	background: -o-linear-gradient(45deg, rgba(131,96,195,1) 0%, rgba(106,125,180,1) 30%, rgba(46,191,145,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(131,96,195,1) 0%, rgba(106,125,180,1) 30%, rgba(46,191,145,1) 100%);
	background: linear-gradient(45deg, rgba(131,96,195,1) 0%, rgba(106,125,180,1) 30%, rgba(46,191,145,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8360c3', endColorstr='#2ebf91', GradientType=1 );
	clip-path: polygon(90% 0, 100% 29%, 100% 100%, 0 100%, 0 0);
}
.bt-acesse{
	display: inline-block;
	padding: 10px 30px;
	background: #8b16e3;
	color: #fff;
	border-radius: 3px;
	margin-top: 12px;
	background: rgba(131,96,195,1);
	background: -moz-linear-gradient(45deg, rgba(131,96,195,1) 0%, rgba(106,125,180,1) 30%, rgba(46,191,145,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(131,96,195,1)), color-stop(30%, rgba(106,125,180,1)), color-stop(100%, rgba(46,191,145,1)));
	background: -webkit-linear-gradient(45deg, rgba(131,96,195,1) 0%, rgba(106,125,180,1) 30%, rgba(46,191,145,1) 100%);
	background: -o-linear-gradient(45deg, rgba(131,96,195,1) 0%, rgba(106,125,180,1) 30%, rgba(46,191,145,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(131,96,195,1) 0%, rgba(106,125,180,1) 30%, rgba(46,191,145,1) 100%);
	background: linear-gradient(45deg, rgba(131,96,195,1) 0%, rgba(106,125,180,1) 30%, rgba(46,191,145,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8360c3', endColorstr='#2ebf91', GradientType=1 );
}

.text-banner{
	background-color: #271d3b;
	width: 60%;
	height: 75vh;
	float: left;
	
}

.img-banner{
	box-align: inherit;
	background-color: #271d3b;

	width: 40%;
	height: 75vh;
	float: right;
	
}

.img1{
	width: 500px;
    margin: 0px;
    font-weight: normal;
    letter-spacing: 4px;
    padding-left: 0%;
    padding-top: 25%;
 

}

#banner h4{
	width: 60%;
    margin: 0px;
    text-align: left;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000;
    font-weight: normal;
    letter-spacing: 4px;
    padding-left: 10%;
    padding-top: 12%;
    padding-bottom: 3%;
}

#banner h1{
	width: 70%;
    text-align: left;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000;
    font-size: 40px;
    padding-left: 10%;
    padding-top: 10%;
 
#banner .bt-banner{
	text-align: center;
}

#banner .bt-play{
	width: 40px;
	height: 40px;
	background: background: rgba(131,96,195,1);
	background: -moz-linear-gradient(45deg, rgba(131,96,195,1) 0%, rgba(106,125,180,1) 30%, rgba(46,191,145,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(131,96,195,1)), color-stop(30%, rgba(106,125,180,1)), color-stop(100%, rgba(46,191,145,1)));
	background: -webkit-linear-gradient(45deg, rgba(131,96,195,1) 0%, rgba(106,125,180,1) 30%, rgba(46,191,145,1) 100%);
	background: -o-linear-gradient(45deg, rgba(131,96,195,1) 0%, rgba(106,125,180,1) 30%, rgba(46,191,145,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(131,96,195,1) 0%, rgba(106,125,180,1) 30%, rgba(46,191,145,1) 100%);
	background: linear-gradient(45deg, rgba(131,96,195,1) 0%, rgba(106,125,180,1) 30%, rgba(46,191,145,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8360c3', endColorstr='#2ebf91', GradientType=1 );;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 38px;
    padding: 5px;
}




@media (max-width: 742px){
	.logo, .menu, .bts{
		width: 100%;
	}
}











