diff --git a/views/auditorio.php b/views/auditorio.php
index 1886306..28b5f7b 100644
--- a/views/auditorio.php
+++ b/views/auditorio.php
@@ -46,6 +46,8 @@
right: unset !important;
bottom: unset !important;
}
+
+#modal_chat{ background-color: rgba(0,0,0, 0.5) !important; }
diff --git a/views/auditorio.php b/views/auditorio.php
index 1886306..28b5f7b 100644
--- a/views/auditorio.php
+++ b/views/auditorio.php
@@ -46,6 +46,8 @@
right: unset !important;
bottom: unset !important;
}
+
+#modal_chat{ background-color: rgba(0,0,0, 0.5) !important; }
diff --git a/views/speakers.php b/views/speakers.php
index a503d77..9a28825 100644
--- a/views/speakers.php
+++ b/views/speakers.php
@@ -44,7 +44,7 @@
-
+
' . $data["nombre"] . '
@@ -122,7 +122,7 @@
opacity: 0;
height: 100%;
width: 92%;
- background-color: rgb(11 128 186 / 93%);
+ background-color: rgb(217 30 73 / 93%);
overflow: auto;
border-radius: 20px;
}