@charset "utf-8";
/* sbassessoria.co */
body, html{
	width: 100%;
	height: 100%;
	background:#FFF;
	color:#000;
}

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

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

.lh-130{line-height:1.3;}
.line{background:#569C9A;height:12px;z-index: 1;}
.line-top{top:0px;}
.line-bottom{bottom:0px;}
.color-1{ color:#569C9A;}
.container{
	height: 100vh;
	padding-top: 20px;
	padding-bottom: 20px;
}
ul li a{color:#424242;}
ul li a{}
ul li a i{ font-size:32px;}

h1{font-size:26px;}
h2{ font-size:21px;}


@media (min-width:576px){
	h1 span{ border-bottom:3px solid #569C9A;}
	
}
@media (min-width:768px){
body{
	font-size:18px;
}
}

@media (min-width:992px){

h1{font-size:36px;}
h2{ font-size:30px;}
p{font-size:21px;}
	
ul li a i{ font-size:36px;}	


	
}