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;
|
|
|
|
}.info-title {
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 39px;
|
|
|
|
font-weight: 400px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-align: center;
|
|
|
|
}.info-dolor h1 {
|
|
|
|
font-size: 48px;
|
|
|
|
line-height: 58px;
|
|
|
|
font-weight: 500;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-align: center;
|
|
|
|
}.info-content {
|
|
|
|
margin: 28px 0px 84px 0px;
|
|
|
|
text-align: start;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Imagem três monitores */
|
|
|
|
|
|
|
|
.info-monitor{
|
|
|
|
display: flex;
|
|
|
|
max-width: 16,35%;
|
|
|
|
justify-content: center;
|
|
|
|
margin-bottom: 179px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Card da primeira section */
|
|
|
|
|
|
|
|
.info-card {
|
|
|
|
max-width:56,90%;
|
2022-10-08 22:55:12 +00:00
|
|
|
display: flex;
|
2022-10-09 04:26:37 +00:00
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.info-shop{
|
|
|
|
max-width: 350px;
|
|
|
|
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 {
|
|
|
|
line-height: 24px;
|
|
|
|
max-width: 299px;
|
|
|
|
margin-bottom: 27px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-bag{
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-coin{
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.img-embacada {
|
2022-10-09 02:27:04 +00:00
|
|
|
width: 100%;
|
2022-10-09 04:26:37 +00:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
margin: 0 auto;
|
2022-10-08 22:55:12 +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;
|
|
|
|
padding: 29px 0px;
|
|
|
|
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-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
|
|
|
}
|