
	.bg-cover {
	    background-size: cover;
	    background: rgb(0,0,0);
	    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 100%);
	    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(51,51,51,1) 100%);
	    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(51,51,51,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 );
	}

	.input_hidden {
	    position: absolute;
	    left: -9999px;
	}

	.wizard {
	    background-color: #fff;
	    border-radius: 4px;
		font-family: 'Aktiv Medium';
	}
	.wizard label {
		cursor: pointer;
	}
	.wizard__painel {
	    padding: 1.25em;
		font-family: 'Aktiv Medium';
	}
	.wizard__painel {
	    border-bottom: solid 1px #ccc;
	}
	.wizard__painel > div {
	    display: inline-block;
	    margin-bottom: .625em;
	    margin-top: .625em;
	    text-align: left;
	    width: 100%;
	}
	@media (min-width: 768px) {
	    .wizard__painel > div {
	        margin-bottom: 0;
	        margin-top: 0;
	        text-align: center;
	        vertical-align: middle;
	        width: 50%;
	    }   
	    .wizard__painel > div i {
	        display: block;
	        margin-bottom: .5em;
	    }
	}
	@media (min-width: 992px) {
	    .wizard__painel > div i {
	        display: inline;
	        margin-bottom: 0;
	    }
	}
	.wizard__painel > div span,
	.wizard__painel > div i:before {
	    padding: .5em .9em;
	    vertical-align: middle;
	}
	.wizard__painel > div span {
	    color: #000;
	    font-size: 1.2em;
	    /*font-weight: bolder;*/
	}
	.wizard__painel > div i:before {
	    background-color: #ddd;
	    border-radius: 10em;
	    color: #000;
	    display: inline-block;
	    font-size: 1.2em;
	    font-style: normal;
	    font-weight: bolder;
	    text-align: center;
	    vertical-align: middle;
	}
	.wizard__painel > div.ativado i:before {
	    color: #fff;
	    background-color: #da001a;
	}
	/*
	.wizard__painel .item-dadospessoais i:before {
	    content: "1";
	}
	.wizard__painel .item-endereco i:before {
	    content: "2";
	}*/
	.wizard__painel .item-pagamento i:before {
	    content: "1";
	}
	.wizard__painel > div.concluido i:before {
	    background-color: transparent;
	    background-image: url('../../img/icons/icon-check-orange.svg'); 
	    background-repeat: no-repeat;
	    background-position: center; 
	    background-size: 115%; 
	    color: transparent;
	    
	}
	.wizard__passos > div {
	    padding: 1.25em;
	}
	@media (min-width: 768px) {
	    .wizard__passos > div {
	        padding: 2.5em 5.5em;
	    }   
	}
	@media (min-width: 992px) {
		.wizard__passos > div {
	        padding: 2.5em 10em;
	    }
	    .wizard__passos .item-pagamento {
	        padding: 2.5em 7.5em;
	    }  
	}
	@media (min-width: 1200px) {
		.wizard__passos > div {
	        padding: 5em 10em;
	    }
	    .wizard__passos .item-pagamento {
	        padding: 3.5em 3.5em;
	    }  
	}
	.wizard__passos .ativado {
	    display: block;
	}
	.wizard__passos .desativado,
	.wizard__passos .concluido {
	    display: none;
	}
	.wizard__passos .form-group {
		float: left;
		/*margin-left: 2%;
		margin-right: 2%;*/
		padding-bottom: 2em;
		position: relative;
		width: 96%;
	}
	@media (min-width: 768px) {
		.wizard__passos .form-group.form-group--email {
			width: 98%;
		}
		.wizard__passos .form-group {
			width: 46%;
		}
	}


	.form-group.form-group--fullname,
	.form-group.form-group--logindetails {
		width: 100%;
	}
	.form-group.form-group--fullname > div,
	.form-group.form-group--logindetails > div {
		margin-bottom: 0;
		padding-bottom:0;
		width: 48%;
	}
	.form-group.form-group--divName,
	.form-group.form-group--divLogin {
		margin-right: 2%;
	}


	.form-group.form-group--celular input {
		float: left;
	}
	.form-group.form-group--celular input:first-of-type {
		margin-right: 3%;
		width: 17%;
	}
	.form-group.form-group--celular input:last-of-type {
		width: 80%;
	}
	.form-group.form-group--num-complemento {
		padding-bottom: 0;
	}
	.form-group.form-group--num-complemento div {
		margin: 0;
	}
	.form-group.form-group--num-complemento div:first-of-type {
		margin-right: 3%;
		width: 37%;
	}
	.form-group.form-group--num-complemento div:last-of-type {
		width: 60%;
	}
	.form-group.form-group--cep label a {
		font-style: italic;
		font-weight: normal;
		text-decoration: underline;
		text-transform: none;
	}
        .form-group.form-group--paymentday {
            float: none;
            margin-top: 2em;
            width: 96%;
        }
        @media (min-width:768px) {
            .form-group.form-group--paymentday {
		margin-top: 0;
            }
        }

        .form-group.form-group--cardtitular {
			padding-left: 0;
			font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
        }
        .form-group.form-group--creditCard {
			padding-left: 0;
			font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
        }
        .form-group.form-group--creditCardDetails {
			padding-left: 0;
			font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
        }
        
		.btn-assinatura {
			font-family: 'Aktiv Medium';
			font-size: 15px;
        }	

        .form-group--paymentday p {
            margin-bottom: 1em;
        }
        .form-group--paymentday input + label {
            display: inline-block;
            margin-right: 1em;
        }
        .form-group--paymentday input {
            height: 0;
            overflow: hidden;
            position: absolute;
            width: 0;
        }
        .form-group--paymentday input + label:before {
            border: solid 2px rgba(0,0,0,.25);
            border-radius: 10em;
            content: "";
            display: inline-block;
            height: 8px;
            margin-right: 8px;
            margin-top: -5px;
            vertical-align: middle;
            width: 8px;
        }
        .form-group--paymentday input:checked + label:before {
            border: solid 4px #ff9800;
            height: 6px;
            width: 6px;
        }
	.box-cartoes-info .form-group {
            width: 96%;
	}
	.wizard__passos .form-group .validador {
		font-size: .8em;
		bottom: 1em;
		left: 0;
		position: absolute;
	}
	.wizard__passos label,
	.label--default {
		color: rgba(0,0,0,.6);
		display: block;
		font-size: .8em;
		font-weight: 900;
		letter-spacing: 0.05em;
		text-transform: uppercase;
	}
	.wizard__passos input[type='text'],
	.wizard__passos input[type='password'],
	.wizard__passos input[type='email'],
	.wizard__passos input[type='tel'],
	.wizard__passos select {
		border: 0;
		border-bottom: solid 1px rgba(0,0,0,.25);
		border-radius: 0;
		box-shadow: none;
		padding: .5em 0 .5em 0;
		width: 100%;
	}
	.wizard__avancar {
		margin-left: 2%;
		margin-right: 2%;
		margin-top: 2em;
		text-align: right;
		width: 96%;
	}
	.wizard__passos .item-pagamento .wizard__campos > div {
		width: 100%;
	}
	@media (min-width: 768px) {
		.wizard__passos .item-pagamento .wizard__campos > div {
			float: right;
			width: 55%;
		}
		.wizard__passos .item-pagamento .wizard__campos > div:nth-child(1) {
			float: left;
			padding-right: 4em;
			width: 45%;
		}
	}
	@media (min-width: 1200px) {
		.wizard__passos .item-pagamento .wizard__campos > div {
			width: 60%;
		}  
		.wizard__passos .item-pagamento .wizard__campos > div:nth-child(1) {
			width: 40%;
		} 
	}
	a[class^="wizard__btn-proximo"],
	input[class^="wizard__btn-concluir"] {
		background-image: none;
		border: 0;
		border-radius: 6px;
		color: #444;
		display: inline-block;
		font-weight: normal;
		line-height: 20px;
		font-size: 17.5px;
		padding: 14px 22px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		vertical-align: middle;
		transition: color .2s linear,border-color .2s linear,background-color .2s linear;
	}
	a[class^="wizard__btn-proximo"]:after {
	    background-image: url('../../img/icons/icon-arrow-right.svg');
	    background-size: contain;
	    background-position: center;
	    background-repeat: no-repeat;
	    content: "";
	    display: inline-block;
	    margin-left: .5em;
	    width: 2em;
	    height: .85em;
	}
	input[class^="wizard__btn-concluir"] {
	    background-image: url('../../img/icons/icon-like.svg');
	    background-position: 78% 45%;
	    background-repeat: no-repeat;
	    background-size: 10%;
	    padding-right: 5em;
	    padding-left: 3em;
	}
	.wizard__btn-proximo--ativado,
	.wizard__btn-concluir--ativado {
		cursor: pointer !important;
	}
	.wizard__btn-proximo--ativado {
		background-color: #ff9800;
	}
	.wizard__btn-proximo--ativado:hover,
	.wizard__btn-proximo--ativado:active {
		background-color: #f09105;
	}
	.wizard__btn-concluir--ativado {
		background-color: #45cb8e;
	}
	.wizard__btn-concluir--ativado:hover,
	.wizard__btn-concluir--ativado:active {
		background-color: #37a372;
		cursor: pointer !important;
	}
	.boxPagamentos__opcoes {
		margin: 0;
		padding: 0;
	}
	.boxPagamentos__opcoes li {
		list-style: none;
		font-family: 'Aktiv Medium';
	}
	.boxPagamentos__opcoes li a {
		border: solid 2px rgba(0,0,0,.1);
		border-radius: 4px;
		display: block;
		margin-bottom: 3em;
		padding: 1em 1em 1em 3em;
		position: relative;
	}
	.boxPagamentos__opcoes li a:before {
		border: solid 2px rgba(0,0,0,.25);
		border-radius: 10em;
		content: "";
		display: block;
		left: 1em;
		position: absolute;
		top: 1.2em;
		height: 10px;
		width: 10px;
	}
	.boxPagamentos__opcoes li.active a {
		border: solid 2px #1c6662;
	}
	.boxPagamentos__opcoes li.active a:before {
		border: solid 4px #1c6662;
		height: 8px;
		width: 8px;
	}
	.boxPagamentos__opcoes a,
	.boxPagamentos__opcoes a:hover,
	.boxPagamentos__opcoes a:focus,
	.boxPagamentos__opcoes a:active {
		text-decoration: none;
	}
	.boxPagamentos__opcoes strong,
	.boxPagamentos__opcoes span {
		display: block;
	}
	.boxPagamentos__opcoes strong {
		color: rgba(0,0,0,0.8);
	}
	.boxPagamentos__opcoes span {
		color: rgba(0,0,0,0.6);
		font-size: .75em;
		line-height: 1.2em;
		margin-top: .5em;
	}
	.form-group.form-group--divcartaoCredito,
	.form-group.form-group--divdebitoEmConta,
	.form-group.form-group--divdebitoEmBoleto,
	.form-group.form-group--divPayPal {
		width: 96%;
	}
	.form-group.form-group--divcartaoCredito > div,
	.form-group.form-group--divdebitoEmConta > div,
	.form-group.form-group--divdebitoEmBoleto > div,
	.form-group.form-group--divPayPal > div {
		float: left;
		margin-right: 3%;
		text-align: center;
		width: 17.5%;
	}
	.form-group.form-group--divcartaoCredito > div:last-of-type,
	.form-group.form-group--divdebitoEmConta > div:last-of-type,
	.form-group.form-group--divdebitoEmBoleto > div:last-of-type,
	.form-group.form-group--divPayPal > div:last-of-type {
		margin-right: 0;
	}
	.form-group.form-group--divcartaoCredito > div img,
	.form-group.form-group--divdebitoEmConta > div img,
	.form-group.form-group--divdebitoEmBoleto > div img,
	.form-group.form-group--divPayPal > div img {
		height: 40px;
	}
	.form-group.form-group--divcartaoCredito > div label,
	.form-group.form-group--divdebitoEmConta > div label,
	.form-group.form-group--divdebitoEmBoleto > div label,
	.form-group.form-group--divPayPal > div label {
		border: solid 2px rgba(0,0,0,.15);
		border-radius: 4px;
		padding: 4px;
		width:100%;
	}
	.form-group.form-group--divcartaoCredito > div label.selected,
	.form-group.form-group--divdebitoEmConta > div label.selected,
	.form-group.form-group--divdebitoEmBoleto > div label.selected,
	.form-group.form-group--divPayPal > div label.selected {
		border: solid 2px #ff9800;
	}
	.form-group.form-group--creditCardDetails > div {
		margin: 0 2%;
	}
	.form-group.form-group--cardExpirationMonth {
		margin-left: 0 !important;
		width: 20%;
	}
	.form-group.form-group--cardExpirationYear {
		width: 20%;
	}
	.form-group.form-group--cardcvv {
		margin-right: 0 !important;
		width: 20%;
	}
	.form-group.form-group--cardcvv button {
		background-color: #878787;
		border: 0;
		border-radius: 10em;
		color: #fff;
		font-family: 'Aktiv Medium';
		font-size: 1rem;
		height: 1.5rem;
		line-height: 1.2rem;
		margin: 0;
		padding: 0.2rem;
		text-align: center;
		width: 1.5rem;
	}

	.tooltip.top {
		min-width: 200px;
	}
	.tooltip.top .tooltip-inner {
		padding: 1rem;
	}


	.form-group.form-group--validade select {
		float: left;
	}
	.form-group.form-group--validade select:first-of-type {
		margin-right: 3%;
		width: 47%;
	}
	.form-group.form-group--validade select:last-of-type {
		width: 50%;
	}
	.form-group.form-group--agencia input,
	.form-group.form-group--conta   input {
		float: left;
	}
	.form-group.form-group--agencia input:first-of-type,
	.form-group.form-group--conta   input:first-of-type {
		margin-right: 3%;
		width: 77%;
	}
	.form-group.form-group--agencia input:last-of-type,
	.form-group.form-group--conta   input:last-of-type {
		width: 20%;
	}
	.form-group.form-group--conta   span:last-of-type {
		left: inherit;
		right: 0;
	}
	.form-group.form-group--nomedocorrentista {
		width: 96%;
	}
	.wizard__termos {
		font-size: .8em;
		line-height: 1.3em;
		margin-top: 1em;
	}
	.wizard__termos > * {
		margin-top: 1em;
	}
	.wizard__termos .box-termos label:before {
		border: solid 2px rgba(0,0,0,.25);
		border-radius: 10em;
		content: "";
		display: inline-block;
		height: 8px;
		margin-right: 8px;
		margin-top: -5px;
		vertical-align: middle;
		width: 8px;
	}
	.wizard__termos .box-termos input:checked + label:before {
		border: solid 4px #ff9800;
		height: 6px;
		width: 6px;
	}
	.wizard__termos .correcao input,
	.wizard__termos .ciente input {
		height: 0;
		overflow: hidden;
		position: absolute;
		width: 0;
	}
	.wizard__termos .correcao label,
	.wizard__termos .ciente label {
		font-weight: normal;
		letter-spacing: inherit;
		text-transform: none;
		color: #3c4e5a;
		font-size: 1.1em;
		line-height: 1.3em;	
	}
	.wizard__termos .correcao {
		margin-bottom: 1em;
	}
	.wizard__termos .ciente {
		margin-bottom: 1em;
	}
	.wizard__termos .confirmaForm {
		margin-top: 1em;
	}
	.wizard__termos .avisoSeguranca {
		background-color: #7eca8f;
		background-image: url('../../img/icons/icon-shield.svg');
		background-position: 2em 2em;
		background-repeat: no-repeat;
		border: solid 1px #28a745;
		border-radius: 4px;
		color: #444;
		margin-top: 1em;
		padding: 2em;
		padding-left: 6em;
	}
	.wizard__termos .avisoSeguranca h5 {
		margin-top: 0;
	}

	#tabDebito,
	#tabBoleto,
	#tabPayPal {
		display: none;
	}



	.assinatura-titulo {
		color: #444;
		font-size: 2rem;
		margin-top: 0;
		text-align: center;
	}
	.assinatura-subtitulo {
		color: #444;
		font-size: 1.4rem;
		margin-bottom: 4rem;
		text-align: center;
	}
	@media(min-width: 577px) {
		.assinatura-titulo {
			font-size: 2.25rem;
		}
		.assinatura-subtitulo {
			font-size: 1.75rem;
		}
	}
	@media(min-width: 768px) {
		.assinatura-subtitulo span {
			display: block;
		}
	}


	.wr-planos {
		background-color: #fff;
		border-radius: 4px;
		display: flex;
		font-family: 'Aktiv Medium';
		padding: 2rem;
		flex-wrap: wrap;
	}


	.wr-valores {
		align-items: flex-start;
		display: flex;
		flex-basis: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.wr-valores .wr-boxvalor {
		flex-basis: 100%;
		padding: 2rem;
	}
	.wr-valores .box-valor {
		border-width: 1px;
		border-color: rgb(219, 219, 219);
		border-style: solid;
		border-radius: 4px;
		flex-basis: 100%;
		height: 100%;
		padding: 2em 2em;
		text-align: center;
		font-family: 'Aktiv Medium';
	}
	#boxDadosDoPlano .wr-valores .box-valor {
		margin-bottom: 3rem;
	}
	.wr-valores .box-valor h2 {
		font-size: 2rem;
		margin-top: 0;
	}
	.wr-valores .box-valor div {
		color: #333;
		display: inline-block;
		font-size: 3rem;
	}
	.wr-valores .box-valor sup {
		color: #333;
	    font-size: 2rem;
	    top: -1rem;
	}
	.wr-valores .box-valor h4 {
		font-size: 1.6rem;
	}
	.wr-beneficios {
		flex-basis: 100%;
		padding: 0 2rem;
	}
	.wr-beneficios h3 {
		font-family: 'Aktiv Medium';
		font-size: 1.6rem;
	}
	.wr-beneficios .lista-beneficios {
	    line-height: 2em;
	    padding-left: 0;
		font-family: 'Aktiv Medium';
	}
	.wr-beneficios .lista-beneficios .lh-1 {
	    line-height: 1.5em;
	}
	.wr-beneficios .lista-beneficios li {
	    list-style-type: none;
	    padding-left: 2.5rem;
		position: relative;
	}
	.wr-beneficios .lista-beneficios li:before {
		color: #1c6662;
		content: "\f00c";
		display: inline-block;
		font-family: 'FontAwesome';
		left: 0;
		position: absolute; 
	}
	@media(min-width:577px) {
		.wr-valores .wr-boxvalor {
			align-self: stretch;
			flex-basis: 50%;
		}
	}
	@media(min-width:992px) {
		.wr-valores {
			flex-basis: 66.6666666%;
		}
		.wr-beneficios {
			flex-basis: 33.3333333%;
			padding: 0;
		}
	}
	.wr-pagamento-plano {
		flex-basis: 100%;
	    margin: 2rem 2rem 0;
		padding-top: 2rem;
	}
	.wr-pagamento-plano .lista-bandeiras {
		display: flex;
		justify-content: flex-end;
		list-style-type: none;
		padding-left: 0;
	}
	.wr-pagamento-plano .lista-bandeiras li {
		border: solid 1px #ddd;
		border-radius: .25rem;
		margin-left: .5rem;
		max-width: 5rem;
		padding: .25rem .75rem;
	}
	.wr-pagamento-plano .lista-bandeiras li img {
		max-width: 100%;
	}

	.wr-pagamento {
	    border-top: solid 1px #ddd;
		flex-basis: 100%;
	    margin: 2rem 2rem 0;
		padding-top: 2rem;
		display: none;
	}
	.wr-pagamento .lista-bandeiras {
		display: flex;
		justify-content: flex-end;
		list-style-type: none;
		padding-left: 0;
	}
	.wr-pagamento .lista-bandeiras li {
		border: solid 1px #ddd;
		border-radius: .25rem;
		margin-left: .5rem;
		max-width: 5rem;
		padding: .25rem .75rem;
	}
	.wr-pagamento .lista-bandeiras li img {
		max-width: 100%;
	}

	#boxDadosDoPlano h5 {
		margin-top: 0;
		font-family: 'Aktiv Medium';
	}

	.lista-confirmadados {
		margin: 2rem -1rem;
		padding-left: 1rem;
		font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
		font-size: 1.4rem;
		list-style: none;
	}

.wr-pedido {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.wr-pedido .num-pedido {
	margin-top: 0;
	margin-bottom: 4rem;
	text-align: center;
}

.wr-pedido .wr-valores {
	margin: 2rem 0;
}

.wr-pedido .wr-valores .box-valor {
    margin: 0 auto;
	max-width: 300px;
    width: 100%;
}

#divErro {
	margin-bottom: 2rem;
	margin-top: 2rem;
	min-height: 380px;
}

.alert a {
	font-family: 'Aktiv Medium';
}

.alert-assinatura-danger {
	padding: 15px;
    margin-bottom: 20px;
    border: 2px solid transparent;
    border-radius: 4px;	
	font-family: 'Aktiv Medium';
	color: #da001a;
	background-color: #fff;
	border-color: #da001a;
}

.alert-assinatura-warning {
	padding: 15px;
    margin-bottom: 20px;
    border: 2px solid transparent;
    border-radius: 4px;	
	font-family: 'Aktiv Medium';
	color: #da001a;
	background-color: #fff;
	border-color: #da001a;
}

