/**
* Elementos
* ----------------------------------------------------------------------------
*/
body, p, div, h1, h2, h3, h4, h5 {
	font-family: 'Raleway', Tahoma, Arial, Sans-serif;
}

body {
	font-size: 16px;
}


/**
* Helper Classes
* ----------------------------------------------------------------------------
*/

h2.sub {
	font-size: 46px;
}

h3.sub { }

.blue {
	color: #0072bc;
}

p.sub {
	font-family: arial;
	font-size: 25px;
}

ul.checklist {
	margin: 20px 0;
	padding: 0;
}

ul.checklist li {
	background-image: url(../images/icon-check.png);
	background-repeat :no-repeat;
	background-position: center left;
	border-bottom: 1px dotted #ccc;
	list-style: none;
	margin: 7px 0;
	padding-bottom: 7px;
	padding-left: 40px;
}

.pad10 { height: 10px; clear: both; display: block; }
.pad20 { height: 20px; clear: both; display: block; }
.pad30 { height: 30px; clear: both; display: block; }
.pad40 { height: 40px; clear: both; display: block; }
.pad50 { height: 50px; clear: both; display: block; }

/**
* Header
* ----------------------------------------------------------------------------
*/
#header {
	background: #f8f8f8;
	padding: 15px 0 20px 0;
}

	/* Logo */
	#header .logo {
		width: 150px;
	}

	/* Login Wrapper */
	#login-wrapper {
		// background: red;
		overflow: hidden;
		width: 100%;
		margin-bottom: 15px;
	}

	#login-wrapper form {
		background: #e8e7e6;
		-webkit-border-bottom-right-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
		float: right;
		max-width: 460px;
		padding: 8px 15px 5px 15px;
	}

	#login-wrapper .row {
		margin-left: 0;
		margin-right: 0;
	}

	#login-wrapper .col-md-12,
	#login-wrapper .col-md-5,
	#login-wrapper .col-md-2 {
		padding: 0;
	}
	
	#login-wrapper .col-md-2 {
		line-height: 0;
	}

	#login-wrapper form label {
		color: #2d2d2d;
		float: left;
		font-size: 11px;
		font-family: arial;
		margin-bottom: 0;
		padding-top: 5px;
		padding-right: 10px;
		text-transform: uppercase;
		font-weight: normal;
	}

	#login-wrapper form input[type="text"],
	#login-wrapper form input[type="email"] {
		border: 0;
		float: left;
		height: 19px;
		line-height: 19px;
		padding: 0;
		width: 70%;
	}

	#login-wrapper form input[type="text"]:focus,
	#login-wrapper form input[type="email"]:focus {
		background: #f8f8f8;
	
	}

	#login-wrapper form input[type="submit"] {
		background: #e50008;
		border: 0;
		color: #fff;
		font-size: 10px;
		font-family: arial;
		height: 19px;
		line-height: 19px;
		padding: 0;
		text-align: center;
		width: 22px;
	}

	#login-wrapper .esqueci-minha-senha {
		font-size: 15px;
		font-family: arial;
		margin: 0;
		padding-right: 50px;
		padding-top: 5px;
		text-align: right;
		text-decoration: underline;
	}

	#login-wrapper .esqueci-minha-senha a {
		text-decoration: underline;
	}
	
	#login-wrapper-novo {}
	
	#login-wrapper-novo input[type="text"],
	#login-wrapper-novo input[type="password"] {}
	
	#login-wrapper-novo p.esqueci-minha-senha {
		font-family: arial;
		font-size: 15px;
		
		margin-top: 10px;
	}
	
	#login-wrapper-novo p.esqueci-minha-senha a {
		color: #171717;
		font-size: 15px;
		font-weight: bold;
		text-decoration: underline;
	}
	
	#login-wrapper-novo .alert {
		font-size: 14px;
		padding: 15px;
	}
	
	#modalLogin .modal-dialog {
		width: 500px;
	}


	/* Menutop */
	#header #menutop {
		margin-top: 20px;
	}

	#header #menutop ul {
		float: right;
		margin: 0;
		padding: 0;
	}

	#header #menutop ul li {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#header #menutop ul li a {
		color: #000;
		display: block;
		font-family: arial;
		font-size: 13px;
		text-transform: uppercase;
		padding: 0px 20px;
	}

	#header #menutop ul li a:hover {
		color: #0072bc;
		text-decoration: none;
	}
	
	
	#header.header-fixed #menutop a#menu-planos {
		background: #0072bc url(../images/icon-cart.png) no-repeat 10px center;
		color: #fff;
		font-weight: bold;
		padding: 12px 10px;
		padding-left: 40px;
		margin-top: -15px;
	}
	
	#header.header-fixed #menutop a#menu-planos:hover {
		background-color: #3C90C7;
		transition: all 0.5s;
	}
	
	#header #menutop a#menu-login {
		background: #c5161b url(../images/icon-login.png) no-repeat 10px center;
		color: #fff;
		font-weight: bold;
		padding: 12px 10px;
		padding-left: 40px;
		padding-right: 20px;
		margin-top: -15px;
	}
	
	#header #menutop a#menu-login:hover {
		transition: all 0.5s;
	}
	
	#header.header-fixed #menutop a#menu-login {
		background: transparent;
		color: #000;
		font-weight: normal;
		margin-top: 0;
		padding: 0px 20px;
	}
	
	#header.header-fixed #menutop a#menu-login:hover {
		background-color: transparent;
		transition: all 0.5s;
	}

