#bandeira {
	width: 60px;
	height: 32px;
	float: right;
	vertical-align: middle;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
	#bandeira {
		width: 80px;
		height: 45px;
	}
}

.bg-cinza {
    background-color:#DCDCDC;
}

.bg-branco {
    background-color:#FFF;
}

form{
    padding: 0px 0px;
    margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
    form {
        padding: 00px;
    }
}

.bt-voltar{
    cursor:pointer;
}

#pagamento {
    width: 20px;
    height: 20px;
}

.tdItemPlano {
    height: 40px !important;
	margin-top: 10px !important;
}

.tdItemContrato {
	margin-top: 10px !important;
}

.formaPagamento {
	font-size: 2.0rem !important;
}

@media screen and (max-width: 768px) {
	.formaPagamento {
		font-size: 1.5rem !important;
	}
}

.tela-04 .pagamentos .glyphicon {
    margin: auto 15px;
    font-size: 15rem;
    color: #7295a8;

}
.text-cartao {
    font-size: 24px;
    color: #e04d39;
}

@media screen and (max-width: 768px) {
	.text-cartao {
		font-size: 15px;
	}
}

.tela-04 .pagamentos {
    border:solid 1px #DCDCDC;
    padding:25px;
    border-radius:15px;
    margin-bottom:15px;
}

.bt-voltar {
    color:#CCC;
}

.invalido {
    border: solid 1px #ffbfaa;
    background-color: #ffdfd4;
}

.alert-danger {
    text-align:center;
}

.infos-assinatura {
    color: #666 !important;
    padding-top: 70px;
}

.infos-assinatura .text-verde {
    color: #32CD32;
}

.btnLinkModal {
    padding: 6px 0px !important;
}

.maiusculo {
    text-transform: uppercase;
}

.minusculo {
    text-transform: lowercase;
}

.link-rodape li a:hover {
    background-color: #333!important;
}

#container-principal {
    padding-bottom: 10px; 
    min-height: 86.5vh;
}

#form-adesao {
    border: 1px solid #ddd;
    border-radius: 5px;
}

#pgto-cartao, 
#pgto-boleto {
	text-align: left;
    margin-right: 40px!important;
    margin-left: 10px!important;
}

/*Inicio CSS cartão*/
#cartao {
    color: #ccc;
    cursor: pointer;
    margin-bottom:25px;
}

#frente {
    border-radius: 13px;
    width: 50%;
    height: 220px;
    margin: 0 auto;
    background: #000 url('../img/dark.jpg');
}

@media (max-width: 600px) {
	#frente {
		width: 100%;
	}
	#chip {
		margin-left: 0;
	}
}

#logo {
    width: 78px;
    height: 51px;
    margin: 18px 0 0 15px;
}

#chip {
    width: 51px;
    height: 46px;
}

.numeroLC {
    display: block;
    font-size: 15px;
    letter-spacing: 0.2em;
    margin: 15px 0 0 27px;
}

.nomeLC {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 7px 0 0 27px;
    max-width: 99%;
}

@media (max-width: 600px) {
	.nomeLC {
		font-size: 12px;
	}
}

.validade {
    font-family: arial, sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 5px 0 0 27px;
}

.dataLC {
    font-size: 13px
}

.mesLC, .anoLC {
    padding:3px;
}

#verso {
    border-radius: 13px;
    width: 50%;
    height: 220px;
    margin: 0 auto;
    background: #000;
}

@media (max-width: 600px) {
	#verso {
		width: 100%;
	}
}

#tarja {
    margin: 45px 0 0 0;
    max-width: 100%;
	height: 34px;	
}

#cvvLC {
    background: #ccc;
    height: 20px;
    width: 100px;
    float: right;
    padding-right: 5px;
    margin: 10px;
    font-family: arial;
    color: #000;
}

.ocultaCartao {
    display: none;
}

.borda {
    border:solid 1px #FFF;
}

