*{
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-style: normal;
	color: black;
}

body{
	filter: brightness(1) sepia(0%) saturate(100%);
	background-color: darkslategray;
	scrollbar-color: black;
}

header{
	color: white;
	background-color: black;
	height: auto;
	width: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	justify-content: center;
	align-items: center;
}

img{
	max-width: 160px;
	border-radius: 10px;
	width: auto;
}

p{
	text-align: center;
}

.ho{
display:block;

}

.im{
display:none;
}

.cabeçario{
	color: white;
	background-color: black;
	width: 20%;
	height: 100%;
	font-size: 25px;
	margin-right: 1%;
	margin-left: calc(1% + 9px);
	cursor: pointer;
	text-align: center;
	justify-content: center;
	padding: 5px;
	display: inline-block;
}

.cabeçario:hover{
	border: 1px solid white;
	border-radius: 3px;
	filter: drop-shadow(0px 0px 15px white);
}

.flex{
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto;
	background-color: none;
}

.flex > div{
	max-width: 350px;
	flex:1 1 20px;
	transition: 0.4;
	background-color:white;
	margin: 2px;
	cursor: help;
}

.flex > div:hover{
	flex:9 5;
	justify-content: center;
	align-content: center;
	align-items: center;
	border-radius: 10px;
	font-size: 19px;
	filter: drop-shadow(2px 5px 20px black);
	transition: 0.1s;
}

.fechar {
	position: absolute;
	top: 6px;
	left: 215px;
	cursor: pointer;
}

#Info {
	width: 89%;
	height: auto;
	position: fixed;
	top: 10%;
	margin: 5%;
	border: 3px solid black;
	background: white;
	border-radius: 5px;
	transition: 1.5S;
	align-items: right;
	display: none;
}

#Info > span {
	transition: 1.5S;
}

#Info > span:hover {
	border-radius: 1px;
	transition: 1s;
	color: darkred;
	filter: drop-shadow(5px 5px 20px pink);
}

#gato {
	border:none;
	background: none;
	display: none;
}

#gato1 {
	border:none;
	background: none;
	display: none;
}

#gato2 {
	border:none;
	background: none;
	display: none;
}

#gato3 {
	border:none;
	background: none;
	display: none;
}

#gato4 {
	border:none;
	background: none;
	display: none;
}

#gato5 {
	border:none;
	background: none;
	display: none;
}

#gato6 {
	border:none;
	background: none;
	display: none;
}


#gato7 {
	border:none;
	background: none;
	display: none;
}

#gato8 {
	border:none;
	background: none;
	display: none;
}

#gato9 {
	border:none;
	background: none;
	display: none;
}

#gato10 {
	border:none;
	background: none;
	display: none;
}

#gato11 {
	border:none;
	background: none;
	display: none;
}

#gato12 {
	border:none;
	background: none;
	display: none;
}

#gato13 {
	border:none;
	background: none;
	display: none;
}