/**
* Footer
* ----------------------------------------------------------------------------
*/
#footer {
	padding: 70px 0 50px 0;
}

#footer .logo {
	max-width: 180px;
}

#footer .info-rodape {
	margin-top: 28px;
}

#footer .info-rodape .info {
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
	font-size: 20px;
	font-weight: bold;
	float: left;
	margin-right: 60px;
}

#footer .info-rodape .info.tel { background-image: url(../images/icone-fone.png); }
#footer .info-rodape .info.email {  background-image: url(../images/icone-email.png); }

/**
* Copyright
* ----------------------------------------------------------------------------
*/
#copyright {
	background: #dfdfdf;
	padding: 20px;
}

#copyright p {
	color: #565656;
	font-size: 12px;
	font-family: arial;
	margin: 0;
	text-align: center;	
}

#copyright p a {
	color: #565656;
	text-decoration: none;
}

#copyright p a:hover {
	color: #dc1017;
}


/**
* Página - Home
* ----------------------------------------------------------------------------
*/

/* Slideshow */
#slideshow {
	//margin-top: 22px;
}

#slideshow .flexslider {
	border: 0;
	margin: 0;
	padding: 0;
}

#slideshow .flex-control-nav {
	display: none;
}

#slideshow .flex-direction-nav {
	display: none;
}

#slideshow .flexslider .seta {
	background: #333 url() no-repeat center center;
	color: #fff;
	cursor: pointer;
	margin: 0;
	opacity: 0.8;
	width: 55px;
	height: 55px;
	position: absolute;
	text-align: center;
	top: 50%;
	z-index: 999;
}

#slideshow .flexslider .seta:hover {
	opacity: 0.6;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

#slideshow .flexslider .seta.btn-voltar {
	background-image: url(../images/icon-arrow-left.png);
	left: 0;
}

#slideshow .flexslider .seta.btn-avancar {
	background-image: url(../images/icon-arrow-right.png);
	right: 0;
}

#slideshow .slide {
	position: relative;
}

#slideshow .slide .texto {
	position: absolute;
	width: 100%;
	top: 30%;
	margin: 0 auto;
	text-align: center;
}

#slideshow .slide .texto h2 {
	border: 2px solid #fff;
	color:#fff;
	display: inline-block;
	margin: 0 auto;
	font-size: 44px;
	padding: 35px 20px;
	text-align: center;
}

#slideshow .slide .texto a {
	color: #fff;
	text-decoration: none;
}

