<!DOCTYPE html>
<html>
<head>
<title>Servicios de Ángelnoe</title>
<style>
.service {
padding: 10px;
margin-bottom: 20px;
border: 1px solid #ccc;
border-radius: 5px;
background-color: #f9f9f9;
}
.title {
font-weight: bold;
margin-bottom: 10px;
}
.description {
color: #666;
}
</style>
</head>
<body>
<div class="service">
<div class="title">Consulta de reporte crediticio</div>
<div class="description">Obtén información detallada sobre el historial crediticio de personas o empresas.</div>
</div>
<div class="service">
<div class="title">Análisis de reportes SBS</div>
<div class="description">Analiza los reportes de la Superintendencia de Banca, Seguros y AFP para tomar decisiones financieras informadas.</div>
</div>
<!-- Agrega más servicios aquí -->
</body>
</html>