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

.portfolio {
	margin: 80px 0 100px 0;
}

.introducao_projeto {
	height: 300px;
	width: 100%;
	background: url(../img/projeto-compatibilizacao2.jpeg);
	position: relative;
}

.opacity_introducao_projeto {
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.4);
	width: 100%;
	height: 300px;
}

.sobre_projeto {
	margin: 100px 0;
}


.sobre_projeto h2, .ficha_tecnica h2, .mapa h2 {
	font-family: 'Roboto', Arial;
	font-size: 26px;
	font-weight: 700;
	color: #1B1B1B;
	text-align: center;
	display: flex;
	width: fit-content;
	margin: 0 auto;
}


.sobre_projeto p {
	font-family: 'Montserrat', Arial;
	max-width: 700px;
	margin: 60px auto 0 auto;
	font-size: 18px;
	line-height: 27px;
	font-weight: 200;
	color: #585858;
	text-align: justify;
}

.slide {
	margin: 100px 0;
}

.swiper-container {
    width: 100%;
    height: 700px;
}

.ficha_tecnica {
	margin: 100px 0;
}

.ficha_tecnica p {
	font-family: 'Montserrat', Arial;
	font-weight: 200;
	margin-top: 60px;
	font-size: 18px;
	line-height: 27px;
	color: #585858;
}

.mapa iframe {
	margin-top: 60px;
}

.form_index .column6 + .column6 {
	margin-bottom: 60px;
}

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

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

.endereco_prefooter_branco{
  text-align: left;
}

.endereco_prefooter_branco strong {
  color: #C62828;
  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: #C62828;
  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: #C62828;
  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;
}
