body {
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
}

.clear {
	clear: both
}

h1 {
	font-size: 18px;
	color: #333333;
	font-weight: 500;
	margin: 10px 0 10px 30px;
}

.corpo_pagamento_cartao {
	width: 545px;
	/* width:100%; */
	height: 570px;
	margin: 0 auto;
}


.corpo_pagamento_cartao_esq {
	width: 545px;
	height: 570px;
	float: left;
	background: #EEEEEE;
	border-radius: 10px;
}

.corpo_pagamento_cartao_dir {
	width: 275px;
	height: 570px;
	float: left;
	background: #F7F7F7;
}

.corpo_pagamento_box {
	width: 480px;
	height: 420px;
	margin: 20px auto;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
	background: #FFFFFF;
}

.corpo_pagamento_box_card {
	width: 258px;
	height: 155px;
	border-radius: 5px;
	background-image: url(../img/card.jpg);
	margin: 20px auto;
	-webkit-box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.10);
	-moz-box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.10);
	box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.10);
}

.corpo_pagamento_box_card_bandeira {
	width: 56px;
	height: 38px;
	float: left;
	margin: 14px 0 0 14px;
}

.corpo_pagamento_box_card_bandeira img {
	width: 56px;
	height: 38px;
	float: left;
	margin: 0 auto;
}

.corpo_pagamento_box_card_numero {
	width: 230px;
	height: 18px;
	float: left;
	margin: 40px 0 0 14px;
	font-size: 14px;
	text-align: center;
	color: #666666;
}

.corpo_pagamento_box_card_nome {
	width: 161px;
	height: 18px;
	float: left;
	margin: 14px 0 0 14px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-transform: uppercase;
}

.corpo_pagamento_box_card_validade {
	width: 55px;
	height: 18px;
	float: left;
	margin: 14px 0 0 14px;
	font-size: 14px;
	color: #666666;
	text-align: right;
	overflow: hidden;
}

.dados_cartao_esq {
	width: 255px;
	height: 190px;
	float: left;
	margin: 14px 0 0 14px;
}

form label {
	font-size: 14px;
	color: #666666;
}

form label span {
	color: #CCCCCC;
}

/*
form input{
	width:95%;
	height:25px;
	border:1px solid #CCCCCC;
	font-size:14px;
	color:#999999;
	padding:5px;
	margin: 0 0 10px 0;
}
*/
form select {
	width: 100%;
	height: 25px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	color: #999999;
	padding: 5px;
	margin: 0 0 10px 0;
}

.botao_pagamento {
	width: 190px;
	height: 50px;
	border-radius: 5px;
	float: right;
	margin: 5px 30px 0 0;
	background: #F9A61A;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}

.botao_pagamento:hover {
	background: #79C228;
}

.dados_cartao_dir {
	width: 175px;
	height: 190px;
	float: left;
	margin: 14px 0 0 14px;
}

.pagamento_logo {
	width: 55px;
	height: 55px;
	float: left;
	margin: 20px 0 0 14px;
}

.pagamento_logo img {
	border: 0;
}

.pagamento_nome {
	width: 190px;
	height: 45px;
	float: left;
	margin: 24px 0 0 8px;
}

.pagamento_nome h2 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

.pagamento_descricao_titulo {
	width: 230px;
	height: 22px;
	margin: 20px 0 0 14px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #333333
}

.pagamento_descricao {
	width: 150px;
	min-height: 22px;
	float: left;
	margin: 20px 0 0 14px;
	text-align: left;
	font-size: 14px;
	color: #333333
}

.pagamento_descricao_valor {
	width: 100px;
	min-height: 22px;
	float: left;
	margin: 20px 0 0 5px;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	color: #333333
}

.enviando {
	height: 57px;
	float: right;
	margin: 0px 25px 0 0;
	display: none;
}

/*retorno*/



.cardNumber_cielo {
	width: 90% !important;
	margin-top: 5px !important;
}

.cardName_cielo {
	width: 90% !important;
}

.cardExpiry_cielo {
	width: 90% !important;
}

.cardCVC_cielo {
	width: 90% !important;
}

.seleciona_parcelas_cielo {
	width: 100px !important;
}

.dados_cartao_dir #select-installments {
	height: 36px;
	width: 180px !important;
}

@media (max-width: 475px) {

	.area_pagamento_cartao {
		width: 100%;
		margin-bottom:80px;
	}

	.corpo_pagamento_cartao, .corpo_pagamento_cartao_esq, .corpo_pagamento_box {
		width: 100%;
		box-sizing: border-box;

	}

	.corpo_pagamento_cartao_esq {
		height: 648px;
	}

	.corpo_pagamento_box {
		margin: 4px auto !important;
		height: 535px !important;
	}

	.dados_cartao_esq {
		width: 90% !important;
		height: auto !important;
		float: none;
		margin: auto;
	}

	.cardName_cielo, .cardNumber_cielo, .cardExpiry_cielo, .cardCVC_cielo {
		width: 98% !important;
	}

	.dados_cartao_dir #select-installments {
		width: 98% !important;
	}

	.dados_cartao_dir {
		width: 90% !important;
		height: auto !important;
		float: none;
		margin: auto;
	}

}