body{
	overflow: hidden;
}

*{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.geral{
	background: url(imagens/turnaround_bg.jpg) no-repeat center right / cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.devices {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 650px;
	width: 60%;
    margin: auto;
	text-align: right;
}

.devices img {
	width: 100%;
    max-width: 870px;
}

.devices .em_desenvolvimento {
    position: absolute;
    top: 190px;
    bottom: 0;
    right: 0;
	left: 0;
    height: 150px;
    margin: auto;
	text-align: right;
	padding: 35px 25px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 55px;
	
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 17%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 17%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 17%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8c000000',GradientType=1 ); /* IE6-9 */
}

.conteudo {
    position: absolute;
    top: 10%;
    left: 3%;
    margin: auto;
}

.conteudo .logo img {
	max-width: 80%;
	margin-bottom: 20px;
}

.conteudo .info {
	margin-top: 30px;
}

.conteudo .info p,
.conteudo .info a{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	color: #474747;
	font-size: 21px;
	margin: 0;
}
.conteudo .info p.head{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 22px;
}


.footer{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.footer p{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	color: #444;
	margin: 15px 0;
}

.footer img{
    width: 185px;
}


@media screen and (max-width: 1350px) {

	.devices {
		height: 520px;
	}
	.devices img{
		width: 90%;
	}
	.devices .em_desenvolvimento {
		padding: 15px 25px;
		font-size: 45px;
		height: 100px;		
		top: 35%;
	}
}

@media screen and (max-width: 1200px) {

	.devices .em_desenvolvimento {
		top: 20%;
	}
}

@media screen and (max-width: 992px) {
		
	body{
		overflow: auto;
	}

	.geral{
		background: #fff;
	}
	
	.conteudo .logo{
		position: absolute;
		top: 15px;
		left: 0;
		right: 0;
		text-align: center;
	}
	.conteudo .logo img {
		max-height: 80px;
		width: unset;
	}
	
	.devices {
		position: relative;
		height: auto;
		width: 100%;
		margin-top: 100px;
		text-align: center;
	}
	.devices img {
		width: 100%;
	}
	
	.devices .em_desenvolvimento {
		width: 100%;
		background: rgba(0,0,0,0.55);
		text-align: center;
		padding: 6px 25px;
		font-size: 23px;
		height: 40px;
		top: 100px;
	}

	.conteudo {
		position: initial;
		margin: 0 0 25px 7%;		
	}
	.conteudo .info p,
	.conteudo .info a{
		font-size: 18px;
	}
	.conteudo .info p.head{
		font-size: 19px;
	}
	
	.footer{
		position: initial;
	}
}

@media screen and (max-width: 316px) {
	
	.devices .em_desenvolvimento {
		height: 70px;
	}
}