/*
/*
CSS TEMPLATE
*/
/*.fixarmenu {
    position: fixed;
    z-index: 9999;
    top: 0px;
}*/
body.internas{
	background: #f8f8f8;
}
.form-validate-cadastro label.error{
	top: 4px;
    position: absolute;
    left: 90px;
    color: #F00;
	z-index:-1;
}
.container {
	max-width: 1140px !important;
	width: 98% !important;
}
img{
	max-width:100%;
}
.no-padd{
	padding:0px;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
#topbar{
	background:#000;
	color:#FFF;
	text-transform:uppercase;
	font-size:15px;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	padding:5px;
}
#topbar strong{
	font-weight:bold;
}
#topbar .entrar{
	float: right;
	display:none;
}
#topbar .entrar a{
	color:#FFF;
	text-transform:uppercase;
	font-size:14px;
}
#header{
	padding-top:10px;
	padding-bottom:10px;
	height: 100px;
	overflow: hidden;
}
#header .logo{
	max-width:100%;
	max-height: 80px;
}
#header .navbar{
	padding:0px;
}
#header .navbar-nav{
	width: 100%;
    flex-direction: row;
	line-height: 90px;
}
#header .navbar-nav li{
	display: inline-block;
	list-style:none;
	margin:auto;
}
#header .navbar-nav li:nth-child(5){
	padding-right: 0px;
}
#header .navbar-nav li a{
	color:#494948;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:19px;
	text-transform:uppercase;
	text-decoration:none;
}
#header .navbar-nav li a:hover{
	color:#ff3700;
    font-weight:bold;
}
#header .navbar-nav li a span{
	color:#ff3700;
	font-weight:bold;
}
#header .div-entrar{
	text-align:center;
	overflow: hidden;
	margin-top:-10px;
	margin-bottom:-10px;
}
#header .div-entrar a{
	color: #494948;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    background: #d7d7d7;
    border-radius: 150px;
    height: 130%;
    display: block;
    width: 160px;
    margin-top: -20px;
    padding-top: 60px;
	text-decoration:none;
	padding-left: 15px;
	float:right;
}
#header .div-entrar a i{
	float: right;
    margin-right: 28px;
}
#header .div-entrar a i:before{
	content:'';
	display:block;
	width:28px;
	height:28px;
	background:url(../images/entrar.png) center no-repeat;
}
#header .div-entrar a:hover i:before{
	background:url(../images/entrarhover.png) center no-repeat;
}
#header .div-entrar a:hover{
	color: #fff;
    background: #ff3700;
    font-weight:bold;
}
#header .div-menu .toggle-nav{
	float:right;
	font-size:24px;
	line-height: 90px;
	display:none;
	cursor:pointer;
}
#menu-mobile{
	right: 0;
    position: fixed;
    top: 132px;
    padding: 20px;
    padding-bottom: 15px;
    z-index: 9999;
    background: #fff;
    width: 200px;
	display:none;
	opacity:0;
}
#menu-mobile ul{
	padding:0px;
	margin:0px;
}
#menu-mobile ul li{
	padding-bottom:5px;
	list-style:none;
	text-align: right;
}
#menu-mobile ul li a{
	color: #494948;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    text-transform: uppercase;
	text-decoration:none;
}
#footer{
	background:#f3f3f3;
	padding-top:40px;
	padding-bottom:20px;
	color:#494948;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:19px;
	text-decoration:none;
}
#footer .div-redes-rodape{
	text-align:right;
	font-size: 24px;
}
#footer .div-redes-rodape a{
	color:#494948;
	margin-right:10px;
}
#footer .div-redes-rodape a:nth-child(3){
	margin-right:0px;
}
#footer .row{
	margin-right: 0px;
    margin-left: 0px;
}
#footer .div-menus-rodape div.no-padd{
	border-right: 1px solid #949494;
	padding-left: 25px;
    padding-right: 25px;
	line-height:30px;
}
#footer .div-menus-rodape div.no-padd span{
	font-weight:bold;
}
#footer .div-menus-rodape div.no-padd a{
	color: #494948;
}
#footer .div-menus-rodape div.no-padd a.btn-red{
	background:#ff3800;
	color:#FFF;
	text-align:center;
	display:block;
	width:100%;
	text-transform:uppercase;
	padding3px;
	border-radius:10px;
	text-decoration:none;
}
#footer .div-menus-rodape div.no-padd a.btn-red:hover {
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    animation: pulsenew 4s infinite;
	box-shadow: 0 0 0 rgba(37,211,102, 0.4);
}
#footer .div-menus-rodape div.no-padd:nth-child(1){
	margin-left:20px
}
#footer .div-menus-rodape div.no-padd:nth-child(3){
	border-right:none;
}
#footer .endereco-rodape{
	text-align:center;
	margin-top:30px;
	color: #494948;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
}
#direitos{
	padding-bottom:15px;
	padding-top:15px;
	text-align:center;
	background:#e9e9e9;
	color:#494948;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:19px;
	text-transform:uppercase;
}
#direitos img{
	float: right;
}
@media (max-width: 1200px){
	#direitos img{
		margin-right:15px;
	}
	#header{
		padding-bottom:0px;
	}
	#header .div-logo{
		line-height: 70px;
	}
	#header .div-entrar{
		display:none;
	}
	#topbar{
		text-align:left;
	}
	#topbar .entrar{
		display:block;
	}
	#header .div-menu{
		flex: 0 0 75%;
		max-width: 75%;
	}
}
@media (max-width: 960px){
	#footer .div-logo-rodape{
		text-align:center;
		margin-bottom:20px;
	}
	#footer .div-logo-rodape img{
		max-width:280px;
	}
	#header .div-menu{
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		max-width: 35%;
	}
	#header .div-menu .navbar{
		display:none;
	}
	#header .div-logo {
		line-height: 70px;
		padding-bottom: 10px;
		-ms-flex: 0 0 65%;
		flex: 0 0 65%;
		max-width: 65%;
	}
	#header .div-menu .toggle-nav{
		display:block;
	}
	#footer .div-redes-rodape{
		text-align:center;
	}
	#footer .div-menus-rodape div.no-padd{
		border-right: none;
		padding-left: 25px;
		padding-right: 25px;
		line-height:30px;
		margin-bottom:20px;
	}
	#footer .div-menus-rodape div.no-padd:nth-child(1){
		margin-left:0px
	}
}
@media (max-width: 560px){
	#direitos{
		font-size:16px;
	}
	#direitos img{
		float: none;
		margin-left: 20px;
	}
	#topbar{
		font-size:13px;
	}
	#banner{
		font-size:42px !important;
	}
	#banner input[type=text], #banner select, #banner input[type=submit]{
		line-height:10px !important;
		height: 52px !important;
		margin-top:7px !important;
	}
}

