*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img{
	max-width: 100%;
}

body {
	background:url(../img/bg_body.jpg) center top no-repeat;
	height:1000px;
	font:normal 13px/20px arial,sans-serif;

}

#container-index {
	background:url(../img/bg_container.jpg) center 611px no-repeat;
}

header {
	max-width:960px;
	width:100%;
	margin:0 auto;
}

.header-top {
	border-top:4px solid #184f6c;
	border-bottom:1px solid #b0c3cd;
	padding: 30px 0 20px 0;
}

#logo {
	display: inline-block;
	text-indent:-9999px;
	float:left;
}

#logo a {
	background:url(../img/logo.png) center center no-repeat;
	background-size: 225px auto;
	width:225px;
	height:73px;
	display: block;
}

.btn-menu{
	display:none;
	width: 20px;
	height:20px;
	float:right;
	margin-right:10px;
	margin-top:7px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/bg-menu-toggle.png) left center no-repeat;
	background-size: 45px auto;
}

.btn-menu.active{
	background-position:-25px 0;
}

nav.menu {
	width: 100%;
	clear: both;
	float:left;
	margin-top:25px;
}

nav.menu > ul > li {
	float:left;
	position: relative;
}

nav.menu li.icon-home a {
	display: block;
	width:11px;
	height:20px;
	background:url(../img/icon_home.png) center center no-repeat;
}

nav.menu > ul > li > a {
	display: block;
	padding:0 12px 0 11px;
	font:normal 13px/20px 'Montserrat', sans-serif;
	color:#184f6c;
	text-decoration:none;
	background:url(../img/menu_divisor.png) left center no-repeat;
}

nav.menu > ul > li > a:hover {
	color:#369090;
}

#fale-conosco-box{
	width:100%;
}

#fale-conosco-box .col-left {
	float: left;
	width:48%;
}

#fale-conosco-box .col-left .contato {
	color:#666;
	margin-top:0;
}

#fale-conosco-box .col-left .contato li.telefone {
	background:url(../img/icon_telefone_green.png) left top no-repeat;
}

#fale-conosco-box .col-left .contato li.endereco {
	background:url(../img/icon_endereco_green.png) left top no-repeat;
}

#fale-conosco-box .col-left .contato li.email {
	background:url(../img/icon_email_green.png) left top no-repeat;
	padding-bottom: 7px;
}

#fale-conosco-box .col-left .box-info-top img {
	margin-top:0;
}

#fale-conosco-box .col-left .box-info-bottom .footer-social li a {
	color:#666;
}

#fale-conosco-box .col-left .box-info-bottom .footer-social li {
	background-image:url(../img/footer_media_sprite_green.png);
}

#fale-conosco-box #maps-contato {
	padding-top: 24px;
}

#fale-conosco-box .col-right {
	float: right;
	width:48%;
}

#fale-conosco-box #btn-close {
	border:0;
	display: block;
	position: absolute;
	top:16px;
	right:7px;
	height:19px;
	width:19px;
	background:url(../img/btn_close.png) no-repeat;
}

#simulacaoForm .col-left {
	width:441px;
}

#contatoForm .box-left,
#simulacaoForm .box-left {
	float:left;
	width:210px;
}

#contatoForm .box-right,
#simulacaoForm .box-right{
	float:right;
	width:210px;
}

#contatoForm label,
#simulacaoForm label {
	font:normal 13px/28px arial,sans-serif;
	color:#666;
}

input[type=text], select{
	border: 0;
	border-top: solid 1px #999999;
	padding:0 10px;
	font:normal 13px/37px arial, sans-serif;
	color:#666;
	height:37px;
	width:100%;
	margin-bottom:20px;
	border-radius: 0;
}

input[type=text], textarea{
	border: 0;
	border-top: solid 1px #efefef;
	border-bottom: solid 2px #999999;
	border-radius: 0;
}

input[type=text]:focus, textarea:focus{
	border-color: #2c828b;
}

/*
.input-big {
	width:421px;
	background:url(../img/bg_input_big.png) no-repeat;
}

.input-medium {
	width:321px;
	background:url(../img/bg_input_medium.png) no-repeat;
}

.input-little {
	border:0;
	width:191px;
	background:url(../img/bg_input_little.png) no-repeat;
}

.input-small {
	border:0;
	width:71px;
	background:url(../img/bg_input_small.png) no-repeat;
}
*/

