@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/fonts/open-sans-v23-latin-regular.eot');
	src: local(''),
		url('/fonts/open-sans-v23-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open-sans-v23-latin-regular.woff2') format('woff2'),
		url('/fonts/open-sans-v23-latin-regular.woff') format('woff'),
		url('/fonts/open-sans-v23-latin-regular.ttf') format('truetype'),
		url('/fonts/open-sans-v23-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('/fonts/open-sans-v23-latin-600.eot');
	src: local(''),
		url('/fonts/open-sans-v23-latin-600.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open-sans-v23-latin-600.woff2') format('woff2'),
		url('/fonts/open-sans-v23-latin-600.woff') format('woff'),
		url('/fonts/open-sans-v23-latin-600.ttf') format('truetype'),
		url('/fonts/open-sans-v23-latin-600.svg#OpenSans') format('svg');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/fonts/open-sans-v23-latin-700.eot');
	src: local(''),
		url('/fonts/open-sans-v23-latin-700.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open-sans-v23-latin-700.woff2') format('woff2'),
		url('/fonts/open-sans-v23-latin-700.woff') format('woff'),
		url('/fonts/open-sans-v23-latin-700.ttf') format('truetype'),
		url('/fonts/open-sans-v23-latin-700.svg#OpenSans') format('svg');
}

:root{
	--mk-text:#0f172a;
	--mk-muted:#475569;
	--mk-line:#e2e8f0;
	--mk-brand:#2f6fed;
	--mk-brand2:#1d4ed8;
	--mk-soft:#f8fafc;
	--mk-card:#fff;
	--mk-shadow:0 10px 30px rgba(2,8,23,.08);
	--mk-radius:16px;
	--mk-radius-sm:12px;
	--mk-max:980px;
	--mk-salmon:#fef0d5;
}

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

BODY {
	font-family: 'Open Sans', sans-serif;
	margin:0;
	padding:0;
}

BODY.test_body::-webkit-scrollbar {
	display: none;
}

.header_container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #FFFFFF;
	z-index:1;
	border-bottom: 1px solid var(--mk-line);
}

.header {
	padding:20px;
	position:relative;
}

.header a {
	display: inline-block;
}

.header .enter_button, .header .enter_button_narrow {
	background-color:#FF2222;
	border-radius:5px;
	color:white;
	text-decoration:none;
	padding:5px 20px;
}

.header .enter_button_narrow {
	padding: 5px 10px;
}

.logo {
	 width:125px;
	 margin: 7px 10px 2px 10px;
	 display: inline-block;
	 border:none;
}

.logo_alert_dot {
	background-color:red;
	width:16px;
	height:16px;
	border-radius:10px;
	display:inline-block;
	position: relative;
	right: 10px;
	top: -12px;
}

.navbar {
	display:inline-block;
	float:right;
	margin-top:6px;
}

.account_header_button, .account_header_button_wide {
	display: none;
	float: right;
	font-size:16px;
	color:white;
	background-color: #FF2222;
	padding:8px;
	border-radius: 5px;
	line-height: 16px;
}

.account_header_button_wide {
	padding-left:20px;
	padding-right:20px;
}

.nav_menu {
	margin:0px;
}

.nav_menu li {
	display: inline-block;
	margin-right: 20px;
}

.content {
	margin-top:76px;
}

.footer_container {
	margin-top:20px;
	padding:20px;
	background-color: #f7f7f7;
}

.copyright {color:#555555;}
.legal {float:right; margin-right:20px;}

.content a { color:#1d4ed8; }
.content a:hover { text-decoration: underline; }

@media only screen and (max-width: 600px) {
	.navbar {
		font-size:14px;
		margin-top:8px;
	}
	.navbar ul {
		padding:0;
	}
	.header {
		padding-right:10px;
	}
}

@media only screen and (max-width: 530px) {
	.nav_menu li:last-child {margin-right:10px;}
}

@media only screen and (max-width: 510px) {
	.menu_item_home { display: none !important; }
}

@media only screen and (max-width: 450px) {
	.menu_item_como_funciona { display: none !important; }
}
		
@media only screen and (max-width: 420px) {
	.account_header_button, .account_header_button_wide {display: inline-block;}

	.copyright, .legal {
		display: block;
		text-align:center;
		margin:auto;
		width:100%;
	}
	.legal {
		float:none;
	}
	
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
	.header, .content, .footer {width:85%; margin-left:auto; margin-right:auto;}
}