@charset "utf-8";
/* CSS Document */

#rodape_container { width: 100%; height: 362px; vertical-align: top; display: inline-block; background-color: #913134; }
#rodape_1k { width: 1000px; height: 362px; vertical-align: top; display: inline-block; /*background-color: black;*/ }

#bloco1 { width: 590px; vertical-align: top; display: inline-block;  /*background-color: yellow;*/ }
#bloco1 img { width: 100px; height: 102px; margin: 0 35px 0 0; /*background-color: green;*/  }
.texto1 {  margin: 0px 125px 0 0; color:#fff; font-size: 22px; /*background-color: green;*/ }
.texto2 {  margin: 0px 107px 0 0; color:#fff; font-size: 22px; /*background-color: green;*/ }
.texto3 {  margin: 0px 55px 0 0; color:#fff; font-size: 22px; /*background-color: green;*/ }

.botons { width: 100px; height: 102px; margin: 0 35px 0 0; 
-moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;-ms-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out;
 }

 .botons:hover { width: 100px; height: 102px; margin: 0 35px 0 0; 
-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);
  }

#bloco1_5 { width: 590px; height: 90px; float: left;  vertical-align: top;  display: inline-block;  /*background-color:#708090;*/ }

#bloco1_9 { width: 590px; margin: 5px 0 0 170px; font-size: 18px; color:#fff;  vertical-align: top;  display: inline-block;  /*background-color:#708090;*/ }
#bloco1_9 img { width: 100px; height: 22px;  /*background-color:#708090;*/ }
.mailto { font-size: 18px; color:#ffa500;  }

.texto_rodape2 { font-size: 16px; color: #fff; margin: 5px 0 5px 0;}

#bloco2 { width: 350px;  vertical-align: top; display: inline-block;  background-color: #fff;  }

.texto_rodape { font-size: 22px; color: #fff; line-height: 35px; margin: 5px 0 5px 0;}
.mailto { font-size: 20px; color:#fff;  }
.mailto a { font-size: 20px; color:#fff;  }
.mailto:hover { font-size: 20px; color:#ffa500;  }

.divisoria1 { border-bottom: 2px solid #fff; padding: 1px 0 1px 0; }
.divisoria2 { border-bottom: 2px solid #fff; padding: 1px 0 1px 0; }

/* Trava Mapa */
.maps {
	position: relative;
	width: 100%;
	height:  100%;
	overflow: hidden;
	/* margin: 50px 0 0 0;*/
}
	.maps iframe{
	    pointer-events: none;
	    position: relative;
	    /* top: -50px; */
	}
/* Trava Mapa */