textarea{
	font:normal 13px/16px arial, sans-serif;
	color:#666;
	width:100%;
	padding:10px;
}

#contatoForm input[type=submit] {
	border:0;
	float:right;
	margin-top:10px;
	width:120px;
	height:36px;
	background-image: url(../img/bg_submit.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#contatoForm input[type=submit]:hover {
	background-position: center center;
}

#contatoForm input[type=submit]:active {
	background-position: center bottom;
}

.bloco-logos {
	float:right;
	text-align:right;
	margin-top: 7px;
}

.bloco-logos li {
	display:inline-block;
	margin-left:10px;
}

.bloco-logos li:first-child{
	margin-left:0;
}

.bloco-logos .box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 98px;
    height: 58px;
	border:1px solid #dde7ec;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.bloco-logos .box * {
    vertical-align: middle;
}

.header-bot {
	height:50px;
}

.header-bot p {
	float:left;
	color:#369090;
	font-size:12px;
	line-height:50px;
}

.header-bot .menu-sociais {
	float:right;
}

.header-bot .menu-sociais li:first-child {
	margin-right:10px;
}

.header-bot .menu-sociais li {
	float:left;
}

.header-bot .menu-sociais li a {
	display: block;
	height:50px;
	font-size:12px;
	line-height:50px;
	padding-left:27px;
	color:#369090;
	text-decoration:none;
}

.header-bot .menu-sociais li.facebook a { background:url(../img/icon_facebook.png) left center no-repeat; }
.header-bot .menu-sociais li.twitter a { background:url(../img/icon_twitter.png) left center no-repeat; }
.header-bot .menu-sociais li.instagram a { background:url(../img/icon_instagram.png) left center no-repeat; }

.header-bot strong.destaque, .header-bot strong.destaque a{
	background:#184f6c;
	color:#fff;
	border-radius:3px;
	padding:2px 5px;
	text-decoration:none;
}

.index-main {
	max-width:960px;
	width:100%;
	margin:0 auto;
}

#nivoSlider {
	height:460px;
	border-bottom:4px solid #184f6c;
}

div.welcome {
	border-bottom:1px solid #378d90;
	padding:20px 10px;
}

div.welcome p {
	font:normal 30px/39px 'Montserrat', sans-serif;
	color:#94e4e5;
	letter-spacing:-1px;
}

div.welcome p span {
	color:#fff;
}

.lista-planos{
	padding: 30px 0 10px 0;
	margin: 0;
}

.lista-planos li{
	float: left;
	margin-left: 20px;
	margin-bottom:20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
}

.lista-planos li.first{
	margin-left: 0;
}

.lista-planos li a{
	display: block;
	width: 305px;
	color:#fff;
	text-decoration:none;
}

.lista-planos li .foto{
	width: 100%;
	clear:both;
	position:relative;
	height: 184px;
	overflow:hidden;
}

.lista-planos li .foto img{
	position:relative;
	z-index:0;
}

.lista-planos li .foto .hover{
	width: 100%;
	position:absolute;
	height: 184px;
	top: 0;
	left: 0;
	background:url(../img/bg-transparente.png);
	z-index:1;
	text-align:center;
	display:none;
}

.lista-planos li .hover .saiba-mais{
	margin-top:77px;
}

.lista-planos li .descricao{
	padding:15px;
	background:#2c828b;
	color:#fff;
	font-size:13px;
	line-height:22px;
}

.lista-planos li .saiba-mais{
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #fff;
	line-height:28px;
	padding: 0 14px;
	margin-top:10px;
}

.lista-planos li .descricao span{
	color:#94e4e5;
}

