@charset "utf-8";
/* CSS Document */
html, html * {
  margin: 0;
  padding: 0;
}
body {
  min-width: 334px;
  margin-left: auto;
  margin-right: auto;
  background-color: lightcyan;
  font-family: Helvetica, Arial, sans-serif;
  /*background-color: lightcyan*/
}
.imagem img {
  width: 100%;
  height: auto;
}
.imgRodape img {
	width: 100%;
	height: auto;
}
.imgRodape {
	margin: 0 5px;
	padding-bottom: 15px;
}
/*---Menu topo----*/
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #00435E;
  width: 100%;
}
ul.topnav li {
  float: none;
}
ul.topnav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 8px 40px;
  text-decoration: none;
  transition: 0.7s;
}
ul.topnav li a:hover:not(.active) {
  background-color: #04A1E3;
}
ul.topnav li a.active {
  background-color: #4CAF50;
}
ul.topnav li a.active:hover {
  background-color: #015604;
}
/*-----Fim Menu Topo----*/
/*-----Artigos e textos*/
.box2artigos {
  text-align: center;
}
.box1 {
  padding: 15px 0px 5px;
  border-bottom: medium solid #04A1E3;
}
.box1 img {
  width: auto;
  height: 53%;
}
.texto {
  padding: inherit;
  font-family: "serif";
  font-size: 12pt;
}
@media only screen and (min-width: 334px) {
  body {}
}
@media only screen and (min-width: 400px) {}
@media only screen and (min-width: 600px) {
  ul.topnav li {
    float: left;
  }
	.box1 {
		float: left;
		width: 50%;
		height: auto;
		margin-top: 30px;
		border: none;
	}
	.box1 img {
		width: auto;
		height: 70%;
		
	}
	.box2artigos::after {
		content: "";
		clear: both;
		display: table;
	}
	.box2artigos {
		margin-left: auto;
		margin-right: auto;
		border-bottom: 3px solid #04A1E3
	}
}

@media only screen and (min-width: 1024px) {
	body {
		max-width: 1024px;
	}
	.box1 {
		height: 490px
	}
}