body, html {
margin: 0;
}

body{
	background-image: url(https://arquivos-brb.infra.gopoints.com.br/galeria/sorrypage/maiscbt/bgcbt.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.landingMaisCBT {
	font-family: 'Montserrat';
	text-align: center;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 44em;
	margin: auto;
}

.bgcbt {
	background-image: url(https://arquivos-brb.infra.gopoints.com.br/galeria/sorrypage/maiscbt/bgcbt.png);
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fColorBlack {
	color: #000000;
}

.fColorBrlack {
	color: #000000 !important;
	font-weight: 600px;
	font-size: 40px; 
}

@media (min-width: 401px) and (max-width: 917px) {
	.landingMaisCBT {
		margin: auto;
		text-align: center;
		max-width: 80%;
	}
}

@media (max-width: 400px) {
	.landingMaisCBT {
		margin: auto;
		text-align: center;
		max-width: 80%;
	}

	.fColorBlack {
		font-size: 25px;
	}
}

@font-face {
	font-family: 'Montserrat', sans-serif;
}

a:link {
	color: #2D5455;
}

a:hover {
	color: #009EE3;
}

a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}