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-12 05:49:08 +00:00
|
|
|
.banner-mobile{display: none;}
|
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;
|
2022-10-13 03:05:26 +00:00
|
|
|
font-weight: 400;
|
2022-10-09 04:26:37 +00:00
|
|
|
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
|
|
|
}
|
|
|
|
|
2022-10-12 05:49:08 +00:00
|
|
|
.info-monitor-mobile{display: none;}
|
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;
|
2022-10-13 03:05:26 +00:00
|
|
|
line-height: 24px;
|
2022-10-09 04:26:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* 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-11 01:58:55 +00:00
|
|
|
margin: 0 auto;
|
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 {
|
2022-10-13 03:05:26 +00:00
|
|
|
font-size: 16px;
|
2022-10-09 04:26:37 +00:00
|
|
|
line-height: 24px;
|
2022-10-13 03:05:26 +00:00
|
|
|
font-weight: 400;
|
2022-10-09 04:26:37 +00:00
|
|
|
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 {
|
2022-10-13 03:05:26 +00:00
|
|
|
font-size: 16px;
|
2022-10-09 04:26:37 +00:00
|
|
|
line-height: 24px;
|
2022-10-13 03:05:26 +00:00
|
|
|
font-weight: 400;
|
2022-10-09 04:26:37 +00:00
|
|
|
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 {
|
2022-10-13 03:05:26 +00:00
|
|
|
font-size: 16px;
|
2022-10-09 04:26:37 +00:00
|
|
|
line-height: 24px;
|
2022-10-13 03:05:26 +00:00
|
|
|
font-weight: 400;
|
2022-10-09 04:26:37 +00:00
|
|
|
max-width: 299px;
|
|
|
|
margin-bottom: 27px;
|
|
|
|
}
|
|
|
|
|
2022-10-09 22:17:30 +00:00
|
|
|
/* Imagens laptops */
|
|
|
|
|
|
|
|
.info-laptop {
|
|
|
|
background-color: #E0E0E0;
|
2022-10-12 22:00:28 +00:00
|
|
|
margin-bottom: 130px;
|
|
|
|
width: 100%;
|
2022-10-09 22:17:30 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
2022-10-12 22:00:28 +00:00
|
|
|
.info-container {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: auto auto auto;
|
|
|
|
gap: 39px;
|
|
|
|
position: relative;
|
|
|
|
bottom: -32px;
|
|
|
|
width: 92.5%;
|
2022-10-09 22:17:30 +00:00
|
|
|
}
|
|
|
|
|
2022-10-12 22:00:28 +00:00
|
|
|
.grid-laptop1,
|
|
|
|
.grid-laptop2,
|
|
|
|
.grid-laptop3{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
2022-10-09 22:17:30 +00:00
|
|
|
}
|
|
|
|
|
2022-10-12 22:00:28 +00:00
|
|
|
.img-laptop{
|
|
|
|
width: 100%;
|
2022-10-09 22:17:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Ú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;
|
2022-10-13 03:05:26 +00:00
|
|
|
font-weight: 400;
|
2022-10-09 22:17:30 +00:00
|
|
|
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;
|
2022-10-13 03:05:26 +00:00
|
|
|
font-weight: 400;
|
2022-10-09 22:17:30 +00:00
|
|
|
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;
|
2022-10-13 03:05:26 +00:00
|
|
|
font-weight: 400;
|
2022-10-09 22:17:30 +00:00
|
|
|
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-13 03:05:26 +00:00
|
|
|
font-weight: 400;
|
2022-10-09 22:17:30 +00:00
|
|
|
margin: 0px 32px 65px 33px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Informação Final */
|
2022-10-12 05:49:08 +00:00
|
|
|
.container-information {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2022-10-09 22:17:30 +00:00
|
|
|
.information {
|
2022-10-12 05:49:08 +00:00
|
|
|
width: 70.85%;
|
2022-10-09 04:26:37 +00:00
|
|
|
margin: 0 auto;
|
2022-10-09 22:17:30 +00:00
|
|
|
}.information h1 {
|
|
|
|
text-align: center;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 39px;
|
2022-10-12 05:49:08 +00:00
|
|
|
text-align: center;
|
2022-10-09 22:17:30 +00:00
|
|
|
}.information p {
|
2022-10-12 05:49:08 +00:00
|
|
|
margin: 0 auto;
|
2022-10-13 03:05:26 +00:00
|
|
|
text-align: center;
|
2022-10-09 22:17:30 +00:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
2022-10-12 05:49:08 +00:00
|
|
|
font-weight: 400;
|
|
|
|
width: 40.80%;
|
|
|
|
}.img-information {
|
2022-10-09 22:17:30 +00:00
|
|
|
width: 100%;
|
2022-10-12 05:49:08 +00:00
|
|
|
margin-top: 50px;
|
2022-10-08 22:55:12 +00:00
|
|
|
}
|
2022-10-12 22:00:28 +00:00
|
|
|
@media screen and (min-width: 1025px) {
|
|
|
|
.img-oculos{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
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;
|
2022-10-13 03:05:26 +00:00
|
|
|
font-weight: 400;
|
2022-10-09 23:22:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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-12 05:49:08 +00:00
|
|
|
width: 100%;
|
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-12 05:49:08 +00:00
|
|
|
.banner {display: none;}
|
|
|
|
.banner-mobile{
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Info dolor */
|
|
|
|
|
|
|
|
.container-dolor{
|
|
|
|
padding: 73px 29px 0px 29px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-dolor{
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 100%;
|
|
|
|
display: contents;
|
|
|
|
}.info-dolor h1 {
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 28px;
|
|
|
|
line-height: 34px;
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
.info-title{
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 24px;
|
|
|
|
align-items: center;
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
.info-content{
|
|
|
|
text-align: center;
|
|
|
|
margin: 46px 0px 65px;
|
|
|
|
}
|
|
|
|
|
2022-10-12 22:00:28 +00:00
|
|
|
.info-monitor{
|
|
|
|
max-width: 57.70%;
|
|
|
|
margin: 0px 88px;
|
2022-10-12 05:49:08 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2022-10-09 04:26:37 +00:00
|
|
|
|
2022-10-12 05:49:08 +00:00
|
|
|
.info-card {
|
|
|
|
flex-wrap: wrap;
|
2022-10-12 22:00:28 +00:00
|
|
|
margin-top: 90.62px;
|
2022-10-12 05:49:08 +00:00
|
|
|
}
|
2022-10-12 22:00:28 +00:00
|
|
|
|
2022-10-12 05:49:08 +00:00
|
|
|
.info-shop{
|
|
|
|
width: 100%;
|
2022-10-12 22:00:28 +00:00
|
|
|
margin: 0 auto;
|
2022-10-12 05:49:08 +00:00
|
|
|
margin-bottom: 24px;
|
|
|
|
}.info-shop img{
|
|
|
|
margin: 0 auto;
|
2022-10-12 22:00:28 +00:00
|
|
|
width: 25.10%;
|
|
|
|
margin: 36px 0px 27.05px;
|
2022-10-12 05:49:08 +00:00
|
|
|
}.info-shop figcaption {
|
|
|
|
text-align: center;
|
|
|
|
line-height: 24px;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 0px 25.35px 27.50px 26px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-bag{
|
|
|
|
width: 100%;
|
2022-10-12 22:00:28 +00:00
|
|
|
margin: 0 auto;
|
2022-10-12 05:49:08 +00:00
|
|
|
margin-bottom: 24.05px;
|
|
|
|
}.info-bag img{
|
2022-10-12 22:00:28 +00:00
|
|
|
width: 25.10%;
|
|
|
|
margin: 36px 0px 27.05px;
|
2022-10-12 05:49:08 +00:00
|
|
|
}.info-bag figcaption {
|
|
|
|
text-align: center;
|
|
|
|
line-height: 24px;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 0px 25.35px 27.50px 26px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-coin{
|
|
|
|
width: 100%;
|
|
|
|
margin: 0 auto;
|
2022-10-12 22:00:28 +00:00
|
|
|
}.info-coin img{
|
|
|
|
width: 25.10%;
|
|
|
|
margin: 36px 0px 27.05px ;
|
2022-10-12 05:49:08 +00:00
|
|
|
}.info-coin figcaption {
|
|
|
|
text-align: center;
|
|
|
|
line-height: 24px;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 0px 25.35px 27.50px 26px;
|
|
|
|
}
|
2022-10-13 03:05:26 +00:00
|
|
|
|
|
|
|
.info-laptop{
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 112px;
|
|
|
|
}
|
|
|
|
.grid-laptop1{
|
|
|
|
grid-area: laptop1;
|
|
|
|
}
|
|
|
|
.grid-laptop2{
|
|
|
|
grid-area: laptop2;
|
|
|
|
}
|
|
|
|
.grid-laptop3{
|
|
|
|
grid-area: laptop3;
|
|
|
|
}
|
2022-10-12 05:49:08 +00:00
|
|
|
|
2022-10-13 03:05:26 +00:00
|
|
|
.info-container{
|
|
|
|
display: grid;
|
|
|
|
grid-template-areas:
|
|
|
|
"laptop2 laptop1"
|
|
|
|
"laptop3 laptop3"
|
|
|
|
;
|
|
|
|
column-gap: 14px;
|
|
|
|
row-gap: 24px;
|
|
|
|
grid-template-columns: unset;
|
|
|
|
width: 88.90%;
|
|
|
|
}
|
2022-10-12 05:49:08 +00:00
|
|
|
|
|
|
|
.container-card{
|
2022-10-12 22:00:28 +00:00
|
|
|
padding: 0px 23px 0px 23px;
|
2022-10-12 05:49:08 +00:00
|
|
|
}
|
|
|
|
.card-information{
|
|
|
|
flex-wrap: wrap;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-top: 80px;
|
2022-10-12 22:00:28 +00:00
|
|
|
max-width: 88.85%;
|
|
|
|
max-width: 100%;
|
|
|
|
display: block;
|
2022-10-12 05:49:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.card-dollar{
|
|
|
|
width: 100%;
|
2022-10-12 22:00:28 +00:00
|
|
|
max-height: 34.05%;
|
2022-10-12 05:49:08 +00:00
|
|
|
margin-bottom: 16px;
|
|
|
|
}.card-dollar img{
|
|
|
|
margin: 0 auto;
|
2022-10-12 22:00:28 +00:00
|
|
|
margin: 35px 0px 15px;
|
|
|
|
width: 25.10%;
|
2022-10-12 05:49:08 +00:00
|
|
|
}
|
2022-10-12 22:00:28 +00:00
|
|
|
.card-dollar figcaption{
|
2022-10-12 05:49:08 +00:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 24px;
|
2022-10-12 22:00:28 +00:00
|
|
|
text-align: center;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 0px 33px 65px 33px;
|
2022-10-12 05:49:08 +00:00
|
|
|
}
|
|
|
|
|
2022-10-12 22:00:28 +00:00
|
|
|
|
2022-10-12 05:49:08 +00:00
|
|
|
.card-moeda{
|
|
|
|
width: 100%;
|
2022-10-12 22:00:28 +00:00
|
|
|
max-height: 34.05%;
|
2022-10-12 05:49:08 +00:00
|
|
|
margin-bottom: 16px;
|
|
|
|
}.card-moeda img{
|
|
|
|
margin: 0 auto;
|
2022-10-12 22:00:28 +00:00
|
|
|
margin: 35px 0px 15px;
|
|
|
|
width: 25.10%;
|
|
|
|
}.card-moeda figcaption{
|
2022-10-12 05:49:08 +00:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 24px;
|
2022-10-12 22:00:28 +00:00
|
|
|
text-align: center;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 0px 33px 65px 33px;
|
2022-10-12 05:49:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.card-laptop{
|
|
|
|
width: 100%;
|
2022-10-12 22:00:28 +00:00
|
|
|
max-height: 34.05%;
|
2022-10-12 05:49:08 +00:00
|
|
|
margin-bottom: 16px;
|
|
|
|
}.card-laptop img{
|
|
|
|
margin: 0 auto;
|
2022-10-12 22:00:28 +00:00
|
|
|
margin: 35px 0px 15px;
|
|
|
|
width: 25.10%;
|
|
|
|
}.card-laptop figcaption{
|
2022-10-12 05:49:08 +00:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 24px;
|
2022-10-12 22:00:28 +00:00
|
|
|
text-align: center;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 0px 33px 65px 33px;
|
2022-10-12 05:49:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.card-smartphone{
|
|
|
|
width: 100%;
|
2022-10-12 22:00:28 +00:00
|
|
|
max-height: 34.05%;
|
2022-10-12 05:49:08 +00:00
|
|
|
margin-bottom: 98px;
|
|
|
|
}.card-smartphone img{
|
|
|
|
margin: 0 auto;
|
2022-10-12 22:00:28 +00:00
|
|
|
margin: 35px 0px 15px;
|
|
|
|
width: 20.70%;
|
|
|
|
}.card-smartphone figcaption{
|
2022-10-12 05:49:08 +00:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 24px;
|
2022-10-12 22:00:28 +00:00
|
|
|
text-align: center;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 0px 33px 65px 33px;
|
2022-10-08 22:55:12 +00:00
|
|
|
}
|
2022-10-12 22:00:28 +00:00
|
|
|
|
|
|
|
.information{
|
2022-10-09 02:27:04 +00:00
|
|
|
width: 100%;
|
2022-10-12 22:00:28 +00:00
|
|
|
}.information h1 {
|
|
|
|
margin: 0px 50px 9px;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 29px;
|
|
|
|
}.information p {
|
|
|
|
width: 84.54%;
|
|
|
|
margin: 0px 32px 87px;
|
|
|
|
margin: 0 auto;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
text-align: center;
|
2022-10-09 02:27:04 +00:00
|
|
|
}
|
2022-10-12 22:00:28 +00:00
|
|
|
|
|
|
|
.img-information{display: none;}
|
|
|
|
.img-oculos{
|
2022-10-09 02:27:04 +00:00
|
|
|
width: 100%;
|
2022-10-12 22:00:28 +00:00
|
|
|
margin-bottom: 50px;
|
2022-10-08 22:55:12 +00:00
|
|
|
}
|
2022-10-12 22:00:28 +00:00
|
|
|
|
|
|
|
.info-footer{
|
|
|
|
padding: 32px 77px 32px;
|
|
|
|
}
|
2022-10-08 22:55:12 +00:00
|
|
|
}
|
|
|
|
|
2022-10-09 02:27:04 +00:00
|
|
|
@media screen and (min-width: 2501px) {
|
2022-10-13 03:05:26 +00:00
|
|
|
/* Header */
|
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-13 03:05:26 +00:00
|
|
|
}.logo-m3 img{
|
|
|
|
width: 452px;
|
2022-10-09 02:27:04 +00:00
|
|
|
}
|
2022-10-08 22:55:12 +00:00
|
|
|
|
2022-10-13 03:05:26 +00:00
|
|
|
/* Banner */
|
|
|
|
.banner-mobile{display: none;}
|
2022-10-09 02:27:04 +00:00
|
|
|
.banner {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
2022-10-13 03:05:26 +00:00
|
|
|
margin-bottom: 76px;
|
2022-10-09 02:27:04 +00:00
|
|
|
}
|
2022-10-09 04:26:37 +00:00
|
|
|
|
2022-10-13 03:05:26 +00:00
|
|
|
/*Fisrt section */
|
|
|
|
|
|
|
|
.info-dolor {
|
|
|
|
max-width: 40.26%;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-title {
|
|
|
|
font-size: 62px;
|
|
|
|
line-height: 78px;
|
|
|
|
font-weight: 400px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-dolor h1 {
|
|
|
|
font-size: 96px;
|
|
|
|
line-height: 116px;
|
|
|
|
font-weight: 500;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-monitor-mobile{display: none;}
|
|
|
|
.info-content {
|
|
|
|
margin: 28px 0px 84px 0px;
|
|
|
|
text-align: start;
|
|
|
|
font-size: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Imagem três monitores */
|
|
|
|
|
|
|
|
.info-monitor {
|
2022-10-09 02:27:04 +00:00
|
|
|
display: flex;
|
2022-10-13 03:05:26 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
justify-content: center;
|
|
|
|
margin-bottom: 179px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Card da primeira section */
|
|
|
|
|
|
|
|
.info-card {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
margin-bottom: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Card shopping */
|
|
|
|
|
|
|
|
.info-shop {
|
|
|
|
width: 18.25%;
|
|
|
|
text-align: center;
|
|
|
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
|
|
|
}.info-shop img {
|
|
|
|
margin-bottom: 27px;
|
|
|
|
margin-top: 35px;
|
|
|
|
}.info-shop figcaption {
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 48px;
|
|
|
|
margin-bottom: 27px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Card bag */
|
|
|
|
|
|
|
|
.info-bag {
|
|
|
|
width: 18.25%;
|
|
|
|
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 {
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 48px;
|
|
|
|
margin-bottom: 27px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Card coin */
|
|
|
|
|
|
|
|
.info-coin {
|
|
|
|
width: 18.25%;
|
|
|
|
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 {
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 48px;
|
|
|
|
margin-bottom: 27px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Imagens laptops */
|
|
|
|
|
|
|
|
.info-laptop {
|
|
|
|
background-color: #E0E0E0;
|
|
|
|
margin-bottom: 130px;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-container {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: auto auto auto;
|
|
|
|
gap: 39px;
|
|
|
|
position: relative;
|
|
|
|
bottom: -32px;
|
|
|
|
width: 92.5%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grid-laptop1,
|
|
|
|
.grid-laptop2,
|
|
|
|
.grid-laptop3{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.img-laptop{
|
|
|
|
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: 32px;
|
|
|
|
line-height: 48px;
|
|
|
|
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: 32px;
|
|
|
|
line-height: 48px;
|
|
|
|
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: 32px;
|
|
|
|
line-height: 48px;
|
|
|
|
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 {
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 48px;
|
|
|
|
margin: 0px 32px 65px 33px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Informação Final */
|
|
|
|
.container-information {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.information {
|
|
|
|
width: 70.85%;
|
|
|
|
margin: 0 auto;
|
|
|
|
}.information h1 {
|
|
|
|
text-align: center;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 62px;
|
|
|
|
line-height: 78px;
|
|
|
|
text-align: center;
|
|
|
|
}.information p {
|
|
|
|
margin: 0 auto;
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 48px;
|
|
|
|
font-weight: 400;
|
|
|
|
text-align: center;
|
|
|
|
width: 40.80%;
|
|
|
|
}.img-information {
|
2022-10-09 02:27:04 +00:00
|
|
|
width: 100%;
|
2022-10-13 03:05:26 +00:00
|
|
|
margin-top: 50px;
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 1025px) {
|
|
|
|
.img-oculos{
|
|
|
|
display: none;
|
|
|
|
}
|
2022-10-09 02:27:04 +00:00
|
|
|
}
|
2022-10-13 03:05:26 +00:00
|
|
|
|
|
|
|
/* Footer */
|
|
|
|
|
|
|
|
.container-footer{
|
|
|
|
background-color: #000000;
|
|
|
|
margin-top: 116px;
|
|
|
|
}.container-footer p {
|
|
|
|
text-align: center;
|
|
|
|
color: #BDBDBD;
|
|
|
|
line-height: 12px;
|
|
|
|
font-size: 20px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-footer{
|
|
|
|
padding: 38px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.img-footer {
|
|
|
|
display: flex;
|
|
|
|
margin: 0 auto;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 17px;
|
|
|
|
width: 20.60%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-footer a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}.info-footer p {
|
|
|
|
text-align: center;
|
|
|
|
color: #BDBDBD;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 24px;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
.img-facebook {
|
|
|
|
margin: 0px 42px;
|
|
|
|
}.font-facebook {
|
|
|
|
width: 26px;
|
|
|
|
}.font-youtube{
|
|
|
|
width: 39px;
|
|
|
|
}.font-instagram {
|
|
|
|
width: 39px;
|
|
|
|
}
|
|
|
|
|
2022-10-09 04:26:37 +00:00
|
|
|
}
|