2022-10-08 17:52:08 +00:00
|
|
|
* {
|
|
|
|
margin: 0px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
font-family: "Inter", sans-serif;
|
2022-10-08 22:55:12 +00:00
|
|
|
}
|
|
|
|
|
2022-10-09 02:27:04 +00:00
|
|
|
@media screen and (max-width: 2500px) {
|
|
|
|
|
2022-10-09 04:26:37 +00:00
|
|
|
/* Header */
|
|
|
|
.container-header {
|
2022-10-08 22:55:12 +00:00
|
|
|
background-color: #000000;
|
|
|
|
}
|
2022-10-09 04:26:37 +00:00
|
|
|
|
2022-10-08 22:55:12 +00:00
|
|
|
.logo-m3 {
|
|
|
|
display: flex;
|
2022-10-09 02:27:04 +00:00
|
|
|
padding: 29px 0px;
|
2022-10-08 22:55:12 +00:00
|
|
|
justify-content: center;
|
|
|
|
}
|
2022-10-09 04:26:37 +00:00
|
|
|
|
|
|
|
/* Banner */
|
2022-10-09 02:27:04 +00:00
|
|
|
.banner {
|
2022-10-08 22:55:12 +00:00
|
|
|
display: flex;
|
2022-10-09 02:27:04 +00:00
|
|
|
width: 100%;
|
2022-10-09 04:26:37 +00:00
|
|
|
margin-bottom: 76px;
|
2022-10-08 22:55:12 +00:00
|
|
|
}
|
2022-10-09 04:26:37 +00:00
|
|
|
|
|
|
|
/*Fisrt section */
|
|
|
|
|
|
|
|
.info-dolor {
|
|
|
|
max-width: 40.26%;
|
|
|
|
margin: 0 auto;
|
2022-10-09 22:17:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.info-title {
|
2022-10-09 04:26:37 +00:00
|
|
|
font-size: 32px;
|
|
|
|
line-height: 39px;
|
|
|
|
font-weight: 400px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-align: center;
|
2022-10-09 22:17:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.info-dolor h1 {
|
2022-10-09 04:26:37 +00:00
|
|
|
font-size: 48px;
|
|
|
|
line-height: 58px;
|
|
|
|
font-weight: 500;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-align: center;
|
2022-10-09 22:17:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.info-content {
|
2022-10-09 04:26:37 +00:00
|
|
|
margin: 28px 0px 84px 0px;
|
|
|
|
text-align: start;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Imagem três monitores */
|
|
|
|
|
2022-10-09 22:17:30 +00:00
|
|
|
.info-monitor {
|
2022-10-09 04:26:37 +00:00
|
|
|
display: flex;
|
2022-10-09 22:17:30 +00:00
|
|
|
max-width: 16, 35%;
|
2022-10-09 04:26:37 +00:00
|
|
|
justify-content: center;
|
|
|
|
margin-bottom: 179px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Card da primeira section */
|
|
|
|
|
|
|
|
.info-card {
|
2022-10-08 22:55:12 +00:00
|
|
|
display: flex;
|
2022-10-09 04:26:37 +00:00
|
|
|
justify-content: center;
|
2022-10-09 22:17:30 +00:00
|
|
|
margin-bottom: 80px;
|
2022-10-09 04:26:37 +00:00
|
|
|
}
|
2022-10-09 22:17:30 +00:00
|
|
|
|
|
|
|
/* Card shopping */
|
|
|
|
|
|
|
|
.info-shop {
|
2022-10-09 04:26:37 +00:00
|
|
|
max-width: 350px;
|
|
|
|
text-align: center;
|
|
|
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
2022-10-09 22:17:30 +00:00
|
|
|
}.info-shop img {
|
2022-10-09 04:26:37 +00:00
|
|
|
margin-bottom: 27px;
|
|
|
|
margin-top: 35px;
|
|
|
|
}.info-shop figcaption {
|
|
|
|
line-height: 24px;
|
|
|
|
max-width: 299px;
|
|
|
|
margin-bottom: 27px;
|
|
|
|
}
|
2022-10-09 22:17:30 +00:00
|
|
|
|
|
|
|
/* Card bag */
|
|
|
|
|
|
|
|
.info-bag {
|
2022-10-09 04:26:37 +00:00
|
|
|
max-width: 350px;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0px 21px;
|
|
|
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
|
|
|
}.info-bag img {
|
|
|
|
margin-bottom: 27px;
|
|
|
|
margin-top: 35px;
|
|
|
|
}.info-bag figcaption {
|
|
|
|
line-height: 24px;
|
|
|
|
max-width: 299px;
|
|
|
|
margin-bottom: 27px;
|
|
|
|
}
|
2022-10-09 22:17:30 +00:00
|
|
|
|
|
|
|
/* Card coin */
|
|
|
|
|
|
|
|
.info-coin {
|
2022-10-09 04:26:37 +00:00
|
|
|
max-width: 350px;
|
|
|
|
text-align: center;
|
|
|
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
|
|
|
}.info-coin img {
|
|
|
|
margin-bottom: 27px;
|
|
|
|
margin-top: 35px;
|
|
|
|
}.info-coin figcaption {
|
|
|
|
line-height: 24px;
|
|
|
|
max-width: 299px;
|
|
|
|
margin-bottom: 27px;
|
|
|
|
}
|
|
|
|
|
2022-10-09 22:17:30 +00:00
|
|
|
/* Imagens laptops */
|
|
|
|
|
|
|
|
.info-laptop {
|
|
|
|
background-color: #E0E0E0;
|
|
|
|
max-height: 530px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-container {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
margin: 0px 72px;
|
2022-10-11 01:37:21 +00:00
|
|
|
bottom: -62px;
|
|
|
|
position: relative;
|
2022-10-09 22:17:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.div-laptop2 {
|
|
|
|
margin-left: 39px;
|
|
|
|
margin-right: 39px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.img-laptop1 {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.img-laptop2 {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.img-laptop3 {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Último card */
|
|
|
|
|
|
|
|
.card-information {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
margin: 129px 72px 108px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-dollar {
|
|
|
|
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
|
|
|
|
margin-right: 16px;
|
|
|
|
text-align: center;
|
|
|
|
}.card-dollar img {
|
|
|
|
margin: 35px 0px 15px;
|
|
|
|
}.card-dollar figcaption {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
margin: 0px 32px 65px 33px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-moeda {
|
|
|
|
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
|
|
|
|
margin-right: 16px;
|
|
|
|
text-align: center;
|
|
|
|
}.card-moeda img {
|
|
|
|
margin: 35px 0px 15px;
|
|
|
|
}.card-moeda figcaption {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
margin: 0px 32px 65px 33px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-laptop {
|
|
|
|
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
|
|
|
|
margin-right: 16px;
|
|
|
|
text-align: center;
|
|
|
|
}.card-laptop img {
|
|
|
|
margin: 35px 0px 15px;
|
|
|
|
}.card-laptop figcaption {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
margin: 0px 32px 65px 33px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-smartphone {
|
|
|
|
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
|
|
|
|
text-align: center;
|
|
|
|
}.card-smartphone img {
|
|
|
|
margin: 35px 0px 15px;
|
|
|
|
}.card-smartphone figcaption {
|
2022-10-09 04:26:37 +00:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
2022-10-09 22:17:30 +00:00
|
|
|
margin: 0px 32px 65px 33px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Informação Final */
|
|
|
|
|
|
|
|
.information {
|
|
|
|
max-width: 28.60%;
|
2022-10-09 04:26:37 +00:00
|
|
|
margin: 0 auto;
|
2022-10-09 22:17:30 +00:00
|
|
|
margin-bottom: 50px;
|
|
|
|
}.information h1 {
|
|
|
|
text-align: center;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 39px;
|
|
|
|
}.information p {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.img-information {
|
|
|
|
max-width: 70.85%;
|
|
|
|
margin: 0 auto;
|
|
|
|
}.img-information img {
|
|
|
|
width: 100%;
|
2022-10-08 22:55:12 +00:00
|
|
|
}
|
2022-10-09 22:17:30 +00:00
|
|
|
|
2022-10-09 23:22:33 +00:00
|
|
|
/* Footer */
|
|
|
|
|
|
|
|
.container-footer{
|
|
|
|
background-color: #000000;
|
|
|
|
margin-top: 116px;
|
|
|
|
}.container-footer p {
|
|
|
|
text-align: center;
|
|
|
|
color: #BDBDBD;
|
|
|
|
line-height: 12px;
|
|
|
|
font-size: 10px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-footer{
|
|
|
|
padding: 38px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.img-footer {
|
|
|
|
display: flex;
|
|
|
|
margin: 0 auto;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-footer a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}.info-footer p {
|
|
|
|
text-align: center;
|
|
|
|
color: #BDBDBD;
|
|
|
|
}
|
|
|
|
|
|
|
|
.img-facebook {
|
|
|
|
margin: 0px 21.51px;
|
|
|
|
}
|
|
|
|
|
2022-10-09 22:17:30 +00:00
|
|
|
|
2022-10-09 02:27:04 +00:00
|
|
|
}
|
2022-10-08 22:55:12 +00:00
|
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
2022-10-09 04:26:37 +00:00
|
|
|
|
|
|
|
/* HEADER */
|
|
|
|
.container-header {
|
2022-10-08 22:55:12 +00:00
|
|
|
background-color: #000000;
|
2022-10-09 02:27:04 +00:00
|
|
|
}
|
2022-10-09 04:26:37 +00:00
|
|
|
|
2022-10-09 02:27:04 +00:00
|
|
|
.logo-m3 {
|
|
|
|
display: flex;
|
2022-10-10 15:39:08 +00:00
|
|
|
padding: 29px 94px;
|
2022-10-09 02:27:04 +00:00
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
2022-10-09 04:26:37 +00:00
|
|
|
/* BANNER */
|
|
|
|
|
2022-10-09 02:27:04 +00:00
|
|
|
.banner {
|
|
|
|
display: flex;
|
2022-10-08 22:55:12 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
2022-10-09 04:26:37 +00:00
|
|
|
|
2022-10-09 02:27:04 +00:00
|
|
|
.img-embacada {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2022-10-09 04:26:37 +00:00
|
|
|
|
2022-10-09 02:27:04 +00:00
|
|
|
.img-laptop {
|
2022-10-08 22:55:12 +00:00
|
|
|
display: flex;
|
2022-10-09 02:27:04 +00:00
|
|
|
width: 100%;
|
2022-10-08 22:55:12 +00:00
|
|
|
}
|
2022-10-09 04:26:37 +00:00
|
|
|
|
2022-10-10 15:39:08 +00:00
|
|
|
.info-monitor {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.info-card {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-information{
|
|
|
|
max-width: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2022-10-08 22:55:12 +00:00
|
|
|
}
|
|
|
|
|
2022-10-09 02:27:04 +00:00
|
|
|
@media screen and (min-width: 2501px) {
|
2022-10-09 04:26:37 +00:00
|
|
|
.container-header {
|
2022-10-09 02:27:04 +00:00
|
|
|
background-color: #000000;
|
|
|
|
}
|
2022-10-09 04:26:37 +00:00
|
|
|
|
2022-10-09 02:27:04 +00:00
|
|
|
.logo-m3 {
|
|
|
|
display: flex;
|
|
|
|
padding: 29px 0px;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
2022-10-08 22:55:12 +00:00
|
|
|
|
2022-10-09 02:27:04 +00:00
|
|
|
.banner {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2022-10-09 04:26:37 +00:00
|
|
|
|
2022-10-09 02:27:04 +00:00
|
|
|
.img-embacada {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2022-10-09 04:26:37 +00:00
|
|
|
}
|