/*
CSS HOME
*/
#banner{
	background:url(../images/banner.jpg) left bottom no-repeat;
	background-size: cover;
	height:818px;
	width:100%;
	color: #FFF;
	text-transform:uppercase;
	font-size:56px;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
}
#banner div.col-xs-12{
	padding-left:5px !important;
	padding-right:5px !important;
}
#banner.banner-internas{
	height: 378px;
	background:url(../images/banner-internas.jpg) center no-repeat;
	background-size: cover;
}
#banner input[type=text]{
	font-style: italic;
	font-weight:300;
}
#banner input[type=text], #banner select, #banner input[type=submit]{
	font-size: 22px;
    width: 100%;
    line-height: 40px;
    padding: 10px;
    text-align: center;
	border-radius:10px;
	border:none;
	margin-top:15px;
	height: 64px;
}
#banner input[type=submit]{
	text-transform:uppercase;
	font-weight:700;
}
#banner input[type=text]:focus, #banner input[type=text]:active { 
    text-align:left;
}
#banner input[type=submit]{
	background:transparent;
	border:1px solid #FFF;
	color:#FFF;
	cursor:pointer;
}
#banner input[type=submit]:hover{
	background:#FFF;
	color:#ff3400;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    animation: pulsenew2 4s infinite;
    box-shadow: 0 0 0 rgba(255,255,255, 0.4);
}
#banner strong{
	font-weight:900;
}
#banner .busca-avancada,#banner .busca-avancada2{
	margin-top:20px;
	font-size: 28px;
	text-align:right;
}
#banner .busca-avancada2{
	text-align:left;
}
#banner .busca-avancada2 a{
	color:#FFF;
	text-align:center;
	border-radius:10px;
	border:1px solid #FFF;
	padding:10px;
	font-size: 20px;
    text-decoration: none;
	font-weight:600;
}
#banner .busca-avancada2 a:hover{
	background:#FFF;
	color:#ff3700;
}
#banner .select_box{
  overflow: hidden;
  position: relative;
}
#banner .select_box .setaafter{
  width:100%;
  position: relative;
  display: block;
  background-color: #FFF;
  padding: 10px;
  border-radius: 10px;
  height:64px;
  margin-top:22px;
}
#banner .select_box .setaafter:after{
	width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 18px;
    content: "";
    background: url(../images/seta-select.jpg) center no-repeat #FFF;	
}
#banner .select_box select{
  font-size: 22px;
  font-weight: 700;
  color: #ff3400;
  outline: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: transparent;
  width: 94%;
  box-sizing: content-box;
  position: relative;
  z-index: 1; 
  text-transform: uppercase;
  height:100%;
  padding:0px;
  padding-left:10px;
  margin: 0px;
}
#banner .busca-avancada3{
	display:none;
	height:0px;
}
#banner .busca-avancada3 .busca-km{
	font-size: 14px;
    background: #FFF;
    border-radius: 5px;
    height: 46px;
    margin-top: 18px;
    color: #ff3a00;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:lowercase;
	width: 100%;
}
#banner .busca-avancada3 .busca-km .range{
	margin-top:-8px;
}
#banner .busca-avancada3 .busca-km .range span, #banner .busca-avancada3 .busca-km .range input{
	display: inline-flex;
    vertical-align: middle;
    font-size: 20px;
}
@media (max-width: 820px){
	#banner{
		background:url(../images/banner.jpg) center no-repeat;
	}
	#banner .busca-avancada,#banner .busca-avancada2{
		text-align:center;
	}
}
@media (max-width: 620px){
	#banner input[type=text]{
		line-height:25px !important;
		padding-top: 10px !important;
	}
	#banner .select_box .setaafter{
		height:52px;
	}
	#banner .select_box select{
		line-height: 15px !important;
		margin-top: -8px !important;
	}
	#banner .select_box .setaafter:after{
		top: 12px;
	}
}
#segmentos{
	padding-top:40px;
	padding-bottom:40px;
}
#segmentos h2{
	font-size: 40px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    color: #494948;
    background: #FFF;
    z-index: 99;
    max-width: 500px;
    margin: auto;
}
#segmentos h2 strong{
	color:#ff3e09;
}
#segmentos:after {
    content: '';
    border-bottom: 1px solid #ff3e09;
    display: block;
    margin: auto;
    z-index: 98;
    margin-top: -25px;
    max-width: 1140px;
    width: 90%;
	clear: both;
}
#itens-segmentos{
	font-size:20px;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
	color: #494948;
	font-weight: 600;
}
#itens-segmentos .item-segmento{
	padding-top: 32px;
    padding-bottom: 40px;
    display: block;
    width: 150px;
	height:150px;
    margin: auto;
    margin-bottom: 20px;
	border-radius:20px;
	cursor:pointer;
	border: 1px solid #fff;
	line-height:20px;
}
#itens-segmentos .item-segmento img{
	display:block;
	margin:auto;
}
#itens-segmentos a{
	font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
	color: #494948;
	font-weight: 600;
}
#itens-segmentos .item-segmento{
	border: 3px solid #fff;
}
#itens-segmentos .item-segmento:hover{
    border: 3px solid #ff3300;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(255,51,0,0.43); 
	box-shadow: 0px 0px 29px 0px rgba(255,51,0,0.43);
	color:#ff3300;
}
#itens-segmentos i{
	font-size:32px;
	font-weight: normal;
}
#negocio-reverso{
	position:relative;
	margin-bottom:90px;
	margin-top:50px;
}
#negocio-reverso .conteudo{
	background: #e15b07;
    padding-top: 70px;
    padding-right: 165px;
    font-size: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #FFF;
    font-weight: normal;
    padding-left: 80px;
    height: 220px;
	line-height:40px;
	-webkit-box-shadow: 4px 5px 25px -5px rgba(0,0,0,0.82); 
	box-shadow: 4px 5px 25px -5px rgba(0,0,0,0.82);
}
#negocio-reverso .conteudo-imagem{
	position:absolute;
	z-index:999;
	top:-50px;
	left: 50%;
    transform: translate(-50%, 0);
}
#negocio-reverso .conteudo-imagem img.reverso-setas{
	position:absolute;
	top: 0px;
	left:0px;
}
.link-reverso:hover #negocio-reverso .conteudo-imagem img.reverso-setas{
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	animation: heartbeat 1.5s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

