	.area-usuario_container{ 	 
		position: fixed;
		z-index: 999999;
		width: 100%;
		height: 100%;
		top: 0;
		display:none;
	}
	.area-usuario_container .area-popup {
		background: url(/arquivos/popup_desconto_desk2.jpg) center center no-repeat transparent;
		width: 860px;
		height: 545px;
		margin: 10vh auto 0;
		max-width: 100%;
		box-shadow: 0 0px 3px #0000004f;
	}
	.area-usuario_container .area-popup:before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		background: #000;
		z-index: -1;
		width: 100%;
		height: 100%;
		opacity: 0.9;
	}
	.area-usuario_container .area-popup .content-util{
		display: flex;
		width: 100%;
		justify-content: center;
		position:relative;
	}
	.area-usuario_container .area-popup .content-util .texto_desconto{
		display: block;
		width: 350px;
		text-align: center;
		position: relative;
		top: 70px;
	}
	.area-usuario_container .area-popup .content-util .texto_desconto h1{
		font-size: 100px;
		color: #5b5b5f;
		margin: 0;
		font-family: Flama-Regular,sans-serif;
	}
	.area-usuario_container .area-popup .content-util .texto_desconto h2{
		font-size: 62px;
		color: #5b5b5f;
		margin: 0;
		font-family: Flama-Regular,sans-serif;
	}
	.area-usuario_container .area-popup .content-util .texto_desconto p{
		font-size: 25px;
		color: #5b5b5f;
		margin: 5px;
		font-family: Flama-Regular,sans-serif;
	}
	.area-usuario_container .area-popup .content-util .texto_desconto hr {
		width: 89%;
		border-color: #fd8204;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 2px;
		background: #fd8204;
		margin: 40px auto 30px;
	}
	.area-usuario_container .area-popup .content-util .texto_desconto .desc{
		font-weight:bold;
		font-size: 29px!important;
	}
	.area-usuario_container .area-popup .content-util .close_popup{
		width: 25px;
		height: 25px;
		background: #5b5b5f;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		right: 12px;
		top: 12px;
		cursor: pointer;
	}
	.area-usuario_container .area-popup .texto_desconto_garantir {
		width: 350px;
		display: block;
		top: 60px;
		position: relative;
		text-align:center;
	}
	.area-usuario_container .area-popup .texto_desconto_garantir p{
		font-size: 21px;
		color: #5b5b5f;
		margin: 5px;
		font-family: Flama-Regular,sans-serif;
	}
	.area-usuario_container .area-popup #desc_newsletter__form {
		width: 350px;
		display: block;
		top: 85px;
		position: relative;
	}
	.area-usuario_container .area-popup #desc_newsletter__form input{
		display: block;
		width: 350px;
		padding: 0px 0 0 10px;
		height: 40px;
		margin-bottom: 15px;
		border: 1px solid #fddfbf;
	}
	.area-usuario_container .area-popup #desc_newsletter__form button, .area-usuario_container .area-popup .texto_desconto_garantir .cupom_texto {
		display: flex;
		width: 247px;
		height: 50px;
		margin-top: 15px;
		background: #5b5b5f;
		color: #fff;
		font-size: 22px;
		border: 0;
		border-radius: 20px;
		position: relative;
		left: 48px;
		align-items: center;
		justify-content: center;
	}
	.area-usuario_container .area-popup .desconto_sucesso{
		display:none;
	}
	
@media (max-width: 1023px) {
    .area-usuario_container .area-popup{
        width: 90%;    
        height: 600px;
		background: url(/arquivos/popup_desconto-mobile.jpg) center center no-repeat transparent;  
    }
	.area-usuario_container .area-popup #desc_newsletter__form{
		width:90%;
	}
	.area-usuario_container .area-popup #desc_newsletter__form input{
		width:100%;
	}
	.area-usuario_container .area-popup #desc_newsletter__form button, .area-usuario_container .area-popup .texto_desconto_garantir button{
		width:100%;
		left:0px;
	}
	.area-usuario_container .area-popup .texto_desconto_garantir{
		width:90%;
	}
	.area-usuario_container .area-popup .content-util .texto_desconto h2{
		font-size:53px;
	}
	
}