/*
.lista-planos {
	padding-top:29px;
	padding-bottom:30px;
}

.lista-planos a {
	color:white;
	text-decoration:none;
}

.lista-planos a:hover p {
	text-decoration:underline;
}

.lista-planos li:first-child {
	margin-left:0;
}

.lista-planos li {
	float:left;
	width:225px;
	margin-left:20px;
}

.lista-planos .foto {
	width:225px;
	height:150px;
	overflow:hidden;
	position:relative;
}

.lista-planos .foto .hovercontent {
	position:absolute;
}

.lista-planos .foto span {
	float:left;
}

.lista-planos .descricao {
	padding:10px;
	height:50px;
	background-color:#389fa0;
	opacity:0.8;
}

.lista-planos .descricao p{
	font-size:12px;
	line-height:16px;
	color:white;
}

.lista-planos .descricao p span.plus{
	width:7px;
	height:7px;
	display:inline-block;
	background:url(../img/icon_plus.png) right bottom no-repeat;
}

.lista-planos .descricao > span {
	color:#94e4e5;
	font-family:"Montserrat", sans-serif;
}
*/

ul.extras li:first-child {
	margin-left:0;
}

ul.extras > li {
	float:left;
	margin-left:20px;
	padding-top: 25px;
	border-top:4px solid white;
}

ul.extras ul.noticias {
	width:470px;
	height:101px;
	background:url(../img/bg_extras_noticias.png) center no-repeat;
	position: relative;
	display: table;
}

ul.extras ul.noticias li a{
	display: block;
}


ul.extras ul.noticias .data {
	width:68px;
	height:56px;
	background:url(../img/bg_noticias_data.png) center no-repeat;
	position: absolute;
	top:25px;
	left:-11px;
	text-align:center;
	display:table;
}

ul.extras ul.noticias .data p {
	color:white;
	font-size:10px;
	font-family:"Montserrat", sans-serif;
	display:table-cell;
	vertical-align:middle;
}

ul.extras ul.noticias .data strong {
	display: block;
	font-size:18px;
	line-height:10px;
}

ul.extras ul.noticias .conteudo {
	height: 80px !important;
		margin-top: 20px;
		overflow: hidden;
		padding-left: 70px;
		vertical-align: middle;
		width: 340px;
	color:#369090;
}

ul.extras ul.noticias .conteudo span {
	font-family:"Montserrat", sans-serif;
	font-size:13px;
	color:#184f6c;
	letter-spacing:-1px;
}

ul.extras ul.noticias .conteudo p {
	color:#369090;
}

ul.extras li.rede-credenciada {
	width:225px;
	height:130px;
	background:url(../img/bg_extras_rede_credenciada.png) center bottom no-repeat;
	padding-left:70px;
	padding-right:15px
}

ul.extras li a {
	color:#184f6c;
	text-decoration:none;
}

ul.extras li a:hover {
	text-decoration:underline;
}

ul.extras li.rede-credenciada h3 {
	margin-top:10px;
	font-family:"Montserrat", sans-serif;
	font-size:13px;
	color:#184f6c;
	letter-spacing:-1px;
}

ul.extras li.rede-credenciada p {
	color:#369090;
}

ul.extras li.boleto {
	width:225px;
	height:130px;
	background:url(../img/bg_extras_boleto.png) center bottom no-repeat;
	padding-left:70px;
	padding-right:15px;
}

ul.extras li.boleto h3 {
	margin-top:10px;
	font-family:"Montserrat", sans-serif;
	font-size:13px;
	color:#184f6c;
	letter-spacing:-1px;
}

ul.extras li.boleto p {
	color:#369090;
}

#footer-index {
	height:330px;
	max-width:960px;
	width:100%;
	margin:26px auto 0;
	border-top:1px solid #369090;
	padding-top:30px;
	border-bottom:4px solid #184f6c;
	position:relative;
}

#footer-container {
	background: url(../img/bg_container.jpg) no-repeat;
}

#container-index #footer-container {
	background: none;
}

#googleMap {
	max-width:960px;
	width:100%;
	height:330px;
}

footer .box-info {
	position: absolute;
	top:30px;
	left:0;
	height:330px;
	width:470px;
	background:url(../img/bg_footer_box_info.png) repeat;
	z-index:9999;
	padding:0 30px;
}

.box-info-top {
	overflow: hidden;
	padding-bottom:25px;
	border-bottom:1px solid #5cbfbf;
}

.box-info-top .contato li.telefone li a{
	color: #fff;
	text-decoration:none;
}

.box-info-top .contato{
	color:#fff;
	float:left;
	width:225px;
	margin-top:50px;
}

