@font-face {
    font-family: ActoCTT;
    src: url('../fonts/acto-medium.woff') format('woff'),
    		url('../fonts/ActoCTT-Black.otf') format('opentype');
}
@font-face {
    font-family: ActoCTT;
    font-weight: bold;
    src: url('../fonts/acto-bold.woff') format('woff'),
    		url('../fonts/ActoCTT-Bold.otf') format('opentype');
}
@font-face {
    font-family: ActoCTT;
    font-weight: lighter;
    src: url('../fonts/acto-light.woff') format('woff'),
    		url('../fonts/ActoCTT-Light.otf') format('opentype');
}
button::-moz-focus-inner, input::-moz-focus-inner {padding: 0;border: 0;}element {}.centro .top .slider .simclassic2014 .montante .input-box input {border: none;background: none;width: 80px;color: white;text-align: right;font-weight: bold;font-size: 22px;font-family: ActoCTT,Arial,sans-serif;}select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {margin-bottom: 0;}
html {
    font-size: 100%;
	font-family: ActoCTT,Arial,sans-serif;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: ActoCTT,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
	margin: 0;
	background-color: #fff;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: ActoCTT,Arial,sans-serif;
	vertical-align: baseline; }
ol, ul {
	list-style: none; }
label {
    display: block;
    margin-bottom: 5px;
}
label, input, button, select, textarea {
    font-size: 14px;
	font-family: ActoCTT,Arial,sans-serif;
    font-weight: normal;
    line-height: 20px;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    padding: 6px 4px;
    outline: none;
    margin: 0;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
.clearfix::before, .clearfix::after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix::after {
    clear: both;
}
.clearfix::before, .clearfix::after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix::after {
    clear: both;
}
a {
    text-decoration: none;
}
img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 14px/21px "Arial", Arial;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		overflow-x:hidden;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: ActoCTT,Arial,sans-serif;
		font-weight: normal; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	
	p { margin: 0 0 20px 0; }
	
	strong { font-weight: bold;font-family: ActoCTT,Arial,sans-serif; }
	

/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px Arial;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:	0 0 3px rgba(0,0,0,.2); }
	label,
	legend {
		display: block;
		font-family: ActoCTT,Arial,sans-serif;
		font-weight: bold;
		font-size: 13px;	}
	select {
		width: 220px; }
	

/* -- FIM BASIC STYLES -- */


a:hover,
a:active,
a:focus {
	outline: 0;
}
select {
	outline: 0;
}
a:active {
	outline: 0;
	-moz-outline: 0;
}
a {
	-moz-user-focus: none;
}

