#informacoes_de_compra {
	width: 370px;
    position: sticky;
    top: 120px;
    z-index: 3;
    float: right;
    margin-top: -120%;
    margin-left: 170px !important;    
}

.card-informacoes_de_compra {	
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
}
.imagem-informacoes_de_compra {
    height: 100%;
    border: 1px solid #FFF;
}

.conteudo-informacoes_de_compra {
	background-color: #FFF;
	padding: 20px;
}
.imagem-informacoes_de_compra img {
    width:100%;
    height:100%;
    object-fit:cover;
    background-attachment: fixed;
}
.footer-informacoes_de_compra {
	margin-top: 0.8em;
	color: #666;
	text-align: center;
    font-size: 12px;
}

h2.valor_desconto {
    font-size: 30px;
    font-family: proxima-soft,sans-serif !important;
    margin: 0 0 10px 0 !important;
    color: #000000;
    font-weight: bolder;
    text-align: left;
    line-height: 1.2;  
}

.valor_desconto p {
	font-size: 14px;
	color: #000000;
	font-family: proxima-soft,sans-serif !important;
	font-weight: 300;
    overflow: hidden;
}

.btn-quero-inscrever {
	outline: none;
    border: none;
    background-color: #006EB3;
    color: #FFF;
    width: 280px;
    height: 55px;
    font-family: proxima-soft,sans-serif !important;
    border-radius: 3px;
}

.btn-voltar-e-continuar {
	color: #2d2d2d;
	font-family: proxima-soft,sans-serif !important;
	margin: 5px 0 0 0;
	
}

#templateQueroParticiparBotoes {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#informacoes_de_compra .badge {
	font-family: proxima-soft,sans-serif !important;
	font-weight: 400;
	font-size: 12px;
    background-color: #34c01d !important;
    margin-bottom: 6px;
    font-size: 13px;
    padding: 3px 8px;
    height: 20px;
}

.preco-final-evento {
	display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: baseline;
    gap: 10px;
}

.desconto-eventos {
	font-size: 16px;
	color: #000000;
	font-weight: 300;
}

.valorDescontoEvento {
	font-size: 15px;
}

.cupomDisponivelDetalhe {
    font-size: 16px;
    font-family: proxima-soft,sans-serif !important;
    color: #378512;
    font-weight: 400;
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}


/* Bot�o de pagamento pendente*/
.btn-pagamento-pendente {
   	display: flex;
   	justify-content: center;
   	align-items: center;   
}

.btn-pagamento-pendente button {
	outline: none;
    border: none;
    color: #FFF;
    width: 280px;
    height: 55px;
    font-family: proxima-soft,sans-serif !important;
    background-color: #ff6c00;   
}

.btn-pagamento-pendente button:hover {
	color: #FFF;
	background-color: #ff5d00;
}


/* Vagas esgotadas, inscri��es encerradas*/
.info_encerrado {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    vertical-align: middle;
    font-family: proxima-soft,sans-serif !important;
    font-size: 16px;
    color: #ff6c00 !important;
}
info_encerrado span img {
    height: 15px !important;
    margin-right: 10px;
    margin-top: -2px;
}

.info-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 14px;
	padding: 14px 16px;
	border-radius: 7px;
	background-color: #FFF8ED;
	color: #E89E27;
	font-size: 14px;
}
.info-box .info-msg{
	line-height: 1.2em;
}


/* Modal consultoria */
.btn-assistir-hover {
	background-color: #006EB3;
	color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
	width: 280px;
	height: 55px;
    font-family: proxima-soft,sans-serif !important;
    font-weight: 400;
}
.btn-assistir-hover:hover {
	background-color: #0465a2;
	color: #fff;
}

.btn-voltar-e-continuar-mobile{
	display: none;
}


