@charset "utf-8";
/* ntcomunicacao */
body, html{
	width: 100%;
	height: 100%;
	background:#F7F7F7;
	color:#000000;
}

body{
	font-family: 'Open Sans', 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;
}
}

@media (min-width:992px){
.bording{
	border-top: none;
	border-left:#000000 1px solid;
}
	
}