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
|
|
|
}
|
|
|
|
|
|
|
|
/* Header */
|
|
|
|
|
2022-10-09 02:27:04 +00:00
|
|
|
|
|
|
|
@media screen and (max-width: 2500px) {
|
|
|
|
|
|
|
|
.container-header{
|
2022-10-08 22:55:12 +00:00
|
|
|
background-color: #000000;
|
|
|
|
}
|
|
|
|
.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 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-08 22:55:12 +00:00
|
|
|
}
|
2022-10-09 02:27:04 +00:00
|
|
|
.img-embacada {
|
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 02:27:04 +00:00
|
|
|
}
|
2022-10-08 22:55:12 +00:00
|
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
2022-10-09 02:27:04 +00:00
|
|
|
.container-header{
|
2022-10-08 22:55:12 +00:00
|
|
|
background-color: #000000;
|
2022-10-09 02:27:04 +00:00
|
|
|
}
|
|
|
|
.logo-m3 {
|
|
|
|
display: flex;
|
|
|
|
padding: 29px 0px;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.banner {
|
|
|
|
display: flex;
|
2022-10-08 22:55:12 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
2022-10-09 02:27:04 +00:00
|
|
|
.img-embacada {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.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 02:27:04 +00:00
|
|
|
@media screen and (min-width: 2501px) {
|
|
|
|
.container-header{
|
|
|
|
background-color: #000000;
|
|
|
|
}
|
|
|
|
.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%;
|
|
|
|
}
|
|
|
|
.img-embacada {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|