/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

@font-face {
    font-family: 'raleway-regular';
    src: url(../raleway-regular.woff);
}



html {
  font-family: raleway-regular,sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family:raleway, monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/* ==========================================================================
   Reset
   ========================================================================== */

/**
 * Remove anchor tex-decoration
 */ 

a {
	text-decoration: none;
}

/**
 * Remove list-style
 */ 

ol, ul {
	list-style: none;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, footer, header, nav, section, main {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p, a, ul {
	font-size: 1em;
	font-weight: normal;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

.container {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

.container:after, .container:before {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-1-3 {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.grid-1 	{width: 40px;}
.grid-2 	{width: 100px;}
.grid-3 	{width: 160px;}
.grid-4 	{width: 220px;}
.grid-5 	{width: 280px;}
.grid-6 	{width: 340px;}
.grid-7 	{width: 400px;}
.grid-8 	{width: 460px;}
.grid-9 	{width: 520px;}
.grid-10 	{width: 580px;}
.grid-11 	{width: 640px;}
.grid-12 	{width: 700px;}
.grid-13 	{width: 760px;}
.grid-14 	{width: 820px;}
.grid-15 	{width: 880px;}
.grid-16 	{width: 940px;}
.grid-1-3	{width: 300px;}

@media only screen and (min-width: 768px) and (max-width: 959px) {

.container {
	width: 768px;
}

.grid-1		{width: 28px;}
.grid-2		{width: 76px;}
.grid-3		{width: 124px;}
.grid-4		{width: 172px;}
.grid-5		{width: 220px;}
.grid-6		{width: 268px;}
.grid-7		{width: 316px;}
.grid-8		{width: 364px;}
.grid-9		{width: 412px;}
.grid-10	{width: 460px;}
.grid-11	{width: 508px;}
.grid-12	{width: 556px;}
.grid-13	{width: 604px;}
.grid-14	{width: 652px;}
.grid-15	{width: 700px;}
.grid-16	{width: 748px;}
.grid-1-3	{width: 236px;}

}

@media only screen and (max-width: 767px) {
.container {
	width: 300px;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-1-3 {
	width: 300px;
	margin: 0 0 20px 0;
	float: none;
}

}

/*Estilos Gerais do Site*/

@font-face {
    font-family: 'raleway-regular';
    src: url(../raleway-regular-webfont.woff);
}

body {
	font-family: raleway-regular, arial, sans-serif;
}

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

.formphp label.nao-aparece, .formphp input.nao-aparece {
	display: none !important;
}

.form-erro span, #form-send span  {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
	display: block;
}

.form-send {
	color: #D63E29;
}

.form-erro {
	color: #D63E29;
}

.titulo {
	color: #D63E29;
	font-size:18px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 40px;
	font-weight: bold;
}

.titulo:after  {
  content:"";
  display: block;
  width: 40px;
  height: 2px;
  background: #D63E29;
  bottom: 0;
  left: 68px;
  margin: 10px auto;
  margin-bottom: 40px;
}
.btn {
	
	padding: 10px 20px;
	background: #D63E29;
	line-height: 20px;
	letter-spacing: .1em;
	color: #E2E2CF;
	margin-top: 40px;
	border-radius: 5px;
	transition: all .5s ease;
}

.btn:hover {
	color:#FFF;
	background: #666666;
	
}

.btn-2 {
	border-radius: 5px;
	padding: 10px 20px;
	background: #D63E29;
	line-height: 20px;
	letter-spacing: .1em;
	color: #FFF;
	margin-top: 40px;
	text-align: center;
}

.btn-2:hover {
	color: #FFF;
	background: #666666;
}

/*Header*/
.header{
	position: fixed;
	top: 0;
	width: 100%;
	background: #D63E29;
	padding: 13px 0;
	z-index: 10;
}

.header_menu{
	text-align: right;
}

.header_menu ul li{
	display:inline-block;
	margin-left:15px;
	margin-top: 15px;

}

.header_menu ul li a{
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	font-family: raleway-regular, sans-serif;
	line-height: 20px;
	padding: 10px 0;
	font-weight: bold;
	transition: all .3s ease;
	
}

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

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

/*banner*/

.banner_home {
	
	background-size: cover; 
	background: green;
}

/*banners Internos*/
.banners_internos {
	width: 100%;
	height: 450px;
	margin-top: 83px;	
}

.banners_internos h1{
	font-family: Times new roman, raleway-regular, arial, sans-serif; 
  color: #FFF;
	font-size:48px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 225px;
	
}

/*Sobre home*/

.sobre_home {

	padding-bottom: 10px;
	text-align: center;
	}

.sobre_home img {	
	margin: 0 auto;

}

.sobre_home h1 {
	padding-top: 40px;
	font-family:  raleway-regular, arial,Times new roman, Georgia, Helvetica,sans-serif;
	color: #D63E29;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	letter-spacing: .1em;
	font-size: 16px;
	text-transform: uppercase;
}

.sobre_home p {
	
	padding:20px 0 20px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-family:   raleway, arial,Times New Roman,Georgia, Helvetica,sans-serif;
	color: #666666;
	font-style: italic;
	text-align: center;
	letter-spacing: .1em;
	font-size: 16px;
	line-height: 25px;
}

/*Construção home*/

.construcao_home {
	background: url("../img/contrucao-home-bg.jpg") no-repeat center;
	background-size: cover; 
	text-align: center;
}

.construcao_home ul {
	margin-top: 40px;
	float: left;
}

.construcao_home li {
	display: inline-block;
	float: left;
	margin-bottom: 40px;
}

.construcao_home li h1 {
	color: #D63E29; 
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;

}

.construcao_home_introducao {
	text-align: center;
	margin-top: 40px;
}

.construcao_home_introducao p {
	color: #D63E29;
	letter-spacing: .1em;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
}

.call p {
	padding-bottom: 40px;
}

/*Serviços home*/
.servicos_home {
	text-align: center;
}

.servicos_home_lista {
	background: #D63E29;
	float: left;
	margin-bottom: 20px;

}

.servicos_home_lista li {
	float: left;
}

.servicos_home_lista h2{
	text-align: center;
	margin-top: 70px;
	color: #FFFFFF;
	font-size:14px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
}

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

.depoimentos {
	text-align: center;
	

}

.depoimentos  li img {
	margin: 0 auto;
	width: 100%;
	margin-bottom: 20px;
		
}

.depoimentos h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	margin-top: 20px;	
  text-transform: uppercase;
}

.depoimentos p{
	width: 700px;
	height: 100px;
	margin: 0 auto;
	font-family: raleway-regular, arial, Georgia,Times New Roman, Helvetica,sans-serif;
	color: #666666;
	font-style: italic;
	text-align: center;
	letter-spacing: .1em;
	font-size: 16px;
	line-height:25px;
	margin-top: 20px;
}

.depoimentos span{
	font-size: 14px;
	color: #666666;
	font-family: raleway-regular, sans-serif;
	letter-spacing: .1em;
	line-height: 20px;
	text-align: center
}

/*Luthier home*/

.luthier_home {
	width: 100%;
	height: 620px;
	background:url("../img/luthier-home_bg.jpg") no-repeat center; 
	background-size: cover;
	float: left; 
	margin-bottom: 40px;
	
}

.luthier_biografia {
	width: 460px;
	background:#000;
	opacity: 0.4;
	padding: 20px;
	margin-top: 40px;
}

.luthier_biografia h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:20px;	
  text-transform: uppercase;
 
}

.luthier_biografia p {
	font-family: raleway-regular, arial,Georgia,Times New Roman, Helvetica,sans-serif;
	color: #FFF;
	text-align: justify;
	font-style: italic;
	letter-spacing: .1em;
	font-size: 12px;
	line-height:20px;
	margin-top: 20px;
}

/*Videos home*/



.videos_home_lista {	
	padding-bottom: 20px;

}

.videos_home_lista li img {
	display: inline-block;
	width: 300px;
	height: 150px;
}
.videos_home_lista li {
	max-width: 300px;
	height: 170px;
	margin-bottom: 40px;
}



.call-2 {
	text-align: center;
	clear: both;
}

/*Footer*/

.footer {
	width: 100%;
	background: #E2E2CF;
	color:#D63E29;
	font-weight: bold;
	margin-top: 40px;
	padding: 40px;



}

.footer_contato img {
	float: left;
	margin-right: 10px; 


}


.footer_contato ul li {

	font-family: raleway-regular, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 20px;
	padding:10px;
	display: inline-block;
	
	
}

.footer_redes_sociais img {
	margin-right: 20px;	
	padding-left: 20px;

}

.footer_redes_sociais li {
	float: left;
	margin-left: 5px;
	display: inline-block;
}

.copy {
	width: 100%;
	background: #D63E29;
	padding: 20px 0;
}

.copy p {
	color: #FFF;
	text-align: center;
	font-family: raleway-regular, arial, sans-serif;
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 25px;
	
	
}

/*Plugins de slides*/

.rslides {

  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: inline-block;
  height: auto;
  float: left;
  width: 100%;
  height: 100%;
  border: 0;
  }

  /*Animações*/

  .js .banner_home, .js .titulo, .js .sobre_home, .js .animar, .js .animar-interno {
  	opacity: 0;
  }

  .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}


.banner-sobre {
	background: url("../img/bg-sobre.jpg") no-repeat center;
	background-size: cover; 
}

.pagina_sobre {
	padding-top: 10px;

}

.pagina_sobre p {
	font-family: raleway-regular, arial,Georgia,Times New Roman, Helvetica,sans-serif;
	color: #666666;
	font-style: italic;
	text-align: justify;
	letter-spacing:.1em;
	font-size: 16px;
	line-height:25px;
	margin: 10px 0 10px 0;
}


.banner-construcao {
	background: url("../img/bg-construcao-topo.jpg") no-repeat center;
	background-size: cover; 
}

.pagina_construcao {
	padding-top: 40px;
}

.pagina_construcao p {
	font-family: raleway-regular, arial, georgia,Times New Roman, Helvetica,sans-serif;
	color: #666666;
	font-style: italic;
	text-align: justify;
	letter-spacing:.1em;
	font-size: 16px;
	line-height:25px;
	margin-bottom: 20px;
	clear: both;
	
}

.pagina_construcao img {
	padding: 20px 0 20px 0;
}


.banner-servicos {
	background: url("../img/bg-servicos.jpg") no-repeat center;
	background-size: cover; 
}

.pagina_servicos {
	margin-top: 40px;
  
}

.pagina_servicos img {
	float: left;
}

.servicos_lista {
	height: 400px;
	margin-bottom: 40px;
	background:#E2E2CF;
}


.descricao {
	float: left;
	width: 470px;
	margin-left: 10px;
}

.descricao h1 {
	color:  #990000;
	font-size:18px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 150px 0 0 40px;
	font-weight: bold;
 
}

.descricao p {

	max-width: 380px;
	color:  #990000;
	text-align: left;
	font-style: italic;
	letter-spacing: .1em;
	font-size: 14px;
	line-height:25px;
	margin: 20px 40px;
}


.banner-luthier {
	background: url("../img/bg-luthier.jpg") no-repeat center;
	background-size: cover; 
}

.luthier {
	margin-top: 40px;
	color: #000;
}

.pagina_luthier h1 {
	margin-top: 40px;
	color:#000;
	font-size:18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.luthier p {	
	font-family: raleway-regular, arial,Georgia,Times New Roman, Helvetica,sans-serif;
	color: #000;
	text-align:justify;
	font-style: italic;
	letter-spacing: .1em;
	font-size: 14px;
	line-height:25px;
	margin-bottom: 20px; 
}

.luthier_img {
	margin-top: 40px;
}


.banner-galeria {
	background: url("../img/bg-galeria.jpg") no-repeat center;
	background-size: cover; 
}

.galeria {
	margin-top: 40px;
}

.pagina_galeria h1 {
	margin-top: 40px;
	font-size:18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.galeria p {	
	font-family: raleway-regular, arial,Georgia,Times New Roman, Helvetica,sans-serif;
	color: #666666;
	text-align:justify;
	font-style: italic;
	letter-spacing: .1em;
	font-size: 14px;
	line-height:25px;
	margin-bottom: 20px; 
}

.galeria_img {
	margin-top: 40px;
}

.banner-vendas {
	background: url("../img/bg-vendas.jpg") no-repeat center;
	background-size: cover; 
}

.vendas {
	margin-top: 40px;
}

.pagina_vendas h1 {
	margin-top: 40px;
	font-size:18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.vendas p {	
	font-family: raleway-regular, arial,Georgia,Times New Roman, Helvetica,sans-serif;
	color: #666666;
	text-align:justify;
	font-style: italic;
	letter-spacing: .1em;
	font-size: 14px;
	line-height:25px;
	margin-bottom: 20px; 
}

.vendas_img {
	margin-top: 40px;
}

.imageGallery1 {

        overflow: hidden; margin: 20px -10px;

    }
    .imageGallery1 > a {

        float: left; 
        width: 33.3333%; 
        padding:10px; 
        box-sizing: 
        border-box; 
        position: relative;

    }

    .imageGallery1 > a:first-child { left: -1px; }
    .imageGallery1 > a:last-child { right: -1px; }

    .imageGallery1 > a > img {

        display: block; width: 100%;

    }

    @media only screen and (max-width: 767px) {

.imageGallery1 > a {
        
        width: 100%; 
  }

}

.banner-videos {
	background: url("../img/bg-videos.jpg") no-repeat center;
	background-size: cover; 
}

.videos {
	margin-top: 40px;
}

.videos_home_lista li {
	max-width: 300px;
	height: 170px;
	margin-bottom: 40px;
}

.pagina_videos h1 {
	margin-top: 40px;
	color:#666666;
	font-size:18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.pagina_videos p {	
	padding-top: 40px;
	font-family: raleway-regular, arial,Georgia,Times New Roman, Helvetica,sans-serif;
	color: #666666;
	text-transform: uppercase;
	text-align:justify;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: .1em;
	line-height:25px;
	margin-bottom: 20px; 
}

.videos {
	
	padding-bottom: 20px;

}

.videos li img {
	display: inline-block;
	width: 300px;
	height: 150px;
}
.videos li {
	max-width: 300px;
	height: 170px;
}

.banner-artigos {
	background: url("../img/bg-artigos.jpg") no-repeat center;
	background-size: cover; 
}

.pagina_artigos {
	padding-top: 40px;

}

.pagina_artigos img {
	text-align: center;

}

.pagina_artigos p {
	font-family: raleway-regular, arial, georgia,Times New Roman, Helvetica,sans-serif;
	color: #666666;
	font-style: italic;
	text-align: justify;
	letter-spacing:.1em;
	font-size: 16px;
	line-height:25px;
	margin-bottom: 20px;
	clear: both;
	
}

.pagina_artigos img {
	padding: 20px 0 20px 0;
}



.banner-contato {
	background: url("../img/bg-contato.jpg") no-repeat center;
	background-size: cover; 
}
/* Contato */
.pagina_contato {
	margin-top: 40px;
	

}

.pagina_contato p {
	font-family: raleway-regular, arial, sans-serif;;
	color: #666666;
	font-style: italic;
	text-align: justify;
	letter-spacing: .1em;
	font-size: 14px;
	line-height: 25px;
	margin-left: 10px;
}

.pagina_contato_introducao {
	margin-bottom: 40px;
}

.contato {
	margin-top: 40px; 

}


.contato_form {
	padding-right: 50px;
	
}

.contato_form label {
	display: block;
	font-family: raleway-regular, arial, sans-serif;;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 4px;
	color:#D63E29;

}

.contato_form input {
	display: block;
	width: 100%;
	border: 1px solid #666666;
	border-radius: 5px;
	background: #FFF;
	padding: 7px 10px;
	margin-bottom: 10px;
	outline: none;
	font-size: 14px;
	font-family: raleway-regular, arial, sans-serif;

}

.contato_form textarea {
	display: block;
	width: 100%;
	height: 120px;
	border: 1px solid #666666;
	border-radius: 5px;
	background: #FFF;
	padding: 7px 10px;
	outline: none;
	font-size: 14px;
	font-family: raleway-regular, arial, sans-serif;
}


.contato_form button {
	padding: 7px 20px;
	font-weight: bold;
	border:1px solid #D63E29;
	margin-bottom: 20px; 
}

.contato_form button:hover {
	font-weight: bold;
	border: 1px solid #666666;

}


.dados h3 {
	font-size:14px;
	line-height: 25px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	margin-left: 10px;


}

.dados span {

	display: block;
	font-size: 16px;
	line-height: 30px;
	font-family: raleway-regular, arial, sans-serif;
	color: #666666;
	margin-left: 10px;
}


.dados span:nth-of-type(3) {
	margin-bottom: 20px;
	margin-left: 10px;

} 

.dados iframe {
	margin: 27px 10px 0 10px;
}


.dados_email {
	margin-bottom: 40px;

}

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

.contato_dados ul li a {
	border: 2px solid  #D63E29;
	display: block;
	padding: 6px;
	background:  #D63E29;

}

.contato_dados ul li a:hover {
	border-color: #A08A54;
}

.pagina_luthier h1 {
	margin-top: 40px;
	color: #666666;
	font-size:16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.luthier p {	
	font-family: raleway-regular, arial, sans-serif;
	color:  #666666;
	text-align:justify;
	font-style: italic;
	letter-spacing: .1em;
	font-size: 14px;
	line-height:25px;
	margin-bottom: 20px; 
}

.luthier_img {
	margin-top: 40px;
}

/*Estilo para tablets*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.header_menu ul li{
	margin-left:5px;
	margin-top: 10px;
}

.header_menu ul li a{
	font-size: 10px;
}

.servicos_home_lista img {
	width: 85%;
}

.servicos_home_lista h2{
	text-align: center;
	margin: 60px 30px 0 0;
}

.servicos_lista {
	height: 400px;
	
}

.servicos_lista img {
	float: left;
}


.descricao {
	
	width: 270px;
	float:left;
	
}

.descricao h1 {
	
	
	margin: 80px 0 0 20px;

 
}

.descricao p {

	max-width: 380px;
	color:  #990000;
	text-align: justify;
	font-style: italic;
	letter-spacing: .1em;
	font-size: 12px;
	line-height:25px;
	margin: 20px 10px 0px 20px;

}



.videos_home_lista li iframe {
	width: 235px;
	height: 135px;
}

.videos_home_lista li {
	margin-bottom: 0;
}

.videos li iframe {
	width: 235px;
	height: 135px;
}

.call-2 {
		padding-top: 0;
	}	
	

.dados iframe {
max-width: 360px;
height: 335px;
}


}

/*Estilo para smartphones*/
@media only screen and (max-width: 767px) {


.header {
	position: relative;
	padding-bottom: 0;
}

.header img {
margin: 0 auto 10px auto;

}

.header_menu {
	text-align: center;
}

.header_menu ul li {
	margin: 5px;
}

.header_menu ul li a {
	
	border: 3px solid #FFF;
	width: 120px;
	display: block;
	float: left;
	padding: 10px;
}

.header_menu ul li a img {
	padding: 0px;
	margin-bottom: 0px;
}

.header_menu ul li a:hover {
	border-color: #E2E2CF;
}

.banner_home {
	margin-top: 0px;
	background: url("../img/banner-mobile.jpg") no-repeat center; 
	background-size: cover; 
}

.sobre_home {
	padding-bottom: 0px;
}



.sobre_home h1 {
	padding-top: 20px;
	
}

.sobre_home  p {	
	padding-top: 20px;
	width: 260px;
	margin: 0 auto;
	text-align: justify;
	font-size: 14px;

	
}

.sobre_home {
	padding-bottom: 10px;
}

.construcao_home {
	background:#FFFFFF00;
	padding-bottom: 0px;
}

.construcao_home ul {
	margin-top: 0;

}
.construcao_home_introducao {
	margin-top: 0px;
	padding: 0 10px;
}
.construcao_home_introducao p {
	font-size: 14px;
	line-height: 25px;
	
}

.construcao_home li {
	
	border: 1px solid #F0F0F0;
	
}

.construcao_home li h1 {
	color: #D63E29; 	
	background:  #E2E2CF;
	

}

.servicos_home {
	border: 1px solid #D63E29;
	padding-bottom: 30px;
}

.servicos_home_lista {
	max-width: 230px;
	float: left;
	margin:34px 34px 10px 34px;
	text-align: center;
}

.servicos_home_lista img {
	padding-bottom: 10px;
}

.servicos_home_lista h2{
	text-align: center;
	background: #D63E29;
	color: #FFFFFF;
	font-size:14px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	margin-top: 100px;
}

.depoimentos img {
	margin: 0 auto;
}

.depoimentos p {
	text-align: justify;
}

.luthier_home {
	width: 100%;
	height: 620px;
	background:url("../img/luthier-home_bg_mobile.jpg") no-repeat center; 
	background-size: cover;
	float: left; 
	margin-bottom: 40px;
}

.luthier_biografia {
	width: 300px;
	padding: 10px;
	margin-top: 18px;
}

.luthier_biografia h2 {
		margin:5px 10px;	
}

.luthier_biografia p {
		margin:10px;	
  
}

.videos_home {
	padding-bottom:0px;
}

.call-2 {
		padding-top: 0;
	}	

.footer_contato {
	text-align:center;
}

.footer_redes_sociais li {
	float: left;
	margin-left: 25px;
	display: inline-block;
}

/*Paginas Internas*/

.banners_internos {
	margin-top: 0px;	
}

.banners_internos h1{
	font-size:28px;
	line-height: 30px;
}

.pagina_sobre p {
	font-size: 12px;
}

.pagina_artigos p {
	font-size: 12px;
}
.dados span{
	font-size: 12px;
}
.pagina_construcao p {
	font-size: 12px;
}

.pagina_contato p {
	font-size: 12px;
}

.pagina_luthier p {
	font-size: 12px;
}
.servicos_lista {
	height: 500px;
	padding-bottom: 20px;
	
}


.descricao {
	float: left;
	width:300px;
	
}

.descricao h1 {
	
	font-size:16px;	
	margin: 15px 0 0 15px;
	
 
}

.descricao p {
  
	max-width: 300px;
	color:  #990000;
	text-align: justify;
	font-style: italic;
	letter-spacing: .1em;
	font-size: 12px;
	line-height:25px;
	margin-left: 15px;
	margin-top: 10px;
}

.contato_form {
	padding-right: 10px;
	padding-left: 10px;
	
}	
.dados iframe {
max-width: 300px;
}

.copy {

	padding: 20px 0;
}

.copy p {
	margin-top: 0px;
	margin-bottom: 0;	
	letter-spacing: 0.1em;
	line-height: 20px;
}

.footer {
	
	margin-top: 10px;
	padding: 20px;

}































	