#negocio-reverso .conteudo strong{
	font-weight: bold;
}
#negocio-reverso .conteudo.text-left{
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
#negocio-reverso .conteudo.text-right{
	font-size: 28px;
	line-height:28px;
    padding-right: 65px;
    padding-left: 170px;
    padding-top: 70px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
@media (max-width: 1200px){
	#negocio-reverso .conteudo-imagem{
		left: 44%;
		transform: translate(-44%, 0);
	}
	#negocio-reverso .conteudo.text-left {
		padding-right: 230px;
		padding-left: 35px;
		padding-top: 66px;
	}
	#negocio-reverso .conteudo.text-right {
		padding-right: 35px;
		padding-left: 0px;
		padding-top: 70px;
	}
}
@media (max-width: 860px){
	#negocio-reverso .conteudo-imagem{
		display:none;
	}
	#negocio-reverso .conteudo{
		-webkit-box-shadow: none; 
		box-shadow: none;
	}
}
@media (max-width: 720px){
	#negocio-reverso .conteudo.text-right {
		padding-top: 55px;
	}
}
@media (max-width: 620px){
	#negocio-reverso .conteudo-imagem{
		display: block;
		width: 135px;
		left: 50%;
		transform: translate(-50%, 0);
		top: 115px;
	}
	#negocio-reverso .conteudo.text-right, #negocio-reverso .conteudo.text-left {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		border-radius:0px;
		padding:30px;
		text-align:center !important;
	}
	#negocio-reverso .conteudo.text-left{
		-webkit-border-top-left-radius: 15px;
		-webkit-border-top-right-radius: 15px;
		-moz-border-radius-topleft: 15px;
		-moz-border-radius-topright: 15px;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
	#negocio-reverso .conteudo.text-right{
		height:170px;
		-webkit-border-bottom-right-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		-moz-border-radius-bottomright: 15px;
		-moz-border-radius-bottomleft: 15px;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
	}
}
#como-funciona{
	background:url(../images/bg-funciona.jpg) right top no-repeat;
	background-size: cover;
	height:675px;
}
#como-funciona .container{
	padding-left:0px;
}
#como-funciona h2{
	font-size:60px;
	color:#ff3800;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	line-height: 50px;
	margin-bottom:60px;
}
#como-funciona h2 strong{
	font-weight:bold;
}
#como-funciona .passos{
	width:100%;
	max-width:450px;
	margin-top:30px;
	color:#ff3800;
	font-size:20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:normal;
	line-height: 25px;
}
#como-funciona .passos span{
	font-size:30px;
	font-weight:bold;
}
#como-funciona .passos.passo-1{
	background:url(../images/user.jpg) left top no-repeat;
	padding-left:70px;
}
#como-funciona .passos.passo-2{
	background:url(../images/cash.jpg) left top no-repeat;
	padding-left:70px;
}
#como-funciona .passos.passo-3{
	background:url(../images/publish.jpg) left top no-repeat;
	padding-left:70px;
}
@media (max-width: 1600px){
	#como-funciona{
		background-position-x: -300px;
	}
}
@media (max-width: 1200px){
	#como-funciona{
		background:#ececec;
	}
	#como-funciona .conteudo-funciona{
		margin: auto;
		max-width: 400px;
	}
}
#cadastre-se{
	padding-top:60px;
	padding-bottom:60px;
}
#cadastre-se .cadastro{
	font-size:27px;
	color:#494948;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:normal;
	border-right: 2px solid #ff3800;
	line-height: 0px;
}
#cadastre-se .cadastro h2{
	font-size:60px;
	color:#494948;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	line-height: 55px;
    padding-top: 60px;
}
#cadastre-se .cadastro strong{
	color:#ff3800;
	font-weight:bold;
}
#cadastre-se .formulario form{
	float:right;
	padding-right:40px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:17px;	
	width: 90%;
}
#cadastre-se .formulario form div.div-input{
	position:relative;
	width:100%;
	height:50px;
	padding-left:12px;
}
#cadastre-se .formulario form div.div-input input{
	background:transparent;
	z-index:1;
}
#cadastre-se .formulario form span{
	width: max-content;
    display: inline-block;
    text-align: left;
    padding-right: 10px;
	font-size:20px;	
	float: left;
    margin-top: 10px;
}
#cadastre-se .formulario form .check{
    display: inline-block;
    margin-right:20px;
	margin-top:15px;
	margin-bottom:5px;
	font-size: 20px;
    margin-left: 5px;
}
#cadastre-se .formulario form .check.segundo{
	margin-right:0px;
}
#cadastre-se .formulario h2{
	font-size:40px;
	background:url(../images/user-cad.jpg) left top no-repeat;
	padding-left:60px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
	font-weight:900;
    padding-top: 10px;
	color:#494948;
}
#cadastre-se .formulario form .roundedOne {
    width: 14px;
    height: 14px;
    float: left;
    position: relative;
    margin: 0px 5px auto;
    background: #fff;
	margin-top:4px;
}
#cadastre-se .formulario form .roundedOne label {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 5px;
    border-radius: 50px;
    border: 1px solid #ff3200;
	background:#fff;
}
#cadastre-se .formulario form .roundedOne  input[type=radio] {
	visibility: hidden;
}
#cadastre-se .formulario form .roundedOne input[type=radio]:checked + label {
	background:#ff3200;
}
#cadastre-se .formulario form input[type=text] {
	border:none;
	border-bottom:1px solid #ff3200;
	padding:5px;
	width: 80%;
    max-width: 347px;
	min-width: 280px;
	float:left;
}
#cadastre-se .formulario form input[type=text].email {
    width: 322px;
}
#cadastre-se .formulario form input[type=submit] {
	background: #ff3200;
    width: 150px;
    border-radius: 5px;
    text-align: center;
    border: none;
    color: #fff;
    margin: auto;
    margin-top: 15px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px;
	cursor:pointer;
	height: 25px;
    line-height: 10px;
    font-weight: 900;
}
#cadastre-se .formulario form input[type=submit]:hover {
	background: #494948;
	color:#fff;
}
@media (max-width: 1200px){
	#cadastre-se .formulario form input[type=text] {
		min-width: 250px;
	}
}
@media (max-width: 960px){
	#cadastre-se .cadastro{
		text-align:center;
		margin-bottom:50px;
		border-right: none;
		line-height: 35px;
	}
}
@media (max-width: 620px){
	#cadastre-se .formulario h2{
		font-size: 30px;
		line-height: 50px;
		display: block;
		margin: auto;
		width: 270px;
	}
	#cadastre-se .formulario form{
		float:none;
		padding-right:0px;
		width:100%;
	}
	#cadastre-se .formulario form .check {
		margin-left: 20px;
	}
	#cadastre-se .formulario form input[type=text]{
		min-width: 340px;
		margin-bottom: 15px;
		width: 100%;
		max-width: 100%;
	}
	#cadastre-se .formulario form input[type=text].email{
		width: 100%;
		max-width: 100%;
	}
	#cadastre-se .formulario form span{
		width:100%;
		text-align:center;
	}
	#cadastre-se .formulario form input[type=submit]{
		margin-top:0px;
	}
}

