testes/Css/page/Ambiente/Home/root_Home.css

74 lines
1.1 KiB
CSS

.bloco_home {
width: 100%;
height: 100vh;
display: flex;
flex-direction: row;
}
.seguimento {
width: 50%;
height: 100vh;
display: flex;
flex-direction: column;
align-content: center;
align-items: center;
}
.capitulo_1,
.capitulo_2,
.capitulo_3 {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.capitulo_1 .titulo,
.capitulo_2 .titulo,
.capitulo_3 .titulo {
width: 15vw;
display: flex;
justify-content: center;
align-items: center;
font-family: var(--font_titulo);
text-align: center;
font-size: 0.9vw;
background: var(--Cor_Segundaria_2_1);
box-shadow: 7px 7px 0px var(--Cor_Segundaria_2_2);
color: var(--Matriz);
margin-top: 2vh;
margin-bottom: 2vh;
}
.capitulo_1 .painel,
.capitulo_2 .painel,
.capitulo_3 .painel {
width: 46vw;
border-radius: 2vw;
padding: 2vh;
background-color: var(--Cor_Segundaria_5_1);
}
.capitulo_1 .painel {
height: 20vh;
}
.capitulo_2 .painel {
overflow-y: scroll;
height: 40vh;
}
.capitulo_3 .painel {
overflow-y: scroll;
height: 80vh;
}