#header{
	background-image:url('/images/site/pages/apresentacao-franquia/img_topo_franquiado.png');
	z-index: 3;
	position: relative;
}
.text-top{
	color:white;
	padding: 15px 0 120px;
	height: 334px;
}
.text-top p{
	font-size:32px;
	margin: 0;
}
.text-top h1{
	margin: 20px 0;
}
.apresentacao-franquia-box{
	padding-top:50px;
}
.apresenta-franquia-title{
	font-weight: bold;
	font-size: 20px;
}
.apresenta-franquia-subtitle{
	font-weight: bold;
	font-size: 17px;
	color: #696969;
}
.apresenta-franquia-checkbox p,
.apresenta-franquia-checkbox span{
	display:inline-block;
	vertical-align:midde;
}
.apresenta-franquia-checkbox span{
	margin-right:10px;
	width:40px;
	height:40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url('/images/site/pages/apresentacao-franquia/img_check_franquia.png');
}
.btn-apresentacao-franquia{
	border-radius:10px;
	border-width:2px;
	padding:20px;
	margin-bottom:20px;
	border:2px solid #3276b1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3276b1), color-stop(1, #285e8e) );
	background-image: -o-linear-gradient(bottom, #3276b1 0%, #285e8e 100%);
	background-image: -moz-linear-gradient(bottom, #3276b1 0%, #285e8e 100%);
	background-image: -webkit-linear-gradient(bottom, #3276b1 0%, #285e8e 100%);
	background-image: -ms-linear-gradient(bottom, #3276b1 0%, #285e8e 100%);
	background-image: linear-gradient(to bottom, #3276b1 0%, #285e8e 100%);
}
.btn-apresentacao-franquia p{
	margin:0;
}
.box-recursos{
	background-color:#f5f5f5;
	border:1px solid lightgray;
	border-radius:5px;
	padding:20px 5px;
	margin-bottom:10px;
}
.box-recursos img{
	margin:0px auto;
}
.box-recursos p{
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	text-align: center;
}
.box-apresentacao-bottom{
	border-radius: 10px;
	padding-top: 30px;
}
.box-apresentacao-bottom img{
	display:inline-block;
	margin:0 auto;
}
.text-destaque{
	color:yellow;
}
@media (min-width: 320px) {
  .text-top h1{
	font-size:50px !important;
  }
}
@media (min-width: 670px) {
  .text-top h1{
	font-size:70px !important;
  }
}
.bgBtnStart{
	width: 100%;
	height: 70px;
	position: fixed;
	background-color: rgba(24, 29, 36, 0.8);
	box-sizing: border-box;
	top: 0;
	z-index: 1;
}
.btnStart{
	width:200px;
	text-align:center;
}
.btnStart.fixed{
	position: fixed;
	top: 15px;
	margin-left: -100px;	
}
.btnStartText{
	width:220px;
	margin: 0 auto;
	white-space:nowrap;
	overflow:visible;
	position:relative;
}
.btnStartText div{
	position:absolute;
	color: white;
	height: 70px;
	font-size: 20px;
	line-height: 70px;
	vertical-align: top;
	display:inline-block !important;
}
.btnStartText .text-1{
	right: 100%;
}
.btnStartText .text-2{
	left: 100%;
}
.text-cicle{
	background: url('/images/site/pages/apresentacao-franquia/img_destaque_franquia_cicle.png');
	background-repeat: no-repeat;
	background-size: contain;
	padding: 40px;
	bottom: -65px;
	left: -30px;
	text-align: center;
	position: absolute;
	background-position: center center;
}
.font-menor-cicle{
	font-size: 13px;
	margin-bottom: 0px;
}
.font-maior-cicle{
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: bold;
}
.font-yellow{
	color : yellow;
}
.font-white{
	color : white;
}