.form-cadastro-edit .box{
	background-color: #FFF;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.form-cadastro-edit .box p{
  color: #032A64;
  margin-bottom: 5px;
}
.form-cadastro-edit .box .itens{
	margin-bottom: 5px;
}
.form-cadastro-edit .box .itens input{
	border: none;
	max-width: 50%;
	color: #032A64;
	background-color: #FFF;
	width: 100%;
}
.form-cadastro-edit .box .itens input#nome_inscricao{
	font-weight: bold;
}
.form-cadastro-edit .box .itens.end input{
	max-width: 100%;
	width: 100%;
}
.form-cadastro-edit .box .itens.end input.cep{
	max-width: 50%;
	width: 50%;
}
.form-cadastro-edit .box .itens input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}
.form-cadastro-edit .box .itens label{
	margin-bottom: 0;
}
.form-cadastro-edit .box .itens span{
	color: #3A99B0;
	margin-left: 10px;
}
.form-cadastro-edit .box .itens.edit{
	cursor: pointer;
	width: fit-content;
	margin-top: 15px;
}

.modal-edit{
	position: fixed;
	display: none;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 2rem;
	z-index: 99;
  margin-top: 145px;
}
.modal-edit .content-modal{
	width: 450px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 2rem;
	border-radius: 10px;
}
.modal-edit .content-modal .fechar{
	text-align: end;
}
.modal-edit .content-modal .fechar img{
	width: 25px;
	cursor: pointer;
}
.modal-edit .content-modal .btn-altera{
	text-align: end;
}
.modal-edit .content-modal input[type="button"]{
	background-color: #3A99B0;
	border: none;
	color: #FFF;
	padding: 1rem;
	border-radius: 10px;
}
.docs{
	padding: 2rem 0;
}
.forms .docs .title-doc{
	max-width: 80%;
}
.forms .docs .box-doc{
	border-radius: 10px;
}
.form-pagamento .horario{
	display: flex;
  	gap: 10px;
  	align-items: center;
  	margin: 15px 0;
}
.form-pagamento .horario img{ 
	width: 16px;
}
.form-pagamento .horario p{
	margin-bottom: 0;
	color: #032A64;
}
.form-pagamento,
.form-pagamento h3 {
	color: #032A64;
}
.form-pagamento .box-valor{
	background-color: #E5E5E5;
	padding: 2rem;
	border-radius: 5px;
}
.form-pagamento .boxs h3{
	color: #E43470;
	margin: 0;
}
.form-pagamento .boxs p{
	margin: 10px 0;
}
.form-pagamento .boxs input{
	padding: 1rem 2rem;
	color: #6F6C6C;
}
.form-pagamento .boxs input::placeholder{
	color: #6F6C6C;
}
.form-pagamento .boxs #cupom_desconto{
	width: 50%;
}

#form_pagamento .pagamento-btn{
  margin-top: 30px;
}

