diff --git a/assents/style/estilo.css b/assents/style/estilo.css
index 7fb05a8..391c14d 100644
--- a/assents/style/estilo.css
+++ b/assents/style/estilo.css
@@ -188,6 +188,7 @@ body {
margin: 0 0 5%;
}
+
.gallery-box {
display: flex;
align-items: center;
@@ -224,6 +225,31 @@ body {
}
+/*Footer*/
+
+.box-footer {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ background-color: black;
+ width: 100%;
+ height: 128px;
+}
+
+.footer-informacao {
+ text-align: center;
+ font-weight: 400;
+ font-size: 10px;
+ line-height: 12px;
+ text-transform: uppercase;
+ color: #BDBDBD;
+}
+
+.footer-logo {
+ margin: 0 8px 17px;
+}
+
@media screen and (max-width: 1023px) {
.banner-big {
display: none;
@@ -252,6 +278,7 @@ body {
.cards-top {
padding: 0 32px;
+ margin-bottom: 80px;
}
.card-top-box {
@@ -290,4 +317,8 @@ body {
.foto-final {
display: none;
}
-}
\ No newline at end of file
+
+ .footer-informacao {
+ max-width: 261px;
+ }
+}
\ No newline at end of file
diff --git a/index.html b/index.html
index a771fbc..10f2c41 100644
--- a/index.html
+++ b/index.html
@@ -109,6 +109,15 @@
-
+
+