diff --git a/assets/images/top-banner-mobile.png b/assets/images/top-banner-mobile.png new file mode 100644 index 0000000..098a4dc Binary files /dev/null and b/assets/images/top-banner-mobile.png differ diff --git a/assets/styles/main.css b/assets/styles/main.css index b4c3e27..198f968 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -212,3 +212,47 @@ body{ .imagens-logo{ width: 1.25vw; } + +@media screen and (min-width:2000px){ + .top-infocard-title{ + font-size: 96px; + } + + .top-infocard-subtitle{ + font-size: 64px; + } + + .top-infocard-description{ + font-size: 32px; + line-height: 48px; + } + + .top-card-description{ + font-size: 32px; + line-height: 48px; + } + + .botton-card-description{ + font-size: 32px; + line-height: 48px; + } + + .bottom-infocard-title{ + font-size: 64px; + line-height: 76px; + } + + .bottom-infocard-description{ + font-size: 32px; + line-height: 48px; + } + + .texto-footer{ + font-size: 20px; + line-height: 24px; + } +} + +@media screen and (max-width:768) { + +} \ No newline at end of file