.box-info-top .contato > li {
	margin-bottom:10px;
	padding-left:40px;
	padding-top:3px;
}

.box-info-top .contato li.telefone {
	background:url(../img/icon_telefone.png) left top no-repeat;
	font-size:20px;
	font-weight:bold;
}

.box-info-top .contato li.telefone li {
	margin-bottom:5px;
}

.box-info-top .contato li.endereco { background:url(../img/icon_endereco.png) left top no-repeat; }
.box-info-top .contato li.email {
	background:url(../img/icon_email.png) left top no-repeat;
	padding-bottom:5px;
}

/*
.box-info-top img {
	float:right;
	margin-top:50px;
}
*/

.whatsapp-box-footer, .whatsapp-box-header{
	width:155px;
	float:left;
	margin-left:20px;
	margin-top:50px;
	text-align:center;
	color:#fff;
}

.whatsapp-box-header .fone a, .whatsapp-box-footer .fone a{
	color: #fff;
	text-decoration:none;
}

.whatsapp-box-header{
	color:#184F6C;
	margin-top:0;
}

footer .whatsapp-box-header{
	display: none;
}

.fancybox-inner .whatsapp-box-footer{
	display: none;
}

.whatsapp-box-header .fone, .whatsapp-box-footer .fone{
	font-size: 20px;
	font-weight:bold;
	margin-top:20px;
}

.box-info-bottom .footer-social {
	margin-top:25px;
}

.box-info-bottom .footer-social li:first-child {
	margin-left:0;
}

.box-info-bottom .footer-social li {
	float: left;
	background-image:url(../img/footer_media_sprite.png);
	background-repeat:no-repeat;
	height:40px;
	margin-left:13px;
	padding-left:50px;

	font-family:"Montserrat", sans-serif;
	font-size:12px;
	line-height:40px;
	color:white;
	text-transform:uppercase;
}

.box-info-bottom .footer-social li a {
	color:white;
	text-decoration: none;
}

.box-info-bottom .footer-social li.facebook{ background-position:0 0; }
.box-info-bottom .footer-social li.twitter{ background-position:0 -40px; }
.box-info-bottom .footer-social li.instagram{ background-position:0 -41px; }
.box-info-bottom .footer-social li.foursquare{ background-position:0 -82px; }

#logo-lua4 {
	display: block;
	height:35px;
	width:35px;
	background:url(../img/logo_lua4.png) center center no-repeat;
	margin:0 auto;
}

.konami{-webkit-perspective:800px;-moz-perspective:800px;perspective:800px}
.konami body{-moz-transition:-moz-transform 0.8s ;-moz-transform-style:preserve-3d;-webkit-transition:-webkit-transform 0.8s ;-webkit-transform-style:preserve-3d;transition:-moz-transform 0.8s;transform-style:preserve-3d;-moz-transform:rotateY( 180deg );-webkit-transform:rotateY( 180deg );transform:rotateY( 180deg )}

/* =============================================================================
	 internas
	 ========================================================================== */

.content {
	max-width:960px;
	width:100%;
	margin:0 auto;
	font:normal 13px/28px arial,sans-serif;
	color:#666;
	overflow: hidden;
	padding-bottom: 40px;
}

.content h1 {
	border-top:3px solid #b0c3cd;
	border-bottom:1px solid #b0c3cd;
	height:67px;
	font:normal 30px/67px 'Montserrat', sans-serif;
	color:#184f6c;
	margin-bottom: 30px;
}

.content strong {
	font-style: bold;
	color:#369090;
}

.content .col-left {
	width:460px;
	float:left;
}

.content .col-left p:first-child, .content .col-right p:first-child { margin-top:0px; }
.content .col-left p, .content .col-right p { margin-top:40px; }

.content .col-right {
	width:460px;
	float:right;
}

#faq-list {
	border: 1px solid #e0e6e9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#faq-list li:first-child {
	border-top:0;
}

#faq-list li {
	padding:10px 10px;
	background:url(../img/bg_faq_q.png) left bottom repeat-x;
	border-top:1px solid #e0e6e9;
}

#faq-list li:hover,
#faq-list li.ativo {
	background:#369090 url(../img/bg_faq_q_hover.png) left bottom repeat-x;
}

