<style> .atendimento-container-site { background-image: url("https://proesi.cdn.magazord.com.br/img/2024/03/banner/16157/fundo-bem-app.jpg"); /* Substitua 'sua-imagem.jpg' pelo caminho da sua imagem */ background-size: cover; background-position: center; height: 30vh; display: flex; align-items: center; justify-content: center; width: 100%; background-attachment: fixed; /* Torna a imagem de fundo fixa */}
.texto-content { text-align: center; color: #fff; max-width: 94%;}
.h1-atendimento {font-size: 40px;font-weight: bold;margin: 0px 0px 12px 0px; line-height: 1.2; }
.p-atendimento {font-size: 18px;margin: 0px 0px 30px 0px; line-height: 1; }
.box-melhorias-atendimento{background-color: #dd6112;font-weight: bold;color: #FFFFFF;padding-left: 5px;padding-right: 5px;} .botao-atendimento { background-color: #4CAF50; color: #fff; padding: 10px 20px; font-size: 1em; border: none; cursor: pointer; border-radius: 5px;}
.botao-atendimento:hover { background-color: #45a049;} @media screen and (max-width: 900px) {.atendimento-container-site { background-image: url("https://proesi.cdn.magazord.com.br/img/2024/03/banner/16158/fundo-bem-vindo-app-1.jpg"); /* Substitua 'sua-imagem.jpg' pelo caminho da sua imagem */} .h1-atendimento {font-size:30px ;} .p-atendimento {font-size: 16px;}} .conte-geral{ font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f0f0f0;}
.container-site { max-width: 800px; margin: 0 auto; padding: 20px;}
.updater-site { background-color: #fff; border-radius: 5px; margin-bottom: 20px; padding: 20px; box-melhorias-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.updater-site h2 { display: flex; align-items: center;}
.updater-site h2 img { margin-right: 10px;}
.box-melhorias { border-radius: 5px; padding: 0px; margin-top: 10px;}
.box-melhorias ul { list-style-type: none; padding: 0;}
.box-melhorias ul li { margin-bottom: 5px;}
.box02-melhorias { border: 0px solid #ddd; border-radius: 5px; padding: 10px 0px; margin-top: 10px;} .img-icone{width: 30px;height: auto;}
.titulo-condicao {font-size: 24px;font-weight: 900;text-transform: uppercase;font-style: italic;margin: 0px;line-height: 1;} .download-buttons { display: flex; gap: 20px;}
.apple-store img,.play-store img { width: 160px; height: auto;} /* Estilos para o botão */ .cupom-button { padding: 10px 20px; background-color: #007bff; color: #fff; text-decoration: none; border: none; border-radius: 8px; cursor: pointer;animation: pulse 2s linear infinite, scaleButton 0.5s ease-in-out infinite alternate;}
@keyframes pulse { 0% { transform: scale(1) translateY(0); box-shadow: 0 0 0 0 rgba(12, 150, 255, 0.7); } 50% { transform: scale(1.05) translateY(-5%); box-shadow: 0 0 0 10px rgba(12, 150, 255, 0); } 100% { transform: scale(1) translateY(0); box-shadow: 0 0 0 0 rgba(12, 150, 255, 0); }}
.cupom-button:hover { background-color: #0056b3; } </style>
<div class="conte-geral"><div class="atendimento-container-site"><div class="texto-content"><h1 class="h1-atendimento">Seja <span class="box-melhorias-atendimento">BEM-VINDO!</span></h1><p class="p-atendimento">Confira agora todas as vantagens do aplicativo da Proesi.</p></div> </div> <div class="container-site"> <div class="updater-site"> <h2 class="titulo-condicao"><img class="img-icone" src="https://proesi.cdn.magazord.com.br/img/2024/03/banner/16156/promo-code.png" alt="Ícone"> Cupom exclusivo para o aplicativo:</h2> <div class="box-melhorias"> <ul> <li>Utilize o código <strong>NIVER</strong> e ganhe um desconto especial no app.</li> </ul> <button class="cupom-button" onclick="copyCouponCode()">Copiar Cupom</button> </div> </div>
<div class="updater-site"> <h2 class="titulo-condicao"><img class="img-icone" src="https://proesi.cdn.magazord.com.br/img/2024/02/banner/15856/return-of-investment.png" alt="Ícone"> Ofertas exclusivas:</h2> <div class="box-melhorias"> <ul> <li>Uma seleção de produtos com ofertas exclusivas que você só encontra no aplicativo da Proesi.</li> </ul> </div> </div>
<div class="updater-site" id="link"> <h2 class="titulo-condicao"><img class="img-icone" src="https://proesi.cdn.magazord.com.br/img/2024/03/banner/16151/touch.png" alt="Ícone"> Baixe Agora e Aproveite!</h2> <div class="box02-melhorias"> <div class="download-buttons"> <a href="https://proesi.news/app-apple-store" class="apple-store"> <img src="https://proesi.cdn.magazord.com.br/img/2024/03/banner/16155/app-store.png" alt="Download na Apple Store"> </a> <a href="https://proesi.news/app-play-store" class="play-store"> <img src="https://proesi.cdn.magazord.com.br/img/2024/03/banner/16154/google-play.png" alt="Download na Google Play"> </a> </div> </div> </div>
</div> </div><script> function copyCouponCode() { const couponCode = 'NIVER'; navigator.clipboard.writeText(couponCode); alert(`Cupom copiado: ${couponCode}`); }</script>