.bloco_home { width: 100%; height: 100vh; display: flex; flex-direction: row; } .bloco_home .seguimento { width: 50%; height: 100vh; display: flex; flex-direction: column; align-content: center; align-items: center; } .bloco_home .capitulo_1, .bloco_home .capitulo_2, .bloco_home .capitulo_3 { width: 100%; display: flex; flex-direction: column; align-items: center; } .bloco_home .capitulo_1 .titulo, .bloco_home .capitulo_2 .titulo, .bloco_home .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; } .bloco_home .capitulo_1 .painel, .bloco_home .capitulo_2 .painel, .bloco_home .capitulo_3 .painel { width: 46vw; padding: 2vh; background-color: var(--Cor_Segundaria_5_1); } .bloco_home .capitulo_1 .painel { height: 20vh; } .bloco_home .capitulo_2 .painel { overflow-y: scroll; height: 40vh; } .bloco_home .capitulo_3 .painel { overflow-y: scroll; height: 80vh; }