58 lines
959 B
CSS
58 lines
959 B
CSS
.Corpo .ItemServicos img {
|
|
width: 1.5vw;
|
|
height: 3vh;
|
|
}
|
|
|
|
.Corpo .ItemServicos .PainelTexto {
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
gap: 1vw;
|
|
width: 85%;
|
|
height: 5vh;
|
|
border-radius: 1.5vw;
|
|
padding-right: 1.5vw;
|
|
padding-left: 1.5vw;
|
|
|
|
|
|
|
|
|
|
|
|
background-color: var(--Cor_Segundaria_5_1);
|
|
color: var(--Cor_Segundaria_5_1);
|
|
font-family: var(--font_titulo);
|
|
font-size: 1vw;
|
|
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.Corpo .ItemServicos p {
|
|
font-family: var(--font_conteudo);
|
|
color: white;
|
|
|
|
}
|
|
|
|
.Corpo .ItemServicos {
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
gap: 1vw;
|
|
width: 85%;
|
|
height: 5vh;
|
|
border-radius: 1.5vw;
|
|
padding-right: 1.5vw;
|
|
padding-left: 1.5vw;
|
|
|
|
|
|
|
|
|
|
|
|
background-color: var(--Cor_Segundaria_5_1);
|
|
color: var(--Cor_Segundaria_5_1);
|
|
font-family: var(--font_titulo);
|
|
font-size: 1vw;
|
|
|
|
align-items: center;
|
|
justify-content: start;
|
|
} |