#slideshow .slide .texto a:hover {
	opacity: 0.8;
	transition: all 0.5s;
}

#slideshow .slide .imagem {}

#slideshow .slide .imagem img {
	max-width: 100%;
	width: 100%;
}


/* Faixa CTA */
.faixa-cta {
	/*background: #dc1017;*/
	background: #0072bc;	
	color: #fff;
	font-size: 38px;
	padding: 30px 15px;
	text-align: center;
}

.faixa-cta a {
	color: #fff;
}

.faixa-cta a:hover,
.faixa-cta a:active,
.faixa-cta a:focus {
	color: #e8e7e6;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	text-decoration: none;
}


/* Section Cálculos Gratuitos */
#calculos-gratuitos {
	background: #000 url(../images/bg-section-calculos.jpg) no-repeat center center;
	padding: 40px 0 60px 0;
}

#calculos-gratuitos h2.sub {
	color: #fffca4;
	margin-bottom: 25px;
	text-align: center;
	
}

#calculos-gratuitos p.sub {
	color: #fff;
	text-align: center;
}

#calculos-gratuitos .modulos-wrapper {
	margin-top: 50px;
}

#calculos-gratuitos .modulos-wrapper .modulo {
	background: #fff;
	margin: 0 auto;
	max-width: 390px;
	text-align: center;
	width: 100%;
}

#calculos-gratuitos .modulos-wrapper .modulo img {
	max-width: 100%;
}

#calculos-gratuitos .modulos-wrapper .modulo h3 {
	color: #565656;
	font-size: 22px;
	margin: 0;
	padding: 20px 10px;
}


/* Section Como Funciona */
#menu-botoes-sup {
	text-align: right;
	padding: 15px 0;
}

#menu-botoes-sup .btn-cadastro,
#menu-botoes-sup .btn-comprar {}

#menu-botoes-sup img {
	margin-right: 15px;
}

#menu-botoes-sup .btn-cadastro {
	/* background: #dc1017;
	border-color: #b33;
	border-radius: 0;
	color: #fff;
	padding: 10px 15px;*/ 
}

#menu-botoes-sup .btn-comprar {
	/* border-radius:0;
	padding: 10px 15px;*/
}

#menu-botoes-sup a,
#menu-botoes-sup a:hover {
	text-decoration: none;
}

#como-funciona {
	background: #fff;
	padding: 50px 0 80px 0;
}

#como-funciona h2.sub {
	color: #0072bc;
	margin-bottom: 25px;
	text-align: center;
	
}

#como-funciona p.sub {
	color: #565656;
	text-align: center;
}

#como-funciona .icones-wrapper {
	margin-top: 80px;
}

#como-funciona .icones-wrapper .item {
	margin-bottom: 20px;
	text-align: center;
}

#como-funciona .icones-wrapper .item img {
	margin-bottom: 15px;
}

#como-funciona .icones-wrapper .item img:hover {
	opacity: 0.8;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
}

#como-funciona .icones-wrapper .item h4 {
	color: #565656;
	font-size: 26px;
	line-height: 1.3;
}


/* Section Planos de Acesso */
#planos-de-acesso {
	/*background: #fff;*/
	background: #f8f8f8;
	padding: 70px 0 70px 0;
}

#planos-de-acesso .col-esq {}

#planos-de-acesso .col-esq .imagem {}

#planos-de-acesso .col-esq .imagem img {}

#planos-de-acesso .col-dir {}

#planos-de-acesso .col-dir .texto {}

#planos-de-acesso .col-dir .texto h2.sub {
	color: #0072bc;
	margin-bottom: 30px;
}

#planos-de-acesso .col-dir .texto p {
	color: #565656;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 70px;
}

#planos-de-acesso .col-dir .texto .cta a {
	background: #0072bc;
	display: inline-block;
	padding: 10px 22px;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
}

#planos-de-acesso .col-dir .texto .cta a:hover {
	background: #3C90C7;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-decoration: none;
}


