html {
	scroll-behavior: smooth;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content {
	background-image: url("img/background_intro_responsive.png");
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat;
	background-size: 100%;
}

#header{
	font-size: 50pt;
	font-weight: bold;
}
#title{
	font-size: 20pt;
	color: #A8A6A4;
}
.detail{
	font-size: 18pt;
}
hr{
	height: 4.5px;
	width: 60%;
	background-color: #f6841e;
}
a img{
	width: 122px;
	margin-top: -13px;
}
.anchor {
  border-top: 50px solid transparent;
  margin-top: -50px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-bottom: 0px;
}

.top-padding-50 { padding-top: 50px; margin-top: 50px;}

.active a { 
	background-color: rgba(255,255,255,0.0) !important;
	border-radius: 5px;
	color: #f78b1f !important;
}

.navbar{
	background-color: white;
	height: 60px;
	padding: 5px;
}

.topnav {
	overflow: hidden;
 	background-color: #fff;
	position: fixed;
	width: 100%;
	top: 0px;
}

.topnav a {
  float: left;
  display: block;
  color: #A8A6A4;
  text-align: center;
  /* padding: 14px 16px; */
  padding: 14px 16px 0px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #fff;
  color: #000000;
}

a.active {
	background-color: #fff;
	color: #f78b1f;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 800px) {
 	.topnav a:not(:first-child) {display: none;}
 	.topnav a.icon {
		float: right;
		display: block;
  	}
	#content{
  		background-image: url("img/background_intro_responsive.png");
		background-attachment: fixed;
		background-position: top;
 		background-repeat: repeat;
 		background-size: 100%;
  	}
  	#logo{
  		width: 150px !important;
  	}
  	#header{
		font-size: 35pt;
		font-weight: bold;
	}
	#title{
		font-size: 15pt;
		color: #A8A6A4;
	}
	#detailhome{
		color: #A8A6A4;
		font-size: 13pt !important;
	}
	#detail{
		font-size: 13pt;
	}
	h2{
		font-size: 16pt;
	}
	b{
		font-size: 19pt !important;
	}
	hr{
		height: 4.5px;
		width: 60%;
		background-color: #f6841e;
	}
	a img{
		width: 122px;
		margin-top: -13px;
	}
	#img_benefit{
		width: 400px;
	}
	#minilogo{
		width: 100px !important;
	}
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  #login{
  	float: left !important;
  }
  .topnav{
  	position: fixed !important;
  }
}

#login { margin-right: 15px; float: right; }
#detailhome { color: #A8A6A4; font-size: 14pt; }
#what { margin-top: 150px; margin-bottom: 160px; }
#we { margin-top: 50px; margin-bottom: 300px; }
.fa-font-size { font-size: 20pt; }
.fa-color { color: #A8A6A4; }
.fa-small { color: #f6841e; font-size: 12pt; }
.fa-what-content { color: #f6841e; font-size: 24pt; font-weight: bold; }
.fa-strong { font-size: 22pt; }
.fa-bold { font-weight: bold; }

.fa-bold:before {
    display: none;
}

.img-width-200 {
	width: 200px;
}

.navbar-brand {
    margin-right: 0rem;
}

.hr-intro {
	height: 4.5px !important;
	width: 50%;
	background-color: #f6841e !important;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
	box-sizing: content-box;
	display: block;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
	margin-inline-start: auto;
	margin-inline-end: auto;
	unicode-bidi: isolate;
	overflow: hidden;
	opacity: 1;
}

.container:before {
	display: table;
	content: " ";
	box-sizing: border-box;
}
	
.container:after {
	clear: both;
	display: table;
	content: " ";
}