
Transformá tus aportes en una cobertura de verdad
Derivá tus aportes de sueldo y accede a los mejores planes sin pagar de más. Hacemos el trámite por vos en 24 horas
La mayoría elige prepaga pensando que es ¨mas completa ¨. Pero si trabajas en relación de dependencia, tus aportes ya financian una cobertura que puede ser superior
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Calculadora de Aportes | Obrasocialoprepaga.com.ar</title>
<style>
:root {
--primary: #0056b3;
--secondary: #28a745;
--dark: #1e293b;
--light: #f8fafc;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #f1f5f9;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
margin: 0;
}
.card {
background: white;
padding: 2rem;
border-radius: 1.5rem;
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
width: 100%;
max-width: 400px;
text-align: center;
}
h2 { color: var(--dark); margin-bottom: 0.5rem; }
p { color: #64748b; font-size: 0.9rem; margin-bottom: 1.5rem; }
.input-group {
margin-bottom: 1.5rem;
text-align: left;
}
label { display: block; margin-bottom: 0.5rem; font-weight: bold; color: var(--dark); }
input {
width: 100%;
padding: 12px;
border: 2px solid #e2e8f0;
border-radius: 0.8rem;
font-size: 1.1rem;
box-sizing: border-box;
outline: none;
transition: border-color 0.3s;
}
input:focus { border-color: var(--primary); }
.result-box {
background: var(--light);
border-radius: 1rem;
padding: 1.5rem;
margin-top: 1.5rem;
display: none; /* Se activa al calcular */
border: 1px solid #e2e8f0;
}
.result-label { font-size: 0.85rem; color: #64748b; text-transform: uppercase; letter-spacing: 1px; }
.result-value {
font-size: 2rem;
font-weight: 800;
color: var(--secondary);
margin: 0.5rem 0;
}
.btn-cta {
background: var(--primary);
color: white;
border: none;
padding: 12px 24px;
border-radius: 0.8rem;
font-weight: bold;
cursor: pointer;
width: 100%;
font-size: 1rem;
margin-top: 1rem;
transition: transform 0.2s;
}
.btn-cta:hover { transform: scale(1.02); background: #004494; }
.footer-note { font-size: 0.75rem; color: #94a3b8; margin-top: 1rem; }
</style>
</head>
<body>
<div class="card">
<h2>¿Cuánto valen tus aportes?</h2>
<p>Descubrí el presupuesto real que tenés para tu salud hoy mismo.</p>
<div class="input-group">
<label for="aporte">Monto "Aporte Obra Social" ($)</label>
<input type="number" id="aporte" placeholder="Ej: 15000" oninput="calcular()">
</div>
<div id="resultado" class="result-box">
<span class="result-label">Tu Presupuesto Real de Salud</span>
<div class="result-value" id="valor-total">$ 0,00</div>
<p style="margin: 0;">¡Ya estás pagando por un plan de primer nivel!</p>
<button class="btn-cta" onclick="window.location.href='#contacto'">Ver Prepagas Disponibles</button>
</div>
<p class="footer-note">Cálculo basado en aportes de ley y contribución patronal neta.</p>
</div>
<script>
function calcular() {
const aporteInput = document.getElementById('aporte').value;
const resultDiv = document.getElementById('resultado');
const valorTotal = document.getElementById('valor-total');
if (aporteInput > 0) {
// Tu fórmula exacta: Aporte / 3 * 7.0452
const calculo = (aporteInput / 3) * 7.0452;
// Formatear como moneda
const formateado = new Intl.NumberFormat('es-AR', {
style: 'currency',
currency: 'ARS'
}).format(calculo);
valorTotal.innerText = formateado;
resultDiv.style.display = 'block';
} else {
resultDiv.style.display = 'none';
}
}
</script>
</body>
</html>

Fixed Price Projects
We offer transparent pricing without hidden fees. Know the cost upfront, and enjoy peace of mind with.

Receive on time
Timing is crucial in business. We commit to on-time project delivery, ensuring that your workflow continues seamlessly.

Fast work turnaround
Experience rapid turnaround times with our streamlined processes. Move smoothly from concept to completion with speed.
| OBRA SOCIAL | PREPAGA TRADICIONAL | |
| Usa 100% tus aportes | Si | No |
| Copagos en consultas | Si | Según plan |
| Estudios | Pmo | Según plan |

Web Design
Create a website that captures your brand’s essence. Our team designs responsive, user-friendly websites tailored to meet your specific business needs and customer expectations.
Branding
Explore our portfolio to see a selection of our recent projects that showcase our commitment to excellence and innovation in web design.


We are driven by values
Integrity and Excellence
At the heart of our agency lies a commitment to integrity and excellence. We believe in doing the right thing for our clients and our team, ensuring that every project is handled with the utmost professionalism.
Passionate Creativity
Our creative process is fueled by passion. We strive to innovate and push boundaries in web design, ensuring each project is not only functional but also artistically exceptional.
Client-Centric Approach
Your vision is our mission. We prioritize your needs and goals, delivering personalized service and tailored solutions that align with your business.

«Working with this team was a game-changer for our business. They not only redesigned our website but also enhanced our online presence dramatically. Highly recommend their services!»
JANET MORRIS

«The level of detail and creativity this agency brings to the table is phenomenal. They truly understood our brand and executed a website that reflects our mission perfectly. Exceptional work!»
WILLIE BROWN

«I’m thoroughly impressed by the professionalism and expertise of the entire team. They delivered on time and exceeded our expectations with a stunning, user-friendly site.»
SEAN FISHER
Let’s work together on your
next web project
Every project is a journey, and we are here to guide you every step of the way.
