
/* Estilos Gerais */

body {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: 20px;
}

img {
    display: block;
}

.btn {
	border: 3px solid #fec63e;
	padding: 10px 30px;
	color: #fec63e;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
}


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

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

/* Header */

.header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fec63e; /* Amarelo */
	padding: 15px 0;
	z-index: 10;
}

.header_menu {
	text-align: right;
}

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

.header_menu ul li a {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
}

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


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

/* Introdução */

.introducao {
	width: 100%;
	height: 380px;
	background: url("../img/bg.jpg") no-repeat center;
	background-size: cover;
	margin-top: 92px;
    padding-top: 80px;
    text-align: center;
}


.introducao h1 {
	font-size: 48px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

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


.quote-externo-white {
	color: white;
}

.quote-externo-black {
	color: black;
}

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

.quote-externo p:before, .quote-externo p:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;	
	margin: 14px auto 10px auto;
}

.quote-externo-white p:before, .quote-externo-white p:after {
    background: #fff;
}

.quote-externo-black p:before, .quote-externo-black p:after {
    background: #000;
}

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

/* Introdução Interna */
.introducao-interna {
    width: 100%;
    text-align: center;
    margin-top: 92px;
    height: 160px;    
    background-size: cover;
    color: #fff;
    padding-top: 30px;
}

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

.introducao-interna h1:after {
    content: "";
    background: #fff;
	display: block;
	width: 60px;
	height: 3px;	
	margin: 6px auto 10px auto;
}

/* Produtos */

.produtos {
    text-align: center;
}

.img-produto {
    display: inline;
}

.subtitulo {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
	font-size: 25px;
    line-height: 20px;
    padding-top: 45px;
    padding-bottom: 40px;
    letter-spacing: .1em;
}

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

.subtitulo-interno {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
	font-size: 25px;
    line-height: 20px;
    padding-bottom: 20px;
    letter-spacing: .1em;
}

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

.div-img-produto {
    background-color: #000;
    text-align: center;
    height: 185px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.produto-box-info {
    background: #fec63e; /* Amarelo */
    text-align: center;
}

.produto-box-info h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
	font-size: 18px;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: .1em;
}


.produto-box-info h3:after {
    content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #000;
	margin: 2px auto 10px auto;
}


.produto-box-info p {
    padding: 10px 20px 20px 20px;    
    font-size: 14px;
}

.call {
    padding-top: 40px;
    height: 111px;
    clear: both;
    margin-bottom: 60px;
}

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

.portfolio {
    text-align: center;
}

/* Portfolio */
.portfolio {
    background-color: #000;
    color: #fec63e; /* Amarelo */    
}

.portfolio .subtitulo:after {
    background: #fec63e; /* Amarelo */
}

.espacamento-img {
    padding-top: 20px;
}


/* Qualidade */
.qualidade {
    text-align: center;
}

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

.qualidade img {
    margin: 0 auto;
    margin-bottom: 30px;
}

.underscore {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
	font-size: 18px;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: .1em;
}

.underscore:after {
    content: "";
	display: block;
	width: 60px;
	height: 3px;	
	margin: 6px auto 10px auto;
}

.underscore-white:after {
    background: #fff;	
}

.underscore-black:after {
    background: #000;	
}

.underscore-yellow:after {
    background: #fec63e; /* Amarelo */
}

.underscore-yellow {
    color:  #fec63e; /* Amarelo */
}

/* Quebra */

.quebra {
    text-align: center;
    overflow: auto;
    background: url("../img/bg-footer.jpg") no-repeat center;
    width: 100%;
    height: 220px;
}
.quebra blockquote {
    max-width: 400px;

}

/* Footer */

.footer {
    width: 100%;
    background-color: #000;
    color: #FFF;
    padding: 20px 0;
}

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

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

.footer_historia {
    padding-right: 55px;
}

.footer_contato ul li {
    font-size: 14px;
    line-height: 20px;
    font-family: Georgia, "Times New Roman", serif;
}

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

.footer_redes ul li a {
    border: 3px solid #fec63e;
    display: block;
    padding: 10px;    
}

.footer_redes ul li a:hover {
    border: 3px solid #FFF;
}

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