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

.servicos {
	margin: 100px 0 20px 0;
}

.servicos ul li {
	margin-bottom: 80px;
	text-align: center;
}

.servicos img {
	height: 200px;
	width: auto;
	margin: 0 auto;
}

.servicos h2 {
	font-size: 26px;
	font-weight: 600;
	color: ##0090d5;
	margin-top: 50px;
}


.servicos h2:after {
	margin: 15px auto 25px auto;
}

.servicos p {
	font-size: 18px;
	color: #8D8D8D;
	line-height: 30px;
	font-weight: 200;
	margin: 40px auto 0 auto;
	max-width: 800px;
}

/* 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;
}

/* Quebra */

.quebra {
	width: 100%;
	height: 250px;
	background-image: url(../img/bg_blockquote.png);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
}

.opacity_quebra {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 250px;
	background-color: rgba(0,0,0,.6);
}

.quebra p {
	position: relative;
	font-family: Georgia, serif;
	font-size: 18px;
	color: white;
	max-width: 500px;
	text-align: center;
}

.quebra p:before, .quebra p:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: white;
	margin: 0 auto 15px auto;
}

.quebra p:after {
	margin: 15px auto 0 auto;
}

.quebra cite {
	font-size: 18px;
	font-weight: 700;
	color: white;
	position: relative;
	font-style: normal;
	margin-top: 20px;
	display: block;
}