#faq-list li:hover a,
#faq-list li.ativo a,
#faq-list li:hover a span,
#faq-list li.ativo a span {
	color:white;
}

#faq-list li a {
	display: block;
	font-size: 13px;
	line-height: 20px;
	font-family: "Montserrat", sans-serif;
	color:#184f6c;
	text-decoration: none;
	background:url(../img/arrow_faq.png) 415px center no-repeat;
}

#faq-list li a span {
	color:#369090;
}

#faq-list li a p {
	width:400px;
}

#faq-answers li#a1 {
	display: block;
}

#faq-answers li {
	display: none;
}

#faq-answers li strong {
	font-family: "Montserrat", sans-serif;
	font-size:20px;
	line-height: 28px;
}

#faq-answers li p {
	margin-top:5px;
}

.col-left-blog {
	/*width:630px;*/
	float:left;
}

.col-left-blog article:first-child {
	margin-top:0;
}

.col-left-blog article {
	border-top:1px solid #b0c3cd	;
	padding-top: 30px;
	margin-top:20px;
}

.col-left-blog article:first-child{
	border-top:none;
	padding-top:0;
}

.col-left-blog article a{
	text-decoration:none;
	color:#666;
}

.col-left-blog article .data {
	font-size: 11px;
	color:#666;
}

.col-left-blog article h2 {
	font-size:30px;
	line-height: 40px;
	color:#369090;
	font-family: "Montserrat", sans-serif;
	margin-bottom:30px;
	letter-spacing: -1px;
}

.post p:first-child {
	margin-top: 0;
}

.post p {
	margin-top: 30px;
	line-height: 22px;
}

.col-right-blog {
	width:300px;
	float:right;
}

.col-right-blog .search-field input[type=text] {
	float:left;
	border:0;
	padding:0 10px;
	width:244px;
	height:36px;
	background:url(../img/input_busca.png) no-repeat;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 36px;
	color:#666;
}

.col-right-blog .search-field input[type=submit] {
	float:right;
	border:0;
	width:36px;
	height:36px;
	background:url(../img/submit_busca.png) no-repeat;
}

.col-right-blog .sidebar-box {
	margin-top:30px;
}

.col-right-blog .sidebar-box h3 {
	font:normal 16px/39px "Montserrat", sans-serif;
	color:#184f6c;
	border-bottom: 1px solid #b0c3cd;
	margin-bottom: 15px;
}

.col-right-blog .sidebar-box p {
	font:normal 13px/22px arial, sans-serif;
	color:#666;
}

.col-right-blog .sidebar-box .categorias li {
	line-height: 22px;
	background:url(../img/icon_dot_blue.png) left 7px no-repeat;
	padding-left:12px;
}

.bluebox {
	width:397px;
	height: auto;
	background: #B0C3CD;
	padding:30px;
	color:white;
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
	border: 1px solid white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 0 1px #B0C3CD;
}

.bluebox label {
	color:white!important;
	font-weight: bold!important;
}

.bluebox .form-inline {
	margin-bottom: 15px;
}

.bluebox .form-inline label:first-child {
	margin-left: 0;
}

.bluebox .form-inline label {
	display: inline-block!important;
	margin-left:10px;
	padding-top:5px;
}

.bluebox .form-inline input[type=radio] {
	float:left;
	margin-top: 5px;
	margin-right: 8px;
}

.bluebox .quantidade {
	width:170px;
	height:32px;
	background: url(../img/bg_simulacao_quantidade.png) no-repeat;
	position: absolute;
	left:210px;
	top:30px;
	color:#666;
	padding-left: 14px;
	line-height: 25px;
}

.bluebox .quantidade label {
	color:#666!important;
	font-weight: normal!important;
	line-height: 23px!important;
}

.bluebox .quantidade select {
	height: 20px;
	padding:0;
}

.btn-big {
	border:0;
	width:190px;
	height:36px;
	background: url(../img/btn_big.png) no-repeat;
	text-align: center;
	line-height: 31px;
	color:white;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
}

#menu-planos-wrapper {
	height: 40px;
}

#menu-planos-wrapper.blue { border-bottom:1px solid #004d94; }
#menu-planos-wrapper.medial { border-bottom:1px solid #00b098; }
#menu-planos-wrapper.lincx { border-bottom:1px solid #0e8465; }
#menu-planos-wrapper.dental { border-bottom:1px solid #698c18; }

