.ie-container {
	display: flex;
	flex-direction: column;
}

#root {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.topo,
.base {
	background-color: #000;
	color: #fff;
	font-weight: 700;
}

.topo {
	font-size: 1rem;
	padding: 1rem;
	position: relative;
	text-align: center;
}

.base {
	font-size: 0.875rem;
	padding: 0.625rem 1rem;
	text-align: right;
}

main {
	flex-grow: 1;
}

.topo .desligar {
	background-color: transparent;
	border: none;
	display: flex;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

.topo .desligar img {
	height: 2rem;
	width: 1.75rem;
}

.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 32rem;
	padding: 1.5rem 0.625rem;
	width: 100%;
}

.dialog {
	margin-left: auto;
	margin-right: auto;
	width:100%;	
	position: absolute;
	/*display: flex;*/
	height:90%;
}

.titulo {
	color: #222;
	font-family: "FjallaOne";
	font-size: 2rem;
	text-transform: uppercase;
}
