body {
	padding: 5px;
	margin: 10px;
	border: 5px;
	background-color: #e7eae7;
	color: white;
	font-size: 2rem;
	font-family: 'Oranienbaum', sans-serif;
}

h1 {
	font-size: 3rem;
	font-family: 'Almendra SC', sans-serif;
	text-align: center;
}

h2 {
	font-size: 3rem;
	font-family: 'Bungee Spice', sans-serif;
	text-align: center;
}

h3 {
	font-size: 1.4rem;
	font-family: 'Oranienbaum', sans-serif;
	text-align: justify;
}

#content {
	background-color: #111231;
	color: white;
	width: 770px;
	margin: 15px;
	padding: 15px;
	font-size: 15px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	font-size: 2rem;
	font-family: 'Oranienbaum', sans-serif;
}

a.classe1:link, a.classe1:visited, a.classe1:active 
{
	text-decoration: underline;
	color: #be171d;
}

a.classe1:hover 
{
	text-decoration: underline overline;
	color: #ed1d24;
}

.button
{
  border: 3px;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.8rem;
  margin: 4px 2px;
  transition-duration: 0.5s;
  cursor: pointer;
  font-family: 'MedievalSharp', sans-serif;
}

.button0
{
  background-color: #ebc035;
  color: black;
  border: 2px solid black;
}

.button0:hover {
  background-color: #234f1e;
  color: white;
}

.button1
{
  background-color: #ebc035;
  color: black;
  border: 2px solid black;
}

.button1:hover {
  background-color: #234f1e;
  color: white;
}

.button2
{
  background-color: #ebc035;
  color: black;
  border: 2px solid black;
}

.button2:hover{
  background-color: #234f1e;
  color: white;
}

.button3 {
  background-color: #ebc035;
  color: black;
  border: 2px solid black;
}


.button3:hover {
  background-color: #234f1e;
  color: white;
}

.button4 {
  background-color: #ebc035;
  color: black;
  border: 2px solid black;
}


.button4:hover {
  background-color: #234f1e;
  color: white;
}

.button5 {
	background-color: #ebc035;
	color: black;
	border: 2px solid black;
}

.button5:hover {
	background-color: #234f1e;
	color: white;
}

.buttonc {
	margin: 4px 2px;
	background-color: #ebc035;
	color: white;
	border: 1px solid black;
	width: 12vw;
	height: 7.5vh;
	font-size: 1.3rem;
}

.buttonc:hover {
	background-color: #234f1e;
	color: white;
}


.fab
{
	position: fixed;
	bottom: 20px;
	right: 20px;
}

	.fab button {
		cursor: pointer;
		width: 55px;
		height: 55px;
		border-radius: 30px;
		background-color: #f00;
		border: none;
		font-family: 'Comfortaa', sans-serif;
		font-size: 1.3rem;
		color: white;
	}

.fab button.main
{
	position: absolute;
	width: 65px;
	height: 65px;
	border-radius: 30px;
	background-color: #000;
	right: 0;
	bottom: 0;
	z-index: 20;
}

.fab button.main:before
{
	content: 'ficha';
}

.fab button.main:active,
.fab button.main:focus {
	outline: none;
	background-color: #eac291;
}

.fab button.main:active:before,
.fab button.main:focus:before {
	content: '';
}

.modalVisual {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.8);
}

.modalConteudo {
	margin: auto;
	display: block;
	width: 100%;
	max-width: 800px;
}

#txtImg {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

.fechar {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	cursor: pointer;
}

.arena {
	display: none;
	position: fixed;
	z-index: 0;
	padding-top: 30px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.8);
}

.arena-1 {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 50px;
	color: rgb(122, 82, 82);
	border-radius: 9px;
	backdrop-filter: blur(50px);
	border: 2px solid transparent;
	background-clip: padding-box;
	box-shadow: 10px 10px 10px rgba(45, 55, 68, 0.3);
	line-height: 1.5;
	transform: translateY(-5%);
	transition: transform 0.5s;
	font-size: 1.7rem;
	overflow: auto;
	z-index: -1;
}

.arena h1 {
    font-size: 4rem;
    text-align: center;
}

.arena p {
    font-size: 1rem;
    margin-top: 0;
}

.combateBox {
	background-color: rgba(0, 0, 0, 0.8);
	color: black;
	width: 60%;
	height: 50%;
	overflow: auto;
	margin-top: 1rem;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	outline: none;
	font-size: 2rem;
	border-radius: 10px;
}

	.combateBox h3 {
		color: magenta;
		font-size: 1.6rem;
		text-align: center;
		animation: blink 2.5s infinite;
	}

	@keyframes blink {
		0%, 100% {
			opacity: 1;
		}

		50% {
			opacity: 0;
		}
	}

	.combateBox h4 {
		color: white;
		font-size: 1.2rem;
		text-align: center;
	}

	.combateBox h5 {
		color: #f00;
		font-size: 1.4rem;
		text-align: right;
	}

	.combateBox h6 {
		color: #aaaaff;
		font-size: 1.4rem;
		text-align: left;
	}
