/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500);


body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', verdana, arial, sans-serif;
	font-weight: normal;
    color: #666;
    background: #fff url(../images/bg1.png) top center;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}
p {
    font-size: 15px;
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:active {
	color: #666;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #999;
}
.main-menu-all {
	display: none;	
}
.nav-expander {
	display: none;	
}
#galleria {
	height: 580px;	
}


#myCarouselHome {
	display: block;
}
#myCarouselHome2 {
	display: none;
}
/* ========================================= */

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.margintop-0{margin-bottom:0 !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-50{margin-top:50px !important;}

/* ===========================
--- Geral
============================ */
.topo {
    position: relative;
	background: #000;
}
.topo .logo {
	margin: 15px 0 15px 0;
    position: relative;
}
.topo .logo img {
	width: 200px;	
}
.logo-capa img {
	width: 240px;
	margin: 0 0 30px 0;
}
.capa-destaque {
	font-size: 24px;
	color: #fff;
	background: #ee3a4f;
	padding: 5px 20px;
	display: inline-block;	
	margin: 30px 0 0 0;
}
.navbar {
    padding: 10px 0;
	display: none;	
}
.menu-topo {
    position: relative;
	margin: 30px 0 0 0;
}
.navbar-custom {
	float: left;
	padding:0;
}
.navbar-custom li {
	float: left;
	list-style: none;
	margin:0;
	padding:0;
}
.navbar-custom li a {	
	float: left;
	font-family: Ubuntu, Verdana, Arial, sans-serif;
	font-size: 18px;
    color: #fff;
	font-weight: 400;
	padding: 13px 15px;
	list-style: none;
}
.navbar-custom  li a:hover {
    color: #ee3a4f;
	background: none;
}
.navbar-custom  li a:focus {
	background: transparent;	
}
.botao-header {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding: 13px 20px !important;
	margin: 0 10px !important;
	background: #ee3a4f;
	border-radius: 4px;
}
.botao-header:hover {
	color: #fff !important;
	background: #ff2756 !important;
}
.botao-header a:focus {
	color: #fff !important;
	background: #ff2756 !important;
}
.login-user {
	position: relative;
	padding: 4px 0 0 5px !important;
}
.login-user>a {
	height: 40px;	
	padding: 0 20px 0 0 !important;
}
.login-user>a:after {
	content: "\f107";	
    font-family: FontAwesome;
	font-size: 24px;
    font-style: normal;
    font-weight: normal;
	position: absolute;
	top: 10px;
	right: 0;
}
.login-user img {
	width: 40px;
	height: 40px;
	border-radius: 40px;	
}
.header-menu {
	float: left;
	margin: 40px 0 0 0;	
	padding: 0;
}
.header-menu li {
	position:relative;
	line-height: 20px;
	padding: 0 20px 0 0;
	float: left;
	font-size: 18px;
	color: #fff;
	list-style: none;			
}	
.header-menu li a {
	color: #fff;			
}
.header-menu-drop:hover .header-drop {
	display:block;
}
.header-drop-right {
	float: right !important;
	right: 0 !important;
}
.header-drop {
	width: 250px;
	position: absolute;
	display:none;	
	float: left;
	top: 40px;
	padding: 10px ;
	z-index: 10000;
}
.header-drop li {
	width: 100%;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	list-style: none;
	padding: 0 10px;
	background: #ee3a4f;	
}
.header-drop li a {
	width: 100%;
	border: 0 !important;
	padding: 7px 15px !important;
}
.header-drop li a:hover {
	color: #ffbdca !important;
}
.header-drop li:first-child {
	padding: 15px 10px 0 10px;
}
.header-drop li:last-child {
	padding: 0 10px 15px 10px;
}
.menu-topo-drop:hover .header-drop {
	display:block;
}
.menu-topo-busca {
	cursor: pointer;	
}
.menu-topo-busca a:before {
	font-size: 24px;
	content: "\f002";	
    font-family: FontAwesome;
}
.menu-topo-menu>a:before {
	font-size: 24px;
	content: "\f0c9";	
    font-family: FontAwesome;
}


.banner {
	position:relative;
}
.container h2 {
	font-size: 40px;
	font-family: Ubuntu, Verdana, Arial, sans-serif;
	font-weight: 300;
	margin: 0 0 30px 0;
	color: #ee3a4f;
}
.container p {
	font-size: 15px;
	margin: 0;
	padding: 0;
}
.paginacao {
	text-align: center;
	margin: 40px 0 0 0;
}
.paginacao span {
	font-size: 16px;
	font-weight: 600;	
	background-color: #CCC;
	margin: 6px 3px;
	display: inline-block;
	border-radius: 4px;
	
}
.paginacao span:hover {
	background-color: #ee3a4f;	
}
.paginacao span a {
	color: #fff;	
	padding: 7px 13px;
	display: inline-block;
}

/* ===========================
--- Home
============================ */

.home {
	padding: 60px 0;
    position: relative;
}
.comofunciona, .depoimentos {
	padding: 80px 0 80px 0;
    position: relative;
}
.separador-titulo {
	width: 120px;
	background: #ee3a4f;
	margin: 0 auto;
	height: 3px;
}
.comofunciona p.subtitulo {
	font-size: 18px;
}
.comofunciona h3, .depoimentos h3 {
	font-family: 'Open Sans', verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	padding: 5px 15px 30px 15px;
}
.quemparticipa, .homecategorias {
	padding: 80px 0 80px 0;
    position: relative;
	color: #fff;
	background: #ee3a4f;
}
.quemparticipa h2, .homecategorias h2 {
	color: #fff;
}
.quemparticipa .separador-titulo, .homecategorias .separador-titulo {
	background: #fff;
}
.quemparticipa h3 {
	font-family: 'Open Sans', verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	padding: 5px 15px 30px 15px;
	color: #fff;
}
.quemparticipa .btn, .homecategorias .btn {
	background: #fff;
	color: #ee3a4f !important;
}
.quemparticipa .btn:hover, .homecategorias .btn:hover {
	color: #ee3a4f !important;
	opacity: 0.9;
}
.homecategorias img {
	width: 100%;
}
.homecategorias-txt {
	width: 100%;
	float: left;
	height: 100px;
	text-align: center;
	background: #fff;
	padding: 25px 10px 0 10px;
	margin-bottom: 30px;
}
.homecategorias-txt h4 {
	font-size: 24px;
	font-family: Ubuntu, Verdana, Arial, sans-serif;
	font-weight: 300;
	margin: 10px 0 0 0;	
}
.homecategorias-txt .separador-titulo {
	width: 60px;
	background-color: #f00 !important;
}
.homecategorias .col-xs-12:hover .homecategorias-txt {
	opacity: 0.9;
}
.homeblog {
	padding: 80px 0 80px 0;
    position: relative;
	color: #666;
	background: #fff;
}
.homeblog img {
	width: 100%;
	margin-bottom: 10px;
}
.homeblog h4 {
	line-height: 130%;
	margin-bottom: 30px;
}
.depoimento-box {
	width: 100%;
	min-height: 250px;
	float: left;
	background: #fff;
	padding: 30px 15px;
	margin: 0 0 30px 0;
}
.depoimento-box img {
	width: 100%;
	float: left;
	border-radius: 160px;
	border: 1px solid #C8C8C8;
	padding: 5px;
	margin: 0 15px 10px 0;
}
.depoimento-box h4 {
	font-size: 20px;
	font-weight: 600;
	padding: 0 0 15px 0;
}
.depoimento-txt {
	float: left;
	width: 100%;	
}

/* ===========================
--- Interna
============================ */

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.interna {
	padding: 80px 0;
}
.interna p {
	line-height: 150%;
	padding-bottom: 20px;
}
.interna .texto-pagina h3 {
	font-size: 24px !important;
	margin: 10px 0 10px 0;
	color: #ee3a4f !important;
}
.interna .texto-pagina p {
	font-size: 16px;
	line-height: 170%;
	padding-bottom: 20px;
}
.interna2 {
	padding: 40px 0 60px 0;
}
.interna2 p {
	line-height: 150%;
	padding-bottom: 20px;
}
.interna2 .destaque {
	font-size: 18px !important;
}
.interna2 .destaque, .interna2 .destaque a {
	color: #ee3a4f !important;
}
.guia, .imprensa {
	padding: 0 0 80px 0;
}
.guia .titulo, .imprensa .titulo {
	background: #fff;
	padding: 0;
	margin: 0;
}
.guia .titulo h2, .imprensa .titulo h2 {
	font-size: 36px;
	padding: 28px 0 30px 0;
	margin: 0;
}
.guia-ap {
	box-sizing: border-box;
	margin: 0 0 30px 0;
	border-bottom: 4px solid #fff;
}
.guia-ap:hover {
	box-sizing: border-box;
	border-bottom: 4px solid #ee3a4f;
}
.guia-ap:hover .guia-ap-box {
	color: #666 !important;
}
.guia-ap:hover .guia-ap-img {
	opacity: 0.85;
}
.guia-ap-img, .guia-local-img {
	position: relative;	
}
.guia-ap-img img, .guia-local-img img {
	width: 100%;	
}
.guia-logo {
	position: absolute;
	width: 100px;
	bottom: 30px;
	left: 30px;
	font-family: Ubuntu, Arial, Verdana;
	font-size: 20px;
	font-weight: 400;
}
.guia-desconto {
	position: absolute;
	top: 20px;
	right: 0px;
	font-family: Ubuntu, Arial, Verdana;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	padding: 7px 12px;
	background: #ee3a4f;	
}
.guia-ap-box, .guia-local-box, .imprensa-box {
	position: relative;	
	background: #fff;
	padding: 20px 25px 25px 25px;
}
.guia-ap-box h3 {
	font-family: Ubuntu, Arial, Verdana;
	font-size: 26px;
	font-weight: 300;
	color: #ee3a4f;
}
.guia-local-box h3 {
	font-family: Ubuntu, Arial, Verdana;
	font-size: 36px;
	font-weight: 300;
	color: #ee3a4f;
}
.guia-local-box h4 {
	font-family: Ubuntu, Arial, Verdana;
	font-size: 22px;
	font-weight: 300;
	color: #ee3a4f;
	margin: 0 0 15px 0;
}
.guia-local-box-txt {
	width: 100%;
	display: table !important;	
}
.guia-local-box-txt p {
	line-height: 160%;
	padding: 0 0 15px 0;
}
.guia-local-box-txt p:last-child {
	padding: 0;
}
.guia-local-box-txt ul {
	float: left;
	width: 100%;
	display: table;	
	padding: 0;
	margin: 0 0 20px 0;
}
.guia-local-box-txt ul li:first-child {
	border-top: 1px solid #e5e5e5;
	margin-top: 10px;
}
.guia-local-box-txt ul li {
	float: left;
	width: 100%;
	display: table-cell;	
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0 15px 0;
	font-size: 18px;
}
.guia-local-box-txt ul li strong {	
	min-width: 150px !important;
	display: table-cell;
	float: left;
	font-size: 24px !important;
	font-weight: 400 !important;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin: -15px 20px 0 0;	
	background: #ee3a4f;
}
.guia-bairro {
	font-size: 18px;
}
.guia-info {
	font-family: Ubuntu, Arial, Verdana;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0 16px 0;
}
.guia-info .valor {
	font-size: 18px;
	font-weight: 500;
	color: #999;
}
.guia-info .valor-destaque {
	color: #ee3a4f;
}
.guia-info .pessoas {
	background: url(../images/icone-pessoas.png) no-repeat;
	background-size: 20px 20px;
	padding: 0 0 0 28px;
	margin: 0 0 0 20px;
}
.guia-dias span {
	font-family: Ubuntu, Arial, Verdana;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;	
	padding: 3px 6px;
	margin: 0 5px 0 0;
	background: #E2E2E2;
}
.guia-dados-local {
	border-top: 1px solid #e5e5e5;
	margin: 25px 0 0 0;
	padding: 20px 0 0 0;	
}
.guia-dados-local p {
	margin: 3px 0 3px 0;	
}
.endereco {
	background: url(../images/icone-endereco.png) no-repeat left 4px;
	background-size: 12px 12px;
	padding: 0 0 0 20px !important;
}
.telefone {
	background: url(../images/icone-telefone.png) no-repeat left center;
	background-size: 12px 12px;
	padding: 0 0 0 20px !important;
}
.site {
	background: url(../images/icone-site.png) no-repeat left center;
	background-size: 12px 12px;
	padding: 0 0 0 20px !important;
}
.guia-icones img {
	background: #ee3a4f;
	border-radius: 200px;	
}
.guia-icones h3 {
	height: 50px;
	font-size: 22px;
	color: #666;
	margin: 10px 0 20px 0;
}
.impresa-box-data {
	font-size: 14px !important;
	padding: 5px 0 !important;
}
.imprensa-box h3 {
	font-size: 28px;
	color: #ee3a4f;
	margin: 0 0 20px 0;
}
.imprensa-box-txt p {
	line-height: 170%;
	margin: 0 0 20px 0;
}
.imprensa-box-txt p:last-child {
	margin: 0;
}
.imprensa-lista {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.imprensa-lista h3 {
	line-height: 140%;
}
.imprensa-lista a:hover {
	color: #ee3a4f !important;
}
.entre-ap {
	width: 50%;	
	margin: 0 0 20px 0;
}
.box-entre {
	position: relative;
	background: #fff;
	padding: 30px;
	text-align: center;
	margin: 0 0 30px 0;
}
.box-entre p {
	padding-bottom: 10px;
}
.box-entre h2 {
	font-size: 28px;
	color: #666;
	margin: 0;
	padding: 0;
}
.box-entre h3 {
	font-size: 22px;
	color: #666;
	margin: 0;
	padding: 0;
}
.box-entre .valor-assinatura {
	font-size: 46px;
	font-weight: 400;
	color: #ee3a4f;
	padding-bottom: 10px;
}
.box-entre .parcelamento {
	padding: 0 40px;
	font-size: 18px;
}
.box-entre .btn-assinar {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding: 12px 40px;
	background: #ee3a4f;
	border-radius: 4px;
	text-align: center;
	
}
.valor-assinatura-antigo {
	font-size: 20px;
	font-weight: 600;
	text-decoration: line-through;
	margin-top: 20px !important;
}

/* ===========================
--- Blog
============================ */

.blog {
}
.blog img {
	width: 100%;
	margin: 0 0 20px 0;
}
.blog p {
	font-weight: 400;
}
.blog h1 {
	font-family: Ubuntu, Arial, Verdana;
	font-size: 36px;
	font-weight: 300;
	margin: 0 0 20px 0;
	color: #ee3a4f;
}
.blog h3 {
	font-family: Ubuntu, Arial, Verdana;
	font-size: 24px;
	font-weight: 300;
	line-height: 120%;
	margin: 5px 0 20px 0;
	color: #ee3a4f;
}
.blog .col-xs-12 {
	margin-bottom: 50px;
}
.blog .blog-txt p {
	line-height: 170%;
	margin-bottom: 20px;
}
.blog .blog-txt p:last-child {
	margin-bottom: 0;
}
.blog .blog-txt img {
	width: 100%;
}
.blog-compartilhamento {
	margin: 30px 0 30px 0;
}
.blog-autor {
	width: 100%;
	margin: 0 0 30px 0;	
}
.blog-autor .data-blog {
	padding: 7px 0 0 0 !important;	
}
.blog-autor img {
	width: 60px;
	float: left;
	border-radius: 100px;
	border: 5px solid #fff;	
	margin: 0 20px 0 0;
}
.blog-autor h4 {
	font-size: 16px;
	font-weight: 400;
	padding: 5px 0 0 0;	
}
.blog-box-lateral h3 {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 15px 0;
	border-bottom: 1px solid #ee3a4f;	
}
.blog-box-anteriores {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.blog-box-anteriores img {
	width: 120px;
	float: left;
	margin: 0 20px 0 0;	
}
.blog-box-anteriores h4 {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

/* ===========================
--- Assinatura
============================ */

.assinatura-etapas {
	padding: 0 !important;
    margin: 0 0 50px 0 !important;
}
.assinatura-etapas .etapa {
	margin: 0;
	padding: 0;
}
.assinatura-etapas .etapa h4 {
	font-family: Ubuntu, Arial, Verdana;
	font-size: 18px;
	font-weight: 400;
	color: #aaaaaa;
	border-bottom: 3px solid #ccc;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
}
.assinatura-etapas .etapa .ativo {
	color: #ee3a4f;
	border-bottom: 3px solid #ee3a4f;
}
#holderData{
	display:none;
}
#cardBrand {
	background:no-repeat right 10px;	
	position: absolute;
	top: 35px;
	right: 20px;
	width: 80px;
	height: 40px;
	z-index: 1000;

}

#cardBrand[brand='visa']{ background-image:url('/pagamento/images/visa.png'); }
#cardBrand[brand='mastercard']{ background-image:url('/pagamento/images/mastercard.png'); }
#cardBrand[brand='amex']{ background-image:url('/pagamento/images/amex.png'); }
#cardBrand[brand='diners']{ background-image:url('/pagamento/images/diners.png'); }
#cardBrand[brand='aura']{ background-image:url('/pagamento/images/aura.png'); }


/* ===========================
--- Login
============================ */

.login-facebook {
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #46629e;	
	line-height: 44px;
	padding: 0 20px;
	border-radius: 4px;
}
.login-facebook:before {
	content: "\f09a";	
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;	
	padding: 0 15px 0 0;
}
.login-divisor {
	font-size: 18px;
	text-align: center;
	line-height: 44px;
	padding: 20px 0;
	background: url(../images/login-divisor.png) no-repeat center center;
}
.form-login {
	padding: 0;
	margin: 0;
}	
.form-login fieldset label {
	width: 100%;		
	font-size: 18px;
	line-height: 40px;
	font-family: 'Open Sans', verdana, arial, sans-serif;
	font-weight: 400;
	margin: 0 0 15px 0;
}
.form-login fieldset label input {
	width: 100%;
	border: 0px;
	border-radius: 4px;
	padding: 0 16px 0 16px;
	margin: 0;
	font-size: 16px;		
	color: #666;
	background: #fff;
	border: 1px solid #DEDEDE;
}
.form-login input.botao {
	width: 100%;
	font-family: 'Open Sans', verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	border: 0px;
	line-height: 44px;
	padding: 0 20px;		
	color: #fff;
	background: #ee3a4f;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 4px;
}

.form-busca {
		width: 100%;
		padding: 0;
		margin: 0;
	}	
	.form-busca fieldset {
		width: 100%;
		height: 45px;
		float: left;
		background: #fff;
		padding: 0px !important;
		margin: 0 0 15px 0!important;
		border-radius: 4px;
	}
	.form-busca fieldset label {
		width: 90%;		
		float: left;
		font-size: 18px;
		line-height: 40px;
		font-family: Lato, verdana, arial, sans-serif;
		font-weight: 400;
	}
	.form-busca fieldset label input {
		width: 100%;
		height: 45px;
		float: left;
		border: 0px;		
		padding: 0 16px 2px 16px;
		font-size: 16px;		
		color: #666;
		background: transparent;
	}
	.form-busca fieldset input:focus {
		outline: 0 !important;		
	}
	.form-busca fieldset .botao {
		float: right;
		width: 45px;
		height: 45px;
		border: 0px;
		border-radius: 4px;
		padding: 0 16px 2px 16px;
		font-size: 16px;		
		color: #666;
		text-indent: -10000px;
		background: url(../images/icone-busca-form.png) no-repeat center center;
		background-size: 24px 24px;
	}

/* ===========================
--- Minha Conta
============================ */

.minha-conta {
	padding: 40px 0 80px 0;
}
.minha-conta-usuario img {
	width: 100px;
	float: left;
	border-radius: 160px;
	border: 1px solid #C8C8C8;
	padding: 4px;
	margin: 0 15px 10px 0;		
}
.minha-conta-usuario h3 {
	font-family: 'Open Sans', verdana, arial, sans-serif;
	font-weight: 500;
	font-size: 24px;
	margin: 20px 0 0 0;	
}
.minha-conta-economia {
	margin: 14px 0 0 0;
	padding: 4px 0 0 20px;
	border-left: 2px solid #ee3a4f;
}
.minha-conta-economia h4 {
	font-family: Ubuntu, Arial, Verdana;
	font-size: 18px;
	font-weight: 300;
}
.minha-conta-economia p {
	font-family: Ubuntu, Arial, Verdana;
	font-size: 30px;
	font-weight: 400;
	color: #ee3a4f;
	margin: -5px 0 0 0 !important;
}
.box-minha-conta {
	padding: 30px;
	background: #fff;	
}
.box-minha-conta h4 {
	font-family: Ubuntu, Arial, Verdana;
	font-size: 24px;
	font-weight: 300;
	color: #ee3a4f;
	margin: 0 0 15px 0;
}
.minha-conta-menu ul {
	padding: 0;
	margin: 0 0 30px 0;
}
.minha-conta-menu ul li {
	padding: 10px 0;
	list-style: none;
	border-bottom: 1px solid #d0d0d0;
}
.minha-conta .formulario fieldset label input {
	color: #666;
	background: #efefef;
}
.minha-conta .formulario select {
	color: #666;
	background: #efefef;
}	
.minha-conta .formulario fieldset label textarea {
	color: #666;
	background: #efefef;
}
.minha-conta .formulario fieldset .medio input {
	background: #efefef;
}
.minha-conta-botoes {
	text-align: right;
	margin: 20px 0 0 0;	
}	
.btn-sair:before {
	content: "\f08b";	
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;	
	padding: 0 6px 0 0;
}
.minhaconta-tab {
	padding: 8px 10px;
	border: 1px solid #e0e0e0;
	padding-bottom: 10px !important;
	margin: 15px 0px !important;	
}
.minhaconta-tab p {
	line-height: 160%;
}
.minhaconta-tab p:last-child {
	padding: 0;
	margin: 0;
}
/* ===========================
--- Footer
============================ */

footer {
	padding: 60px 0;
	background: #000 url(../images/bg-rodape.jpg) top center;	
}
footer h4 {
	font-size: 20px;
	font-weight: 500;
	font-family: Ubuntu, Arial, Verdana;	
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 10px 0;
}
.footer-logo {
	width: 180px;
}
.menu-footer {
	padding: 0;
	margin: 0;
}
.menu-footer li {
	list-style: none;
	line-height: 30px;
}
.menu-footer li a {
	font-size: 15px;
	font-weight: 300;
	color: #fff;
}
.menu-footer li a:hover {
	color: #ee3a4f;
}
.footer-redesocial {
	float: right;	
}
.footer-redesocial li {
	display: inline;
	list-style: none !important;
	margin-left: 8px;
}
.footer-redesocial a {
	width: 48px;
	height: 48px;
	line-height: 50px;
	color: #000;
	border-radius: 40px;
	text-align: center;
	background: #fff;	
}
.footer-redesocial a:hover {
	background: #ee3a4f;	
}
.footer-final {
	background-color: #DC005B;
	margin: 50px 0 0 0;	
	padding: 20px 0 20px 0;
}
.footer-final p {
	font-size: 16px;	
	color: #fff;
	font-weight: 300;	
}
.footer-final .by {
	text-align: right;
}
.footer-final .by img {
	width: 80px;
}

.banner-home-conteudo .footer-redesocial {
	float: none;
	display: inline-block;	
	margin: 50px 0 0 -45px;
}
.banner-home-conteudo .footer-redesocial li {
	display: inline;
	list-style: none !important;
	margin-left: 8px;
}
.banner-home-conteudo .footer-redesocial a {
	width: 48px;
	height: 48px;
	line-height: 50px;
	color: #000;
	border-radius: 40px;
	text-align: center;
	background: #fff;	
}
.banner-home-conteudo .footer-redesocial a:hover {
	background: #ee3a4f;	
}

/* ===========================
--- Elementos
============================ */

.fright {
	float: right;	
}

.btn {
	font-size: 18px;
	font-weight: 400;
	color: #fff !important;
	padding: 12px 30px;
	background: #ee3a4f;
	border-radius: 4px;
}
.btn:hover {
	color: #fff !important;
	opacity: 0.9;
}
.destaquecor {
	color: #ee3a4f !important;	
}
.entre-lista {
	margin: 0;
	padding: 0 40px 30px 0 !important;
	list-style-type: none;
}
.entre-lista li {
	font-size: 16px;
	position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}
.entre-lista li:before {
	position: absolute;
	top: -1px;
	left: 0;
	font-family: 'FontAwesome';
	font-size: 22px;
	content: '\f004';
	color: #ec3a4f;
}

/* Formulários */

.formulario {
	margin: 0 0 40px 0;	
}
.formulario legend {
	font-family: 'Open Sans', Verdana, Arial, sans-serf;
	font-size: 28px;
	color: #f29e1b;
	padding: 0 0 6px 0;
	text-transform: uppercase;
}
.formulario .legend-sp {
	padding: 30px 0 6px 0;
}

.formulario fieldset label {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 36px;
	font-family: 'Open Sans', verdana, arial, sans-serif;
	font-weight: 600;
}
.formulario fieldset label input {
	width: 100%;
	border: 0px;
	border-radius: 4px;
	padding: 4px 16px;
	font-size: 16px;
	margin: 2px 0px 4px 0px;
	color: #666;
	background: #fff;
	font-weight: 400;
}
.formulario select {
	width: 100%;
	padding: 10px 12px;
	border: 0px;
	border-radius: 4px;
	font-size: 16px;
	margin: 2px 0px 10px 0px;
	color: #666;
	background: #fff;
}	
.formulario input.botao {
	font-family: 'Open Sans', verdana, arial, sans-serif;
	font-size: 18px;
	border: 0px;
	border-radius: 4px;
	line-height: 42px;
	padding: 0 30px;		
	color: #fff;
	background: #ee3a4f;
	margin-top: 10px;
	cursor: pointer;
}
.formulario fieldset label textarea {
	width: 100%;
	height: 120px;
	font-family: 'Open Sans', verdana, arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	padding: 12px;
	border: 0px;
	border-radius: 4px;
	margin: 2px 0px 6px 0px;
	color: #666;
	background: #fff;
}
.formulario fieldset .medio {
	width: 48%;
	float: left;
	font-size: 16px;
	display: block;
	line-height: 36px;
}
.formulario fieldset .medio-1 {
	padding: 0 30px 0 0 !important;
}
.formulario fieldset .medio input {
	width: 95%;
	border: 0px;
	padding: 4px 16px;
	font-family: 'Open Sans', verdana, arial, sans-serif;
	font-size: 16px;
	margin: 2px 0px 6px 0px;
	background: #fff;
}	
.formulario h3 {
	width: 100%;
	margin: 40px 0 10px 0;
}	
.formulario #holderDataChoice {
	width: 100%;
	float: left;
}
.formulario .radio {
	float: left;
	margin: 5px 20px 0 20px !important;
	padding: 0;
}	
.formulario .radio input[type="radio"]  {
	float: left;
	margin-top: 10px !important;

}	
.box-pagamento .formulario {
	margin: 0;
	bottom: 0;
}

.box-pagamento .formulario fieldset label input {
	background: #efefef;
}

.form-guia {
	margin:0;
}
.form-guia legend {
	font-family: 'Open Sans', Verdana, Arial, sans-serf;
	font-size: 28px;
	color: #f29e1b;
	padding: 0 0 6px 0;
	text-transform: uppercase;
}
.form-guia label {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 36px;
	font-family: 'Open Sans', verdana, arial, sans-serif;
	font-weight: 500;
}
.form-guia label input {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 4px 16px;
	font-size: 18px;
	margin: 2px 0px 6px 0px;
	color: #666;
	background: #fff;
}
.form-guia select {
	width: 100%;
	padding: 13px 12px;
	border: 0;
	border-radius: 4px;
	font-size: 15px;
	margin: 2px 0px 6px 0px;
	color: #666;
	background: #fff;
}	
.form-guia p {
	font-weight: 600;
	padding:0px 0px 2px 0px;
}	
.opcoes-form-guia {
	list-style: none;
	margin: 0;
	padding: 0;
}
.opcoes-form-guia:after {
  content: "";
  clear: both;
}
.opcao-form-guia { 
  float: left;
  height: 24px;
  position: relative;
  width: 42px;
}	
.opcao-form-guia + .opcao-form-guia {
  margin-left: 5px;
}
.opcao-form-guia>label {	
  position: absolute;	  
  font-size: 14px;
  font-weight: 500;
  font-family: Ubuntu, Arial, Verdana;	
  text-transform: uppercase;  
  color: #666;	 
  cursor: pointer;
  display: block;
  bottom: 0px;
  left: 0px;		  
  right: 0px;
  top: 3px;
  text-indent: 3px;
  white-space: nowrap;
  padding: 0px 3px !important;
  margin: -4px 0 0 0;
  line-height: 26px;
  background: #fff no-repeat center center;
}
.opcoes-form-guia input:checked + label {
	background: #ee3a4f;
	color: #fff;
}

.form-cadastro {
		margin: 30px 0 0 0;
		text-align: center;
	}	
	.form-cadastro fieldset label {
		width: 25%;		
		font-size: 16px;
		line-height: 40px;
		font-family: 'Open Sans', verdana, arial, sans-serif;
		font-weight: 500;
		margin: 0 0 0 10px;
	}
	.form-cadastro fieldset label input {
		width: 100%;
		border: 0px;
		border-radius: 4px;
		padding: 0 16px 2px 16px;
		margin: 0;
		font-size: 16px;		
		color: #666;
		background: #fff;
	}
	.form-cadastro input.botao {
		font-family: Ubuntu, verdana, arial, sans-serif;
		font-size: 16px;
		border: 0px;
		border-radius: 4px;
		line-height: 43px;
		padding: 0 20px;		
		color: #fff;
		background: #ee3a4f;
		cursor: pointer;
		text-transform: uppercase;
		margin: 1px 0 0 10px;
	}

/* Carousel */
.well {
	border: 0;
	padding: 0 15px;
	background: none;
	box-shadow: none;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control {
	color:#fff;
	top:35%;
	color:#428BCA;
	bottom:auto;
	padding-top:4px;
	width:30px;
	height:30px;
	text-shadow:none;
	opacity:1;
}
.carousel-control:hover {
	color: #d9534f;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control.right {
	left:auto;
	right:-32px;
}
.carousel-control.left {
	right:auto;
	left:-32px;
}
.carousel-indicators {
	bottom:-30px;
}
.carousel-indicators li {
	border-radius:0;
	width:24px;
	height:24px;
	background:#ccc;
	border:1px solid #ccc;
	margin: 1px 2px;
	border-radius: 25px;
}
.carousel-indicators .active {
	width:24px;
	height:24px;
	background:#ee3a4f;
	border-color:#ee3a4f;
	border:1px solid #ee3a4f;
	margin: 1px 2px;
	border-radius: 25px;
}

#background-carousel{
	width: 100%;
	height: 100%;
	min-height: 700px;
	background: #666;
}
#background-carousel .carousel,
#background-carousel .carousel-inner {
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
}
#background-carousel .item {
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	z-index:0;
}
.banner-home-conteudo {
	position: absolute;
    top: 0;
	left: 0;
	right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
	
}
.banner-home-conteudo h2 {	
	font-family: Ubuntu, Verdana, Arial;
	font-size: 44px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	background: none;
}
.banner-home-conteudo h4 {	
	font-family: Ubuntu, Verdana, Arial;
	font-size: 28px;
	font-weight: 300;
	color: #fff;
	background: none;
}
.banner-home-conteudo h5 {	
	font-family: Ubuntu, Verdana, Arial;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	background: none;
}
.banner-home-conteudo .btn {
	font-size: 22px;
	font-weight: 400;
	display: inline-block;
	text-transform: uppercase;
	padding: 6px 20px;
	margin: 40px 0 0 0;
}
.banner-home-conteudo .obs {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	padding: 6px 20px;
	margin: 40px 0 0 0;
	background-color: rgba(0, 0, 0, 0.5);	
}
.banner-home-conteudo .destaque {
	color: #ee3a4f;
}
	
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {

  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.finalizacao-sucesso:before {
	font-size: 64px;
	font-family: 'FontAwesome';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
	content: '\f058';
	color: #32ce45;	
}

.finalizacao-erro:before {
	font-size: 64px;
	font-family: 'FontAwesome';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
	content: '\f057';
	color: #e71c24;	
}



	
	
	
/* Media queries */
	
@media (max-width:1200px) {	
	#galleria {
		height: 500px;	
	}
	.banner-home-conteudo h2 {	
		font-size: 38px;
	}
	.banner-home-conteudo h4 {	
		font-size: 26px;
	}
	.banner-home-conteudo .btn {
		font-size: 20px;
		margin: 40px 0 0 0;
	}
	.banner-home-conteudo .obs {
		font-size: 16px;
		margin: 40px 0 0 0;
	}
	.topo .logo img {
		width: 200px;
	}
	.menu-topo {
		position: relative;
		margin: 30px 0 0 0;
	}
	.guia .titulo h2, .imprensa .titulo h2 {
		font-size: 30px;
		padding: 24px 0 26px 0;
		margin: 0;
	}
	.guia-icones img {
		width: 180px;
	}
	.opcao-form-guia { 
	  width: 36px;
	}	
	.opcao-form-guia + .opcao-form-guia {
	  margin-left: 5px;
	}
	.opcao-form-guia>label {	
	  font-size: 13px;
	  letter-spacing: -0.02em;
	  text-indent: 2px;
	  padding: 0px 2px !important;
	}
	.guia-ap-box, .guia-local-box {
		padding: 15px 20px 20px 20px;
	}
	.guia-ap-box h3 {
		font-size: 22px;
	}
	.guia-local-box h4 {
		padding: 5px 0 0 0;
	}
	.guia-logo {
		position: absolute;
		width: 100px;
		bottom: 25px;
		left: 25px;
	}
	.guia-desconto {
		font-size: 16px;
	}
	.guia-bairro {
		font-size: 16px;
	}
	.guia-info {
		font-size: 16px;
		padding: 10px 0 16px 0;
	}
	.guia-info .valor {
		font-size: 18px;
	}
}

