.googleCont{
	width: 100%;
	height: 20vw;
	
	text-align: center;
}
.logins{
	width: 30%;
	height: 3vw;
	margin-top: 10px;
	border-radius: 20px;
	font-size: 1.5vw;
}
.googleCont h3{
	font-size: 2.5vw;
}
p{
	font-size: 1.2vw;
}
@media only screen and (max-width: 800px){
	#logo{
		top: 10% !important;
		left: 0% !important;
	}
	#abrirMobile{
		height: 10% !important;
		top: 10% !important;
	}
	.googleCont h3{
		font-size: 4vw;
	}
	.googleCont{
		height: 40vw !important;
	}
	i{
		margin-left: 0px !important;
	}
	.logins{
		width: 65% !important;
		height: 6vw !important;
		font-size: 3vw !important;
	}
	p{
		font-size: 2.2vw !important;
	}
}