.labelLC {
    display: contents;
    max-width: 100%;
    margin-bottom: auto;
    font-weight: normal;
}
/*Fim CSS cartão*/

#spinner-div {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2;
}
#spinner-div img{
    margin-top:15%;
    width:200px;
    height:200px;
}

/** FORM DEPENDENTES **/
#form-dependentes {
    border: 1px solid #ddd!important;
    border-radius: 5px!important;
    margin-bottom: 20px!important
}

.header-title-box div {
    text-align: center;
}

.header-title-box {
    padding-bottom: 0;
}

.style_line_par {
    background-color: rgba(1,1,1,.1);
    padding: 3px;
}

.style_line_impar {
    padding: 3px;
}

.span_label {
    font-weight: 500;
}

.send_button_box {
    display: flex;
    justify-content: right;
}

.send_button_box button,
.add_dependent_box button {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.form-control2 {
    padding: 2px 5px!important;
}

.label_cadastro_dependente {
    margin-bottom: 0px!important;
    margin-top: 10px!important;
    font-size: 12px;
    color: rgba(1,1,1,.6)!important;
}

.ui-dialog-title {
    font-size: 14px;
    font-weight: 500;
}

#formCadastro {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    margin-bottom: 0px
}

select#sexo,
select#cd_cidades,
select#id_estados {
    font-size: 12px!important;
}

.g-recaptcha {
    margin-top: 50px !important;
    margin-left: 20px;
}

.glyphicon-credit-card, .glyphicon-barcode {
    font-size: 4rem;
    margin-left: 20px;
    vertical-align: text-bottom;
    color: #10622e;

}

.oculta-pagamento {
    display: none;
}

.btnFinalizarCompra {
    color: #fff;
    background-color: #e04d39;
    border-color: #e04d39;
    border-radius: 30px;
    font-weight: bold;
    font-size: 2.5rem;
    display: block;
    width: 130%;
    margin: 10px 0 0 10px;
    border: 1px;
	height: 50px;
}

@media (max-width: 600px) {
   .btnFinalizarCompra {
      width: 100%;
   }
}

.btnSubmitAdesao {
    color: #fff;
    background-color: #e04d39;
    border-color: #e04d39;
    border-radius: 30px;
    font-weight: bold;
    font-size: 2.5rem;
    display: block;
    width: 80%;
    margin: 10px 0 0 10px;
    border: 1px;
	height: 50px;
}

@media (max-width: 600px) {
   .btnSubmitAdesao {
      width: 100%;
	  font-size: 1.8rem;
   }
}

.tipoPagamento {
	text-align: left;
	flex-direction: row;
	justify-content: center;
	vertical-align: middle;
	align-items: center;
}

.textoBoleto {
	text-align: center;
}

.textoBoleto h1 {
	font-size: 2.0rem;
}

@media (max-width: 600px) {
	.textoBoleto h1 {
		font-size: 1.5rem;
	}
}

#pagCartao {
	width: 50%;
}

@media (max-width: 600px) {
	#pagCartao {
		width: 85%;
		margin: 0 5px 0 5px;
	}
}

.logoRodape {
	display: flex;
	justify-content: center; 
	margin: 30px 8px 8px 8px !important;
}

.logoRodape img {
	width: 100%; 
	border-radius:5px;
	display: flex;
}

#logoEmpresa {
	display: flex;
    width: 170px;
    height: 75px;
    margin: 1px 0 0 0px;
}

#logoCelCash {
	display: flex;
    width: 150px;
    height: 40px;
    margin: 12px 0 0 12px;
}

#logoCertificado {
	display: flex;
    width: 90px;
    height: 54px;
    margin: 9px 0 0px 12px;
}

@media (max-width: 600px) {
	.logoRodape img {
		display: block;
		flex-direction: column;
	}
}

.tabelaCartao {
	width: 100% !important;
}

.footer__container {
    position: relative;
    height: 15px; 
}

.footer-logo-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px; 
}

.footer-logo-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35px;
}