/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');

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 {
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
body {
	background:#000;
	font-family: Roboto, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size:13px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.cf:after, .cf:before {
	content:'';
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
}
.content {
	width:982px;
	margin:0 auto;
	position:relative;
}
.center {
	text-align:center;
}
strong {
	font-weight:bold;
}
.desktop {
	display: block;
}
.desktop-inline {
	display: inline;
}
.mobile {
	display: none;
}
.main {
	background: url('../images/bg.jpg') top center no-repeat #FFFFFF;
	height: 487px;
	background-size:cover;
}
.main .content {
	height: 487px;
}
/**/
.content .btn-conta_real, .content .btn-conta_demo {
	position: absolute;
	width: 188px;
	height: 46px;
	border: none;
	border-radius: 25px;
	font-size: 1.5em;
	cursor: pointer;
}
.content .btn-conta_real:hover, .content .btn-conta_demo:hover {
    background: #1c4f90;
    color: #fff;
}
/**/
.content .btn-conta_real {
	top: 320px;
	left: 6px;
	background: #fff;
	color: #3a88c6;
}
.content .btn-conta_demo {
	top: 320px;
	left: 204px;
	background: #3a88c6;
	color: #fff;
}
.btn-disabled {
    background: #999!important;
    color: #fff!important;
    cursor: initial!important;
}

#bannertitle {
	font-size: 40px;
	color: #ffff;
	padding-top: 52px;
	padding-left: 6px;
	line-height: 43px;
	z-index: 1;
	position: relative;
	font-weight: 700;
}
#bannertitle span {
	background: #1c4f90;
	color: #FFFFFF;
}
#bannersubtitle {
	font-size: 20px;
	color: #ffff;
	padding-top: 12px;
	padding-left: 6px;
	line-height: 25px;
	z-index: 1;
	position: relative;
}
#bannerfooter {
	font-size: 11px;
	color: #606060;
	position: absolute;
	bottom: 23px;
	left: 0;
	line-height: 18px;
}
#bannerfooter a {
	color: #3f8ec5;
}
#rightform {
	position: absolute;
	height: 487px;
	top: 0;
	left: 590px;
	background: #255084; /* Old browsers */
	background: -moz-linear-gradient(top, #255084 0%, #1a375c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #255084), color-stop(100%, #1a375c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #255084 0%, #1a375c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #255084 0%, #1a375c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #255084 0%, #1a375c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #255084 0%, #1a375c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#255084', endColorstr='#1a375c', GradientType=0 ); /* IE6-9 */
	z-index: 100;
}
#rightform .title {
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	padding: 30px;
	background: #3a88c6; /* Old browsers */
	/*background: -moz-linear-gradient(top, #3b89c5 0%, #2f6fb6 100%); /* FF3.6+ *
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b89c5), color-stop(100%, #2f6fb6)); /* Chrome,Safari4+ *
	background: -webkit-linear-gradient(top, #3b89c5 0%, #2f6fb6 100%); /* Chrome10+,Safari5.1+ *
	background: -o-linear-gradient(top, #3b89c5 0%, #2f6fb6 100%); /* Opera 11.10+ *
	background: -ms-linear-gradient(top, #3b89c5 0%, #2f6fb6 100%); /* IE10+ *
	background: linear-gradient(to bottom, #3b89c5 0%, #2f6fb6 100%); /* W3C *
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b89c5', endColorstr='#2f6fb6', GradientType=0 ); /* IE6-9 */
	text-transform: uppercase;
	text-align: center;
}
#rightform p {
	padding: 20px 30px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
}
#rightform .row {
	padding: 0 30px 10px 30px;
}
/**/
#rightform .row input {
	/*width: 100%;
	border: none;
	background: #FFFFFF;
	border-radius: 6px;
	height: 34px;
	line-height: 34px;
	padding: 0 14px;
	box-sizing: border-box;*/
	width: 100%;
	border: none; border-bottom: 1px solid #999;
	background: none;
	color: #fff;
	height: 50px;
	padding: 0 15px;
	box-sizing: border-box;
}
#rightform .row ::placeholder {
    color: #fff;
}
#rightform .row input:focus {
    border-color: #fff;
}
#rightform .row input.btn_continuar, #rightform .row input.btn_finalizar, #rightform .btn-down {
	width: auto;
	padding: 0;
	border: 0 none;
	/**/
    background: #3a88c6;
    color: #fff;
    width: 150px;
    height: 35px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 1.25em;
}
#rightform .btn-down {
    width: 100%;
}
#rightform .btn-cancel {
    border: none!important;
    font-size: 1.25em;
    color: #999!important;
    width: 150px!important;
    height: 35px!important;
    cursor: pointer;
    background: none;
}
#rightform .btn-cancel:hover {
    color: #fff!important;
}
#rightform .btn_continuar:hover, #rightform .btn_finalizar:hover, #rightform .btn-down:hover {
    background: #1c4f90!important;
    color: #fff!important;
}
/**/
#rightform.success {
	font-size: 14px !important;
	line-height: 14px;
}
#rightform.success a {
	text-decoration: none;
	color: #3388e8;
}
#rightform.success p {
	padding-top: 20px;
	padding-bottom: 0;
}
#rightform.success p.btn {
	padding-top: 10px;
}
#rightform label {
	font-size: 14px;
	color: #cccccc;
	height: 20px;
	display: block;
}
#rightform.passo3 .label {
	clear: both;
	box-sizing: border-box;
	margin-top: 20px;
}
#rightform.passo3 .label .num_wrapper {
	float:left;
	width:10%;
}
#rightform.passo3 .label .num {
	display: inline-block;
	color: #3894f0;
	background: #143351;
	border-radius: 50%;
	font-size: 12px;
	width: 20px;
	height: 20px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 4px;
}
#rightform.passo3 .label .text {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	width:90%;
	line-height: 16px;
}
#rightform.passo3 label {
	width: 50%;
	float: left;
	margin-top: 10px;
}
#rightform.passo3 label input {
	width: auto;
	float: left;
	height: auto;
}
#rightform.passo3 .row {
	padding-bottom: 0px;
}
#rightform.passo3 .actions {
	margin-top: 20px;
}/***/
input[type="checkbox"] {
	display:none;
}
input[type="checkbox"] + label span {
	display:inline-block;
	width:21px;
	height:21px;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	background:url(../images/icos.png) left top no-repeat;
	cursor:pointer;
}
input[type="checkbox"]:checked + label span {
	background:url(../images/icos.png) -25px top no-repeat;
}
input[type="radio"] {
	display:none;
}
input[type="radio"] + label span {
	display:inline-block;
	width:21px;
	height:21px;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	background:url(../images/icos.png) -75px top no-repeat;
	cursor:pointer;
}
input[type="radio"]:checked + label span {
	background:url(../images/icos.png) -50px top no-repeat;
}/**/
@media all and (min-width: 0px) and (max-width: 860px) {
.desktop {
	display: none;
}
.mobile {
	display: block;
}
.content, .main {
	width: 100%;
	height: auto !important;
	background: none;
}
.bg_mobile {
	position: absolute;
	width: 100%;
	z-index: 0;
}
#bannertitle {
	font-size: 9.9vw;
	padding-top: 8vw;
	padding-left: 2vw;
	line-height: 10vw;
	font-weight: bold;
}
#bannersubtitle {
	font-size: 5.5vw;
	padding-top: 1.8vw;
	padding-left: 2vw;
	line-height: 6.5vw;
	padding-bottom: 69vw;
	height: 2vw !important;
	padding-top: 10vw;
}
.btn-conta_real_mobile, .btn-conta_demo_mobile {
	width: 90.6vw;
	margin: 5vw auto;
	/**/
	height: 75px;
	border: none;
	border-radius: 40px;
	font-size: 2em;
}
.btn-conta_real_mobile {
	background: #eee;
	color: #3a88c6;
}
.btn-conta_demo_mobile {
	background: #3a88c6;
	color: #fff;
}
/**/
#rightform {
	position: relative;
	height: auto;
	top: 0;
	left: 0;
	width:90%;
	margin: auto;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#rightform .title {
	padding: 3vw;
}
#rightform .title.demo {
	background: #3a88c6; /* Old browsers */
	/*background: -moz-linear-gradient(top, #eea43f 0%, #e8862f 100%); /* FF3.6+ *
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eea43f), color-stop(100%, #e8862f)); /* Chrome,Safari4+ *
	background: -webkit-linear-gradient(top, #eea43f 0%, #e8862f 100%); /* Chrome10+,Safari5.1+ *
	background: -o-linear-gradient(top, #eea43f 0%, #e8862f 100%); /* Opera 11.10+ *
	background: -ms-linear-gradient(top, #eea43f 0%, #e8862f 100%); /* IE10+ *
	background: linear-gradient(to bottom, #eea43f 0%, #e8862f 100%); /* W3C *
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eea43f', endColorstr='#e8862f', GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#rightform .btn_cancelar {
	width: 100%!important;
	border-radius: 40px!important;
	font-size: 1.5em;
}
#rightform .success .btn_cancelar {
    font-size: 1em;
}
#rightform .btn_continuar {
	border-radius: 40px!important;
	background: #3a88c6!important;
	font-size: 1.5em!important;
}
#rightform .btn_continuar, .btn_fechar img {
	width: 100% !important;
	height: auto !important;
	padding: 0;
	margin-bottom: 4vw;
}
#rightform .title img.conta_real {
	margin: auto;
	width: 36vw;
	margin-top: 2vw;
}
#rightform .title img.conta_demo {
	margin: auto;
	width: 40.6vw;
	margin-top: 2vw;
}
#rightform p {
	padding: 6vw;
	color: #FFFFFF;
	font-size: 4vw;
	line-height: 5vw;
	text-align: center;
}
#rightform .row {
	padding: 0 6vw 4vw 6vw;
}
#rightform .row input {
	height: 10vw!important;
}
#rightform .row input.btn_continuar, #rightform .row input.btn_finalizar {
	width: auto;
	padding: 0;
	border: 0 none;
	background: transparent;
}
#rightform.success {
	font-size: 2.2vw !important;
	line-height:  2.2vw;
}
#rightform.success p {
	padding-top: 3.2vw;
}
#rightform.success p.btn {
	padding-top: 1.6vw;
}
#rightform label {
	font-size: 3.5vw;
	height:3.2vw;
	margin-bottom:2vw;
}
#rightform.passo3 .label {
	margin-top: 3.13vw;
}
#rightform.passo3 .label .text {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	width:90%;
	line-height: 16px;
}
#rightform.passo3 label {
	width: 50%;
	float: left;
	margin-top: 10px;
}
#rightform.passo3 label input {
	width: auto;
	float: left;
	height: auto;
}
#rightform.passo3 .row {
	padding-bottom: 5vw;
}
#rightform.passo3 .actions {
	margin-top: 8vw;
	padding-bottom:  8vw;
}
#rightform.passo3 .label .num_wrapper {
	width: 100%;
	clear: both;
	text-align: center;
}
#rightform.passo3 .label .text {
	text-align: center;
	margin: 2vw 0;
}
}

/*input:-internal-autofill-previewed, input:-internal-autofill-selected,
textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected,
select:-internal-autofill-previewed, select:-internal-autofill-selected {
    background: none !important;
    color: #fff !important;
}*/