-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d9533a7
commit 206287c
Showing
37 changed files
with
724 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
:root { | ||
--branco: #FFF; | ||
--azul-claro: #DFE3E5; | ||
--vermelho-forte: #B72E2E; | ||
--cinza-escuro: #4F4C4C; | ||
--cinza-claro: #F7F4F4; | ||
--cinza-medio: #D9D9D9; | ||
|
||
--fonte-link: #0084FF; | ||
--fonte-cinza: #666; | ||
--borda-cabecalho-mobile: #103D4A; | ||
--bg-rodape: #333; | ||
--bg-chamada-mobile: #00161C; | ||
|
||
--planos-cartao-start: #56CCF2; | ||
--planos-cartao-ultra: #B04CD9; | ||
--planos-cartao-mega: #E33B3B; | ||
|
||
--montserrat: 'Montserrat', sans-serif; | ||
} | ||
|
||
body { | ||
font-family: 'Open Sans', sans-serif; | ||
} | ||
|
||
.container { | ||
padding-right: 6%; | ||
padding-left: 6%; | ||
} | ||
|
||
.botao { | ||
text-align: center; | ||
|
||
display: block; | ||
|
||
width: 100%; | ||
max-width: 350px; | ||
|
||
box-sizing: border-box; | ||
|
||
padding: 1rem 2rem; | ||
|
||
border: 1px solid var(--branco); | ||
border-radius: 5px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
.cabecalho { | ||
color: var(--branco); | ||
|
||
width: 100%; | ||
|
||
box-sizing: border-box; | ||
|
||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
|
||
padding-top: .75rem; | ||
padding-bottom: .75rem; | ||
|
||
border-bottom: 1px solid var(--borda-cabecalho-mobile); | ||
|
||
position: absolute; | ||
} | ||
|
||
.cabecalho__logo { | ||
margin-bottom: 1rem; | ||
} | ||
|
||
.cabecalho__navegacao { | ||
text-align: center; | ||
} | ||
|
||
.cabecalho__link { | ||
font-size: 1.1rem; | ||
|
||
display: inline-block; | ||
|
||
margin-right: .7rem; | ||
margin-bottom: 1.25rem; | ||
margin-left: .7rem; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
.chamada { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
|
||
color: var(--branco); | ||
text-align: center; | ||
|
||
background-color: var(--bg-chamada-mobile); | ||
|
||
padding-top: 12.25rem; | ||
padding-bottom: 2.5rem; | ||
} | ||
|
||
.chamada__titulo { | ||
font-family: var(--montserrat); | ||
font-size: 2rem; | ||
font-weight: 700; | ||
text-transform: uppercase; | ||
|
||
margin-bottom: 1.5rem; | ||
} | ||
|
||
.chamada__texto { | ||
font-size: 1.25rem; | ||
line-height: normal; | ||
|
||
margin: 0 auto 2.5rem; | ||
} | ||
|
||
.chamada__botao { | ||
width: 100%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
.contato { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
|
||
text-align: center; | ||
|
||
padding-top: 2rem; | ||
padding-bottom: 2rem; | ||
} | ||
|
||
.contato__titulo { | ||
color: var(--cinza-escuro); | ||
font-weight: 700; | ||
font-size: 1.5rem; | ||
font-family: var(--montserrat); | ||
text-transform: uppercase; | ||
text-align: center; | ||
|
||
margin-bottom: 1.25rem; | ||
} | ||
|
||
.contato__botao { | ||
color: var(--cinza-escuro); | ||
|
||
border-color: var(--cinza-escuro); | ||
|
||
margin-top: 1rem; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
.destaques { | ||
background-color: var(--azul-claro); | ||
|
||
padding-top: 2.5rem; | ||
padding-bottom: 2rem; | ||
} | ||
|
||
.destaques__titulo { | ||
color: var(--cinza-escuro); | ||
font-weight: 700; | ||
font-size: 1.5rem; | ||
font-family: var(--montserrat); | ||
text-transform: uppercase; | ||
text-align: center; | ||
|
||
margin-bottom: 2rem; | ||
} | ||
|
||
.destaques__painel { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
|
||
margin-bottom: 2rem; | ||
} | ||
|
||
.destaques__painel-imagem { | ||
width: 100vw; | ||
max-width: 600px; | ||
|
||
box-shadow: 0 2px 10px 5px #00000020; | ||
|
||
margin-bottom: .5rem; | ||
} | ||
|
||
.destaques__painel-texto { | ||
font-weight: 700; | ||
font-size: 1.2rem; | ||
line-height: normal; | ||
} | ||
|
||
.destaques__botao { | ||
color: var(--vermelho-forte); | ||
|
||
border-color: var(--vermelho-forte); | ||
|
||
margin: 0 auto; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
.diferenciais { | ||
padding-top: 3.5rem; | ||
padding-bottom: 3.5rem; | ||
} | ||
|
||
.diferenciais__lista { | ||
display: flex; | ||
flex-wrap: wrap; | ||
justify-content: space-evenly; | ||
} | ||
|
||
.diferenciais__item { | ||
max-width: 350px; | ||
|
||
box-sizing: border-box; | ||
|
||
background-repeat: no-repeat; | ||
background-position: top 1.25rem left 2.5rem; | ||
|
||
padding: 2rem 0 2rem 5rem; | ||
} | ||
|
||
.diferenciais__item--tempo { | ||
background-image: url(../img/icone-relogio.png); | ||
} | ||
|
||
.diferenciais__item--foco { | ||
background-image: url(../img/icone-dinheiro.png); | ||
} | ||
|
||
.diferenciais__item--especialistas { | ||
background-image: url(../img/icone-quimica.png); | ||
} | ||
|
||
.item__titulo { | ||
color: var(--cinza-escuro); | ||
font-weight: 700; | ||
font-size: 1.2rem; | ||
text-transform: uppercase; | ||
|
||
margin-bottom: 1.5rem; | ||
} | ||
|
||
.item__texto { | ||
line-height: normal; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
.institucional { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
|
||
color: var(--fonte-cinza); | ||
text-align: center; | ||
|
||
padding-top: 2rem; | ||
padding-bottom: 2rem; | ||
} | ||
|
||
.institucional__titulo { | ||
color: var(--cinza-escuro); | ||
font-weight: 700; | ||
font-size: 1.5rem; | ||
font-family: var(--montserrat); | ||
text-transform: uppercase; | ||
text-align: center; | ||
|
||
margin-bottom: 2rem; | ||
} | ||
|
||
.institucional__descricao { | ||
margin-bottom: 2rem; | ||
} | ||
|
||
.institucional__endereco { | ||
font-size: 1.5rem; | ||
line-height: normal; | ||
|
||
margin-bottom: 2rem; | ||
} | ||
|
||
.institucional__contato { | ||
font-size: 1.2rem; | ||
line-height: 1.8; | ||
|
||
margin-top: 2rem; | ||
} | ||
|
||
.institucional__contato-telefone { | ||
line-height: normal; | ||
} | ||
|
||
.institucional__contato-email { | ||
color: var(--fonte-link); | ||
text-decoration: underline; | ||
display: block; | ||
} | ||
|
||
.institucional__video { | ||
width: 100vw; | ||
} |
Oops, something went wrong.