/* Estilos Gerais ---------------------------------------------------------------------------------------------------------------*/

body {
	font-family: "Century Gothic", sans-serif;
}

p {
	font-family: "Century Gothic", serif;
	font-size: 14px;
	line-height: 20px;
}

img {
	display: block;
	max-width: 100%;
}

.btn {
	border: 2px solid #343537;
	padding: 5px 10px;
	background-color: #343537;
	color: #A2CC49;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	transition: all .5s ease;
}

.btn:hover {
	color: #A2CC49;
	border-color: #A2CC49;
}

.btn.btn-preto:hover {
	color: #A2CC49;
	border-color: #A2CC49;
}

.subtitulo {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #107b4a;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}

.subtitulo:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #107345;
	margin: 8px auto;
}

.subtitulo-interno {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #107b4a;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.subtitulo-interno  h3{
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #107b4a;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.subtitulo-interno:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #107b4a;
	margin: 8px 0;
}

/* Header ---------------------------------------------------------------------------------------------------------------*/

.header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #373435; /* Grafitti */
	padding: 10px 0;
	z-index: 1;
}

.header_menu {
	text-align: right;
}

.header_menu ul li {
	display: inline-block;
	margin-left: 25px;
	margin-top: 20px;
}

.header_menu ul li a {
	color: #a2cc49;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
	transition: all .5s ease-out;
}

.header_menu ul li a:hover {
	color: #107b4a;
}

.header_menu ul li a.menu_ativo {
	color: #107b4a;
}

.header_menu ul li{
	text-align: left;
}


/* Introdução ---------------------------------------------------------------------------------------------------------------*/

.introducao {
	width: 100%;
	height: 650px;
	background: url("../img/Fisco/nova-sala-patrão.jpg") no-repeat center;
	background-size: cover;
	margin-top: 0px;
	text-align: left;
	padding-top: 140px;
}

.introducao h1 {
	font-size: 48px;
	color: #373435;
	font-weight: bold;
}



.quote-externo {
	max-width: auto;
	margin: 0px auto;
	margin-bottom: 40px;
	color: #373435;
}

.quote-externo p {
	font-style: italic;
}


}

.quote-externo cite {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: .1em;
}

/*Introducao Interna---------------------------------------------------------------------------------------------------------------*/

.introducao-interna {
	width: 100%;
	margin-top: 20px;
	height: 360px;
	text-align: right;
	color: #373435;
	padding-top: 30px;
}

.introducao-interna h1 {
	font-size: 36px;
	font-weight: bold;
}

.introducao-interna h1:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #107B4A;
	margin: 6px auto 10px 92%;
	align-content: right;
}


/*Produtos---------------------------------------------------------------------------------------------------------------*/

/*Animação---------------------------------------------------------------------------------------------------------------*/
.anime{
	opacity: 1;
	transform: translate3d(-10, 0, 0);
	transition: 2s;
}

.anime-start{
	opacity: 0;
	transform: translate3d(-300px,0,0);
}


.produtos {
	padding: 60px 0;
}

.produtos_lista ul{
	align-items: center;
}

.produtos_lista li{
	background: #A2CC49;
	text-align: center;
}

.produtos_lista li img {
	margin: 0 auto;
}

.produtos h2 {
	font-size: 28px;
	color: #107B4A;
	font-weight: bold;
}

.produtos_lista li h3{
	font-weight: bold;
	font-size: 18px;
	color: #373435;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 20px;
}

.produtos_lista li h3:after{
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #107B4A;
	margin: 2px auto;
}

.produtos_lista li p {
	padding: 10px 20px 20px 20px;
	color: #373435;
}

.produtos_icone {
	background: #373435;
	padding: 20px;
}

.call {
	padding-top: 40px;
	text-align: center;
	clear: both;
}

.call p{
	margin-bottom: 20px;
}


/*Portfólio---------------------------------------------------------------------------------------------------------------*/

.portfolio {
	width: 100%;
	background: #B9B9BB;
	padding: 40px 0;
}

.portfolio .subtitulo {
	color: #107345;
}

.portfolio .subtitulo:after {
	background: #A2CC49;
}

.portfolio_lista li:last-child {
	margin-top: 20px;
}

.portfolio .call p {
	color: #fff;
}

/*Qualidade---------------------------------------------------------------------------------------------------------------*/

.qualidade {
	padding: 60px 0;
}

.qualidade:after {
	content: "";
	width: 634px;
	height: 83px;
	display: block;
	background: url("../img/linhas.png") no-repeat center;
	position: absolute;
	top: 209px;
	right: 162px;
	z-index: -1;
}

.qualidade img{
	margin: 0 auto;
}

.qualidade_lista {
	padding-top: 20px;
	overflow: auto; /* clear-fix */
}

.col-sm li {
	text-align: center;
	padding: 0 40px;
}

.col-sm li h3{
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 20px;
	color: #107b4a;
}
.col-sm h3{
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 20px;
	color: #107b4a;
}

.col-sm h3:after{
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #A2CC49;
	margin: 6px auto;
}

/*Quebra---------------------------------------------------------------------------------------------------------------*/

.quebra {
	width: 100%;
	height: 140px;
	/*background: url("../img/bg-footer.jpg") no-repeat center;*/
	background-size: cover;
	font-size: 14px;
	text-align: center;
	padding-top: 20px;
}

.quebra .quote-externo {
	max-width: 600px;
}

/*Footer---------------------------------------------------------------------------------------------------------------*/

.footer {
	width: 100%;
	background-image: linear-gradient(#373435, #696969);
	color: #fff;
	padding: 20px 0;
}

.footer h3 {
	font-size: 18px;
	line-height: 25px;
	color: #A2CC49;
	letter-spacing: .1em;
	font-weight: bold;
}

.footer h3:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #A2CC49;
	margin: 6px 0 12px 0;
}

.footer_historia {
	padding-right: 40px;
}

.footer_contato ul li {
	font-size: 14px;
	line-height: 20px;
	font-family: Century Gothic, serif;
	display: inline-block;
	margin-right: 30px;
}

.footer_redes ul li {
	display: inline-block;
	margin-right: 10px;
}

.footer_redes ul li a {
	display: block;
	padding: 10px;
	transition: all .5s ease-out;
}

.footer_redes ul li a:hover {
	border-color: #A2CC49;
}

.copy {
	width: 100%;
	background: #696969;
	padding: 20px 0;
	color: #ffffff;
}


/*ANIMAÇÕES---------------------------------------------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.carousel-caption h5{
	color: #107B4A;
	font-weight: bold;
	font-size: 38px;
	position: top;
}
.carousel-indicators li{
	color: #107B4A;
	background-color: #107B4A;
}

.carousel-control-prev-icon, .carousel-control-next-icon{
	top: 0;
	opacity: none;
} 