input:focus {
	outline: none;
	box-shadow: none;
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
textarea:focus,
input:focus {
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}


/* WRAPPER */
	
.centro .top {
	width: 100%;
	padding: 0;
}
.centro .top .slider {
	height: 469px;
	margin: 0 auto;
	position: relative;
	width:480px;
	
}


/* -- SLIDERS SIMULADOR --*/


.centro .top .slider .simclassic2014 {
	background: url('images/background_simulador_hp.png') no-repeat scroll top left;
	width: 466px;
	height: 420px;
	padding: 20px 0 0;
}
.centro .top .slider .simclassic2014 .slide,
.centro .top .slider .simclassic2014 .slide2 {/*
	background: url('images/background_slider_simulador.png') no-repeat scroll -14px -7px;*/
	width: 350px;
	height: 80px;
	margin-top: -21px;
	margin-bottom: 8px;
}
.centro .top .slider .simclassic2014 .slide .slider-simulador,
.centro .top .slider .simclassic2014 .slide2 .slider-simulador {
	width: 245px;
	margin-left: 34px;
	padding-top: 24px;
	top: 24px;
}
.centro .top .slider .simclassic2014 h3 {
	font-size: 28px;
	font-family: ActoCTT,Arial,sans-serif;
	font-weight: bold;
	color: white;
	width: 300px;
	line-height: 28px;
}
.centro .top .slider .simclassic2014.cartao h3 {
	margin-top: 5px;
	line-height: 18px;
	text-align: center;
	width: 252px;
	margin-left: 80px;
}
.centro .top .slider .simclassic2014 .dropdown select {
	border: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: window;
	outline: none;
	color: #FFF;
	font-family: ActoCTT,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0 0 35px;
	width: 120% !important;
	position: absolute;
	overflow: hidden !important;
	zoom: 1;
}
.centro .top .slider .simclassic2014 .montante {
	margin-left:45px;

}
.centro .top .slider .simclassic2014 .montante label {
	position: relative;
	top: -20px;
	right: -90px;
	color: white;
	font-family: ActoCTT,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.centro .top .slider .simclassic2014 .prazo {
	margin-left: 45px;
}
.centro .top .slider .simclassic2014 div.legenda {
	float: left;
	display: inline;
	font-family: ActoCTT,Arial,sans-serif;
	font-size: 11px;
	color: #2b4100;
	position: absolute;
	margin: -35px 0 0 0px;
	width: 270px;
}
.centro .top .slider .simclassic2014 div.legenda div.left {
	float: left;
	display: inline;
	margin-left:10px;
	margin-top:-5px;
}
.centro .top .slider .simclassic2014 div.legenda div.right {
	float: right;
	display: inline;
	margin-right:20px;
	margin-top:-5px;
}

.centro .top .slider .simclassic2014 .info {
	width:205px;
	font-family:ActoCTT,Arial,sans-serif;
	font-size:14px;
	color:#6a6c6f;
	margin-bottom:-54px;
	margin-left:45px;
	position: absolute;
	top: 292px;
}
.centro .top .slider .simclassic2014.cartao .info {
	width:205px;
	margin-top: 0px;
	margin-bottom:-76px;
	z-index: 10;	
}

.centro .top .slider .simclassic2014 .mensalidade {
	width: 157px;
	height: 65px;
	padding-top: 38px;
	padding-left: 90px;
	float: right;
	font-family: ActoCTT,Arial,sans-serif;
	font-size: 19px;
	color: #d15b1b;
	font-weight: bold;
	margin-right: 20px;
	position: absolute;
	top: 307px;
	left: 220px;
}
.centro .top .slider .simclassic2014 .mensalidade div span {
	font-family: ActoCTT,Arial,sans-serif;
	font-size: 22px;
	font-weight:bold;
}
.centro .top .slider .simclassic2014.cartao .mensalidade div span {
	margin-right: 10px;
}
.centro .top .slider .simclassic2014 .mensalidade div {
	font-family: ActoCTT,Arial,sans-serif;
	font-size: 16px;
	font-weight:normal;
	color:#6a6c6f; 
	text-align: right;
	margin-right: 40px;
}

.centro .top .slider .simclassic2014 .submeter {
	float: left;
	display: inline;
	margin-top: -10px;
	margin-left: -30px;
}
.centro .top .slider .simclassic2014 .submeter .checkbox {
	float: left;
	display: inline;
	width: 155px;
	margin-top: -10px;
	margin-right: 5px;
}
.centro .top .slider .simclassic2014 .submeter .checkbox a {
	background: url('../images/checkbox_uncheck_bctt.png') no-repeat scroll center center;
	width: 50px;
	height: 53px;
	display: block;
	float: left;
	display: inline;
}
.centro .top .slider .simclassic2014 .submeter .checkbox a.expanded {
	background: url('../images/checkbox_check_bctt.png') no-repeat scroll center center;
}
.centro .top .slider .simclassic2014 .submeter .checkbox div {
	font-family: ActoCTT,Arial,sans-serif;
	font-size: 11px;
	color: #2b4100;
	float: left;
	display: inline;
	width: 103px;
	line-height: 11px;
	margin-top: 21px;
}
.centro .top .slider .simclassic2014 .submeter .submit-btn {
	float: left;
	display: inline;
	margin: -5px 0 0 -10px;
}
.centro .top .slider .simclassic2014 .submeter .submit-btn a {
	/*background: url('../images/btn_pedir_credito.png') no-repeat scroll top left;*/
	width: 176px;
	height: 57px;
	display: block;
}
.centro .top .slider .simclassic2014 .ui-slider-handle { width:30px!important; height:35px!important; background:url(../images/drag_simulador_bctt.png) no-repeat!important; border:none!important;}
.centro .top .slider .simclassic2014 .ui-widget-content {background:none transparent !important; border: medium none!important;}
.centro .top .slider .simclassic2014 .smColor { height: 18px; margin-left: -9px; margin-top: -27px; padding-right: 8px; background: url(../images/iconsBar_bctt.png); background-size: 275px 25px;}

/* -- FIM SLIDERS SIMULADOR --*/


/* Barra de separacao no titulo */
.tan:before{
	color:#222221;
	content: "|";
	margin-right: 5px;
	font-family: ActoCTT,Arial,sans-serif;
	font-size: 18px;	
}

.centro .top.top-produto2014 .slider .area-util .subtitulo ,
.centro .top .slider .area-util .subtitulo {
	color: #010101;
	font-size: 18px;
	font-family: ActoCTT,Arial,sans-serif;
	margin-bottom: 10px;
	margin-left: 30px;
	line-height: 16px;
	width: 490px;
}
.centro .top.top-produto2014 .slider .area-util .texto ,
.centro .top .slider .area-util .texto {
	font-size: 12px;
	font-family: ActoCTT,Arial,sans-serif;
	color: #222221;
	line-height: 14px;
	width: 460px;
	margin-left:30px;
}

.centro .top .slider .submeter {
	float: left;
	display: inline;
	margin: 6px 0 0 30px;
}
.centro .top .slider .submeter .checkbox {
	float: left;
	display: inline;
	width: 322px;
	margin-top: -5px;
	margin-right: 5px;
}
.centro .top .slider .submeter .checkbox a {
	background: url('../images/checkbox_uncheck_bctt.png') no-repeat scroll top left;
	width: 50px;
	height: 53px;
	display: block;
	float: left;
	display: inline;
}
.centro .top .slider .submeter .checkbox a.expanded {
	background: url('../images/checkbox_check_bctt.png') no-repeat scroll top left;
}
.centro .top .slider .submeter .checkbox div {
	font-family: ActoCTT,Arial,sans-serif;
	font-size: 11px;
	color: #2b4100;
	float: left;
	display: inline;
	width: 180px;
	line-height: 11px;
	margin-top: 10px;
}

.centro .top .slider .submeter .submit-btn {
	float: left;
	display: inline;
}
.centro .top .slider .submeter .submit-btn a {/*
	background: url('../images/btn_pedir_credito.png') no-repeat scroll top left;*/
	width: 176px;
	height: 57px;
	display: block;
}


/* SIMULADOR LADO DIREITO */

.centro .top .slider .cartao {
	background: url('../images/background_simulador_hp2.png') no-repeat scroll;
	width: 445px;
	height: 420px;
	margin-top:-12px;
}
.centro .top.top-hp2014 .slider .simclassic2014 {
	background: url('../images/background_simulador_hp2_bctt.png') no-repeat scroll;
}
.centro .top.top-hp2014 .slider .simclassic2014.vdr232526 {
	background: url('../images/background_simulador_hp2_ctt.png') no-repeat scroll;

}
.centro .top.top-hp2014 .slider .simclassic2014.cartao {
	background: url('../images/background_simulador_hp2_bcttcp.png') no-repeat scroll;
}
.centro .top.top-hp2014 .slider .simclassic2014.cartao.vdr232526 {
	background: url('../images/background_simulador_hp2_cttcp.png') no-repeat scroll;
}
.centro .top .slider .simclassic2014 .slide,
.centro .top .slider .simclassic2014 .slide2 {
	width: 350px;
	height: 80px;
}
.centro .top .slider .simclassic2014 .slide .slider-simulador,
.centro .top .slider .simclassic2014 .slide2 .slider-simulador {
	width: 205px;
	margin-left: 24px;
	top: 20px;
	height: 38px;
}
.centro .top .slider .simclassic2014 h3 {
	text-rendering: optimizelegibility;
	font-family: inherit;
	font-size: 20px;
	font-weight: bold;
	color: #6a6c6f;
	width: 335px;
	line-height: 28px;
	margin:10px 0 10px 20px;
}
.centro .top .slider .simclassic2014 .dropdown {
	height: 106px;
	margin-left: 45px;
}
.centro .top .slider .simclassic2014 .dropdown .styled-select {
	width: 292px;
	height: 60px;
	background: url(../images/btn_simulador_dropdown2_bctt.png) no-repeat right 2px;
	margin-left:-22px;
	zoom: 1;
	margin-top: -10px;
}
.centro .top .slider .simclassic2014 .dropdown select {
	border: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: window;
	outline: none;
	color: #FFF;
	font-family: ActoCTT,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0 0 35px;
	width: 120% !important;
	position: absolute;
	overflow: hidden !important;
	zoom: 1;
}
.centro .top .slider .simclassic2014 .numero1 {
	width: 48px;
	height: 48px;
	position: absolute;
	margin-left: -20px;
	margin-top: 33px;
}
.centro .top .slider .simclassic2014.cartao .numero1 {
	margin-left: -35px;
}
.centro .top .slider .simclassic2014 .montante {
	position: absolute;
	top: 139px;
}
.centro .top .slider .simclassic2014.cartao .montante {
	position: absolute;
	top: 77px;
}
.centro .top .slider .simclassic2014 .montantecp {
	position: absolute;
	top: 80px;
}
.centro .top .slider .simclassic2014 .montante2 {
	margin-top: -13px;
}
.centro .top .slider .simclassic2014 .numero2 {
	width: 48px;
	height: 48px;
	position: absolute;
	margin-left: -20px;
	margin-top: 30px;
}
.centro .top .slider .simclassic2014.cartao .numero2 {
	margin-left: -35px;
}
.centro .top .slider .simclassic2014 .montante label {
	position: relative;
	top: -22px;
	right: -90px;
	color: #6a6c6f;
	font-size: 12px;
	font-family: ActoCTT,Arial,sans-serif;
	font-weight: normal;
}
.centro .top .slider .simclassic2014 .montante .input-box {
	width: 115px;
	height: 49px;
	padding: 0 0 0 10px;
	margin-top: 24px;
	position: absolute;
	margin-left: 268px;
}
.centro .top .slider .simclassic2014 .montante .input-box input {
	border: none;
	background: none;
	width: 80px;
	color: #6a6c6f;
	text-align: right;
	font-weight: bold;
	font-family: ActoCTT,Arial,sans-serif;
	font-size: 22px;
}
.centro .top .slider .simclassic2014 .prazo {
	margin-bottom:0;
	top: 219px;
}

.centro .top .slider .simclassic2014.cartao .prazo {
	margin-bottom:0;
	top: 161px;
}

.centro .top .slider .simclassic2014 .numero3 {
	width: 48px;
	height: 48px;
	position: absolute;
	margin-left: -20px;
	margin-top: 30px;
}
.centro .top .slider .simclassic2014.cartao .numero3 {
	margin-left: -35px;
}
.centro .top .slider .simclassic2014 .prazo label {
	position: relative;
	top: 7px;
	right: -2px;
	color: #6a6c6f;
	font-size: 12px;
	font-weight: normal;
	margin-left:50px;
}
.centro .top .slider .simclassic2014.cartao .prazo label {
	right: 2px;
}
 .centro .top .slider .simclassic2014 .prazo .input-box {
	width: 115px;
	height: 49px;
	padding: 0 0 0 20px;
	position: absolute;
	margin-top: 24px;
	margin-left: 268px;
}
 .centro .top .slider .simclassic2014.cartao .prazo .input-box {
	padding: 0 0 0 10px;
}
.centro .top .slider .simclassic2014 .prazo .input-box input {
	border: none;
	background: none;
	width: 42px;
	color: #6a6c6f;
	text-align: right;
	font-weight: bold;
	float: left;
	display: inline;
	font-size: 22px;
}
.centro .top .slider .simclassic2014.cartao .prazo .input-box input {
	width: 80px;
}
.centro .top .slider .simclassic2014 .prazo .input-box label {
	cursor:default;
}
.centro .top .slider .simclassic2014 .reembolso {
	margin-top: 140px;
	margin-left: 45px;
	height: 100px;
}

.centro .top .slider .simclassic2014 div.titulo {
	font-size: 14px;
	color: #6a6c6f;
	font-weight: bold;
	margin-bottom: 9px;
	width: 200px;
}
.centro .top .slider .simclassic2014 .reembolso div.titulo {
	width: 350px;
	padding-top: 12px;
}
.centro .top .slider .simclassic2014 .titulo {
	margin-left: 20px;
}
.centro .top .slider .simclassic2014 div.legenda {
	float: left;
	display: inline;
	font-size: 11px;
	color: #6a6c6f;
	position: absolute;
	margin: -38px 0 0 4px;
	width: 270px;
}
.centro .top .slider .simclassic2014 div.legenda div.left {
	float: left;
	display: inline;
}
.centro .top .slider .simclassic2014 div.legenda div.right {
	float: right;
	display: inline;
}
.centro .top .slider .simclassic2014 .submeter {
	float: left;
	display: inline;
	margin-left: 8px;
	top: 378px;
	position: absolute;
}
.centro .top .slider .simclassic2014.cartao .submeter {
	float: left;
	display: inline;
	margin-left: 10px;
}
.centro .top .slider .simclassic2014 .submeter .checkbox {
	float: left;
	display: inline;
	width: 224px;
	margin-top: -2px;
	margin-right: 0px;
}
.centro .top .slider .simclassic2014.cartao .submeter .checkbox {
	float: left;
	display: inline;
	width: 224px;
	margin-top: 15px;
	margin-right: 0px;
}
.centro .top .slider .simclassic2014 .submeter .checkbox a {
	background: url('../images/checkbox_uncheck_bctt.png') no-repeat scroll center center;
	width: 50px;
	height: 53px;
	display: block;
	float: left;
	display: inline;
}
.centro .top .slider .simclassic2014 .submeter .checkbox a.expanded {
	background: url('../images/checkbox_check_bctt.png') no-repeat scroll center center;
}
.centro .top .slider .simclassic2014 .submeter .checkbox div {
	font-size: 11px;
	color: #454545;
	float: left;
	display: inline;
	width: 174px;
	line-height: 11px;
	margin-top: 21px;
	margin-left: -5px;
}
.centro .top .slider .simclassic2014 .submeter .submit-btn {
	float: left;
	display: inline;
	margin: 0 0 0 25px;
}
.centro .top .slider .simclassic2014 .submeter .submit-btn a {
	/*background: url('../images/btn_pedir_credito.png') no-repeat scroll top left;*/
	width: 166px;
	height: 57px;
	display: block;
}

.centro .top .slider .espaco {
	display: block;
	height: 21px;
	position: relative;
	width: 400px;
}


.reembolso .radiobutton {
	margin-top: -20px;
	margin-left: -5px;
}
.reembolso .radiobutton .radio {
	background: url("../images/radiobutton_bctt.png") no-repeat scroll 0 0;
	display: inline;
	float: left;
	height: 50px;
	padding: 0 5px 0 0;
	width: 60px;
}
.reembolso .radiobutton .radio {
	background: url("../images/radiobutton_bctt.png") no-repeat scroll 0 0;
}
.reembolso label {
	color: #6a6c6f;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	right: -120px;
	top: -47px;
}
.reembolso .radiobutton label {
	display: inline;
	float: left;
	font-size: 18px;
	margin: 0 10px 0 -15px;
	padding: 15px 0 0;
	right: 0;
	top: 0;
	width: 30px;
}

/*BOTOES MAIS E MENOS*//*START*/
.centro .top .slider .simclassic2014 .montante .sinais
, .centro .top .slider .simclassic2014 .prazo .sinais {
	height: 0;
	margin-left: -26px;
}
.centro .top .slider .simclassic2014 .montante .sinais .menos {
	width: 40px;
	height: 40px;/*
	background: #e77;*/
	position: relative;
	top: -80px;
	left: 8px;
	cursor:pointer;
}
.centro .top .slider .simclassic2014 .montante .sinais .mais {
	width: 40px;
	height: 40px;/*
	background: #7e7;*/
	position: relative;
	top: -128px;
	left: 272px;
	cursor:pointer;
}
.centro .top .slider .simclassic2014 .prazo .sinais .menos {
	width: 40px;
	height: 40px;/*
	background: #e77;*/
	position: relative;
	top: -84px;
	left: 8px;
	cursor:pointer;
}
.centro .top .slider .simclassic2014 .prazo .sinais .mais {
	width: 40px;
	height: 40px;/*
	background: #7e7;*/
	position: relative;
	top: -128px;
	left: 272px;
	cursor:pointer;
}
/*BOTOES MAIS E MENOS*//*END*/



@media only screen and (max-width: 1199px) {
	.centro .top {
		padding: 0px 0 0 0;
	}
}
/* #Page Styles
================================================== */
/* #Media Queries
================================================== */
@media only screen and (max-width: 444px) {
	body {
		padding-left: 0px !important;
		padding-right: 0px !important;
		width:320px;
		overflow-x:hidden;
	}
	.centro .top .slider {
		width:320px;
		overflow-x:hidden;
	}
	.centro .top .slider .slide-show-prod .area-util .texto{
		width:91%;	
	}
	
	.centro .top .slider .slide-show-prod{
		height:475px;
	}
	
	.centro .top .slider .slide-show-prod .area-util .titulo{
		margin-top:258px;	
	}
	.centro .top .slider .simclassic2014 {
		padding: 1px;
	}
	.centro .top .slider .simclassic2014 h3{
		margin-left:5px;
		font-size:16px;	
	}
	.centro .top .slider .simclassic2014.cartao h3 {
		margin-top: 3px;
		line-height: 16px;
		width: 230px;
		text-align: center;
	    margin-left: 40px;
	}
	.centro .top.top-hp2014 .slider .simclassic2014 {
		background: url('../images/background_simulador_hp2_bctt2.png') no-repeat scroll;
	}
	.centro .top.top-hp2014 .slider .simclassic2014.vdr232526 {
		background: url('../images/background_simulador_hp2_ctt2.png') no-repeat scroll;
	}
	.centro .top.top-hp2014 .slider .simclassic2014.cartao {
		background: url('../images/background_simulador_hp2_bctt2cp2.png') no-repeat scroll;
	}
	.centro .top.top-hp2014 .slider .simclassic2014.cartao.vdr232526 {
		background: url('../images/background_simulador_hp2_ctt2cp2.png') no-repeat scroll;
	}
	.centro .top.top-hp2014 .slider .cartao {
		background: url('../images/background_simulador_hp6.png') no-repeat scroll;
	}
	.centro .top .slider .simclassic2014 .dropdown .styled-select {
		width: 260px;
		margin-top: 10px;
		margin-left: -3px;
	}
	.centro .top .slider .simclassic2014 .info{
		margin-left:15px;
		margin-top: 10px;
	}
	.centro .top .slider .simclassic2014.cartao .info {
		margin-top: -26px;
	}
	.centro .top .slider .simclassic2014 .submeter {
		top: 382px;
		margin-top:0;
	}
	.centro .top .slider .simclassic2014.cartao .submeter {
		top: 378px;
	}
	
	.centro .top .slider .simclassic2014 .submeter .checkbox{
		margin-left:-20px;
		margin-right:10px;
		width:144px;
	}
	
	.centro .top .slider .simclassic2014 .submeter .checkbox a {
		width: 32px;
		height: 32px;
	}
	.centro .top .slider .simclassic2014 .submeter .checkbox div
	{
		width:110px;
		margin-top:6px;
	}
	.centro .top .slider .simclassic2014.cartao .submeter .checkbox div 
	{
		width:150px;
		margin-top:6px;
	}
	.centro .top .slider .simclassic2014 .submeter{
		margin-left:18px;	
	}
	.centro .top .slider .simclassic2014.cartao .submeter{
		margin-top: -25px;
		margin-left: 0px;
		width:310px;
	}
	.centro .top.top-hp2014 .slider .cartao {
		padding-top:10px;
	}
	.centro .top .slider .simclassic2014 .montante,
	.centro .top .slider .simclassic2014 .montante.prazo {
		margin-left:63px;
	}
	.centro .top .slider .simclassic2014 .montante {
		top:131px;
	}
	.centro .top .slider .simclassic2014 .montante.prazo {
		top:223px;
	}
	
	.centro .top .slider .simclassic2014.cartao .montante {
		top: 38px;
	}
	
	.centro .top .slider .simclassic2014.cartao .montante.prazo {
		top: 126px;
	}
	
	.centro .top .slider .simclassic2014.cartao .montante,
	.centro .top .slider .simclassic2014.cartao .montante.prazo,
	.centro .top .slider .simclassic2014.cartao .reembolso {
		margin-left:40px;
	}
	.centro .top .slider .simclassic2014 .mensalidade{
		margin-right:45px;	
		top: 329px;
		left: 63px;
	}
	.centro .top .slider .simclassic2014 .mensalidade div{
		margin-right: 31px;
	}
	.centro .top .slider .simclassic2014.cartao .mensalidade div{
		margin-right: 16px;
	}
	.centro .top .slider .simclassic2014.cartao .mensalidade div span {
		margin-right: 0;
	}
	.centro .top .slider .simclassic2014 .submeter .submit-btn{
		margin-left:-4px;	
	}
	.centro .top .slider .simclassic2014 .submeter .submit-btn a {
		margin-left: 5px;
	}
	.centro .top .slider .simclassic2014.cartao .submeter .checkbox {
		display:block;
		float:none;
		margin-top: 40px;
	}
	.centro .top .slider .simclassic2014.cartao .submeter .submit-btn {
		display:block;
		float:none;
		margin-left: 149px;
		margin-top: -36px;
		height: 40px;
	}
	
	.centro .top .slider .simclassic2014 .dropdown .numero1{
		margin-left:-20px;	
	}
	
	.centro .top .slider .simclassic2014.cartao .numero1,
	.centro .top .slider .simclassic2014.cartao .numero2,
	.centro .top .slider .simclassic2014.cartao .numero3{
		display:none;
	}
	
	.centro .top .slider .simclassic2014 .dropdown{
		margin-left:22px;	
	}
	
	.centro .top .slider .simclassic2014 div.titulo.first{
		margin-left:15px;
	}
	
	.centro .top .slider .simclassic2014 .montante .titulo{
		left: -25px;
		margin-left: -25px;
	}
	.centro .top .slider .simclassic2014 .montante .input-box {
		margin-top:-4px;
		font-size:20px;
	}
	.centro .top .slider .simclassic2014.cartao .montante .input-box {
		margin-left: 165px;
		margin-top:-3px;
	}
	.centro .top .slider .simclassic2014 .reembolso{
		margin-top: 142px;
	}
	.centro .top .slider .simclassic2014.cartao .reembolso{
		margin-top: 135px;
	}
	.centro .top .slider .simclassic2014 .reembolso div.titulo {
		margin-left:-25px;
		padding-top: 8px;
	}
	
	.reembolso .radiobutton{
		margin-top:-20px;
	}
	.reembolso .radiobutton .radio {
		background: url("../images/radiobutton2_bctt.png") no-repeat scroll 0 0;
		width: 55px;
		margin-left: -5px;
	}
	.reembolso .radiobutton label {
		margin: 31px 30px 0 -50px;
		padding:0;
		font-size: 16px;
	}
	.centro .top .slider .simclassic2014 .montante .slide{
		margin-left: -35px;	
		margin-top:-15px
	}
	
	.centro .top .slider .simclassic2014 .slide2{
		margin-left: -35px;	
		margin-top:-15px
	}
	
	.centro .top .slider .simclassic2014 .slide .slider-simulador, .centro .top .slider .simclassic2014 .slide2 .slider-simulador {
		width: 176px;
		top: 20px;
		margin-left: 35px;
	}
	.centro .top .slider .simclassic2014.cartao .slide .slider-simulador, .centro .top .slider .simclassic2014.cartao .slide2 .slider-simulador {
		width: 216px;
	}
	.centro .top .slider .simclassic2014 div.legenda {
		left: -17px;
		margin-top: -36px;
	}
	.centro .top .slider .simclassic2014 div.legenda div.right {
		margin-right:45px;
	}
	.centro .top .slider .simclassic2014.cartao div.legenda div.right {
		margin-right:20px;
	}
	.centro .top .slider .simclassic2014 .numero2, 
	.centro .top .slider .simclassic2014 .numero3 {
		margin-left: -63px;
		margin-top: 26px;
	}
	.centro .top .slider .simclassic2014 .montante #correction, .centro .top .slider .simclassic2014 .prazo .input-box{
		margin-left:120px;
	}
	
	.centro .top .slider .simclassic2014 .montante .input-box input, .centro .top .slider .simclassic2014 .montante label{
		margin-left:-15px;	
	}
	
	.centro .top .slider .simclassic2014 .prazo .input-box input{
		margin-left:-20px;
	}
	.dk_options_inner{
		width:220px !important;
		margin-left:20px !important;	
	}
	
	.centro .top .slider .simclassic2014.cartao .info{
		width:135px;
		margin-top:-25px;
		line-height: 18px;
	}
	
	.centro .top .slider .simclassic2014.cartao .info small{
		font-size:80%;
	}
	
	.centro .top .slider .simclassic2014.cartao .info span{
		white-space: nowrap;
	}
	.centro .top .slider .simclassic2014 .mensalidade{
		margin-right:120px;
		margin-top: -16px;
	}
	.centro .top .slider .simclassic2014.cartao .mensalidade {
		margin-top: -16px;
	}
	.ald2014 .titulo {
		width: 260px;
	}
	.ald2014 .linha span {
		width: 220px;
	}
	.ald2014 .separador {
		width: 250px;
	}
	.centro .top .slider .simclassic2014 .submeter .submit-btn {
		margin: 0 0 0 -15px;
	}
	.centro .top .slider .simclassic2014 .submeter .submit-btn a {
		width:152px;
	}
	#fancybox-content div.popup_seg_wrap {
		width:300px;
		background:url(../images/lightbox-seg3.png) repeat;
		margin: 0 auto;
		height: 435px;
	}
	#fancybox-content div.popup_seg_wrap div.seg_wrap {
		margin-left:5px;
		width:290px
	}
	#fancybox-outer {
		padding-left: 0;
		margin-left: -35px;
	}
	
	#fancybox-content div.titulo0 {
		display:block;
		height:75px;
		margin-top: 30px;
		padding-left:0;
	}
	#fancybox-content div.titulo0 img {
		float:left;
	}
	#fancybox-content div.titulo0 div {
		float:left;
		padding-top:25px;
		padding-left:10px;
	}
	#fancybox-content div.titulo0 span {
		color:#444;
		font-size:14px;
	}
	#fancybox-content div.titulo0 span.titulo1 {
		font-weight:bold;
		font-size:18px;
	}
	#fancybox-content div.caixaazul {
		margin: 15px 5px;
		padding: 10px 0;
		color: #FFF;
		line-height:18px;
	}
	#fancybox-content div.subtitulo {
		display:block;
		margin: 15px 5px 0 5px;
		padding: 10px 0;
		font-size:11px;
		line-height:14px;
	}
	#fancybox-content div.subtitulo.subtitulo2 {
		margin: 0 35px;
	}
	#fancybox-content div.subtitulo ul {
		list-style: inside disc;
		margin-bottom: 0px;
	}
	#fancybox-content div.subtitulo ul li {
		line-height: 16px;
		margin-bottom: 0px;
	}
	#fancybox-content div.butoes {
		display:block;
		margin-left: 25px;
		padding: 10px 0;
		font-size:11px;
		line-height:14px;
	}
	#fancybox-content div.butoes .btn_yes,
	#fancybox-content div.butoes .btn_no {
		height: 50px;
		width:120px;
		float:left;
		cursor:pointer;
	}
	
	/*BOTOES MAIS E MENOS*//*START*/
	.centro .top .slider .simclassic2014 .montante .sinais
	, .centro .top .slider .simclassic2014 .prazo .sinais {
		margin-left: 0;
	}
	.centro .top .slider .simclassic2014 .montante .sinais .menos {
		left: -42px;
	}
	.centro .top .slider .simclassic2014 .montante .sinais .mais {
		left: 188px;
	}
	.centro .top .slider .simclassic2014.cartao .montante .sinais .mais {
		left: 228px;
	}
	.centro .top .slider .simclassic2014 .prazo .sinais .menos {
		left: -24px;
	}
	.centro .top .slider .simclassic2014 .prazo .sinais .mais {
		left: 188px;
	}
	.centro .top .slider .simclassic2014.cartao .prazo .sinais .mais {
		left: 228px;
	}
	/*BOTOES MAIS E MENOS*//*END*/
	
}

