Revisa e exclui comandos inutilizados

This commit is contained in:
danielmoliaribarbosa 2022-10-12 18:17:01 -03:00
parent 3401b2bf57
commit ed22bd79d8

View File

@ -3,46 +3,38 @@
padding: 0; padding: 0;
box-sizing: border-box; box-sizing: border-box;
} }
body{ body{
font-family: 'Inter', sans-serif; font-family: 'Inter', sans-serif;
color: #000000; color: #000000;
} }
.page-header{ .page-header{
display: flex; display: flex;
justify-content: center; justify-content: center;
padding: 28px 0; padding: 28px 0;
background: #000000; background: #000000;
} }
.header-logo{ .header-logo{
display: block; display: block;
} }
.main-banner{ .main-banner{
width: 100%; width: 100%;
display: block; display: block;
} }
.top-infocard{ .top-infocard{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
padding: 3.8% 0 9.4%; padding: 3.8% 0 9.4%;
} }
.top-infocard-text{ .top-infocard-text{
max-width: 40.4%; max-width: 40.4%;
} }
.top-infocard-subtitle{ .top-infocard-subtitle{
font-size: 32px; font-size: 32px;
font-weight: 400; font-weight: 400;
text-align: center; text-align: center;
text-transform: uppercase; text-transform: uppercase;
} }
.top-infocard-title{ .top-infocard-title{
font-size: 48px; font-size: 48px;
font-weight: 500; font-weight: 500;
@ -50,27 +42,19 @@ body{
margin-bottom: 3.6%; margin-bottom: 3.6%;
text-transform: uppercase; text-transform: uppercase;
} }
.top-infocard-description{ .top-infocard-description{
font-weight: 400;
font-size: 16px;
margin-bottom: 9.4%; margin-bottom: 9.4%;
line-height: 24px; line-height: 24px;
} }
.top-infocard-image{ .top-infocard-image{
display: flex;
justify-content: center;
width: 32.5vmin; width: 32.5vmin;
} }
.top-cards{ .top-cards{
display: flex; display: flex;
justify-content: center; justify-content: center;
gap: 1.2%; gap: 1.2%;
padding: 0 0 4.2%; padding: 0 0 4.2%;
} }
.top-card{ .top-card{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -79,59 +63,44 @@ body{
padding: 1.9% 0 1.4%; padding: 1.9% 0 1.4%;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
} }
.top-card-images{ .top-card-images{
padding-bottom: 6%; padding-bottom: 6%;
} }
.top-card-image{ .top-card-image{
width: 10.4vmin; width: 10.4vmin;
} }
.top-card-description{ .top-card-description{
max-width: 86%;
text-align: center; text-align: center;
font-weight: 400;
font-size: 16px;
line-height: 24px; line-height: 24px;
padding: 0 7.4%; padding: 0 7.4%;
} }
.middle-images-section-desktop{ .middle-images-section-desktop{
width: 100%;
background: #E0E0E0; background: #E0E0E0;
} }
.middle-images-wrapper-desktop{ .middle-images-wrapper-desktop{
display: flex; display: flex;
justify-content: center; justify-content: center;
position: relative; position: relative;
bottom: -62px; bottom: -62px;
} }
.middle-images-desktop{ .middle-images-desktop{
display: flex; display: flex;
width: 90%; width: 90%;
justify-content: center; justify-content: center;
gap: 2%; gap: 2%;
} }
.middle-image-desktop{ .middle-image-desktop{
width: 33.3%; width: 33.3%;
display: block;
} }
.middle-images-section-mobile{ .middle-images-section-mobile{
display: none; display: none;
} }
.bottom-cards{ .bottom-cards{
padding: 10.1% 0 5.7% 0; padding: 10.1% 0 5.7% 0;
display: flex; display: flex;
justify-content: center; justify-content: center;
gap: 1%; gap: 1%;
} }
.bottom-card{ .bottom-card{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -140,58 +109,42 @@ body{
padding: 1.57% 0 2%; padding: 1.57% 0 2%;
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15); box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
} }
.bottom-card-images{ .bottom-card-images{
padding-bottom: 3.25%; padding-bottom: 3.25%;
} }
.bottom-card-image{ .bottom-card-image{
width: 10.8vmin; width: 10.8vmin;
} }
.bottom-card-description{ .bottom-card-description{
margin: 0 7.4%;
font-size: 16px;
line-height: 24px; line-height: 24px;
text-align: center; text-align: center;
width: 85%; width: 85%;
} }
.bottom-infocard{ .bottom-infocard{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
} }
.bottom-infocard-text{ .bottom-infocard-text{
text-align: center; text-align: center;
margin-bottom: 2.65%; margin-bottom: 2.65%;
width: 29%; width: 29%;
} }
.bottom-infocard-title{ .bottom-infocard-title{
font-weight: 600;
font-size: 32px; font-size: 32px;
line-height: 39px;
} }
.bottom-infocard-description{ .bottom-infocard-description{
font-size: 16px;
line-height: 24px; line-height: 24px;
} }
.bottom-infocard-images{ .bottom-infocard-images{
display: flex; display: flex;
justify-content: center; justify-content: center;
width: 100%; width: 100%;
} }
.bottom-infocard-image-desktop{ .bottom-infocard-image-desktop{
width: 75%; width: 75%;
display: block;
margin-bottom: 6.1%; margin-bottom: 6.1%;
} }
.page-footer{ .page-footer{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -199,29 +152,23 @@ body{
padding: 2% 0; padding: 2% 0;
background: #000000; background: #000000;
} }
.footer-icons{ .footer-icons{
display: flex; display: flex;
list-style-type: none; list-style-type: none;
align-items: center; align-items: center;
margin-bottom: 1%; margin-bottom: 1%;
} }
.footer-icon{ .footer-icon{
margin: 0 8px; margin: 0 8px;
} }
.footer-icon-image{ .footer-icon-image{
width: 2.48vmin; width: 2.48vmin;
} }
.footer-description{ .footer-description{
font-size: 10px; font-size: 10px;
line-height: 12px;
text-transform: uppercase; text-transform: uppercase;
color: #BDBDBD; color: #BDBDBD;
} }
@media screen and (max-width: 1024px){ @media screen and (max-width: 1024px){
.main-banner-desktop{ .main-banner-desktop{
display: none; display: none;
@ -236,7 +183,6 @@ body{
padding-top: 18.12%; padding-top: 18.12%;
} }
.top-infocard-description{ .top-infocard-description{
font-size: 16px;
text-align: center; text-align: center;
margin-bottom: 18.2%; margin-bottom: 18.2%;
} }
@ -255,9 +201,6 @@ body{
width: 84.6%; width: 84.6%;
margin-bottom: 5.8%; margin-bottom: 5.8%;
} }
.top-card-images{
padding-bottom: 6.58%;
}
.top-card-image{ .top-card-image{
width: 102px; width: 102px;
padding-top: 36%; padding-top: 36%;
@ -273,12 +216,10 @@ body{
display: flex; display: flex;
margin-bottom: 16.9%; margin-bottom: 16.9%;
padding-bottom: 10.9%; padding-bottom: 10.9%;
width: 100%;
background: #E0E0E0; background: #E0E0E0;
} }
.middle-images-wrapper-mobile{ .middle-images-wrapper-mobile{
display: flex; display: flex;
justify-content: center;
position: relative; position: relative;
bottom: -32px; bottom: -32px;
} }
@ -306,31 +247,22 @@ body{
width: 84.6%; width: 84.6%;
margin-bottom: 3.8%; margin-bottom: 3.8%;
} }
.bottom-card-images{
padding-bottom: 3.5%;
}
.bottom-card-image{ .bottom-card-image{
display: block;
width: 100%; width: 100%;
padding-top: 29%; padding-top: 29%;
} }
.bottom-card-description{ .bottom-card-description{
font-size: 14px; font-size: 14px;
width: 86.2%;
margin: 0 0 14%; margin: 0 0 14%;
padding: 0 1%;
} }
.bottom-infocard-image-mobile{ .bottom-infocard-image-mobile{
display: block;
width: 100%; width: 100%;
} }
.bottom-infocard-image-desktop{ .bottom-infocard-image-desktop{
display: none; display: none;
} }
.bottom-infocard-text{ .bottom-infocard-text{
display: flex;
flex-direction: column; flex-direction: column;
align-items: center;
width: 85%; width: 85%;
margin: 12% 0 19.8%; margin: 12% 0 19.8%;
} }
@ -343,14 +275,8 @@ body{
padding: 32px 0; padding: 32px 0;
} }
.footer-icons{ .footer-icons{
display: flex;
list-style-type: none;
align-items: center;
margin-bottom: 3%; margin-bottom: 3%;
} }
.footer-icon{
margin: 0 8px;
}
.footer-icon-image{ .footer-icon-image{
width: 100%; width: 100%;
} }
@ -362,7 +288,6 @@ body{
text-align: center; text-align: center;
} }
} }
@media screen and (min-width: 1025px){ @media screen and (min-width: 1025px){
.main-banner-mobile{ .main-banner-mobile{
display: none; display: none;
@ -374,7 +299,6 @@ body{
display: none; display: none;
} }
} }
@media screen and (min-width: 2500px){ @media screen and (min-width: 2500px){
.top-infocard-subtitle{ .top-infocard-subtitle{
font-size: 64px; font-size: 64px;