
	::-webkit-input-placeholder { /* Edge */
	  color:#545454;
	}	
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color:#545454;
	}	
	::placeholder {
	  color:#545454;
	}
	
	#conteudo .area-conteudo{
		padding:75px 0 75px 0;
	}
		.box-titulo-texto{
			width:41%;
			text-align:left;
			background:url(../../imagens/contato/bk.png) 95% 20px no-repeat;
		}
			.box-titulo-texto h1{
				font-size:48px;
				color:#101823;
				background:-webkit-linear-gradient(180deg, #101823, #436585);
				-webkit-background-clip:text;
				-webkit-text-fill-color:transparent;
				font-family:'Gotham-Book';
			}
				.box-titulo-texto h1 span{				
				}
			.box-titulo-texto .texto{
				width:50%;
				padding:5px 0 30px 0;
				font:15px;
				color:#535353;
				line-height:22px;
			}
			.box-titulo-texto .dados-contato{
				width:60%;
				padding:20px 7% 20px 7%;
				background:#FFF;
				border:1px solid #748DA5;
			}
				.box-titulo-texto .dados-contato .box-endereco{
					width:calc(100% - 40px);
					padding:15px 0 15px 40px;
					color:#535353;
					line-height:20px;
					background:url(../../imagens/contato/icone-endereco.png) 5px center no-repeat;
				}
					.box-titulo-texto .dados-contato .box-endereco a{
						font-size:15px;
						color:#535353;
						text-decoration:underline;
					}
						.box-titulo-texto .dados-contato .box-endereco a:hover{
							color:#436586;
						}
				.box-titulo-texto .dados-contato .box-telefone{
					width:calc(100% - 40px);
					padding:20px 0 20px 40px;
					background:url(../../imagens/contato/icone-telefone.png) left center no-repeat;
					color:#535353;
					line-height:20px;
				}
					.box-titulo-texto .dados-contato .box-telefone a{
						font-size:15px;
						color:#535353;
						font-weight:bold;
					}
						.box-titulo-texto .dados-contato .box-telefone a:hover{
							color:#436586;
						}
		
		.box-burh{
			width:60%;
			margin:0 0 30px 0;
			padding:7% 7% 7% 7%;
			vertical-align:bottom;
			background:url(../../imagens/recursos-humanos/burh-bg.jpg) center no-repeat;
			background-size:cover;
			text-align:center;
		}
			.box-burh .texto{
				width:100%;
				padding:0;
				color:#FFF;
				text-align:left;
			}
			.box-burh a{
				display:inline-block;
				width:auto;
				margin:35px 0 0 0;
				padding:15px 10% 15px 10%;
				font-size:16px;
				color:#FFF;
				border:1px solid #FFF;
			}
				.box-burh a:hover{
					background:#FFF;
					color:#436586;
				}
		
		.box-formulario{
			width:45%;
			padding:0 5% 0 0;
			text-align:left;
		}			
			.box-formulario h2{
				display:inline-block;
				width:auto;
				padding:0 0 10px 0;
				margin:0 0 45px 0;
				font-size:25px;
				color:#2A3952;
				border-bottom:3px solid #2A3B52;
				font-family:'Gotham-Book';
				font-weight:normal;
			}
			.box-formulario .campos{
				width:calc(94% - 2px);
				padding:15px 3% 15px 3%;
				margin:0 0 20px 0;
				font-size:15px;
				color:#545454;
				border:1px solid #436586;
				outline:none;
				resize:none;
			}
			.box-formulario .ddd{
				width:10%;
			}
			.box-formulario .telefone{
				float:right;
				width:75%;
			}
			.box-formulario .campo-select{
				width:100%;
			}
			.box-formulario .botao{
				float:right;
				display:inline-block;
				width:auto;
				margin:10px 0 0 0;
				padding:20px 10% 20px 10%;
				font-family:'Gotham-Light';
				font-size:20px;
				color:#FFF;
				font-weight:bold;
				border:1px solid #436586;
				background:#436586;
				outline:none;
				cursor:pointer;
				transition:0.5s;
			}
				.box-formulario .botao:hover{
					background:#FFF;
					color:#436586;
				}
		
		.box-frase{
			padding:0 0 0 0;
			width:91%;
			text-align:left;
			font-size:25px;
			color:#24364D;
			font-family:'Gotham-Book';
			font-weight:bold;
		}
			.box-frase h4{
				font-size:35px;
				color:#24364D;
				font-family:'Gotham-Book';
			}
		
@media (max-width: 1250px)
{
	.box-titulo-texto h1{
		font-size:45px;
	}
}

@media (max-width: 1000px)
{
	#conteudo .area-conteudo{
		padding:50px 0 50px 0;
	}
		.box-titulo-texto{
			width:100%;
			text-align:center;
			background:none;
		}
			.box-titulo-texto h1{
				font-size:35px;
			}
			.box-titulo-texto h1 span{					
				display:none;
			}
			.box-titulo-texto .texto{
				width:100%;
				padding:5px 0 30px 0;
			}
			.box-titulo-texto .dados-contato{
				width:80%;
				padding:20px 7% 20px 7%;
			}
				.box-titulo-texto .dados-contato .box-endereco{
					width:100%;
					padding:32px 0 20px 0;
					background:url(../../imagens/contato/icone-endereco.png) center top no-repeat;
				}
					.box-titulo-texto .dados-contato .box-endereco a{
					}
						.box-titulo-texto .dados-contato .box-endereco a:hover{
						}
				.box-titulo-texto .dados-contato .box-telefone{
					width:100%;
					padding:35px 0 10px 0;
					background:url(../../imagens/contato/icone-telefone.png) center top no-repeat;
					line-height:20px;
				}
					.box-titulo-texto .dados-contato .box-telefone a{
					}
						.box-titulo-texto .dados-contato .box-telefone a:hover{
						}
			.box-burh{
				width:84%;
				padding:20px 5% 20px 5%;
			}
		
		.box-formulario{
			width:100%;
			padding:50px 0 0 0;
			text-align:center;
		}			
			.box-formulario h2{
				margin:0 0 20px 0;
				font-size:25px;
			}
			.box-formulario .campos{
				width:calc(94% - 2px);
				padding:10px 3% 10px 3%;
				margin:0 0 10px 0;
				font-size:15px;
				color:#545454;
				border:1px solid #436586;
				outline:none;
				resize:none;
			}
			.box-formulario .ddd{
				width:13%;
				float:left;
			}
			.box-formulario .telefone{
				float:right;
				width:72%;
			}
			.box-formulario .campo-select{
				width:100%;
			}
			.box-formulario .botao{
				float:none;
				margin:0 0 0 0;
			}
				.box-formulario .botao:hover{
				}
		
		.box-frase{
			padding:30px 0 0 0;
			width:100%;
			font-size:20px;
		}
			.box-frase h4{
				font-size:30px;
				color:#24364D;
			}
}