body {
	margin: 0;
	padding: 0;
}
img {
	border-radius: 50%;
	width: 25%;
	height: 25%;
}

#responsividade {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
	font-size: 15em;
}
.conteudo {
  display: flex;
  text-align: justify;
  text-justify: inter-word;
  word-wrap:break-word;
  padding-bottom: 5px;
  padding-left: 1em;
}
h1 {
  font-size: 3em;
  text-align: center;
}
h3 {
  padding-top: 5px;
  font-size: 1.1em;
  font-weight: bold;
}
.map {
	height: 100vh;
	width: 100%;
	margin: 0px, 0px, 0px, 0px;
}
.w {
	word-wrap:break-word;
  padding: 20px;
	overflow: auto;
	width: 70%;
	height: 70vh;
	background-color: #e5e5e5;
	opacity: 0.8;
	border-radius: 15px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	-webkit-box-shadow: 1px 2px 12px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 2px 12px -2px rgba(0,0,0,0.75);
	box-shadow: 1px 2px 12px -2px rgba(0,0,0,0.75);
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 15px;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 15px;
  border: 3px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
