@font-face
{
  font-family: 'BlissfulThinking';
  src: url('fonts/BlissfulThinking.eot');
  src: url('fonts/BlissfulThinking.eot') format('embedded-opentype'),
       url('fonts/BlissfulThinking.woff2') format('woff2'),
       url('fonts/BlissfulThinking.woff') format('woff'),
       url('fonts/BlissfulThinking.ttf') format('truetype'),
       url('fonts/BlissfulThinking.svg#BlissfulThinking') format('svg');
}

@font-face
{
  font-family: 'ToxTypewriter';
  src: url('fonts/ToxTypewriter.ttf') format('truetype');
}


body
{
  padding: 0;
  margin: 10;
  border: 10;
  background-color: black;
  color: white;
  font-size: 1.5rem;
  font-family: 'BlissfulThinking';
}

h1
{
	font-size: 2rem;
	font-family: 'BlissfulThinking';
	text-align: center;
}

h2
{
	font-size: 1.4rem;
	font-family: 'BlissfulThinking';
  color: rgb(237, 28, 36);
	text-align: center;
}

h3
{
	font-size: 1.2rem;
	font-family: 'ToxTypewriter';
	text-align: center;
}

h4
{
	font-size: 1.2rem;
	font-family: 'BlissfulThinking';
	text-align: center;
}

h5
{
	font-size: 1.6rem;
	font-family: 'BlissfulThinking';
	text-align: center;
}

h6
{
	font-size: 1.4rem;
	font-family: 'BlissfulThinking';
	text-align: center;
}

#cabecalho
{
  background-color: white;
  color: black;
  width: 1000px;
  margin: 15px;
  padding: 15px;
  font-size: 15px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  border-width: 3px;
  border-color: rgb(237, 28, 36);
  border-style: solid;
  border-radius: 30px;
  box-shadow: 8px 8px rgba(128, 128, 128, 0.5);
  column-count: 4;
}

#logo
{
  column-width: 10%;
  float: left;
}

#links1
{
  column-width: 30%;
}

#links2
{
  column-width: 30%;
}

#usuario
{
  column-width: 30%;
}

#conteudo
{
  background-color: black;
  color: white;
  width: 1000px;
  margin: 5px;
  padding: 5px;
  font-size: 15px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}

#rodape
{
  background-color: black;
  color: white;
  width: 1000px;
  margin: 15px;
  padding: 15px;
  font-size: 15px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}

#caixa
{
  width: 80%;
  border: 1px solid white;
  padding: 15px;
  margin: 15px;
}

table, td {
  border: 1px solid white;
  padding: 8px 4px;
  border-collapse: collapse;
}

a.classe1:link, a.classe1:active 
{
	text-decoration: underline;
	color: rgb(237, 28, 36);
}

a.classe1:visited
{
	text-decoration: underline;
	color: rgb(237, 28, 36);
}

a.classe1:hover 
{
	text-decoration: underline overline;
	color: rgb(237, 28, 36);
}

.button
{
  border-width: 1px;
  border-color: rgb(237, 28, 36);
  color: black;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2rem;
	font-family: 'BlissfulThinking';
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 20px;
}

.button0
{
  background-color: black;
  color: white;
  border: 2px solid rgb(237, 28, 36);
}

.button0:hover {
  background-color: rgb(237, 28, 36);
  color: white;
}

.button1
{
  background-color: white;
  color: black;
  border: 2px solid black;
}

.button1:hover {
  background-color: rgb(237, 28, 36);
  color: white;
}

.button2
{
  height: 122px;
  width: 140px;
  border-color: white;
  color: white;
  background-image: url("../img/logo_AreadeOPERAdores_p.png");
}


.button2:hover {
  background-color: white;
}


input[type=text]
{
  margin: 4px 2px;
  padding: 16px 4px;
  font-size: 1.8rem;
  font-family: 'BlissfulThinking';
  background-color: black;
  color: white;
}

input[type=password]
{
  margin: 4px 2px;
  padding: 16px 4px;
  font-size: 1.8rem;
  font-family: 'BlissfulThinking';
  background-color: black;
  color: white;
}


.modalVisual {
	display: none;
	position: fixed;
	z-index: 0;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.2);
}

.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;
}

.caixao
{
	display: none;
	position: fixed;
	z-index: 0;
	padding-top: 20px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  overflow: hidden;
	background-color: black;
}

.caixao-1 
{
  display: flex;
	padding: 50px;
	color: white;
	border-radius: 9px;
	border: 2px solid rgb(237, 28, 36);
	background-clip: padding-box;
	line-height: 1.5;
	font-size: 1.7rem;
  width: 80%;
	height: 50%;
	overflow-y: scroll;
  scroll-behavior: smooth;
  z-index: 1;
}

.caixao-1::-webkit-scrollbar{
  width: 12px;
  background-color: black;
  border-radius: 8px;
}

.caixao-1::-webkit-scrollbar-thumb{
  width: 12px;
  background-color: rgb(237, 28, 36);
  border-radius: 8px;
}

.caixao h1 {
    font-size: 2rem;
    font-family: 'BlissfulThinking';
    text-align: center;
}

.caixao p {
    font-size: 1.3rem;
    font-family: 'ToxTypewriter';
    margin-top: 0;
    text-align: justify;
}