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

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

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


.line{background:#C43716;height:12px;z-index: 1;}
.line-top{top:0px;}
.line-bottom{bottom:0px;}

.container{
	height: 100vh;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bording{
	border-top:#C43716 1px solid;
}
ul li a{}
ul li a i{ font-size:32px;}

@media (min-width:768px){
body{
	font-size:18px;
}
}

@media (min-width:992px){
.bording{
	border-top: none;
	border-left:#C43716 1px solid;
}
ul li a i{ font-size:36px;}	
}