+
diff --git a/style/style.css b/style/style.css
index 4764de7..db44a43 100644
--- a/style/style.css
+++ b/style/style.css
@@ -14,4 +14,21 @@ header {
.logo-header {
display: block;
+}
+
+.banner-principal {
+ width: 100%;
+}
+
+@media (max-width:414px) {
+ .banner-principal-desktop {
+ display: none;
+ }
+
+}
+
+@media (min-width:415px) {
+ .banner-principal-mobile {
+ display: none;
+ }
}
\ No newline at end of file