* { margin: 0; padding: 0; box-sizing: border-box; } @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap"); body { font-family: "Inter", sans-serif; color: #000000; } .page-header { display: flex; justify-content: center; padding: 28px 0; background: #000000; } .header-logo { display: block; } .main-banner { width: 100%; } .top-infocard { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 80px; } .top-infocard-text { max-width: 766px; text-align: center; margin: 0 0 66px; } .top-infocard-subtitulo { text-transform: uppercase; font-weight: 400; font-size: 32px; } .top-infocard-titulo { margin-bottom: 28px; text-transform: uppercase; font-size: 48px; font-weight: 500; } .top-infocard-paragrafo { font-size: 16px; line-height: 24px; text-align: left; } .top-infocard-img { margin-top: 72px; } .top-cards { display: grid; grid-template-columns: repeat(3, max-content); gap: 20px; justify-content: center; margin: 78px 0; } .top-card { display: flex; flex-direction: column; align-items: center; padding: 26px 26px 34px; background: #ffffff; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); } .top-card-img { display: block; margin-bottom: 26px; } .top-card-paragrafo { max-width: 300px; text-align: center; font-size: 16px; line-height: 24px; } .middle-banners { display: grid; grid-template-columns: repeat(3, max-content); justify-content: center; background: #e0e0e0; } .middle-wraper { position: relative; top: 64px; } .middle-banner-desktop { display: grid; grid-template-columns: repeat(3, max-content); gap: 32px; margin: 0 auto; } .middle-banner-img-desktop { width: 100%; max-width: 400px; object-fit: cover; } .middle-banner { display: block; margin-bottom: 26px; } .bottom-cards { display: flex; flex-direction: row; gap: 20px; justify-content: center; padding-top: 192px; background: #fff; margin: 0 72px; } .bottom-card { display: flex; flex-direction: column; align-items: center; background: #ffffff; box-shadow: 0px 4px 20px rgb(0 0 0 / 23%); } .bottom-infocard { display: flex; flex-direction: column; padding: 80px 0 136px; align-items: center; justify-content: center; } .bottom-infocard-img { width: 100%; margin-top: 50px; align-items: center; justify-content: center; padding: 0 300px 0; } .bottom-infocard-paragrafo { font-size: 16px; line-height: 24px; font-weight: 400; max-width: 550px; text-align: center; color: #000000; padding: 0 30px; } .bottom-card-texto { flex-direction: column; text-align: center; } .bottom-infocard-titulo { text-align: center; margin-bottom: 18px; font-weight: 600; font-size: 32px; line-height: 20px; } .bottom-card-paragrafo { font-size: 16px; line-height: 24px; font-weight: 400; text-align: center; color: #000000; padding: 0 30px; } .page-footer { display: flex; flex-direction: column; align-items: center; padding: 38px 0; background: #000000; } .footer-icons { display: flex; list-style: none; margin-bottom: 16px; align-items: center; } .footer-icon { margin: 0 8px; } .footer-texto { text-transform: uppercase; line-height: 12px; font-size: 10px; color: #bdbdbd; } @media screen and (max-width: 414px) { .footer-texto { max-width: 280px; text-align: center; } } @media screen and (max-width: 415px) { .middle-banner-mobile { display: none; } } .middle-banner-img-mobile-3{ max-width: 372px; } .middle-banner-mobile1{ display: flex; gap: 14px; } .middle-banner-img-mobile{ max-width: 177px; display: block; } @media screen and (max-width:414px){ .main-banner-desktop, .middle-banner-desktop { display: none; } } @media screen and (max-width: 412px) { .top-infocard-subtitulo { font-size: 20px; } .top-infocard-titulo { font-size: 28px; } .top-infocard-paragrafo { font-size: 17px; line-height: 24px; text-align: center; padding: 0 32px; } .middle-banners { height: 484px; } .middle-banner-mobile { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 24px; max-width: 368px; margin: 0 auto; } } @media screen and (max-width: 414px) { .main-banner-desktop, .bottom-infocard-img { display: none; } .bottom-infocard-flex { flex-direction: column; } .bottom-infocard-img-mobile { margin-bottom: 50px; } } @media screen and (min-width: 415px) { .bottom-infocard-img-mobile { display: none; } } @media screen and (max-width: 415px) { .bottom-infocard { flex-direction: column; padding: 80px 0 136px; } .bottom-infocard-img { margin: 0 0 50px; width: 100%; max-width: 596px; display: none; } .bottom-infocard-texto { padding: 0 26px; } .bottom-infocard-titulo { font-size: 24px; } .middle-banner-mobile { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 24px; max-width: 368px; margin: 0 auto; } } @media screen and (max-width: 768px) { .top-cards { grid-template-columns: 1fr; padding: 36px 26px; } .bottom-cards { flex-direction: column; grid-template-columns: 1fr; padding: 80px 23px; } } @media screen and (min-width: 769px) and (max-width: 1200px) { .top-cards { grid-template-columns: repeat(2, max-content); flex-direction: column; } } @media screen and (max-width: 1024px) { /* Ate 1023 banner desktop nao aparece */ .main-banner-desktop, .middle-banner-img-desktop, .bottom-infocard-img { display: none; } } @media screen and (min-width: 1025px) { /* Acima de 1024 banner mobile nao aparece */ .main-banner-mobile, .middle-banner-img-mobile, .middle-banner-img-mobile-3, .bottom-infocard-img-mobile { display: none; } } @media screen and (max-width: 1024px) { .top-infocard-subtitulo { font-size: 20px; } .top-infocard-titulo { font-size: 28px; } .top-infocard-paragrafo { font-size: 16px; line-height: 24px; text-align: center; padding: 0 30px; } }