
.introducao_interna {
  width: 100%;
  height: 360px;
  background-image: url(../img/bg-sobre.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;
}



.texto_sobre p {
	font-family: 'Montserrat', Arial;
	font-weight: 200;
	max-width: 600px;
	line-height: 30px;
	font-size: 18px;
	color: #585858;
	text-align: justify;
	margin: 0 auto;
	padding: 100px 0;
}

.texto_sobre strong {
	font-weight: 400;
}



.mvv {
	margin: 100px 0;
}

.mvv h2 {
	font-size: 20px;
	font-weight: 700;
	color: #1B1B1B;
}

.mvv h2:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FF0000;
	margin: 0 10px 0 0;
}

.mvv p {
	font-size: 18px;
	color: #8D8D8D;
	text-align: justify;
	line-height: 27px;
	margin-top: 35px;
}


/* Pré Footer */

.pre_footer_branco {
  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;
}