/*
CSS DETALHE NEGOCIO
*/
#caminho-site{
	padding-top:10px;
	background: #f5f5f5;
    height: 60px;
    line-height: 40px;
}
#caminho-site ul{
	margin:0px;
	padding:0px;
}
#caminho-site ul li{
	display:inline-table;
	font-size:17px;
	color:#494948;
	font-family: 'Source Sans Pro', sans-serif;
}
#caminho-site ul li a{
	font-size:17px;
	color:#494948;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration:none;
}
#caminho-site ul li a:hover{
	color:#ff3800;
}
#negocio-detalhe{
	padding-top:40px;
	padding-bottom:40px;
}
#negocio-detalhe .titulo-negocio{
	position:relative;
	height: 60px;
}
#negocio-detalhe .titulo-negocio.top50{
	margin-top:50px;
}
#negocio-detalhe .titulo-negocio h2{
	font-size: 37px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    color: #494948;
    background: #f8f8f8;
    position: absolute;
    padding-right: 20px;
    z-index: 99;
}
#negocio-detalhe .titulo-negocio:after {
    content: '';
    border-bottom: 2px solid #494948;
    display: block;
    margin: auto;
    z-index: 98;
    max-width: 1140px;
    width: 90%;
    clear: both;
    position: absolute;
    top: 32px;
    right: 0px;
}
#negocio-detalhe .imagens{
	background:#FFF;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding-right: 0px;
	position:relative;
	height:350px;
	overflow:hidden;
}
#negocio-detalhe .imagens .flex-direction-nav{
	display:none;
}
#negocio-detalhe .imagens .slider{
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	height:350px;
}
#negocio-detalhe .imagens .slider .flexslider{
	height:350px;
	margin:0px;
	border: none;
}
#negocio-detalhe .imagens .slider .flexslider .slides li div{
	width:100%;
	height:350px;
}
#negocio-detalhe .imagens .slider .flexslider .flex-control-nav {
    bottom: 5px;
}
#negocio-detalhe .informacoes{
	background:#FFF;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-left: 0px;
	padding-right: 0px;
	border-left: 1px solid #ccc;
}
#negocio-detalhe .informacoes a{
	color:#00b500;
}
#negocio-detalhe .informacoes h2{
	font-size: 26px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #494948;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