/**
* Estrutura Páginas Internas
* ----------------------------------------------------------------------------
*/
article.internas {}



header.page-title {
	background: #f0f0f0;
	margin: 30px 0;
}

h1.page-title {
	font-weight: bold;
	margin: 25px 0;
}

h1.page-title:after {
	content: '';
	background: #b33;
	display: block;
	height: 2px;
	margin-top: 5px;
	width: 50px;
}

/* Menu Lateral */
nav.menu-lateral {}

nav.menu-lateral ul {
	margin: 0;
	padding: 0;
}

nav.menu-lateral ul li {
	list-style: none;
	margin: 6px 0;
}

nav.menu-lateral ul li a {
	background: #337ab7;
	border: 2px solid #337ab7;
	color: #fff;
	display: block;
	font-family: arial;
	font-size: 16px;
	//font-weight: bold;
	padding: 15px;
	text-decoration: none;
}

nav.menu-lateral ul li a:hover {
	background: #3552A0;
	border: 2px solid #3552A0;
	border-left-color: #111;
	color: #fff;
	transition: all 0.8s;
}


nav.menu-lateral ul li a.current {
	background: #3552A0;
	border: 2px solid #3552A0;
	border-left-color: #111;
	color: #fff;
}

nav.menu-lateral h4 {
	font-size: 16px;
	//font-weight: bold;
	line-height: 1.2;
}

article.internas h4 {
	font-weight: bold;
}

article.internas h2 {
	font-weight: bold;
	margin-bottom: 30px;
}

/* Slideshow Modulo Cartão */
.flexslider.modulo-cartao .flex-caption {
	background: #dfdfdf;
	color: #3552A0;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	padding: 20px;
	position: relative;
	text-align: center;
}

.flexslider.modulo-cartao .seta {
	background: #333 url() no-repeat center center;
	color: #fff;
	cursor: pointer;
	margin: 0;
	opacity: 0.8;
	width: 70px;
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0%;
	z-index: 999;
}

.flexslider.modulo-cartao .seta:hover {
	opacity: 0.6;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

.flexslider.modulo-cartao .seta.btn-voltar {
	background-image: url(../images/icon-arrow-left.png);
	left: 0;
}

.flexslider.modulo-cartao .seta.btn-avancar {
	background-image: url(../images/icon-arrow-right.png);
	right: 0;
}


/**
* Página - Cálculos Gratuitos
* ----------------------------------------------------------------------------
*/
.calculos-wrapper {}

.calculos-wrapper .col-md-6 {
	padding: 0;
}

.calculos-wrapper .item {
	background: #f8f8f8;
	border-top: 3px solid #dfdfdf;
	padding: 25px 30px 40px 30px;
	margin: 40px 0;
	min-height: 435px;
	text-align: center;
}

.calculos-wrapper .item.right{
	background: #f0f0f0;
	border-top: 3px solid #ccc;
	border-left: 1px solid #ccc;
}

.calculos-wrapper .item h3 {
	color: #337ab7;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

.calculos-wrapper .item p {
	min-height: 132px;
}

.calculos-wrapper .item.right h3 {
	color: #3552A0;
}

.calculos-wrapper .item .botao {
	background: #337ab7;
	border: 1px solid #2e6da4;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #fff;
	display: block;
	font-family: arial;
	margin: 10px auto;
	margin-top: 25px;
	max-width: 340px;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.calculos-wrapper .item.right .botao {
	background: #3552A0;
}

.calculos-wrapper .item .botao:hover {
	opacity: 0.8;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
}


/* Menu Fixo ao Rolar Página */
#header.header-fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
	padding: 15px 0 20px 0;
	background: #f8f8f8;
}

#header.header-fixed #login-wrapper {
	display: none;
}

#header.header-fixed .logo {
	width: 150px;
}

#header.header-fixed #menu-superior {
	margin-top: 20px;
}

	
/* Menu Mobile */
.cover-dark {
	display: none;
	background: rgba(0,0,0,0.8);
	height: 100%;
	overflow: hidden;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 998;
}

