diff --git a/public/images/logoCompuesto.svg b/public/images/logoCompuesto.svg
new file mode 100644
index 0000000..b87aff1
--- /dev/null
+++ b/public/images/logoCompuesto.svg
@@ -0,0 +1,51 @@
+
+
\ No newline at end of file
diff --git a/public/images/logoSimple.svg b/public/images/logoSimple.svg
new file mode 100644
index 0000000..0d5b460
--- /dev/null
+++ b/public/images/logoSimple.svg
@@ -0,0 +1,28 @@
+
+
\ No newline at end of file
diff --git a/src/app/_components/common/banner-title.jsx b/src/app/_components/common/banner-title.jsx
index f0679d8..d9057a1 100644
--- a/src/app/_components/common/banner-title.jsx
+++ b/src/app/_components/common/banner-title.jsx
@@ -6,8 +6,7 @@ const BannerTitle = ({ urlAction, title, subtitle, image, linkButton, textButton
style={{ backgroundImage: `url('${image}')` }}>
-
-
+
{title}
{subtitle}
diff --git a/src/app/_components/layout/footer.jsx b/src/app/_components/layout/footer.jsx
index e7dcf49..7d30b04 100644
--- a/src/app/_components/layout/footer.jsx
+++ b/src/app/_components/layout/footer.jsx
@@ -10,7 +10,7 @@ export default function Footer() {