#negocio-detalhe .informacoes p{
	font-size:16px;
    font-family: 'Source Sans Pro', sans-serif;
	line-height:18px;
    padding-left: 15px;
    padding-right: 15px;
}
#negocio-detalhe .informacoes p strong{
	font-weight: 600;
    display: block;
    float: left;
    margin-right: 10px;
    width: 70px;
	height:30px;
}
#negocio-detalhe .informacoes .conteudo-info{
	margin-right: 0px;
    margin-left: 0px;
	bottom: 0px;
    width: 100%;
	position:absolute;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	overflow:hidden;
}
#negocio-detalhe .informacoes .btn-whats{
	background:#00b500;
	text-align:center;
	color:#FFF;
	font-size:18px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 45px;
}
#negocio-detalhe .informacoes .btn-contato{
	background:#14151d;
	text-align:center;
	color:#FFF;
	font-size:18px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 45px;
}
#negocio-detalhe .informacoes .fa-instagram{
	font-size: 20px;
    background: #da2d7a;
    width: 35px;
    height: 35px;
    float: right;
    margin-right: 7px;
    text-align: center;
    line-height: 35px;
    color: #FFF;
    border-radius: 35px;
    font-weight: 100;
    margin-top: -2px;
}
#negocio-detalhe .informacoes .fa-facebook-f{
	font-size: 20px;
    background: #23589b;
    width: 35px;
    height: 35px;
    float: right;
    margin-right: 15px;
    text-align: center;
    line-height: 35px;
    color: #FFF;
    border-radius: 35px;
    font-weight: 100;
     margin-top: -2px;
}
#negocio-detalhe .descricao{
	color:#494948;
	font-size:18px;
    font-family: 'Source Sans Pro', sans-serif;
	padding-top:20px;
	padding-bottom:20px;
}
#negocio-detalhe .cadastro{
	font-size:20px;
	color:#494948;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:normal;
	padding-top: 50px;
}
#negocio-detalhe .cadastro h2{
	font-size:44px;
	color:#494948;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
	font-weight:normal;
}
#negocio-detalhe .cadastro strong{
	color:#ff3800;
	font-weight:bold;
}
#negocio-detalhe .cadastro a{
	background: #ff3800;
	border:1px solid #ff3800;
    width: 100%;
    display: block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 10px;
	-webkit-transition: background 1s; /* Safari */
    transition: background 1s;
}
#negocio-detalhe .cadastro a:hover{
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    animation: pulsenew 4s infinite;
	box-shadow: 0 0 0 rgba(37,211,102, 0.4);
}
#negocio-detalhe .cadastro a:focus,#negocio-detalhe .cadastro a:active{
	outline: none; box-shadow: none;
}
@-webkit-keyframes pulsenew {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,56,0, 0.7);

  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255,56,200, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,56,0, 0);
  }
}
@keyframes pulsenew {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,56,0, 0.7);
    box-shadow: 0 0 0 0 rgba(255,56,0, 0.7);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255,56,0, 0);
    box-shadow: 0 0 0 10px rgba(255,56,0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255,56,0, 0);
    box-shadow: 0 0 0 0 rgba(255,56,0, 0);
  }
}

@-webkit-keyframes pulsenew2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.7);

  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulsenew2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.7);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.7);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
    box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}

#negocio-detalhe .mapa iframe{
	border-radius:10px;
	border:1px solid #dcdcdc;
	-webkit-box-shadow: 5px 5px 22px 5px rgba(188,188,188,0.4); 
	box-shadow: 5px 5px 22px 5px rgba(188,188,188,0.4);
}

#negocio-detalhe .relacionados .owl-theme .owl-dots{
	display:none;
}

#negocio-detalhe .relacionados .owl-theme .owl-nav{
	margin-top: -150px;
    padding-bottom: 150px;
	z-index: 999;
    position: relative;
}

#negocio-detalhe .relacionados .owl-theme .owl-nav [class*='owl-']:hover{
	background:none;
}

#negocio-detalhe .relacionados .owl-theme .owl-nav .owl-next{
	font-size: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ff3800;
    right: -20px;
    position: absolute
}

#negocio-detalhe .relacionados .owl-theme .owl-nav .owl-prev{
	font-size: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ff3800;
    left: -20px;
    position: absolute
}

@media (max-width: 960px){
	#negocio-detalhe .cadastro{
		text-align:center;
		margin-bottom:50px;
		padding-top: 20px;
	}
}
@media (max-width: 770px){
	#negocio-detalhe .imagens{
		background:#FFF;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-bottom-left-radius: 0px;
		-webkit-border-top-left-radius: 20px;
		-webkit-border-top-right-radius: 20px;
		-moz-border-radius-topleft: 20px;
		-moz-border-radius-topright: 20px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		padding-right: 15px;
		padding-bottom:0px;
	}
	#negocio-detalhe .imagens .slider{
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-bottom-left-radius: 0px;
		-webkit-border-top-left-radius: 20px;
		-webkit-border-top-right-radius: 20px;
		-moz-border-radius-topleft: 20px;
		-moz-border-radius-topright: 20px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
	#negocio-detalhe .informacoes{
		background:#FFF;
		-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		border-top-right-radius: 0px;
		-webkit-border-bottom-right-radius: 20px;
		-webkit-border-bottom-left-radius: 20px;
		-moz-border-radius-bottomright: 20px;
		-moz-border-radius-bottomleft: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
		padding-top:0px;
		border-left: none;
		border-top: 1px solid #ccc;
	}
	#negocio-detalhe .informacoes .conteudo-info{
		-webkit-border-bottom-right-radius: 20px;
		-webkit-border-bottom-left-radius: 20px;
		-moz-border-radius-bottomright: 20px;
		-moz-border-radius-bottomleft: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;		
		position:relative;
		margin-top:30px;
	}
}
/*
CSS LISTAGEM
*/
#negocio-listagem{
	padding-top:40px;
	padding-bottom:20px;
}
#filtros-listagem .btn-filtrar{
	background: #ff3a00;
    color: #FFF;
    border: none;
    border-radius: 5px;
    width: 100%;
    margin-top: 15px;
    height: 46px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
	cursor:pointer;
}
#negocio-listagem .row{
	margin-bottom:25px;
}
#negocio-listagem .imagem{
	background:#FFF;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding-right: 0px;
	position:relative;
	height:250px;
	overflow:hidden;
	border-left:1px solid #dcdcdc;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding-left:0px;
}
#negocio-listagem .imagem div{
	width:100%;
	height:100%;
	position: absolute;
    top: 0;
    left: 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