#abrirMenu { cursor: pointer; }
					
#hamburguer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: blue;
	padding: 0;
	margin: 0;
	width: 100%;
	z-index: 9999;
}

#hamburguer li { list-style: none; padding: 0; margin: 0; }

#hamburguer li a {
	background: #dc1017;
	border-bottom: 1px dotted #494949;
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	padding: 14px 20px;
	margin: 0;
}

#hamburguer li a:hover,
#hamburguer li a:active,
#hamburguer li a:focus {
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 0.8;
}


/**
* Página - Contato
* ----------------------------------------------------------------------------
*/
#form-de-contato {
	background: #f8f8f8;
	padding: 25px;
	margin: 25px 0;
}

#form-de-contato h2 {
	margin: 0 0 15px 0;
}

#form-de-contato input::-webkit-input-placeholder,
#form-de-contato textarea::-webkit-input-placeholder {
	color: #171717;
}

#form-de-contato input:-moz-placeholder,
#form-de-contato textarea:-moz-placeholder { /* Firefox 18- */
	color: #171717;
}

#form-de-contato input::-moz-placeholder,
#form-de-contato textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #171717;
}

#form-de-contato input:-ms-input-placeholder,
#form-de-contato textarea:-ms-input-placeholder{  
	color: #171717;  
}

#form-de-contato input[type="text"],
#form-de-contato input[type="email"],
#form-de-contato select,
#form-de-contato option,
#form-de-contato textarea  {
	color: #171717;
	font-family: arial;
}


/**
* Página - Preços (Planos)
* ----------------------------------------------------------------------------
*/
#planos-wrapper {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

#planos-wrapper a{
	font-size: 18px;
    color: white;
    text-decoration: none;
}

#planos-wrapper a.blue {
	color: #337ab7;
	font-size: 15px;
}

#planos-wrapper input:focus,
#planos-wrapper textarea:focus,
#planos-wrapper select:focus {
	border:1px solid #fafafa;
	-webkit-box-shadow:0 0 6px #007eff;
	-moz-box-shadow:0 0 5px #007eff;
	box-shadow:0 0 5px #007eff;
	outline: none;
}

#planos-wrapper sup{ 
	font-size: 40px;
}

#planos-wrapper ul {
	list-style: none;
	font-size: 15px;
	color: #9095aa;
	padding: 0px;
	margin: 0px;
}

#planos-wrapper li{
	border-bottom: 1px solid #494a5a;
	color: #fff;
	font-size: 17px;
	letter-spacing: 0.5px;
	padding: 13px 0;
	margin: 0px;
	text-align: center;
}

#planos-wrapper .whole{
	display: block;
	float: left;
	margin: 15px 15px;
}

#planos-wrapper .type{
	width: 300px;
	border-radius: 5px 5px 0px 0px;
	background-color: #eac80d;
	height: 62px;
	border-bottom: 3px solid #bfa30c;
}

#planos-wrapper .type p {
  font-weight: 800;
	font-size: 29px;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding-top: 10px;
}

#planos-wrapper .plan{
	width: 300px;
	background-color: #2b2937;
	border-radius: 0px 0px 5px 5px;
    font-style:condensed;
    font-size: 90px;
    color: white;
    text-align: center;
}

#planos-wrapper .standard {
	background-color: #1abc9c;
	border-bottom: 3px solid #18937b;
}

#planos-wrapper .ultimate{
	background-color: #5d6a9a;
	border-bottom: 3px solid #474f6f;
}

#planos-wrapper .header{
	border-bottom: 1px solid #494a5a;
	padding-bottom: 19px;
}

#planos-wrapper .header span{
	font-size: 32px;
}

#planos-wrapper .month {
	font-size: 17px;
	color: #fff;
	padding: 0px;
	margin: -10px;
}

#planos-wrapper .price{
	padding: 10px;
}

#planos-wrapper .cart{
	color: #fffca4;
	font-size: 20px;
}

