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

textarea {
    resize: none;
}

#Titulo{
	width: 100%;
	display:inline-block;
	vertical-align:top;
	text-align: left;
	font-size: 2.5em;
	color: #A45F00;
	padding-left: 10px;
}

#Titulo p{
	margin-bottom: 4px;
	font-family: Tahoma, Geneva, sans-serif;
    font-style: italic;    
    padding-left: 20px;
}



#esq{
	width: 425px;
	float: left;
	background-color: #C49A59;
	text-align: left;
	margin-top: 30px;
	padding: 20px;
	border-radius: 20px;
	color: #fff
}

#dir{
	float: right;	
	margin-top: 30px;
}

#dir iframe{
	border: 3px solid gainsboro;
	border-radius: 10px;
	border-collapse: inherit;	
}
	
	

#esq form input{
	width: 100%;
	height: 30px;
	background-color: #e1e1e1;
	border: 0px;
	margin: 10px 0px;
}

#esq span{
	font-size:16px;
}

#esq form textarea{
	width: 400px;
	background-color: #eeeeee;
	border: 0px;
	margin: 10px 0px;
	height: 100px;
}

#esq form button{
	width: 180px;
	background-color: #7F591D;
	font-size: 20px;
	font-stretch:expanded;
	text-shadow:#999;
	color: #FFF;
	border: 0px;
	margin: 10px 0px;
	height: 50px;
	
	border-radius: 5px;
	
	-webkit-transition-duration: .50s;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}

#esq form button:hover{
	-webkit-transition-duration: .50s;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	
	border-radius: 5px;
	
	
	background-color: #937B57;
	
	color: #FFF;
	
	
}

#conCont{
	float: left;
	width: 455px;
	padding-top: 30px;
}

#map_canvas {
        width: 500px;
        height: 400px;
}

#inferior{
	clear: both;
		
}

#whatsapp{
	float: right;
    width: 455px;
    padding-top: 30px;
    text-align: center;
    font-weight: bold;
}
#whatsapp img{
	vertical-align: sub;
	width: 40px;
	height: 40px;
	padding-left: 5px;
}
#inferior a {
    color: #A45F00;
    font-weight: bold;
}
   
.centro{
	text-align:center;	
}

.fieldChapcha{
}

.inputChapcha{
	width: 60px !important;
	height: 30px;
	background: #532e15;
	color: #a98064 ;
	border: 2px #a98064 solid;
	font-size: 20px;
	padding: 0px 2px;
	margin-right: 10px;	
	vertical-align: middle;
}

#imgChapcha{
	vertical-align: middle;
	height: 30px;
}

.refreshChapcha{	
	border: 4px solid;
	border-radius: 20px;
	color: #fff;
	width: 30px !important;
	height: 40px;
	vertical-align: middle;
	margin-top: 10px;
	font-size: 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-appearance: none;
	background: url("imagens/refresh.png") #ff6c00 no-repeat center;
	}

.refreshChapcha:hover{
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.loading { display: none; 
		   text-align: center;
		 }
