.certLogo{
    background: url(../imagens/3_marca_2.png) no-repeat;
    margin-top: 11.039435%;
    max-width: 175px;
    width: 100%;
    height: 240px;
    float: left;
    cursor: pointer;
	position:absolute;
}

.textInformeEsqueciSenha{
	font-size: 12px;
	margin-top: 20px;
	text-align: left;
}

.boxOpcao {
    transition: all .5s;
    width: 245px;
    height: 250px;
    border: 2px solid #49A6C0;
    color: 49A6C0;
    float: left;
    margin: 15px;
    cursor: pointer;
    text-align: center;
    color: #49a6c0;
    padding-top: 60px;
    line-height: 25px;
}

.boxOpcao:hover {
    color: #fff;
	background-color: #49A6C0;
}


#souUfam{font-size: 18px;}

@media screen and (min-width: 1px) and (max-width: 978px) {
	body{
		width: 100%;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;	
	}
	
	.certLogo {
		background: url(../imagens/3_marca_2.png) no-repeat;
		margin-top: -15.961%;
		max-width: 175px;
		width: 100%;
		height: 240px;
		float: left;
		cursor: pointer;
		position: absolute;
	}
	
	h1{
		margin-top: 22.08695652173913%;
		font-weight: 300;
		font-size: 20px;
		color: #604848;
		margin-left: 20rem;
	}
}

@media screen and (min-width: 978px) and (max-width: 10000px) {
	body{
		width: 100%;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;	
	}
	
	h1{
		margin-top: 22.08695652173913%;
		font-weight: 300;
		font-size: 36px;
		color: #604848;
		margin-left: 20rem;
	}
}