.menu-planos {
	margin-left: 145px;
	margin-bottom: 30px;
}

.menu-planos li:first-child {
	margin-left: 0;
}

.menu-planos li {
	float: left;
	margin-left: 10px;
}

.menu-planos li a {
	display: block;
	width:160px;
	height: 40px;
	background-image: url(../img/menu_planos.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.menu-planos li a.blue { background-position: 0 0; }
.menu-planos li a.blue:hover, .menu-planos li a.blue.ativo { background-position: 0 -40px; }
.menu-planos li a.medial { background-position: -170px 0; }
.menu-planos li a.medial:hover, .menu-planos li a.medial.ativo { background-position: -170px -40px; }
.menu-planos li a.lincx { background-position: -340px 0; }
.menu-planos li a.lincx:hover, .menu-planos li a.lincx.ativo { background-position: -340px -40px; }
.menu-planos li a.dental { background-position: -510px 0; }
.menu-planos li a.dental:hover, .menu-planos li a.dental.ativo { background-position: -510px -40px; }

.planos-wrapper {
	clear: both;
	padding-top:30px;
}

.planos-wrapper .box-left {	
	float:left;
	margin-bottom: 20px;
}

.planos-wrapper .box-right {
	float:right;
}

.planos-wrapper .box-full {
	width:100%;
	height: 215px;
	float:left;
	margin-bottom: 20px;
	padding:15px 20px 20px;
}

.planos-wrapper .box-info-planos{
	width:472px;
	border: solid 1px #e0e6e9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	padding:15px 20px;
	padding-bottom:70px;
	margin-bottom: 20px;
	overflow:hidden;
}

.planos-wrapper .box-info-planos img{
	position: absolute;
	left:0;
	bottom:0;
}

.planos-wrapper ul {
	margin-bottom:20px;
}

.planos-wrapper li {
	line-height: 24px;
}

.clear { clear: both; }

.planos-wrapper h3 {
	font-size: 18px;
	line-height: 20px;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 5px;
	font-weight:normal;
}

.planos-blue h3 { color:#004d94; }
.planos-medial h3 { color:#00b098; }
.planos-lincx h3 { color:#0e8566; }
.planos-dental h3 { color:#698c18; }



.bg-blue1 { background: url(../img/bg_blue1.jpg); }
.bg-blue2 { background: url(../img/bg_blue2.jpg); }
.bg-blue3 { background: url(../img/bg_blue3.jpg); }
.bg-blue4 { background: url(../img/bg_blue4.jpg); }
.bg-blue5 { background: url(../img/bg_blue5.jpg); }
.bg-blue6 { background: url(../img/bg_blue6.jpg); }
.bg-blue7 { background: url(../img/bg_blue7.jpg); }
.bg-blue8 { background: url(../img/bg_blue8.jpg); }

.bg-blue9 { background: url(../img/bg_blue9.jpg); height: 175px!important; }
.bg-blue10 { background: url(../img/bg_blue10.jpg); height: 275px!important; }

.bg-blue11 { background: url(../img/bg_blue11.jpg); height: 255px!important; }
.bg-blue12 {
	border:solid 1px #e0e6e9;
	border-radius:5px;
}
.bg-blue13 { background: url(../img/bg_blue13.jpg); }

.bg-lincx1 { background: url(../img/bg_lincx1.jpg); }
.bg-lincx2 { background: url(../img/bg_lincx2.jpg); }
.bg-lincx3 { background: url(../img/bg_lincx3.jpg); }
.bg-lincx4 { background: url(../img/bg_lincx4.jpg); }
.bg-lincx5 { background: url(../img/bg_lincx5.jpg); }
.bg-lincx6 { background: url(../img/bg_lincx6.jpg); }
.bg-lincx7 { background: url(../img/bg_lincx7.jpg); }
.bg-lincx8 { background: url(../img/bg_lincx8.jpg); }

.btn_simulacao{
	max-width:960px;
	width:100%;
	height:50px;
	background:url(../img/btn_simulacao.png) no-repeat;
	display:block;
	text-indent:-9999px;
	margin-top:30px;
}

.little_text{
	font-size:13px;
	color:#369090;
	font-weight:normal;
}

/* =============================================================================
	 SIMULADOR
	 ========================================================================== */

.banner-simulacao{
	display:block;
	padding: 0 10px;
}
	 
.box_simulacao{
	width:100%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.box_simulacao header{
	max-width:960px;
	width:100%;
	padding:10px 0;
	background:#184f6c;
}

ul.tabs{
	max-width:960px;
	width:100%;
	height:20px;
}

ul.tabs li{
	margin-left:10px;
	line-height:20px;
	overflow:hidden;
	border:solid 1px #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

ul.tabs li:first-child{
	margin-left:0px;
}

ul.tabs li.active, ul.tabs li:hover{
	border:solid 1px #47c0bd;
	background:#47c0bd;
}

ul.tabs li a{
	height:20px;
	padding:0 20px;
	line-height:20px;
	display:block;
	text-align:center;
	font-size: 11px;
	line-height: 20px;
	font-family: "Montserrat", sans-serif;
	color:#fff;
	text-decoration:none;
}

.content_form{
	width:100%;
	padding:20px;
	background:#47c0bd;
}

h5{
	text-align:center;
	color:#184f6c;
	font-size:13px;
	line-height:13px;
	font-family: "Montserrat", sans-serif;
	font-weight:bold;
	margin-top:10px;
	padding-bottom:30px;
}

h5 .little{
	font-weight:normal;
}

ul.center{
	list-style:none;
	width:100%;
	text-align:center;
}

ul.center li{
	display:inline-block;
}

ul.circle_option li{
	margin:0 10px;
}

.passo-2, .passo-3, .passo-4{
	display:none;
}

label.circle{
	display:block;
	margin-bottom:20px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	background: #fff;
	border: solid 4px #efefef;
	position:relative;
}

label.circle .check{
	position: absolute;
	top:0;
	right:5px;
	width:25px;
	height:25px;
	background:url(../img/icon-chekck.png) center center no-repeat;
	display:none;
}

label.circle .box{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 140px;
    height: 140px;
}

label.circle .box *{
    vertical-align: middle;
}

label.circle input{
	display:none;
}

label.circle.active{
	border: solid 4px #184f6c;
}

label.circle.active .check{
	display:block;
}

.box_section{
	padding-top:30px;
	margin-bottom:20px;
	background:url(../img/bg_border_separator.png) left top repeat-x;
	float:left;
	width:100%;
}

#simulacaoForm label.texto{
	color:#fff;
	line-height:35px;
	font-size:13px;
	font-weight:bold;
	margin-right:10px;
	height:36px;
	float:left;
}

.green_btn{
	display:inline-block;
	padding:0 20px;
	height:34px;
	background:url(../img/bg-input-green.png) repeat-x;
	color:#fff;
	font:normal 13px/33px 'Montserrat', sans-serif;
	border:none;
	float:left;
	margin-left:20px;
	border:solid 1px #245f5f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.box_dependente{
	clear:both;
	margin-top:20px;
	float:left;
}

.selectbox{
	position:relative;
	float:left;
	display:block;
}

.selectbox .select2-container--default .selection{
	display: block;
}

.selectbox .select2-container{
	display: block;
	width:300px !important;
}

.selectbox .select2-container--default .select2-selection--single{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #589d9c;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.44) inset;
    color: #999;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    position: relative;
}

.selectbox .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 36px;
}

.hasCustomSelect{
	left:0;
}

.remove_faixa_idade_familiar{
	width:25px;
	height:25px;
	background:url(../img/inputs-familiar.png) -186px -57px no-repeat;
	color:#fff;
	font:normal 13px/39px 'Montserrat', sans-serif;
	border:none;
	float:left;
	margin-left:20px;
	margin-top:7px;
	text-indent:-9999px;
}

.next-step{
	float:right;
	margin-top:20px;
}

.info_simulacao{
	width:100%;
}

.info_simulacao .left, .info_simulacao .right{
	width:48%;
	float:left;
}

.info_simulacao .right{
	float:right;
}

.info_simulacao .left_half, .info_simulacao .right_half{
	width:48%;
	float:left;
}

.info_simulacao .right_half{
	float:right;
}

#info_simulacao.info_simulacao label{
	height:20px;
	line-height:20px;
	clear:both;
	margin-bottom:5px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
}



#info_simulacao input[type=submit]{
	background:url(../img/inputs-informacoes.png) no-repeat -470px -184px;
	width:220px;
	height:36px;
	border:none;
	text-transform:uppercase;
	font:normal 13px/36px 'Montserrat', sans-serif;
	color:#fff;
	margin-top:20px;
}


/* =============================================================================
	 wordpress images
	 ========================================================================== */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

#pessoa_1, #pessoa_2, #pessoa_3, #pessoa_4, .quantidade{
	display: none;
}

/* =============================================================================
	 CHAT ONLINE
	 ========================================================================== */

#chat_box{
	width:220px;
	position:fixed;
	bottom:60px;
	right:0;
	overflow:hidden;
	min-height:60px;
}

#chat_box.active{
	right:20px;
}

#chat_box #chat_open{
	width:60px;
	height:60px;
	display:block;
	text-indent:-9999px;
	background:url(../img/chat_icon.png) no-repeat;
	float:right;
	clear:both;
}