@media (max-width:990px) {	
	
	#myCarouselHome {
		display: none;
	}
	#myCarouselHome2 {
		display: block;
	}

	.topo .logo img {
		width: 200px;
	}
	.container h2 {
		font-size: 36px;
	}
	.guia-icones img {
		width: 150px !important;
	}
	.guia-icones h3 {
		font-size: 18px !important;
	}
	.footer-logo {
		width: 140px;
	}
	.footer-final {
		margin: 15px 0 0 0;
	}	
	.depoimento-box {
		width: 100%;
		min-height: 280px;
	}
}

/** 
 * iPad with portrait orientation.
 */


@media (max-width:768px) {
	
	.logo-capa img {
		width: 200px;	
	}
	.capa-destaque {
		font-size: 18px;
		color: #fff;
		background: #ee3a4f;
		padding: 5px 20px;
		display: inline-block;	
		margin: 20px 0 0 0;
	}	
	
	

	.topo-fixo-mobile {
		top:0; 
		left:0; 
		right:0; 
		position:fixed; 
		z-index:1000;	
	}
	.topo .logo {
		margin: 10px 0;
	}
	.topo .logo img {
		width: 120px;
	}
	.menu-topo {
    	position: relative;
		margin: 1px 0 0 0;
	}
	#background-carousel {
		width: 100%;
		height: 800px;
		overflow: hidden;
	}
	
	.banner-home-conteudo h2 {	
		font-size: 32px !important;
	}
	.banner-home-conteudo h5 {
		font-size: 18px;	
	}
	.slide2 {
		background-position: -800px !important;
	}
	.slide3 {
		background-position: -850px !important;
	}
	.guia-icones img {
		width: 200px;
	}
	.guia-icones h3 {
		font-size: 18px !important;
	}	
	.guia .titulo h2, .guia .titulo h2, .imprensa .titulo h2 {
		font-size: 26px;
		padding: 22px 0 24px 0;
		margin: 0;
	}
	.guia-ap-box {
		padding: 20px 25px 25px 25px;
	}
	.guia-ap-box h3 {
		font-size: 26px;
	}
	.guia-logo {
		position: absolute;
		width: 80px;
		bottom: 25px;
		left: 25px;
	}
	.imprensa-lista h3 {
		font-size: 20px;
		line-height: 140%;
	}
	.depoimento-box {
		width: 100%;
		min-height: 220px;
	}
	.entre-ap {
		width: 100%;	
		margin: 0 0 20px 0;
	}
	.box-entre {
		position: relative;
		background: #fff;
		padding: 30px;
		text-align: center;
		margin: 0 0 30px 0;
	}
	.box-entre p {
		padding-bottom: 10px;
	}
	.box-entre h2 {
		font-size: 28px;
		color: #666;
		margin: 0;
		padding: 0;
	}
	.box-entre h3 {
		font-size: 22px;
		color: #666;
		margin: 0;
		padding: 0;
	}
	.box-entre .valor-assinatura {
		font-size: 46px;
		font-weight: 400;
		color: #ee3a4f;
		padding-bottom: 10px;
	}
	footer {
		text-align: center;	
	}
	footer h4 {
	}
	.footer-logo {
		width: 180px;
		margin: 0 0 30px 0;
	}
	.menu-footer {
		margin: 0 0 30px 0;
	}
	.footer-redesocial {
		float: none;
		margin: 0 auto;
		margin-left: -45px;
	}
	.minha-conta-botoes {
		text-align: left;
		margin: 20px 0 0 0;	
	}	
	.navbar-nav {
		margin: 10px 0 0 0;	
	}
	.navbar-collapse {
		border: 0 !important;		
  		box-shadow: none !important;
	}
	.menu-topo-busca {
		margin: 0 0 0 35px !important;	
	}
	
		/* ==========================================================================
   Nav Custom styles
   ========================================================================== */

