body,html{
	border:0;
	padding: 0;
	margin:0;
	height: 100%;
}
#index{
	width: 100%;
	height: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
#index .logo{
	width:110px;
	height: 41px;
	float: left;
	background-image: url(../img/logo.png);
	background-size: cover;
	margin-left: 5%;
	margin-top: 20px;
}
#index .main{
	width:50%;
	height: 100%;
	margin-left: 5%;
	position: absolute;
	display: flex;
    align-items: center;
}
#index .main .block{
	width:100%;
}
#index .title{
	width:100%;
	font-size: 2.6em;
	font-weight: bold;
	margin-bottom: 30px;
}
#index .title:before{
	content: '';
	width: 40px;
	height: 3px;
	margin-top: 80px;
	position: absolute;
	background: linear-gradient(to right, #2bf5e0, #07d4b9);
}
#index .autotype{
	width:100%;
	height: 180px;
	float: left;
	font-size: 1.5em;
	line-height: 2em;
	color: #394b49
}
#index .cor{
	width: 260px;
	height: 90px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../img/cor.png);
	background-size: cover;
}
#index .copy{
	width: auto;
	height: 30px;
	position: absolute;
	bottom: 10px;
	right: 20px;
	color:white;
	font-size: 12px;
	opacity: .7;
}
#index .copy a{
	color:white;
	text-decoration: none;
}
#index .btns{
	width:100%;
	float: left;
}
#index .btns button{
	min-width: 110px;
	padding: 7px 15px;
    font-size: 14px;
    margin-right: 6px;
    border-radius: 18px;
	vertical-align: middle;
	background-color: white;
	border:1px solid #07d4b9;
	color: #07d4b9;
	outline:0 none !important;
}
#index .btns button:hover{
	cursor: pointer;
	opacity: .7
}
#index .btns button.contact{
	padding: 8px 15px;
	background: linear-gradient(to right, #2bf5e0, #07d4b9);
	border:0;
	color: white;
}
#index .btns .win{
	width:12px;
	height: 12px;
	margin-top: 4px;
	margin-right: 6px;
	float: left;
	vertical-align: middle;
	background-image: url(../img/windows.png);
	background-size: cover;
}
#index .btns .macOS{
	padding: 8.5px 15px;
	opacity: .4
}
#index .btns .macOS:hover{
	cursor: not-allowed; 
	opacity: .4
}
#index .btns .mac{
	width:13px;
	height: 13px;
	margin-top: 1px;
	margin-left: 3px;
	float: left;
	vertical-align: middle;
	background-image: url(../img/mac.png);
	background-size: cover;
}