#chat_box #chat_open{
	width:60px;
	height:60px;
	display:block;
	text-indent:-9999px;
	background:url(../img/chat_icon.png) no-repeat;
	position:absolute;
	right:-10px;
	top:0;
}

#chat_box.active #chat_open{
	position:relative;
	float:right;
	right:0px;
	clear:both;
}

#chat_container{
	margin-top:20px;
	float:left;
	clear:both;
	display:none;
}

#chat_box.active #chat_container{
	display:block;
}

#chat_box header{
	width:220px;
	height:46px;
	background:url(../img/chat_header.png) no-repeat;
	position:relative;
}

#chat_box header .chat_close{
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	top:17px;
	right:15px;
	background:url(../img/close_chat.png) no-repeat;
	text-indent:-9999px;
	cursor:pointer;
}

#chat_box header img{
	margin-top:20px;
	margin-left:15px;
}

#chat_box #chat_content{
	min-height:80px;
	background:#e4e2df;
	padding:20px;
	width:180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#626263;
}

#chat_box footer{
	background:#e4e2df;
	padding:10px 15px;
	border-top:solid 1px #fff;
}

#chat_box footer .chat_start{
	width:190px;
	height:30px;
	display:block;
	text-align:center;
	background:url(../img/chat_start.png) repeat-x;
	line-height:30px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-weight:900;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.modal-wrapper{
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#fff;
	display:none;
}

