*{margin:0px; padding:0px;}

.topo-site{
	height: 190px;
	background-color: #363636;
	background-image:url("../img/bg.jpg");
	max-width: 100%;
}

main{
	height: 4500px;
	background-color: #FFFFFF;
}

footer{
	height: 130px;
	background-color: #363636;
}

nav {
	background-color: #363636;
	height: 39px;
	width: 100%;
	border:1px solid transparent;
	display:flex;
}

/*-------------------------------------------------------*/
/* Escopo do site acima----------------------------------*/
/*-- Fontes extras --*/


@font-face {
  font-family: "Doodle";
  src: url("../fonts/doodle/targa/Targa.ttf");
}


/*--*/
.p1 {
  	font-family: "Garamond",Georgia,"Times New Roman", Times, serif;
  	font-size: 1.1em;
  	font-weight: normal;
  	line-height: 1.7em;
  	text-align: left;
  	padding: 5px;
  	margin-left: 10px;
  	margin-top: 20px;
  	margin-bottom: 20px;
}

.p2 {
  	font-family: "Garamond",Georgia,"Times New Roman", Times, serif;
  	font-size: 1em;
  	margin-top: 20px;
  	margin-bottom: 20px;
  	margin-left: 0px;
  	margin-right: 10px;
  	color: #000000;
  	line-height: 1.7em;
		text-align: left;
		padding: 5px;
}


.p3 {
	  color:#FFFFFF;
	  font-size: 1.1em;
  	font-family: "Garamond",Georgia,"Lucida Console", "Courier New", monospace;
  	margin-top: 15px;
}

/*!--LINKS BARRA SUPERIOR-->*/

ul.links_superior {
  font-family: "Garamond",Georgia,"Lucida Console", "Courier New", monospace;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

ul.links_superior li {
  float: left;
}

ul.links_superior li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul.links_superior li a:hover {
  background-color: #111111;
}
/*----FIM LINKS SUPERIOR--*/

.container1{
	margin-top: 10px;
	margin-left: 0px;
	column-count: 2;
	column-gap: 10px;
	column-rule: 1px solid #c0c0c0;
	border: 1px solid transparent;
	float: left;
	padding: 10px;
}

/*PAG, QUEM SOU*/
.container2{
	margin-top: 10px;
	margin-left: 0px;
	column-count: 1;
	column-gap: 10px;
	column-rule: 1px solid #c0c0c0;
	border-top-color: #000000;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-top: 1px solid #000000;*/
	float: left;
	padding: 10px;
}
/*PAG. INICIO */
/*LINKS DESTAQUES */
ul.destaques {
	font-family: "Garamond",Georgia,"Lucida Console", "Courier New", monospace;
	font-size: 1em;
  	list-style-type: none;
  	margin: 10px;
  	padding: 0;
  	overflow: hidden;
}
ul.destaques li{
	display: inline;
	float: left;
	display: block;
  	color: #000000;
  	text-align: center;
  	padding: 3px 3px;
  	text-decoration: none;
}
ul.destaques li a{
	display: inline;
	float: left;
	display: block;
  	color: #000000;
  	text-align: center;
  	padding: 3px 3px;
  	text-decoration: none;
}
ul.destaques li a:hover{
	display: inline;
	float: left;
	display: block;
  	color: #ff6000;
  	text-align: center;
  	padding: 3px 3px;
  	text-decoration: none;
}

.compra {
	color:#FFFFFF;
	font-size: 1em;
	font-family: Garamond;
	text-decoration: none;
	margin-left: 30px;
	background-color: #008000;
	width: 130px;
	height: 30px;
	align-items: center;
}
.compra a {
	color:#FFFFFF;
	font-size: 1em;
	font-family: Garamond;
	text-decoration: none;
	margin-left: 30px;
	background-color: #008000;
	width: 130px;
	height: 30px;
	text-decoration: none;

}

.nova-f{
	color:red;
	font-size: 19px;
	font-family: Georgia, serif,Verdana;
}

