diff --git a/src/app/modules/public/home/home.component.scss b/src/app/modules/public/home/home.component.scss
index d17ba09..745fc61 100644
--- a/src/app/modules/public/home/home.component.scss
+++ b/src/app/modules/public/home/home.component.scss
@@ -7,21 +7,32 @@
height: 85vh;
min-height: 100%;
background-size: cover;
- background: url('../../../../assets/images/background.png') no-repeat center;
+ /* background: url('../../../../assets/images/background.png') no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
- -o-background-size: cover;
+ -o-background-size: cover; */
+ background-color: var(--base-color-gray-light);
}
.home__content{
height: 100%;
.home__search{
width: 50%;
margin-bottom: 3rem;
- .home__brand{
- div{
- width: 10rem;
- }
-
- }
}
+}
+
+.dropdown-container {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+
+ label{
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 617px;
+ height: 30px;
+ }
+
+
}
\ No newline at end of file
diff --git a/src/app/shared/components/brand/brand.component.html b/src/app/shared/components/brand/brand.component.html
index 61f68ee..325d09d 100644
--- a/src/app/shared/components/brand/brand.component.html
+++ b/src/app/shared/components/brand/brand.component.html
@@ -1,29 +1,14 @@
-
-
-
Camara de comercio
-
Pamplona
-
+
+
+
+
diff --git a/src/app/shared/components/brand/brand.component.scss b/src/app/shared/components/brand/brand.component.scss
index e3c8bb3..e8de728 100644
--- a/src/app/shared/components/brand/brand.component.scss
+++ b/src/app/shared/components/brand/brand.component.scss
@@ -1,3 +1,19 @@
.brand{
cursor: pointer;
+}
+
+.title{
+ color: var(--base-color-dark);
+ font-style: normal;
+}
+
+.container-image{
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin-bottom: 30px;
+}
+
+img {
+ width: 150px;
}
\ No newline at end of file
diff --git a/src/app/shared/components/dropdown-categories/dropdown-categories.component.html b/src/app/shared/components/dropdown-categories/dropdown-categories.component.html
index a4faaf7..52fe718 100644
--- a/src/app/shared/components/dropdown-categories/dropdown-categories.component.html
+++ b/src/app/shared/components/dropdown-categories/dropdown-categories.component.html
@@ -1,22 +1,28 @@
-
-
-
+
+
+