body {
	margin: 0;
	/* background-image:url(../imgs/back.png); */
	background-color:#f8f8f8;
  }
  
  table, td, th { border-color: #B7DDD9; border-style: solid; background-color: #FFFFFF; border-left: 0; border-right: 0; border-bottom: 0; }
  table { border-width: 1px 1px 1px 1px; border-spacing: 0; border-collapse: collapse; margin: auto; width: 100%; }
  td,th { padding: 5px 10px 10px 5px; border-width: 1px 1px 1px 1px; text-align: left; line-height: 20px; font-weight: normal; color: #999999; }
  td { width: 50%; line-height: 22px; color: #999999; }
  
  .avisoErro {
	  font-size: 28px;
	  color: green;
	  text-align: center;
	  margin-top: 20px;
  }
  .avisoErro2 {
	  font-size: 18px;
	  color: #666666;
	  text-align: center;
	  margin-top: 5px;
  }
  
  @media screen and (min-width: 537px) {
  
	  /* #footer{
		  display: flex;
		  flex-direction: column;
		  justify-content: center;
		  align-items: center;
		  text-align: center;
	  } */
  
  
	  
	  h4 {
		  font-size: 22px;
		  line-height: 32px;
		  font-weight: bold;
		  max-width: 650px;
		  margin: auto;
	  }
  
	  .header {
		  max-width: 800px;
		  margin:auto;
		  padding: 35px;
		  margin-top: 50px;
		  margin-bottom: 50px;
		  text-align: center;
		  min-height: 519px;
		  background-color: #FFFFFF;
		  border: 1px #f1f1f1 solid;
		  border-radius: 10px;
		  letter-spacing: normal;
		  -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
		  margin-bottom: 100px;
		  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	  }
	  .header img {
		  margin: auto;
		  margin-bottom: 35px;
		  width: 130px;
		  margin-top: 37px;
		  text-align: center;
	  } 
	  .propriedade {
		  text-align: center;
		  color: green;
		  margin: 0 0 0 0;
		  font-size: 22px;
		  line-height: 26px;
	  }
	  .municipio {
		  color: #666666;
		  margin: -2px 0 30px 0;
		  font-size: 16px;
	  }
  
	  .butMore {
		  padding: 7px;
		  background-color: green;
		  color: #FFFFFF;
		  text-align: center;
		  margin: auto;
		  margin-top: 10px;
		  border-radius: 5px;
		  font-size: 16px;
		  bottom: 5px;
		  width: 50%;
	  }
	  .butMore:hover {
		  background-color: #0B6121;
	  }
  
	  .origem {
		  color: #888888;
		  margin: 40px 0 0 0;
		  font-size: 14px;
	  }
  
	  #logoFooter {
	  margin: auto;
	  margin-top: 10px;
	  margin-bottom: 15px;
	  width: 300px;
	  font-size: 14px;
	  color: #999999;
	  text-align: center;
	  }
	  #logoFooter img {
		  margin: auto;
		  margin-top: 2px;
	  }
  
	  .boxTac {
		  font-size: 16px;
		  color: #000000;
		  text-align: justify;
		  line-height: 22px;
		  margin: 15px 0 0 0;
		  border-top: 1px #f1f1f1 solid;
		  padding-top: 20px;
	  }
	  .boxTac p {
		  text-indent: 10%;
	  }
	  .boxTac h1 {
		  font-weight: bold;
		  font-size: 16px;
	  }
	  .boxTac h3 {
		  font-style: italic;
		  margin-left: 5%;
		  font-size: 16px;
		  line-height: 22px;
	  }
  
	  .detalhesProp {
		  font-size: 18px; 
	  }
	  .propriedadeTit {
		  font-size: 20px;
		  font-weight: bold;
		  color: green;
		  margin: 3px 0 20px 0;
	  }
	  .propriedadeDetCol {
		  width: 48%;
		  margin-right: 2%;
		  min-height: 50px;
		  float: left;
		  margin-bottom: 2px;
		  text-align: left;
		  font-size: 13px;
	  }
	  .colConteudo {
		  font-size: 15px;
		  font-weight: bold;
		  color: #000000;
	  }
  
	  .mapaLocalizacao {
		  height: 380px;
		  clear: both;
		  margin: 10px 0 0 0;
	  }
  
  }
  
  
  @media screen and (max-width: 1000px) and (min-width: 537px){
	  #footer{
		  display: flex;
		  /* flex-direction: column; */
		  justify-content: center;
		  align-items: center;
		  text-align: center;
	  }
  }
  
  @media screen and (max-width: 536px) {
  
  
	  #footer{
		  display: flex;
		  flex-direction: column;
		  justify-content: center;
		  align-items: center;
		  text-align: center;
	  }
	  
	  h4 {
		  font-size: 15px;
		  line-height: 18px;
		  margin-bottom: 0;
		  font-weight: bold;
	  }

	  .idioma{
		max-width: 196px;
		text-align: left;
		margin-left: 10px;
		margin-right: 8px;
		margin-top: 11px;
		width: 50%;
		/* line-height: 21px; */
		float: right;
		}
  
	  .header { 
		  margin: 10px; 
		  padding: 10px; 
		  text-align: center;
		  min-height: 409px;
		  background-color: #FFFFFF;
		  border: 1px #f1f1f1 solid;
		  border-radius: 10px;
		  margin-bottom:100px;
	  }
	  .header img {
		  margin: auto;
		  margin-bottom: 10px;
		  width: 100px;
	  } 

