2022-10-10 20:38:20 +00:00
|
|
|
*{
|
|
|
|
margin: 0;
|
2022-10-11 01:57:34 +00:00
|
|
|
box-sizing: border-box;
|
2022-10-10 20:38:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.logo{
|
|
|
|
width: 100%;
|
|
|
|
height: 101px;
|
|
|
|
background: #000000;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2022-10-11 01:57:34 +00:00
|
|
|
.texto1{
|
|
|
|
|
|
|
|
margin: 73px auto;
|
|
|
|
|
|
|
|
max-width: 766px;
|
|
|
|
height: auto;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h3{
|
|
|
|
display:flex;
|
|
|
|
justify-content: center;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 39px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #000000;
|
|
|
|
font-family:inter;
|
|
|
|
}
|
|
|
|
.sub-titulo{
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 48px;
|
|
|
|
line-height: 58px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-family:inter;
|
|
|
|
}
|
|
|
|
|
|
|
|
.paragrafo1{
|
|
|
|
font-family: 'Inter';
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
text-align: justify;
|
|
|
|
margin-top: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pcs{
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
margin-top: 84px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|