2022-10-12 16:23:48 +00:00
|
|
|
*{
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-sizing:border-box;
|
|
|
|
}
|
2022-10-12 18:38:36 +00:00
|
|
|
|
|
|
|
body{
|
|
|
|
font-family: 'inter', sans-serif;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
2022-10-12 16:23:48 +00:00
|
|
|
.pageheader{
|
|
|
|
background-color: #000000;
|
|
|
|
height: 101px;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2022-10-13 20:33:37 +00:00
|
|
|
padding: 29px;
|
|
|
|
}
|
2022-10-12 16:23:48 +00:00
|
|
|
|
|
|
|
.imageheader{
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-bannermobile{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-banner{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2022-10-12 18:38:36 +00:00
|
|
|
.infocard1{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: column;
|
|
|
|
margin: 88px;
|
2022-10-12 22:23:36 +00:00
|
|
|
text-align: center;
|
2022-10-12 18:38:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.infocard-text{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: column;
|
|
|
|
max-width: 766px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.infocard-text1{
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 32px;
|
|
|
|
font-weight: 400;
|
|
|
|
font-family: 'inter';
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.infocard-text2{
|
|
|
|
font-family: 'inter';
|
|
|
|
font-style: normal;
|
|
|
|
line-height: 58px;
|
|
|
|
font-size: 48px;
|
|
|
|
font-weight: 500;
|
|
|
|
text-transform: uppercase;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.infocard-text3{
|
2022-10-12 22:23:36 +00:00
|
|
|
text-align: center;
|
2022-10-12 18:38:36 +00:00
|
|
|
font-family: 'Inter';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
margin-bottom: 73px;
|
|
|
|
padding: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.infocard-image {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2022-10-12 22:23:36 +00:00
|
|
|
.quadradinhos{
|
|
|
|
justify-content: center;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
gap: 21px;
|
|
|
|
text-align: center;
|
2022-10-14 00:48:44 +00:00
|
|
|
width: auto;
|
|
|
|
align-items: center;
|
2022-10-12 22:23:36 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.quadradinhoimage{
|
|
|
|
padding: 36px 124px;
|
2022-10-14 00:48:44 +00:00
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.quadradinhotext{
|
|
|
|
padding: 35px 32px 65px 33px;
|
2022-10-12 22:23:36 +00:00
|
|
|
}
|
|
|
|
|
2022-10-14 00:48:44 +00:00
|
|
|
|
2022-10-12 22:23:36 +00:00
|
|
|
.quadradinho1{
|
|
|
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
2022-10-14 00:48:44 +00:00
|
|
|
max-width: 350px;
|
|
|
|
|
2022-10-12 22:23:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.quadradinho2{
|
|
|
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
2022-10-14 00:48:44 +00:00
|
|
|
max-width: 350px;
|
2022-10-12 22:23:36 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.quadradinho3{
|
|
|
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
2022-10-14 00:48:44 +00:00
|
|
|
max-width: 350px;
|
2022-10-12 22:23:36 +00:00
|
|
|
}
|
|
|
|
|
2022-10-13 23:32:59 +00:00
|
|
|
.wrapperlaptop{
|
|
|
|
background: #E0E0E0;
|
|
|
|
top: 66px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-10-13 18:10:29 +00:00
|
|
|
.laptopimages{
|
|
|
|
justify-content: center;
|
|
|
|
display: flex;
|
|
|
|
padding: 72px 62px;
|
|
|
|
gap: 39px;
|
|
|
|
}
|
2022-10-12 18:38:36 +00:00
|
|
|
|
2022-10-13 18:10:29 +00:00
|
|
|
.laptopimage{
|
2022-10-13 23:32:59 +00:00
|
|
|
width: 34%;
|
|
|
|
|
2022-10-13 18:10:29 +00:00
|
|
|
}
|
2022-10-12 18:38:36 +00:00
|
|
|
|
2022-10-13 18:10:29 +00:00
|
|
|
.secondinfocard{
|
|
|
|
justify-content: center;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
gap: 16px;
|
2022-10-14 00:48:44 +00:00
|
|
|
width: auto;
|
|
|
|
padding: 191px 72px 0px 72px;
|
2022-10-13 23:32:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.infocard2-text{
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
text-align: center;
|
2022-10-14 00:48:44 +00:00
|
|
|
|
2022-10-13 18:10:29 +00:00
|
|
|
}
|
2022-10-12 18:38:36 +00:00
|
|
|
|
2022-10-13 18:10:29 +00:00
|
|
|
.secondinfocard-image{
|
2022-10-14 00:48:44 +00:00
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
height: 104px;
|
|
|
|
margin-bottom: 15px;
|
2022-10-13 18:10:29 +00:00
|
|
|
}
|
2022-10-12 18:38:36 +00:00
|
|
|
|
2022-10-13 18:10:29 +00:00
|
|
|
.infocard2{
|
2022-10-14 00:48:44 +00:00
|
|
|
width: auto;
|
2022-10-13 18:10:29 +00:00
|
|
|
height: 332px;
|
|
|
|
box-shadow: 0px 4px 16px
|
2022-10-13 19:36:26 +00:00
|
|
|
rgba(0, 0, 0, 0.15);
|
2022-10-13 18:10:29 +00:00
|
|
|
}
|
2022-10-12 16:23:48 +00:00
|
|
|
|
2022-10-13 19:36:26 +00:00
|
|
|
.titulo{
|
|
|
|
font-family: 'Inter';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 39px;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 108px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subtitulo{
|
|
|
|
font-family: 'Inter';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 38px;
|
|
|
|
width: 550px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bilada{
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
margin-bottom: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rodapeimage{
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2022-10-13 20:33:37 +00:00
|
|
|
margin-bottom: 119px;
|
2022-10-13 19:36:26 +00:00
|
|
|
}
|
|
|
|
.image{
|
|
|
|
width: 100%;
|
|
|
|
max-width: 1360px;
|
|
|
|
height: 276px;
|
|
|
|
}
|
|
|
|
|
2022-10-13 21:35:53 +00:00
|
|
|
footer{
|
2022-10-13 20:33:37 +00:00
|
|
|
background-color: #000000;
|
|
|
|
height: 128px;
|
2022-10-13 21:35:53 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rodape{
|
|
|
|
padding: 40px 10px 20px 10px;
|
2022-10-13 20:33:37 +00:00
|
|
|
}
|
|
|
|
|
2022-10-13 21:35:53 +00:00
|
|
|
.finaltext{
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 12px;
|
|
|
|
color: #BDBDBD;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imagemdorodape{
|
|
|
|
padding: 0px 10px;
|
2022-10-13 23:32:59 +00:00
|
|
|
}
|
|
|
|
|
2022-10-14 01:19:05 +00:00
|
|
|
@media screen and (max-width:414px) {
|
|
|
|
|
|
|
|
.image{
|
2022-10-13 18:10:29 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2022-10-14 01:19:05 +00:00
|
|
|
|
|
|
|
.titulo{
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
.subtitulo{
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-banner {display: none;}
|
|
|
|
|
|
|
|
.infocard-image {
|
2022-10-12 16:23:48 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2022-10-14 01:19:05 +00:00
|
|
|
.quadradinhos {
|
|
|
|
flex-direction: column;
|
|
|
|
margin-left: 30px;
|
|
|
|
}
|
|
|
|
.secondinfocard {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.laptopimages {
|
|
|
|
flex-direction: row;
|
|
|
|
width:100% ;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media (min-width:415px){
|
|
|
|
.main-bannermobile{
|
2022-10-12 18:38:36 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2022-10-14 01:19:05 +00:00
|
|
|
.infocard-imagemobile{
|
|
|
|
display: none;}
|
2022-10-12 18:38:36 +00:00
|
|
|
}
|