a.nav-expander {
  background: none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  margin-right: 0;
  padding: 11px 14px;
  position: absolute;
  left: 10px;
  text-decoration: none;
  text-transform: uppercase;
  top: 10px;
  transition: right 0.3s ease-in-out 0s;
  width: 50px;
  z-index: 1051;
}
a.nav-expander:hover {
	color: #ee3a4f;
	cursor: pointer;
}
a.nav-expander.fixed {
  position: fixed;
}
.nav-expanded a.nav-expander.fixed {
    right: 20px;
}
.main-menu-all {
  background: #ee3a4f;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  left: -22em;
  font-size: 15px;
  top: 0;
  width: 22em;
  z-index: 2000;  
  transition: left 0.3s ease-in-out 0s;
  -webkit-transition: left 0.3s ease-in-out 0s;
  -moz-transition: left 0.3s ease-in-out 0s;
  -o-transition: left 0.3s ease-in-out 0s;
  -webkit-box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 16px 0px rgba50, 0, 0, 0.2);
  box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.2);

}
.nav-expanded .main-menu-all {
  left: 0em;
}
body.nav-expanded {
 margin-right: 22em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}
#nav-close {
  font-family: "Open Sans", Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding-right: 10px;
}
.main-menu {
  padding-top: 12px;
}
.main-menu li {
  border-bottom: 1px solid #ff7387;
  margin-left: 20px;
  font-size: 18px;
  padding: 12px;
}
.main-menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.main-menu li a:hover {
  color: #ffbdca;
  text-decoration: none;
}
.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}
.main-menu a .caret {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 8px;
}
.main-menu a:hover .caret {
	border-top-color: #4f5963;
}
.main-menu li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.main-menu li.open > a:hover > .caret {
	border-bottom-color: #4f5963;
}
.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}
.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}
}

