@media only screen and (min-width: 788px) and (max-width: 979px) {
/*Estilo para tablets*/
/*index.php - style.css*/
.cont1 img {
	width: 80%;
	height: auto;
}
.cont1 h1 {
	font-weight: bold;
	font-size: 24px;
	padding-left: 5%;
	padding-top: 10px;
}
.indice {
  margin-top: 0px;
}
/*goias.php - goias.css*/
.goias1 {
  width: 280px;
}
.goias2 {
  width: 150px;
}
.goias2 img {
  width: 60%;
}
.goias3 {
  margin-left: 0px;
  width: 260px;
  height: 212px;
  float: left;
}
/*cidades.php - cidades.css*/
.container_mapa {
  margin-top: 50px;
}

.mapa {
  float: left;
  width: 400px;
  height: 400px;
}
.resp {
  width: 360px;
  height: 400px;
}

.resp h1 {
  padding-top: 0;
  font-size: 32px;
}

.resp h1:after {
  width: 274px;
}

.resp p {
	margin-top: -10px;
  font-size: 14px;
	margin-bottom: 15px;
}

.resp ul {
  font-size: 14px;
  margin-left: 30px;
}
/*sobre.php - sobre.css*/

.sobre_texto {
width: 500px;
}
#cite {
	line-height: 15px;
}
.coment1, .coment2 {
  width: 692px;
}
.nome_c {
  width: 200px;
}
.data_c {
  width: 460px;
}
.nome_r {
  width: 200px;
}
.data_r {
  width: 430px;
}
/*links.php - links.css*/
.lnk2 table {
  width: 420px;
}
.caixa16 h1 {
	font-size: 24px;
}
}

