@charset "utf-8";
/* CSS Document */
html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 100px; /* Margin bottom by footer height */
	font-family: Dosis-Regular, Arial;
	font-size: 1.5rem;
	color: #223039;
	background: url(/local/layout/freebee/resources/assets/background_pattern.png);
    padding-top: 8rem;
}
@media (max-width: 990px) {
	body {
		margin-bottom: 200px; /* Margin bottom by footer height */
	}
}
.container a{
	text-decoration: underline;
	color: #f15c25;
}
header .navbar{
	transition:500ms ease;
	background:transparent;
}
header .navbar.scrolled{
	background:#f15c25;
	-webkit-box-shadow: 0px 3px 32px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 32px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 32px 0px rgba(0,0,0,0.2);
}
header .navbar-brand {
	font-size: 0;
	background: url(/local/layout/freebee/resources/assets/logo_freebee_orange.png) no-repeat;
	width: 220px;
	height: 84px;
	display: block;
}
header .scrolled .navbar-brand {
	background: url(/local/layout/freebee/resources/assets/logo_freebee_white.png) no-repeat;
	width: 150px;
}
header .scrolled .navbar-toggler {
    border-color: rgba(242, 242, 242, 0.8);
}
header nav .btn-user{
	margin-left: 1.5rem;
	padding: 0 0.8rem;
	border: #f15c25 solid 1px;
	border-radius: 30px;
}
header .scrolled .btn-user{
	border: #ffffff solid 1px;
}
header nav .btn-user:hover{
	background: #f15c25;
}
header nav .btn-user:hover a{
	color: #FFF !important;
}
@media (max-width: 990px) {
  header nav .btn-user{
	  text-align: center;
	  margin: 0;
	  margin-bottom: 2rem;
	  margin-top: 2rem;
	}
}
header nav li a{
	font-family: Dosis-Regular;
	color: #f15c25 !important;
	font-size: 2rem;
}
header .scrolled li a{
	color: #fff !important;
}

ul#horizontal-list {
	list-style: none;
	padding: 20px 0 0 5px;
}

ul#horizontal-list li {
	display: inline;
	font-size: 16px;
	margin-left:5px;
}

.container h2{
	color: #f15c25;
}
.container p{
	color: #f15c25;
}
.label_margin{
	margin:5%;
}
.container .title-form h2{
	font-family: Dosis-SemiBold;
	text-transform: uppercase;
}
.container .form-wrap{
	background: url(/local/layout/freebee/resources/assets/bg-forms.png);
	padding: 1.5rem;
}
.container form label{
	color: #f15c25;
	display:inline;
}
.container form input, .container form select{
	background: none;
	border: none;
	border-bottom: #dddcdc solid 1px;
}
.container form h4{
	font-size: 2rem;
	text-transform: uppercase;
	color: #f15c25;	
	line-height: 4rem;
	padding-left: 3.5rem;
}
.container form h4.icon-registo{
	background: url(/local/layout/freebee/resources/assets/icon_06.png) no-repeat left 2px;
}
.container form h4.icon-pessoais{
	background: url(/local/layout/freebee/resources/assets/icon_07.png) no-repeat left 2px;
}
.container form h4.icon-fiscais{
	background: url(/local/layout/freebee/resources/assets/icon_08.png) no-repeat left 2px;
}
.container form h4.icon-cancel{
	padding-left: 0;
}
.container form .btn-primary{
	border: none;
	background: #f15c25;
}
.container form .form-note{
	width: 23px;
	height: 23px;
	margin-left: 0.5rem;
	display: inline;
	white-space: nowrap;
	cursor: pointer;
}
.container form textarea{
	background: none;
}
.box-color{
	padding-top: 2rem;
	padding-bottom: 2rem;
	background: rgba(242, 242, 242, 0.1);
	height: 100%;
}
@media (max-width: 990px) {
	.box-color{
		margin-bottom: 2rem;
	}
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 100px;
	background-color: #666666;
	padding: 10px 0;
}
footer .brand-footer img{
	width: 115px;
}
footer .btn-appstore a{
	background: url(/local/layout/freebee/resources/assets/stores_01.png) no-repeat;
	font-size: 0;
	width: 104px;
	height: 31px;
}
footer .btn-googleplay a{
	background: url(/local/layout/freebee/resources/assets/stores_02.png) no-repeat;
	font-size: 0;
	width: 104px;
	height: 31px;
}

footer .group-nav-footer a{
	color: #FFFFFF;
}