#negocio-listagem .informacoes{
	background:#eeeeee;
	height:250px;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding:15px;
}
#negocio-listagem .informacoes h2{
	font-size: 28px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    color: #494948;
}
#negocio-listagem .informacoes span.categoria{
	font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #494948;
}
#negocio-listagem .informacoes p{
	font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #494948;
	padding-bottom:10px;
	padding-top:10px;
}
#negocio-listagem .informacoes span.endereco, #negocio-listagem .informacoes span.telefones{
	font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ff3700;
	font-weight:600;
	display:none;
}
#negocio-listagem .informacoes span.endereco a{
	color: #ff3700;
}
#negocio-listagem .informacoes span.telefones a{
	color: #31c344;
	padding-left:20px;
}
#negocio-listagem .contatos{
	background:#FFF;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-left: 0px;
	padding-right: 0px;
	border-right: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	height:250px;
	padding-top:60px;
	padding-left:60px;
	line-height:40px;
	font-weight:600;
	font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #494948;
}
#negocio-listagem .contatos i{
	color: #ff3700;
	width: 25px;
}
#filtros-listagem select{
	font-size: 18px;
    width: 100%;
    line-height: 10px;
    padding: 10px;
    text-align: center;
	border-radius:5px;
	border:none;
	margin-top:15px;
	height: 46px;
	font-family: 'Source Sans Pro', sans-serif;
}

#filtros-listagem .select_box{
  overflow: hidden;
  position: relative;
}
#filtros-listagem .select_box .setaafter{
  width:100%;
  position: relative;
  display: block;
  background-color: #FFF;
  padding: 10px;
  border-radius: 10px;
  height:46px;
  margin-top:15px;
}
#filtros-listagem .select_box .setaafter:after{
	width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 8px;
    content: "";
    background: url(../images/seta-select.jpg) center no-repeat #FFF;	
}
#filtros-listagem .select_box select{
  font-size: 22px;
  font-weight: 700;
  color: #ff3400;
  outline: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: transparent;
  width: 94%;
  box-sizing: content-box;
  position: relative;
  z-index: 1; 
  text-transform: uppercase;
  height:100%;
  padding:0px;
  padding-left:10px;
  margin: 0px;
  line-height:20px;
}
/*
#filtros-listagem .select_box{
  overflow: hidden;
  position: relative;
}
#filtros-listagem .select_box:after{
	width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 25px;
    content: "";
    z-index: 99;
    background: url(../images/seta-select.jpg) center no-repeat #FFF;
}
#filtros-listagem .select_box select{
	width: 100%;
    border: 0;
    position: relative;
    z-index: 98;
}
*/
@media (max-width: 620px){
	/*#filtros-listagem .select_box:after{
		display:none;
	}*/
}
@media (max-width: 1200px){
	#negocio-listagem .imagem{
		height:280px;
	}
	#negocio-listagem .informacoes{
		height:280px;
	}
	#negocio-listagem .contatos{
		padding-left:0px;
		text-align:center;
		height:280px;
		padding-top:80px;
	}
}
@media (max-width: 770px){
	#negocio-listagem .imagem{
		background:#FFF;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-bottom-left-radius: 0px;
		-webkit-border-top-left-radius: 20px;
		-webkit-border-top-right-radius: 20px;
		-moz-border-radius-topleft: 20px;
		-moz-border-radius-topright: 20px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		padding-bottom:0px;
		border-bottom:0px;
		border-right:1px solid #dcdcdc;
		height: 200px;
	}
	#negocio-listagem .informacoes{
		background:#eeeeee;
		height:auto;
		border-top:0px;
		border-bottom:0px;
		padding:15px;
		border-left:1px solid #dcdcdc;
		border-right:1px solid #dcdcdc;
	}
	#negocio-listagem .contatos{
		background:#FFF;
		-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		border-top-right-radius: 0px;
		-webkit-border-bottom-right-radius: 20px;
		-webkit-border-bottom-left-radius: 20px;
		-moz-border-radius-bottomright: 20px;
		-moz-border-radius-bottomleft: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
		padding-left:0px;
		border-left: 1px solid #ccc;
		border-top: 0px;
		text-align:center;
		height:auto;
		padding-top:20px;
		padding-bottom:20px;
	}
}
#erro404{
	padding-top:40px;
	padding-bottom:20px;
	color: #494948;
	font-size:16px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
}
#sobre p{
	padding-top:40px;
	padding-bottom:20px;
	color: #494948;
	font-size:16px;
	font-family: 'Source Sans Pro', sans-serif;
}
#contato{
	padding-top:40px;
	padding-bottom:20px;
	color: #494948;
	font-size:16px;
	font-family: 'Source Sans Pro', sans-serif;
}
#contato h2{
	font-size:28px;
	font-weight:600;
}
#contato input[type=text], #contato input[type=email], #contato select {
    font-size: 18px;
    width: 100%;
    line-height: 10px;
    padding: 10px;
	background:#FFF;
    border-radius: 5px;
    border: none;
    margin-bottom: 15px;
    height: 46px;
	font-family: 'Source Sans Pro', sans-serif;
}
#contato textarea {
    font-size: 18px;
    width: 100%;
    line-height: 25px;
    padding: 10px;
	background:#FFF;
    border-radius: 5px;
    border: none;
    margin-bottom: 15px;
    height: 146px;
	font-family: 'Source Sans Pro', sans-serif;
	padding-top:20px;
}
#contato input[type=submit] {
    font-size: 22px;
    width: 200px;
	display:block;
	margin:auto;
    line-height: 10px;
    padding: 10px;
	background:#494948;
	color:#FFF;
    border-radius: 5px;
    border: none;
    margin-bottom: 15px;
    height: 46px;
	font-family: 'Source Sans Pro', sans-serif;
	cursor:pointer;
	text-transform:uppercase;
}
#contato input[type=submit]:hover {
	background:#ff3700;
}
#contato .informacoes{
	margin-top:50px;
	padding-bottom:20px;
	text-align:center;
	font-size: 22px;
    color: #494948;
	font-family: 'Source Sans Pro', sans-serif;
}
#contato .informacoes i{
	font-size: 28px;
    color: #ff3700;
}
#banner-cadastro{
	width:100%;
	height:378px;
	background:url(../images/banner-cadastro.jpg?v=2) center no-repeat;
	background-size: cover;
}
#banner-cadastro-mobile{
	display:none;
}
#titulo-cadastro .container{
	background:#ffffff;
	padding-top:40px;
	padding-bottom:40px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
