html, body {
	width: 100%;
	height: 100%;
	margin: 0; padding: 0;
}

.divbanner {
	width: 100%;
	margin: auto;
	height: 100%;
}

.divbanner img {
	width: 100%;
}

aside {
	width: 50%;
	height: 100%;
}

aside img {
	width: 100%;
	float: right;
	height: 100%;
}

.fundocinza {
	background-color: #e6e5e3;
}

.comeceagora {
	font-family: 'Oswald', sans-serif;
	color: #294a7a;
	font-size: 1.5em;
	text-align: center;
	padding-top: 10px;
}

.textopreencha {
	color: #294a7a;
	font-size: 0.9em;
	text-align: center;
	margin-top: -15px;
}

.tamanho_500 {
	height: 500px !important;
}
.tamanho_700 {
	height: 65vh !important;
}

.campoempresa {
	width: 50% !important;
}

.inputPadrao1 {
	width: 100%;
}

.formatolabel {
	margin-bottom: 0;
	font-size: 0.92em;
	color: #02183d;
	font-weight: 550;
}

.divdasperguntas {
	margin-top: -10px;
}

::-webkit-input-placeholder { /* WebKit browsers */
	font-size: 0.8em;
	padding-left: 3px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-size: 0.8em;
	padding-left: 3px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-size: 0.8em;
	padding-left: 3px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-size: 0.8em;
	padding-left: 3px;
}

@media only screen and (max-width: 768px) {
    #todoconteudo {
    	flex-direction: column;
    }

    #bannerleff {
    	
    }

    aside {
    	width: 90%;
    }

    .fundocinza {
    	width: 85%;
    }
}
 