.bloco_ambiente .seguimento_1 .capitulo_1 .painel_Cap { width: 80%; height: 74vh; padding: 2vw; background-color: var(--Cor_Segundaria_5_1); display: flex; flex-direction: column; justify-content: start; align-items: center; } .bloco_ambiente .seguimento_1 .capitulo_1 .painel_Cap .coluna_1 { width: 100%; display: flex; flex-direction: row; justify-content: space-around; align-items: center; } .bloco_ambiente .seguimento_1 .capitulo_1 .painel_Cap .coluna_1 .insercao_ambiente button { width: 7vw; height: 6vh; } .bloco_ambiente .seguimento_1 .capitulo_1 .painel_Cap .coluna_1 .pesquisa { width: 70%; height: 8vh; display: flex; justify-content: space-between; align-items: center; } .bloco_ambiente .seguimento_1 .capitulo_1 .painel_Cap .coluna_1 .pesquisa input { background: none; outline: none; border: none; width: 13vw; height: 4vh; background-color: var(--Matriz); border: 0.4vw solid var(--Cor_Segundaria_2_1); box-shadow: 4px 4px 0px 0px var(--Cor_Segundaria_2_2); padding-left: 1vw; padding-right: 1vw; font-size: 0.8vw; font-family: var(--font_titulo); color: var(--Cor_Segundaria_2_1); } .bloco_ambiente .seguimento_1 .capitulo_1 .painel_Cap .coluna_1 .pesquisa button { background: none; outline: none; border: none; width: 4vw; height: 6vh; background-color: var(--Cor_Segundaria_2_1); box-shadow: 4px 4px 0px 0px var(--Cor_Segundaria_2_2); } .bloco_ambiente .seguimento_1 .capitulo_1 .painel_Cap .coluna_1 .pesquisa img { width: 2vw; filter: drop-shadow(2px 2px 0px var(--Cor_Segundaria_2_2)); }