.modal-header{
	padding: 23px 29px 16px 29px;
	color: #2c828b;
	font-size:18px;
	font-family:'Montserrat', sans-serif;
	border-bottom: solid 1px #d9d9d9;
}

.modal-content{
	padding: 25px;
	color: #666666;
	font-size:12px;
}

.modal-content .box-left{
	width: 48%;
	float: left;
}

.modal-content .box-right{
	width: 48%;
	float: right;
}

.modal-wrapper p{
	margin-bottom: 20px;
}

.modal-wrapper .enviar{
	background:#47c0bd;
	color:#fff;
	padding:0 60px;
	float:right;
	font-size:16px;
	border:0;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	line-height:38px;
	font-weight:bold;
	font-family:'Montserrat', sans-serif;
}

/* =============================================================================
	 helpers
	 ========================================================================== */

.big_text{
	font-size:18px;
	line-height:20px;
}

.hidden{
	display:none;
}

:focus {
outline: 0;
}

.dark-green {
	color:#184f6c;
}

.red_text {
	color: #C00;
}

@media only screen and (max-width: 1200px) {
	/* Style adjustments for viewports that meet the condition */

	body {
		background-size:960px 611px;
	}

	#container {
		background-size:960px 979px;
	}

}



/* ==|== non-semantic helper classes ========================================
	 Please define your styles before this section.
	 ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: */
.hidden { display: none; }

/* Hide only visually, but have it available for screenreaders: */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Micro Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* ==|== print styles =======================================================
	 Print styles.
	 Inlined to avoid required HTTP connection: h5bp.com/r
	 ========================================================================== */

@media print {
	* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }	/* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* h5bp.com/t */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}
