body, html {
margin: 0;
}

body{
	background-image: url(https://arquivos-brb.infra.gopoints.com.br/galeria/sorrypage/americabrbmais/bgamericabrbmais.jpeg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.landingAmericabrbmais {
	font-family: 'Poppins';
	text-align: center;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 44em;
	margin: auto;
}

.bgamericabrbmais {
	background-image: url(https://arquivos-brb.infra.gopoints.com.br/galeria/sorrypage/americabrbmais/bgamericabrbmais.jpeg);
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fColorWhite {
	color: #FFFFFF;
}

.fColorWhite {
	color: #FFFFFF !important;
	font-weight: 600px;
	font-size: 40px;
}

@media (min-width: 401px) and (max-width: 917px) {
	.landingAmericabrbmais {
		margin: auto;
		text-align: center;
		max-width: 80%;
	}
}

@media (max-width: 400px) {
	.landingAmericabrbmais {
		margin: auto;
		text-align: center;
		max-width: 80%;
	}

	.fColorWhite {
		font-size: 25px;
	}
}

@font-face {
	font-family: 'Poppins', sans-serif;
}

/* unvisited link */
a:link {
	color: #80BA59;
}

/* visited link */
a:visited {
	color: #80BA59;
}

/* mouse over link */
a:hover {
	color: #669547;
}

/* selected link */
a:active {
	color: #80BA59;
}