192 lines
2.4 KiB
CSS
192 lines
2.4 KiB
CSS
body{margin: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
.header{
|
|
background: #000000;
|
|
height: 101px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.banner{
|
|
|
|
width: 100%;
|
|
max-width: 100%;
|
|
margin-bottom: 73px;
|
|
}
|
|
.titulo{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 32px;
|
|
line-height: 39px;
|
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #000000;
|
|
margin: 0;
|
|
}
|
|
.subtitulo{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-size: 48px;
|
|
line-height: 58px;
|
|
/* identical to box height */
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #000000;
|
|
margin: 0;
|
|
}
|
|
.texto{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
|
|
|
|
color: #000000;
|
|
margin: 28px auto 0;
|
|
max-width: 766px;
|
|
|
|
|
|
}
|
|
.imagen2{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 315px;
|
|
height: 315px;
|
|
margin: 73px auto 179px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.linha1, .linha2{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
|
|
|
|
|
|
.card{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
|
|
width: 350px;
|
|
height: 287px;
|
|
|
|
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
|
|
margin: 0 7.5px 0;
|
|
}
|
|
.card p {
|
|
text-align: center;
|
|
}
|
|
|
|
.linha-imagens{
|
|
margin-bottom: 129px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
|
|
}
|
|
|
|
.linha-imagens img{
|
|
width: 30%;
|
|
height: auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
.linha2 .card {
|
|
width: 25%;
|
|
}
|
|
|
|
.ultimobanner{
|
|
|
|
|
|
max-width: 80%;
|
|
width: 100%;
|
|
display: flex;
|
|
margin:0 auto;
|
|
|
|
}
|
|
|
|
footer {
|
|
background: #000;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
height: 128px
|
|
}
|
|
footer div {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
footer div img {
|
|
margin: 0 11px;
|
|
|
|
}
|
|
|
|
footer p {
|
|
margin: 17px 0 0;
|
|
color: #fff;
|
|
}
|
|
/* CELULAR */
|
|
|
|
@media (max-width: 800px) {
|
|
.titulo {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.subtitulo{
|
|
font-size: 28px;
|
|
}
|
|
}
|
|
|
|
.ultimotexto{
|
|
width: 400px;
|
|
display: flex;
|
|
margin: 0 auto;
|
|
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
/* or 150% */
|
|
|
|
text-align: center;
|
|
|
|
color: #000000;
|
|
|
|
|
|
}
|
|
|