@media only screen and (max-width: 787px) {
/*Estilo para smartphones*/
/*index.php - style.css*/
.cont1 img {
	width: 60%;
	height: auto;
}
.cont1 h1 {
	font-weight: bold;
	font-size: 16px;
	padding-left: 1%;
	padding-top: 5px;
}
.introducao .cont2 {
  width: 100%;
  left: 0;
}

.introducao .cont2 p {
  padding-left: 5px;
	font-size: 12px;
}
.menu {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
}
.nav_list{
	list-style-type: none;
	position: fixed;
	height: 50px;
	right: 0px;
	top: 0px;
	width: 250px;
}

.header {
	height: 50px;
}
.header_menu ul li {
  top: -5px;
  position: relative;
	border: 1px solid #000;
	height: 20px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.indice {
	margin-top: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 182px;
	height: 48px;
}
.indice img {
	width: 80%;
	margin: auto;
	display: block;
}

.active {
	display: block;
}
.introducao {
  margin-top: 25px;
  top: 25px;
  }
/*projeto.php - projeto.css*/
.header2 {
  top: 0;
  padding: 0;

  }
.indice2 {
	margin-top: -10px;
	top: 20px;
	padding-top: 20px;
	width: 182px;
	height: 48px;
}
.indice2 img {
	width: 80%;
	margin: auto;
	display: block;
}
.nav_list2 {
	position: fixed;
	height: 50px;
	right: 0px;
	top: 0px;
	width: 250px;
}
.nav_list .list_item, .nav_list2 .list_item2 {
	padding: 0px 10px;
}
.nav_list .list_item a, .nav_list2 .list_item2 a {
	font-size: 12px;
}
.p_titulo {
  margin: 50px 0 10px;
  background: url("../img/projeto1a.jpg") no-repeat center;
  height: 60px;
  width: 100%;
  text-align: center;
}
.p_titulo h1 {
  font-size: 24px;
  margin: 10px 0;
	font-weight: normal; 
}

.p_titulo h1:after {
  width: 200px;
  height: 2px;
}

.corpo1 h2 {
	font-size: 20px;
}
.corpo1 p {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}
/*goias.php - goias.css*/
.g_titulo {
  margin: 50px 0 10px;
  background: url("../img/projeto8a.jpg") no-repeat center;
  height: 60px;
  width: 100%;
  text-align: center;
}

.g_titulo h1 {
  font-size: 24px;
  font-weight: normal;
  margin: 10px 0;
}

.g_titulo h1:after {
  width: 100px;
  height: 2px;
}
.goias1 {
  width: 300px;
}
.goias2 {
  width: 300px;
}
.goias3 {
  margin-left: 20px;
  width: 300px;
  height: auto;
}
/*cidades.php - cidades.css*/
.container_mapa {
  margin-top: 50px;
}

.mapa {
  float: left;
  width: 300px;
  height: 300px;
}
.resp {
  width: 300px;
  height: 500px;
}

.resp h1 {
  font-size: 24px;
  font-weight: normal;
  color: #785443;
}

.resp h1:after {
  width: 200px;
  height: 2px;
}

.resp p {
  font-size: 14px;
  text-align: left;
  margin-bottom: 30px;
  padding: 0 10px;
}

.resp ul {
  font-size: 14px;
  font-weight: bold;
  font-family: Kurale, "Times New Roman", serif;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 30px;
}
/*sobre.php - sobre.css*/
.s_titulo {
  margin: 50px 0 10px;
  background: url("../img/projeto5a.jpg") no-repeat center;
  height: 60px;
  width: 100%;
  text-align: center;
}

.s_titulo h1 {
  font-size: 24px;
  font-weight: normal;
  margin: 10px 0;
}

.s_titulo h1:after {
  width: 160px;
  height: 2px;
}
#cite {
  padding-top: 10px;
  text-align: justify;
	line-height: 15px;
  font-size: 11px;
}
.campo {
  font-size: 13px;
  padding: 0 5px;
  font-style: italic;
  border: solid 1px #000;
	max-width: 280px;
}
.coment1 {
  width: 300px;
}
.coment2 {
  padding: 2px 10px;
  width: 300px;
}
.nome_c {
  width: 200px;
}
.data_c {
  width: 60px;
}
.nome_r {
  width: 180px;
}
.data_r {
  width: 40px;
}
.footer p {
	font-size: 10px;
}
/*links.php - links.css*/
.lnk2 table {
  width: 280px;
  font-size: 11px;
}

.lnk2 table td {
  padding: 0 1px;
}
.p_titulo1 {
  margin: 50px 0 10px;
  background: url("../img/projeto9a.jpg") no-repeat center;
  height: 60px;
	width: 100%;
  text-align: center;
}
.p_titulo2 {
  margin: 50px 0 10px;
  background: url("../img/projeto7a.jpg") no-repeat center;
  height: 60px;
	width: 100%;
  text-align: center;
}
.p_titulo1 h1, .p_titulo2 h1 {
  font-size: 24px;
  font-weight: normal;
  margin: -40px 0;
}

.p_titulo1 h1:after {
  width: 180px;
  height: 2px;
}
.p_titulo2 h1:after {
  width: 100px;
  height: 2px;
}
.geral h2 {
	font-size: 18px;
}
.geral a {
	font-size: 14px;
}
/*det_cidade.php - det_cidade.css*/
.close {
	color: white;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 20px;
	font-weight: bold;
	z-index: 100;
}
.topo {
	padding-bottom: 0px;
}
.vtr {
	width: 120px;
}
.div9 {
	padding: 10px 0 0 0;
}
.caixa2 {
	float: left;
	margin-top: -10px;
}
.caixa2 ul {
	font-size: 12px;
}

.caixa2 ul li a {
	font-size: 10px;
}
.caixa4 {
	width: 150px;
}
.caixa0 {
	padding-top: 5px;
	height: 165px;
}
.caixa3 {
	border: 2px solid #ddd;
	margin-top: -10px;
}
.esq {
	float: none;
	margin: 0 auto;
	margin-top: -10px;
}
h1 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
	margin: 0 30px;
}

.imgband {
	max-height: 70px;
}
}