#titulo-cadastro h2{
	font-size: 40px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    color: #494948;
    background: #FFF;
    z-index: 99;
    max-width: 570px;
    margin: auto;
	padding-left:8px;
	padding-right:8px;
}
#titulo-cadastro .container:after {
    content: '';
    border-bottom: 1px solid #ff3e09;
    display: block;
    margin: auto;
    z-index: 98;
    margin-top: -12px;
    max-width: 1140px;
    width: 95%;
	clear: both;
}
#negocio-cadastro{
	padding-top:20px;
}
#negocio-cadastro ul.possos {
    width:100%;
	text-align:center;
	display: list-item;
	border-bottom: 0px;
}
#negocio-cadastro ul.possos li {
    font-size: 26px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #494948;
    font-weight: 300;
	padding-right:32px;
	padding-left:32px;
	display: inline-table;
}
#negocio-cadastro ul.possos li.active {
    color:#ff3800;
	font-weight:500;
}
@media (max-width: 1100px){
	#banner-cadastro{
		display:none;
	}
	#banner-cadastro-mobile{
		display:block;
	}
}
#negocio-cadastro .tab-content{
	width: 90%;
    margin: auto;
    min-width: 350px;
    padding-top: 40px;
    padding-bottom: 40px;
}
#negocio-cadastro #cadastresecadastro{
	width: 100%;
	max-width: 390px;
    text-align: center;
    margin: auto;
}
#negocio-cadastro form{
	width:100%;
	background:#ffffff;
	padding-top:40px;
	padding-bottom:40px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
}
#negocio-cadastro form div.div-input{
	position:relative;
	width:100%;
	margin-top:10px;
}
#negocio-cadastro form div.div-input input{
	background:transparent;
	z-index:2;
}
#negocio-cadastro form span{
	width: 95px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
	font-size:16px;	
}
#negocio-cadastro form .check{
    display: inline-block;
    margin-right:20px;
	margin-top:15px;
	margin-bottom:5px;
}
#negocio-cadastro form .check.segundo{
	margin-right:0px;
}
#negocio-cadastro form .roundedOne {
    width: 14px;
    height: 14px;
    float: left;
    position: relative;
    margin: 0px 5px auto;
    background: #fff;
}
#negocio-cadastro form .roundedOne label {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 5px;
    border-radius: 50px;
    border: 1px solid #ff3200;
	background:#fff;
	text-transform:uppercase;
}
#negocio-cadastro form .roundedOne  input[type=radio] {
	visibility: hidden;
}
#negocio-cadastro form .roundedOne input[type=radio]:checked + label {
	background:#ff3200;
}

#negocio-cadastro form .check2{
	display: inline-block;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
}

#negocio-cadastro form .roundedOne2 {
    width: 14px;
    height: 14px;
    float: left;
    position: relative;
    margin: 0px 5px auto;
    background: #fff;
}
#negocio-cadastro form .roundedOne2 label {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 5px;
    border-radius: 50px;
    border: 1px solid #ff3200;
	background:#fff;
	text-transform:uppercase;
}
#negocio-cadastro form .roundedOne2  input[type=checkbox] {
	visibility: hidden;
}
#negocio-cadastro form .roundedOne2 input[type=checkbox]:checked + label {
	background: #2bbf21;
    border: 1px solid #2bbf21;
}

#negocio-cadastro form .check3{
	display: inline-block;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
}

#negocio-cadastro form .roundedOne3 {
    width: 14px;
    height: 14px;
    float: left;
    position: relative;
    margin: 0px 5px auto;
    background: #fff;
}
#negocio-cadastro form .roundedOne3 label {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 5px;
    border-radius: 50px;
    border: 1px solid #ff3200;
	background:#fff;
	text-transform:uppercase;
}
#negocio-cadastro form .roundedOne3  input[type=checkbox] {
	visibility: hidden;
}
#negocio-cadastro form .roundedOne3 input[type=checkbox]:checked + label {
	background: #2bbf21;
    border: 1px solid #2bbf21;
}

#negocio-cadastro .infotags{
	font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ff3200;
	width: 100%;
    text-align: left;
	text-transform:uppercase;
}