.pagamentos [type="radio"]:checked,
.pagamentos [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.pagamentos [type="radio"]:checked + label,
.pagamentos [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    padding-right: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.pagamentos [type="radio"]:checked + label:before,
.pagamentos [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.pagamentos [type="radio"]:checked + label:after,
.pagamentos [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #E43470;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.pagamentos [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.pagamentos [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
textarea{
	resize: none;
	border: none;
	width: 100%;
	background-color: transparent;
	border-style: none !important;
	font-family: "Montserrat", Sans-serif;
}

.termo_uso_imagem span{
	color: #3A99B0;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}

.box_deficiencia_textarea {
	padding: 10px 0 20px 20px;
	display: none;
}

.box_restricao_textarea {
	padding: 10px 0 20px 20px;
	display: none;
}

.box_deficiencia {
	margin-top: 15px;
}

.box_restricao {
	margin-top: 15px;
}

.box_deficiencia textarea {
	background-color: #FFF;
	border-radius: 10px;
	border: 1px solid #ccc !important;
	padding: 20px;
}

.box_restricao textarea {
	background-color: #FFF;
	border-radius: 10px;
	border: 1px solid #ccc !important;
	padding: 20px;
}

.box_deficiencia label {
	font-weight: bold;
}

.box_restricao label {
	font-weight: bold;
}

.error_deficiencia {
	color: #E43470;
	font-size: 14px;
	display: none;
}

.error_restricao {
	color: #E43470;
	font-size: 14px;
	display: none;
}

#copy{
	cursor: pointer;
	color: #E43470;
	text-decoration: underline;

}

.qrcode .box-pix{
	background-color: #F9F9F9;
}
.qrcode .box-pix p{
	padding-left: 15px;
	margin-top: 15px;
}

.error-card{
	color: #F00;
    font-weight: bold;	
    display: none;
    margin-bottom: 50px;
}

.error-invoice {
	color: #F00;
    display: none;
}

.success-card{
	color: #3a9bb1;
    font-weight: bold;
    display: none;
}

.success-free{
	color: #3a9bb1;
    font-weight: bold;
    display: none;
	text-align: center;
	margin-top: 20px;
}
.success-free i{
	font-size: 60px;
}

.qrcode .numero img{
	display: block;
	margin: 0 auto;
	width: 250px;
	padding: 2rem 0;
}

#url_boleto{
	margin-top: 10px;
    display: inline-block;
}

.pagamentos p.inline{
	display: inline-block;
}
.options{
	display: none;
}
.pagamentos label{
	font-size: 15px;
    font-weight: 400;
    text-align: left;
    display: block;
}
.pagamentos input{
	width: 100%;
}
.pagamentos .inputs-rg div{
	display: inline-block;
    width: 49.5%;
    vertical-align: middle;
}
.btn.magenta{
	margin: 15px 0;
	padding: 0;
	text-align: left;
}
.btn.magenta .concluir{
	margin-top: 15px;
	display: inline-block;
}

.form-pagamento .boxs .concluir{
	border-radius: 30px;
	padding: 10px 55px 10px 35px;
	border-radius: 30px;
	border: none;
	color: #FFF;
  	font-size: 18px;
  	background-image: url('../img/seta_button.png');
  	background-repeat: no-repeat;
  	background-position-x: calc(100% - 25px);
  	background-position-y: center;
  	background-color: #E43470;
}

/* .aplicar-cupom{
  padding: 10px 55px 10px 35px;
  border: solid 1px #E43470;
  margin-top: 15px;
	display: inline-block;
  height: 45px;
  border-radius: 0px 6px 6px 0px;
} */

#cupom_retorno{
	display: none;
}

.error{
    display: none;
}
.msg-error{
	color: #E40000;
}
.error-form{
    border: 1px solid #E40000 !important;
}
.valide-form{
    border: 1px solid #00A550 !important;
}
.sucesso{
	display: none;
}
.page-sucesso{
	padding: 2rem 0;
	text-align: center;
}
.page-sucesso h3{
	color: #032A64;
}
.page-sucesso p{
	max-width: 60%;
	margin: 0 auto;
	color: #032A64;
}

.forms .btn-cadastro-inscricao{
  background-color: #E43470;
  border-radius: 30px;
  color: #fff;
  padding: 15px 55px 15px 35px;
  border: none;
  font-size: 18px;
  background-image: url('../img/seta_button.png');
  background-repeat: no-repeat;
  background-position-x: calc(100% - 25px);
  background-position-y: center;
  max-width: 490px;
}

.box-metodo .pagamentos{
	display: none;
}

@media (max-width: 79.9375em){
	.pagamentos .inputs-rg div{
		width: 100%;
	}
	.modal-edit .content-modal{
		width: 100%;
	}
	.forms .box-doc .img-plus,
	.forms .box-doc .img-delete{
		position: relative;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 10px;
		display: inline-block;
		text-align: center;
	}
	.page-sucesso p{
		max-width: 100%;
	}
}
