	::-webkit-input-placeholder { /* Edge */
	  color:#665039;
	}	
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color:#665039;
	}	
	::placeholder {
	  color:#665039;
	}
	
		
	#conteudo .box-telefone{
		vertical-align:top;
		width:28%;
		padding:30px 0 50px 0;
		text-align:left;
	}
		.box-telefone .imagem{
		}
			.box-telefone .imagem img{
				width:100%;
			}
		.box-telefone .risco{
			float:right;
			width:47%;
			max-width:200px;
			height:5px;
			background:#19B891;
		}
		.box-telefone .telefone{
			width:auto;
			padding:45px 10% 15px 0;
			margin:0 0 0 5%;
			border-bottom:1px solid #19B891;
		}
			.box-telefone .telefone a{
				font-family:'Gotham-Medium';
				font-size:22px;
				color:#19B891;
			}
				.box-telefone .telefone a span{
					font-family:'Gotham-Medium';
					font-size:16px;
					color:#19B891;
					transition:0.5s;
				}
				.box-telefone .telefone a:hover{
					color:#665039;
				}
					.box-telefone .telefone a:hover span{
						color:#665039;
					}
	.divisao{
		vertical-align:top;
		width:0px;
		height:370px;
		margin:0 -2px 0 -3px;
		border-right:1px dotted #D2D2BD;
	}	
	.box-formulario{
		vertical-align:top;
		width:33%;
		padding:5px 3% 50px 3%;
		margin:0 -1px 0 -1px;
		text-align:left;
	}
		.box-formulario .titulo{
		}
			.box-formulario .titulo h1{
				font-size:18px;
			}
		.box-formulario .texto{
			padding:5px 0 20px 0;
			line-height:20px;
		}
		.box-formulario .campos{
			width:92%;
			padding:15px 4% 15px 4%;
			margin:0 0 10px 0;
			font-size:13px;
			color:#665039;
			background:#EDEDE4;
			border:none;
			border-radius:10px;
			outline:none;
			resize:none;
		}
		.box-formulario .select{
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			width:100%;
			color:#FFFFFF;
			background:url(../../imagens/seta-select.png) no-repeat #1AB891;
			background-position:97% center;
		}
			.box-formulario .select option{
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
				display:inline-block;
				width:94%;
				margin:10px 0 10px 0;
				padding:10px 3% 10px 3% !important;
				background:#FFFFFF;
			}
				select:focus > option:checked{ 
					background: #EDEDE4 !important;
				}
				.box-formulario .select option:checked, .box-formulario .select option:hover{
					box-shadow: 0 0 10px 100px #EDEDE4 inset;
				}
		.box-formulario .botao{
			display:inline-block;
			float:right;
			padding:15px 25px 15px 25px;
			margin:20px 0 0 0;
			font-family:'Gotham-Medium';				
			font-size:15px;
			color:#1AB891;
			background:none;
			border:1px solid #1AB891;
			border-radius:30px;
			font-weight:bold;	
			outline:none;
			cursor:pointer;
			transition:0.5s;
		}
			.box-formulario .botao:hover{
				color:#665039;
				border:1px solid #665039;
			}
		
	.box-endereco{
		vertical-align:top;
		width:25%;
		padding:5px 0 50px 3%;
		text-align:left;
	}
		.box-endereco .titulo{
		}
			.box-endereco .titulo h3{
				font-size:18px;
			}
		.box-endereco .texto{
			padding:5px 0 25px 0;
			line-height:20px;
		}
		
	
@media (max-width: 1100px)
{
	#conteudo .box-telefone{
		display:none;
	}
		.box-telefone .imagem{
		}
			.box-telefone .imagem img{
			}
		.box-telefone .risco{
		}
		.box-telefone .telefone{
		}
			.box-telefone .telefone a{
			}
				.box-telefone .telefone a span{
				}
				.box-telefone .telefone a:hover{
				}
					.box-telefone .telefone a:hover span{
					}
	.divisao{
		display:none;
	}	
	.box-formulario{
		width:100%;
		padding:0 0 50px 0;
		margin:0 0 0 0;
		text-align:center;
	}
		.box-formulario .titulo{
			text-align:right;
			padding:0 0 10px 0;
			border-bottom:1px solid #1AB891;
		}
			.box-formulario .titulo h1{
				font-size:25px;
			}
		.box-formulario .texto{
			padding:15px 0 20px 0;
			line-height:20px;
			text-align:justify;
		}
		.box-formulario .campos{
		}
		.box-formulario .select{
		}
			.box-formulario .select option{
			}
				select:focus > option:checked{ 
				}
				.box-formulario .select option:checked, .box-formulario .select option:hover{
				}
		.box-formulario .botao{
			float:inherit;
			margin:10px 0 0 0;
		}
			.box-formulario .botao:hover{
			}
		
	.box-endereco{
		width:100%;
		padding:0 0 35px 0;
		text-align:center;
	}
		.box-endereco .titulo{
		}
			.box-endereco .titulo h3{
			}
		.box-endereco .texto{
		}
}