
.introducao_interna {
  width: 100%;
  height: 360px;
  background-image: url(../img/bg-contato.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.introducao_interna h1 {
	font-family: 'Roboto', serif;
  font-size: 36px;
  display: flex;
  color: #FFF;
}

.formulario_contato {
	padding: 50px 0 0 0;
}

.form_contato {
	width: min-content;
}


.formulario_contato input, .formulario_contato textarea {
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
	padding: 15px 0 30px 0;
	border: none;
	background: white;
	border-bottom: 2px solid #565656;
	 
}

.formulario_contato input:focus, .formulario_contato textarea:focus {
	border-bottom: 2px solid #0090d5;
	color: #565656;
	outline: none;

}

input[type="text"]::placeholder {  
	color: #565656;
	text-align: left;

}

.formulario_contato button {
  background: none;
  border-radius: 6px;
  border: 1px solid #565656;
  color: #565656;
  padding: 10px 65px;
  float: right;
}

.formulario_contato button:hover {
	background: #565656;
	color: #fff;
	transition: .5s;
}

/* Pré Footer */

.pre_footer_branco {
	margin-top: 50px;
  background: #FFF;
  padding: 100px 0;
	text-align: center; 
}

.img_prefooter_branco {
  width: 250px;
  float: left;
  padding-bottom: 100px;
}

.menu_prefooter_branco {
  display: block;
  text-align: left;
}
.menu_prefooter_branco {
  padding-left: 70px;
}

.menu_prefooter_branco ul li {
  font-size: 14px;
  line-height: 23px;
  padding-bottom: 13px;
  font-weight: 400;
  color: #0090d5;
}

.endereco_prefooter_branco{
  text-align: left;
}

.endereco_prefooter_branco strong {
  color: #0090d5;
  font-weight: 600;
  font-size: 16px;
}

.endereco_prefooter_branco  ul {
  padding-top: 20px;
}

.endereco_prefooter_branco  ul li {
  text-align: left;
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
  color: #565656;
}

.contato_prefooter_branco  {
  text-align: left;
}


.contato_prefooter_branco strong {
  color: #0090d5;
  font-weight: 600;
  font-size: 16px;
}

.contato_prefooter_branco p {
  text-align: left;
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
  color: #565656;
  padding-bottom: 40px;
}

.contato_prefooter_branco p a {
	text-decoration: none;
	font-weight: 200;
	color: #565656;
}

.contato_prefooter_branco p a:hover {
	text-decoration: none;
	color: #0090d5;
  transition: .5s;
}

/*Conato index*/

.contato_index_preto {
  background: #1B1B1B;
}

.contato_index .titulo {
  color: #FFF;
}

.item_copy_preto {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

.item_copy_preto p {
  font-size: 14px;
  color: white;
}

.item_copy_preto img {
  height: 50px;
  width: auto;
}