/* Default DropKick theme */
.dk_container {
	font-family: ActoCTT,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 18px;
	padding:10px 30px;
	width:220px;
}
.dk_container:focus {
	outline: 0;
}
.dk_container a {
	cursor: pointer;
	text-decoration: none;
}
.dk_toggle {
	border: 0;
	color: #222221;
	padding: 0px 35px;
	/*text-shadow: #fff 1px 1px 0;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: border-color .5s;
	-moz-transition: border-color .5s;
	-o-transition: border-color .5s;
	transition: border-color .5s;
	width:220px !important;
	border-color:red;
}
.dk_toggle:hover {}
.dk_focus .dk_toggle {
	outline:0;
	border:0;
}
.dk_focus .dk_toggle {
	outline:0;
	border:0;
}
.dk_open {
	z-index: 10;
	outline:0;
	border:0;
}
.dk_open .dk_toggle {
	outline:0;
	border:0;
	color: #ccc;
}
.dk_options a {
	background-color: #888;
	font-weight: bold;
	padding: 10px 10px;
}
.dk_options li:last-child a {
	border-bottom: none;
}
.dk_options a:hover,
.dk_option_current a {
	border-bottom-color: #4c4c4c;
	text-decoration: none;
}
.dk_options li a:hover{
	background-color:#81B719;
}
.dk_options_inner {
	color: #333;
	max-height: 500px;
	margin-top:20px;
	z-index:500;
	padding:0 -20px;
	width:250px;
	margin-left:30px;
	border-left: 1px solid #aaa;
  }
.dk_options_inner,
.dk_touch .dk_options {
  max-height: 500px;
}
.dk_container {
  display: none;
  float: left;
  position: relative;
}
.dk_container a {
	outline: 0;
}
.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}
.dk_open {
	position: relative;
	outline:0;
	border:0;
}
.dk_open .dk_options {
	display: block;
	outline:0;
	border:0;
}
.dk_open .dk_label {
	color: inherit;
	outline:0;
	border:0;
}
.dk_options {
	display: none;
	margin-top: -1px;
	position: absolute;
	right: 0;
	left:26px;
	width: 100%;
}
.dk_options a,
.dk_options a:link,
.dk_options a:visited {
	display: block;
	color:white;
}
.dk_options li{
	margin-bottom:0;
}
.dk_options_inner {
	overflow: auto;
	position: relative;
}
.dk_touch .dk_options {
  overflow: hidden;
}
.dk_touch .dk_options_inner {
	max-height: none;
	overflow: visible;
}
.dk_fouc select {
	position: relative;
	top: -99999em;
	visibility: hidden;
}
.dropdown .styled-select .dk_options a {
	background-color: #bbb;
}
.dropdown .styled-select .dk_options a:hover,
.dropdown .styled-select .dk_option_current a {
	background-color: #ccc;
	color:#000;
}
.dropdown .styled-select .dk_options a:hover {
	color:#fff;
}
.dropdown .styled-select .dk_toggle {
	padding:0 35px 0 12px;
}
.dropdown .styled-select .dk_open .dk_options {
	left: 2px;
}