@charset "utf-8";
/* stoccocomunicacao.com.br */
body, html{
	width: 100%;
	height: 100%;
	background:#FFFFFF;
	color:#0F0975;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	
}
a{
	color:#0F0975;
	
}

a:hover{
	color:#000;
	
}
.font-weight-semibold{
	font-weight: 600 !important;
}
h1{font-size: 2rem;}

.line{background:#0F0975; height:12px;}
.line-top{top:0px;}
.line-bottom{bottom:0px;}

.container{
	height:100vh;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bording{
	border-top:#0F0975 1px solid;
}

@media (min-width:768px){
body{
	font-size:18px;
}.bording{
	border-top: none;
	border-left:#0F0975 1px solid;
}
}

@media (min-width:992px){

	
}