#planos-wrapper .bottom{ }

#planos-wrapper .content{ }

#planos-wrapper .login_c{
	width:500px;
	background-color:#2b2937;
	height:300px;
	margin: 0 auto;
	margin-top:40px;
	border-radius:5px;
}

#planos-wrapper .top{
  margin-top:35px;
}

#planos-wrapper .nodisplay{
  opacity: 0.1;
}

#planos-wrapper .selected{
  background-color:#1F1B36;
  margin:0px;
  padding:0px;
}


/**
* Página - Dúvidas Frequentes (FAQ)
* ----------------------------------------------------------------------------
*/

.lista-faq {
	padding: 0;
}

.lista-faq li {
	background: #FFF;
	border-bottom: 1px dotted #cfcfcf;
	list-style: none;
	padding: 10px;
	margin: 5px 0;
}

.lista-faq li:hover {
	background: #dfdfdf;
	transition: all 0.5s;
}

.lista-faq a {
	font-weight: bold;
	text-decoration: none;
}

#faq-wrapper{}

.bs-callout {
	padding: 20px;
    margin: 20px 0;
	margin-bottom: 40px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #1b809e;
}


/**
* Página - Comprar
* ----------------------------------------------------------------------------
*/
#passos-wrapper {}

#passos-wrapper .bs-callout {
	padding: 25px;
	text-align: center;
}

#passos-wrapper .bs-callout h3 {
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 0;
	font-size: 28px;
}

#passos-wrapper .bs-callout {
	font-size: 24px;
}

#tabelaDadosIniciais h2 {
	font-size: 25px;
	margin: 20px 0;
}

#tabelaDadosIniciais td {
	font-size: 16px;
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}


/**
* Responsive Fixes
* ----------------------------------------------------------------------------
*/
@media screen and (max-width:768px) {
	
	/* Elementos em Geral */
	img { max-width: 100%; }
	h1 { font-size: 30px; }
	h2 { font-size: 28px; }
	h3 { font-size: 26px; }
	h4 { font-size: 22px; }
	
	/* Header */
	#header { background: #fff; }
	#logo.mobile img { margin-top: 10px; width: 150px; }
	#abrirMenu  { margin-top: 10px; width: 50px; }
	
	/* Footer */
	#footer { text-align: center; }
	#footer .info-rodape .info { background-image: none !important; float: none; margin: 0; padding: 0; }
	
	/* Classes */
	.faixa-cta { font-size: 20px; padding: 10px; margin-bottom: 30px; }
	
	h1.page-title { text-align: center; }
	h1.page-title:after { margin: 0 auto; }

	#menu-botoes-sup { text-align: center; padding-top: 0; }	
	#menu-botoes-sup img { width: 140px; margin: 0 3px; }
	 
	 p.sub { font-size: 26px; }
	 
	 h2.sub { font-size: 28px; }
	
	/* Pg Home */
	#slideshow .flexslider .seta.btn-voltar,
	#slideshow .flexslider .seta.btn-avancar { display: none; }
	#slideshow .slide .texto h2 { border: none; font-size: 16px; padding: 0; }
	
	#como-funciona { padding: 20px 0; }
	#como-funciona .icones-wrapper { margin-top: 30px; }
	
	#planos-de-acesso { padding: 25px 15px; text-align: center; }
	#planos-de-acesso .col-esq .imagem img { max-width: 300px; }
	
	/* Pg Planos */
	#planos-wrapper { text-align: center; }
	#planos-wrapper .whole { display: inline-block; float: none; }
	
	#passos-wrapper .bs-callout { font-size: 16px; padding:15px; }
	#passos-wrapper .bs-callout h3{ margin-bottom: 15px; font-size: 24px; }
	
	/* Pg Como Funciona - Modulo de Apontamento */
	.flexslider.modulo-cartao .seta { display: none; }
	
	/* Modal Login */
	#modalLogin .modal-dialog {
		margin: 30px auto;
		width: 100%;
		max-width: 380px;
	}
	
}