@charset "utf-8";
/* CSS Document */

/* STYLES HTML DO ANTIGO MODELO */

asteriscos,.asteriscos {
	text-align: center;
	font-size: 12pt;
	display: block; }

Autor,.Autor {
	text-align: center;
	font-size: 15pt;
	display: block;
	margin-bottom: 14px;
	color: #660000; }

Continua,.Continua {
	text-align: center;
	font-size: 15px;
	border: none;
	color: white;
	background: #009999;
	font-family: "Lucida Sans", sans-serif;
	padding: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration: none;
	display: block; }

Legenda,.Legenda {
	font-size: 15px;
	border: 1px solid #c0c0c0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 15px 2px 15px;
	padding: .35em .625em .75em;
	width: 80%;
	display: block; }

Normal,.Normal,Texto,.Texto,p,.p {
	margin: 10px 0;
    	margin-top: 10px;
    	margin-right: 0px;
    	margin-bottom: 10px;
    	margin-left: 0px;
	text-align: justify;
	font-size: 15pt;
	display: block; }

h4,.h4 {
	margin: 10px 0;
    	margin-top: 10px;
    	margin-right: 0px;
    	margin-bottom: 10px;
    	margin-left: 0px;
	text-align: justify;
	font-size: 15pt;
	font-weight: bold;
	display: block; }

Nota,.Nota {
	margin: 10px 0;
    	margin-top: 10px;
    	margin-right: 0px;
    	margin-bottom: 10px;
	margin-left: 85.1pt;
	text-align: left;
	text-indent: 0pt;
	font-size: 11pt;
	font-family: "Lucida Sans", sans-serif;
	color: #660000;
	font-weight: normal;
	display: block; }

Quadro,.Quadro {
	text-align: center;
	margin-top: 15pt;
	margin-bottom: 15pt;
	border: double;
	padding: 5px;
	font-size: 15pt;
	display: block; }

Olho,.Olho,Quadro1,.Quadro1 {
	border: 1px solid;
	padding: 12px;
	background-color: #fef3cd;
	font-size: 15px;
	text-align: justify;
	margin-top: 15pt;
	margin-bottom: 15pt;
	display: inline-block; }

Secao,.Secao {
	text-align: center;
	font-size: 24px;
	border: 1px;
	border-color: #833c0b;
	color: #e7e6e6;
	background: #287C06;
	font-family: "Lucida Sans", sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 1px;
	margin-bottom: 10px;
	display: block; }
	

/* FIM DOS STYLES HTML DO ANTIGO MODELO */

/* <style> */

* {
  box-sizing: border-box;
  text-decoration:none;
}

div.groove {
  border-style: groove;
}

div.ridge {
  border-style: ridge;
}

img {
  width: 100%;
  height: auto;
  allign: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.row:after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

html {
  font-family: "Verdana";
}

.header {
  position: fixed;
  padding: 0px;
  width: 100%;
  text-align: center;
  border: 2px solid #73AD21;
  background-color: teal;
  color: #ffffff;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color :#33b5e5;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #0099cc;
}

.aside {
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

div {
  text-align: justify;
  text-justify: inter-word;
}

/*<!-- STYLE DO GO TOP -->*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
/* </style> */
/* FIM DOS STYLES HTML DO ANTIGO MODELO */
