@charset "utf-8";
/* saomarco */
body, html{
	width: 100%;
	height: 100%;
	background:#2E2E2E;
	color:#FFF;
}

body{
	font-family: 'Inter', sans-serif;
	font-size:16px;
	
}
a{
	color:#6d6c6c;
	
}

a:hover{
	color:#000;
	
}
.font-weight-semibold{
	font-weight: 600 !important;
}


.line{background:#000000; height:12px;}
.line-top{top:0px;}
.line-bottom{bottom:0px;}

.container{
	height:100vh;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bording{
	border-top:#000000 1px solid;
}

@media (min-width:768px){
body{
	font-size:18px;
}.bording{
	border-top: none;
	border-left:#000000 1px solid;
}
}

@media (min-width:992px){

	
}