2022-10-09 19:49:37 +00:00
|
|
|
* {
|
|
|
|
margin:0;
|
|
|
|
padding: 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2022-10-11 01:55:26 +00:00
|
|
|
body{
|
|
|
|
font-family: 'Inter', sans-serif;
|
|
|
|
color:#000000
|
|
|
|
}
|
2022-10-09 19:49:37 +00:00
|
|
|
.page-header{
|
|
|
|
background: #000000;
|
|
|
|
display:flex;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 29px 0;
|
|
|
|
}
|
|
|
|
.header-logo{
|
2022-10-10 11:13:33 +00:00
|
|
|
display: block;
|
2022-10-11 22:42:51 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-banner-desktop {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.main-banner-mobile {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.main-banner-desktop {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.main-banner-mobile {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width:1024px) {
|
|
|
|
.top-infocard{
|
|
|
|
padding: 65px 0 90px;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-infocard-subtitle{
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
.top-infocard-title{
|
|
|
|
font-size: 28px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
.top-infocard-test{
|
|
|
|
margin: 0 0 66px
|
|
|
|
}
|
|
|
|
.top-infocard-image{
|
|
|
|
max-width: 240px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2022-10-10 11:13:33 +00:00
|
|
|
}
|
2022-10-11 01:55:26 +00:00
|
|
|
|
2022-10-13 02:57:35 +00:00
|
|
|
|
2022-10-11 01:55:26 +00:00
|
|
|
.top-infocard{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
gap: 72px;
|
|
|
|
flex-direction: column;
|
|
|
|
padding: 84px 38px 179px;
|
2022-10-11 22:42:51 +00:00
|
|
|
}
|
2022-10-11 01:55:26 +00:00
|
|
|
.top-infocard-test{
|
|
|
|
width: 40%;
|
|
|
|
margin: 0 auto;
|
2022-10-10 11:13:33 +00:00
|
|
|
}
|
2022-10-11 01:55:26 +00:00
|
|
|
.top-infocard-subtitle{
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 32px;
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
|
|
}
|
|
|
|
.top-infocard-description{
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
2022-10-11 22:42:51 +00:00
|
|
|
text-align: center;
|
2022-10-12 03:29:18 +00:00
|
|
|
font-weight: 400;
|
2022-10-11 01:55:26 +00:00
|
|
|
}
|
|
|
|
.top-infocard-title{
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 48px;
|
|
|
|
font-weight: 500;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
.top-infocard-title,
|
|
|
|
.top-infocard-subtitle{
|
|
|
|
text-align: center;
|
2022-10-10 11:13:33 +00:00
|
|
|
}
|
|
|
|
|
2022-10-11 22:42:51 +00:00
|
|
|
.top-cards{
|
2022-10-11 03:45:25 +00:00
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(3, max-content);
|
|
|
|
justify-content: center;
|
|
|
|
padding: 178px 0 80px 0;
|
|
|
|
}
|
|
|
|
.top-card{
|
|
|
|
background: #FFFFFF;
|
|
|
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
padding: 26px 26px 34px;
|
|
|
|
|
2022-10-11 22:42:51 +00:00
|
|
|
|
2022-10-11 03:45:25 +00:00
|
|
|
}
|
|
|
|
.top-card-image{
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 26px;
|
|
|
|
}
|
|
|
|
.top-card-description{
|
|
|
|
max-width: 300px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 24px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2022-10-11 22:42:51 +00:00
|
|
|
|
|
|
|
@media screen and (max-width:1024px){
|
|
|
|
.top-cards{
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
padding: 90px 32px 80px;
|
|
|
|
}
|
2022-10-13 02:57:35 +00:00
|
|
|
.card-dentro{
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
grid-template-rows: 1fr 1fr 1fr;
|
|
|
|
gap: 16px 0px;
|
|
|
|
grid-auto-flow: column dense;
|
|
|
|
grid-template-areas:
|
|
|
|
"card-desktop card-02 card-desktop card-01"
|
|
|
|
"card-desktop card-03 card-desktop card-03"
|
|
|
|
}
|
|
|
|
.texto-imagem{
|
|
|
|
grid-template-areas:
|
|
|
|
"bottom-banner bottom-banner-mobile""bottom-text"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.texto-imagem{
|
|
|
|
grid-template-areas: "bottom-text" "bottom-banner bottom-banner-desktop";
|
2022-10-11 22:42:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cards-desktop{
|
2022-10-11 12:02:53 +00:00
|
|
|
padding: 0 72px;
|
|
|
|
margin: 80px 0 190px;
|
|
|
|
background-color: #E0E0E0;
|
|
|
|
}
|
|
|
|
.card-dentro{
|
2022-10-13 02:57:35 +00:00
|
|
|
align-items: center;
|
2022-10-11 12:02:53 +00:00
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
|
|
width: 100%;
|
|
|
|
justify-content: center;
|
|
|
|
position: relative;
|
|
|
|
margin: 0 auto;
|
|
|
|
gap: 40px;
|
|
|
|
transform: translateY(4rem);
|
2022-10-13 02:57:35 +00:00
|
|
|
grid-template-areas:
|
|
|
|
"card-desktop card-01 card-desktop card-02 card-desktop card-03";
|
2022-10-11 12:02:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.image-card-desktop{
|
|
|
|
height: auto;
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.card-02 {
|
|
|
|
grid-row: 1;
|
|
|
|
}
|
|
|
|
.card-03{
|
|
|
|
grid-column: initial;
|
|
|
|
|
|
|
|
}
|
2022-10-11 22:42:51 +00:00
|
|
|
|
2022-10-11 19:45:16 +00:00
|
|
|
.bottom-cards{
|
|
|
|
display: grid;
|
2022-10-13 02:57:35 +00:00
|
|
|
grid-template-columns: 1fr 1fr 1fr 1fr;
|
|
|
|
grid-template-rows: 1fr;
|
|
|
|
grid-template-areas: "bottom-card" "bottom-card" "bottom-card" "bottom-card" ;
|
2022-10-11 19:45:16 +00:00
|
|
|
gap: 16px;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 130px 0 108px 0;
|
|
|
|
}
|
|
|
|
.bottom-card{
|
|
|
|
background: #FFFFFF;
|
|
|
|
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
padding: 35px 32px 65px;
|
|
|
|
}
|
|
|
|
.bottom-card-image{
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 14px;
|
|
|
|
}
|
|
|
|
.bottom-card-description {
|
|
|
|
max-width: 368px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 24px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2022-10-11 20:31:04 +00:00
|
|
|
.bottom-text{
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2022-10-11 22:42:51 +00:00
|
|
|
margin-top: 50px;
|
|
|
|
margin-bottom: 50px;
|
2022-10-11 20:31:04 +00:00
|
|
|
}
|
|
|
|
.bottom-description{
|
2022-10-11 22:42:51 +00:00
|
|
|
max-width: 600px;
|
|
|
|
color: #000;
|
2022-10-11 20:31:04 +00:00
|
|
|
}
|
|
|
|
.bottom-subtitle{
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 39px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.bottom-descriptions{
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2022-10-11 19:45:16 +00:00
|
|
|
@media screen and (max-width: 1024px){
|
|
|
|
.bottom-cards{
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
padding: 80px 24px 98px;
|
|
|
|
}
|
2022-10-13 02:57:35 +00:00
|
|
|
.texto-imagem{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
}
|
2022-10-11 19:45:16 +00:00
|
|
|
|
|
|
|
}
|
2022-10-11 22:42:51 +00:00
|
|
|
|
|
|
|
@media screen and (min-width: 1024px) and (max-width: 2048px){
|
|
|
|
.bottom-cards{
|
|
|
|
grid-template-columns: 1fr 1fr;
|
|
|
|
padding: 80px 24px 98px;
|
|
|
|
}
|
2022-10-12 03:29:18 +00:00
|
|
|
.page-footer{
|
|
|
|
padding-bottom: 26px;
|
|
|
|
}
|
|
|
|
.footer-text{
|
|
|
|
max-width: 280px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2022-10-13 02:57:35 +00:00
|
|
|
|
2022-10-11 22:42:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bottom-text{
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom-description{
|
|
|
|
max-width: 550px;
|
|
|
|
}
|
|
|
|
.bottom-subtitle{
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 39px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.bottom-descriptions{
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
text-align: center;
|
2022-10-12 03:29:18 +00:00
|
|
|
}
|
|
|
|
.bottom-banner-desktop {
|
|
|
|
display: block;
|
|
|
|
width: 71%;
|
|
|
|
text-align: center;
|
2022-10-13 02:57:35 +00:00
|
|
|
margin: auto;
|
|
|
|
|
2022-10-12 03:29:18 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
.bottom-banner-mobile{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.bottom-banner-desktop {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.bottom-banner-mobile {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2022-10-13 02:57:35 +00:00
|
|
|
.bottom-text{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column-reverse
|
|
|
|
}
|
2022-10-12 03:29:18 +00:00
|
|
|
}
|
2022-10-13 02:57:35 +00:00
|
|
|
|
2022-10-12 03:29:18 +00:00
|
|
|
.page-footer{
|
|
|
|
background-color: #000000;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
padding: 38px 0;
|
|
|
|
}
|
|
|
|
.footer-text{
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 12px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #BDBDBD;
|
|
|
|
}
|
|
|
|
.footer-icons {
|
|
|
|
display: flex;
|
|
|
|
list-style: none;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
.footer-icon {
|
|
|
|
margin: 0 12px;
|
2022-10-13 02:57:35 +00:00
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
|
|
|
|
.bottom-text{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column-reverse
|
|
|
|
}
|
|
|
|
}
|