@media(min-width:639px) {

	.flexslider-smart-close {
		display:  block;
	}
	
	.flexslider-smart {
	    display: none;
	}

}
@media (max-width:640px) {		
	 #background-carousel {
		width: 100%;
		height: 900px;
		overflow: hidden;
	}

	.form-cadastro fieldset label {
		width: 90%;		
		font-size: 16px;
		line-height: 40px;
		font-family: 'Open Sans', verdana, arial, sans-serif;
		font-weight: 500;
		margin: 0 0 10px 0;
	}
	#galleria {
		height: 460px;	
	}
	.banner-home-conteudo h2 {	
		font-size: 24px !important;
	}
	.banner-home-conteudo h4 {	
		font-size: 18px;
	}
	.banner-home-conteudo .btn {
		font-size: 16px;
		margin: 30px 0 0 0;
	}
	.banner-home-conteudo .obs {
		font-size: 15px;
		margin: 30px 0 0 0;
	}
	.topo .logo img {
		width: 120px;
	}	
	.menu-topo {
    	position: relative;
		margin: 1px 0 0 0;
	}
	.flexslider-smart-close {
		display: none;
	}
	.flexslider-smart {	    
		display:  block;
	}	
	.comofunciona h3 {
		font-size: 16px;		
		padding: 5px 0 30px 0;	
	}
	.comofunciona img {
		width: 140px;	
	}
	.depoimento-box {
		width: 100%;
		min-height: 250px;
	}
	.guia-icones img {
		width: 160px;
	}
	.guia-icones h3 {
		height: 40px;
	}
	.guia-ap-box {
		padding: 15px 20px 20px 20px;
	}
	.guia-ap-box h3 {
		font-size: 22px;
	}
	.guia-desconto {
		font-size: 16px;
	}
	.guia-bairro {
		font-size: 16px;
	}
	.guia-info {
		font-size: 14px;
		padding: 10px 0 16px 0;
	}
	.guia-info .valor {
		font-size: 16px;
	}
	.guia-dias span {
		font-size: 13px;
		padding: 3px 5px;
	}
	.guia-local-box-txt ul li {	
		font-size: 16px !important;
	}	
	.guia-local-box-txt ul li strong {
		float: none !important;
		min-width: 130px !important;
		display: table;
		font-size: 20px !important;
		margin-bottom: 10px !important;
	}	
	.minha-conta-usuario img {
		width: 70px;
		float: left;	
	}
	.minha-conta-usuario h3 {
		font-size: 20px;
		margin: 15px 0 0 0;	
	}
	.minha-conta-usuario p {
		font-size: 13px;
	}
	.form-busca fieldset label {
		width: 85%;	
	}
}


@media (max-width:480px) {	
	#galleria {
		height: 260px;	
	}	
	.topo .logo img {
		width: 100px;
		padding: 0 0 5px 0;
	}
	.container h2 {
		font-size: 26px;	
	}
	.guia-icones img {
		width: 130px;
	}
	.guia-icones h3 {
		font-size: 16px;
	}
	.form-busca fieldset label {
		width: 85%;	
	}

		
}
@media (max-width:400px) {	
	#galleria {
		height: 180px;	
	}	
	
}
@media (max-width:360px) {	
	#galleria {
		height: 200px;	
	}	
	
}