/* Tabela responsiva */
		.table-responsive {
			display: block;
			position: relative;
			width: 100%;
			border: none;
		  }
		  
		  .table-responsive thead,
		  .table-responsive tbody,
		  .table-responsive th,
		  .table-responsive td,
		  .table-responsive tr {
			display: block;
			width: 100%;
		  }
/* Fim */

	  .propriedade {
		  text-align: center;
		  color: green;
		  margin: 0 0 0 0;
		  height: 60px;
		  line-height: 16px;
	  }
	  .municipio {
		  color: #666666;
		  font-size: 15px;
		  padding-top: 3px;
	  }
  
	  .butMore {
		  padding: 7px;
		  background-color: green;
		  color: #FFFFFF;
		  text-align: center;
		  margin-top: 5px;
		  border-radius: 5px;
		  font-size: 16px;
		  bottom: 5px;
		  float: left;
		  width: 100%;
	  }
	  .butMore:hover {
		  background-color: #0B6121;
	  }
	  .origem {
		  color: #888888;
		  margin: 12px 0 0 0;
		  font-size: 12px;
	  }
  
	  #logoFooter {
	  margin: auto;
	  margin-top: 22px;
	  margin-bottom: 15px;
	  font-size: 12px;
	  line-height: 16px;
	  color: #999999;
	  text-align: center;
	  }
	  #logoFooter img {
		  margin: auto;
		  margin-top: 1px;
		  width: 100px;
	  }
  
	  .boxTac {
		  /* font-size: 16px; */
		  color: #000000;
		  text-align: justify;
		  line-height: 22px;
		  margin: 15px 5px 0 5px;
		  border-top: 1px #f1f1f1 solid;
		  padding-top: 20px;
	  }
	  .boxTac p {
		  text-indent: 10%;
	  }
	  .boxTac h1 {
		  font-weight: bold;
		  font-size: 16px;
	  }
	  .boxTac h3 {
		  font-style: italic;
		  margin-left: 5%;
		  font-size: 16px;
		  line-height: 22px;
	  }
  
	  .detalhesProp {
		  font-size: 18px; 
	  }
	  .propriedadeTit {
		  font-size: 20px;
		  line-height: 22px;
		  font-weight: bold;
		  color: green;
		  margin: 3px 0 20px 0;
	  }
	  .propriedadeDetCol {
		  width: 98%;
		  margin-right: 2%;
		  min-height: 50px;
		  margin-bottom: 2px;
		  text-align: left;
		  font-size: 13px;
	  }
	  .colConteudo {
		  font-size: 15px;
		  font-weight: bold;
		  color: #000000;
	  }
  
	  .mapaLocalizacao {
		  height: 300px;
		  clear: both;
		  margin: 10px 0 0 0;
	  }
  }
  
  .map { 
	  height: 300px; 
  }
  
  .titLocalizacao {
	  padding: 10px;
	  /* border: 1px #B7DDD9 solid; */
	  border-bottom: 0;
	  text-align: center;
	  font-size: 17px;
	  color: #999999;
	  margin: 10px 0 -10px 0;
  }	
  
  .idioma{
	  max-width: 196px;
	  /* text-align: right; */
	  /* margin-left: -34px; */
	  margin-top: 11px;
	  width: 50%;
	  /* line-height: 21px; */
	  float: right;
	  }
	  .idioma a{
		  text-decoration: none;
		  text-transform: uppercase;
		  background-color: transparent;
		  color: #777777;
		  font-weight: 700;
		  font-size: 16px;
	  }
	  .idioma a:hover{
	  color: #22845c;
	  cursor: pointer;
	  }
  
	  .voltar{
		  /* text-align: left; */
		  margin-left: 10px;
		  margin-top: 11px;
		  width: 40%;
		  /* line-height: 21px; */
		  float: left;
		  }
		  .voltar a{
			  text-decoration: none;
			  text-transform: uppercase;
			  background-color: transparent;
			  color: #777777;
			  font-weight: 700;
			  font-size: 16px;
		  }
		  .voltar a:hover{
		  color: #22845c;
		  cursor: pointer;
		  }
	  .header-func{
		  height: 40px;
	  }
  
  
  
  
  
  
  
  
	  #footer {
		  background-color: #22845c;
		  position: fixed;
		  bottom: 0;
		  width: 100%;
		  color: #FFFFFF;
		  text-align: center;
		  padding: 2px 0px;
		  font-size: 13px;
		  z-index: 2049;
	  }
  
	  .social {
		  float: left;
		  margin-top: 0px;
		  padding: 4px;
	  }
	  .social a {
		  color: white;
		  background: transparent;
		  margin-right: 10px;
	  }
	  
	  /* .social-icons a:hover {
		  color: #777777;
	  } */
	  .social-icons {
		  font-size: 20px;
		  /* text-align: left; */
		  
		  float: left;
		  padding: 6px 0px;
		  margin: -7px 0px -7px 2px;
	  }
	  .social-icons a {
		  color: white;
		  margin: 0px 3px;
		  background: transparent;
		  cursor: pointer;
		  text-decoration: none;
	  }
	  .text-footer {
		  text-align: right;
		  margin: 0px 17px 0px 0px;
		  padding: 4px;
	  }