#negocio-cadastro form input[type=text], #negocio-cadastro form input[type=password] {
	border: 1px solid #ff3200;
    padding: 5px;
    width: 70%;
    min-width: 280px;
    border-radius: 10px;
}
#negocio-cadastro form select{
	border: 1px solid #ff3200;
    padding: 5px;
    width: 100%;
    min-width: 280px;
    border-radius: 10px;
	margin-bottom:10px;
}
#negocio-cadastro form .form-submit {
	background: #ff3200;
    width: 150px;
    border-radius: 10px;
    text-align: center;
    border: none;
    color: #fff;
    margin: auto;
    margin-top: 15px;
    display: inline-table;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px;
	cursor:pointer;
}
#negocio-cadastro form .form-submit:hover {
	background: #494948;
	color:#fff;
}
#negocio-cadastro #dadoscadastro h2, #negocio-cadastro #sobrecadastro h2{
	font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ff3800;
    font-weight: 600;
}
#negocio-cadastro form #dadoscadastro div.titulo, #negocio-cadastro form #sobrecadastro div.titulo {
    text-align: right;
    font-size: 16px;
	padding-right:10px;
	padding-top: 5px;
}
#negocio-cadastro form #dadoscadastro input[type=text], #negocio-cadastro form #sobrecadastro input[type=text], #negocio-cadastro form #dadoscadastro input[type=password], #negocio-cadastro form #sobrecadastro input[type=password] {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
}
#negocio-cadastro form #sobrecadastro textarea{
	width: 100%;
    border: 1px solid #ff3200;
    padding: 5px;
    min-width: 280px;
    border-radius: 10px;
    height: 310px;
	margin-left:15px;
    font-size: 16px;
}
#negocio-cadastro form #pagamentocadastro{
	font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #494948;
    font-weight: 500;
	text-align:center;
}
#negocio-cadastro form #pagamentocadastro h2{
	font-size: 36px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ff3800;
    font-weight: 500;
}
#negocio-cadastro form #pagamentocadastro h2 strong{
	font-weight:600;
}
#negocio-cadastro form #pagamentocadastro a{
    background: #23bf47;
    color: #FFF;
    width: 300px;
    display: block;
    margin: auto;
    margin-top: 15px;
    border-radius: 10px;
    font-size: 24px;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 1200px){
	#negocio-cadastro form input[type=text], #negocio-cadastro form input[type=password] {
		min-width: 250px;
	}
}
@media (max-width: 620px){
	#negocio-cadastro form .check {
		margin-left: 20px;
	}
	#negocio-cadastro form input[type=text], #negocio-cadastro form input[type=password]{
		min-width: 340px;
		margin-bottom: 15px;
		width: 100%;
	}
	#negocio-cadastro form span{
		width:100%;
		text-align:center;
	}
	#banner{
		height:480px;
		background-position-x: -50px;
	}
}
#negocio-cadastro form input.error{
	border:2px solid #F00 !important;
}
#negocio-cadastro form label.error {
    display:none !important;
}
@media (max-width: 790px){
	#negocio-cadastro .no-padd{
		padding-left:15px;
		padding-right:15px;
	}
	#negocio-cadastro form #dadoscadastro h2, #negocio-cadastro form #sobrecadastro h2{
		text-align:center;
	}
	#negocio-cadastro form #dadoscadastro div.titulo, #negocio-cadastro form #sobrecadastro div.titulo {
		text-align: left;
		padding-right:0px;
	}
	#negocio-cadastro form #sobrecadastro textarea{
		margin-left:0px;
	}
}
#contato label.error{
	display:none !important;
}
#contato input.error,select.error,textarea.error{
	border:1px solid #F00 !important;
}
.modal-content .modal-header h4{
	color: #FFF;
	font-size: 24px;
    font-family: 'Source Sans Pro', sans-serif;
}
.select2{
	width:100% !important;
}
.select2 .ms-choice{
	border: none !important;
    padding: 22px !important;
}
.select2 .ms-choice span{
	border: 1px solid #ff3200 !important;
    padding: 5px !important;
    width: 100% !important;
    min-width: 280px !important;
    border-radius: 10px !important;
	font-size: 16px !important;
	text-align:left !important;
}
.select2 .ms-drop ul li span{
	font-size: 16px !important;
	text-align:left !important;
}
.select2 .ms-drop input{
	border: 1px solid #aaa !important;
    border-radius: 0px !important;
}

.bootstrap-tagsinput{
	width:100%;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
    background: #ff3200;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    display: inline-table !important;
    width: auto !important;
    font-size: 16px !important;
    padding-right: 0px !important;
    text-align: left !important;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
    display: inline-table !important;
    width: inherit !important;
    font-size: 16px !important;
    padding-right: 0px !important;
    text-align: left !important;
}

.bootstrap-tagsinput input[type=text]{
	border-radius: 0px !important;
    border: 1px solid #aaa !important;
}

.padding-right-0{
	padding-right:0px !important;
}

@media (max-width: 790px){
	.padding-right-0{
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
}

.btn-whats a, .btn-contato a{
	color:#FFF !important;
}

#mensagemcontato input[type=text], #mensagemcontato input[type=email], #mensagemcontato select {
    font-size: 18px;
    width: 100%;
    line-height: 10px;
    padding: 10px;
	background:#FFF;
    border: 1px solid #e0dcdc;
    margin-bottom: 15px;
    height: 46px;
	font-family: 'Source Sans Pro', sans-serif;
}
#mensagemcontato textarea {
    font-size: 18px;
    width: 100%;
    line-height: 25px;
    padding: 10px;
	background:#FFF;
    border: 1px solid #e0dcdc;
    margin-bottom: 15px;
    height: 146px;
	font-family: 'Source Sans Pro', sans-serif;
	padding-top:20px;
}
#mensagemcontato input[type=submit] {
    font-size: 22px;
    width: 200px;
	display:block;
	margin:auto;
    line-height: 10px;
    padding: 10px;
	background:#494948;
	color:#FFF;
    border-radius: 5px;
    border: none;
    margin-bottom: 15px;
    height: 46px;
	font-family: 'Source Sans Pro', sans-serif;
	cursor:pointer;
	text-transform:uppercase;
}
#mensagemcontato input[type=submit]:hover {
	background:#ff3700;
}