@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent } 

body { min-width:990px; font:12px Verdana, Geneva, sans-serif; line-height: 1; text-align: center; overflow-x: hidden; height: 100%; width: 100%; padding: 0; margin: 0; background: #000;} 

ol, ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none }
:focus { outline: 0 }
ins { text-decoration: none }
del { text-decoration: line-through }
table { border-collapse: collapse; border-spacing: 0 }
a {text-decoration:none; color:#434343 }
a:hover {color:#434343 }
form { width:100%; float:left }


/*---------------------------------------------------------------------------*/
/* Font Face */
/*---------------------------------------------------------------------------*/

@font-face {
    font-family: 'matchbookregular';
    src: url('fonts/Matchbook-webfont.eot');
    src: url('fonts/Matchbook-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Matchbook-webfont.woff2') format('woff2'),
         url('fonts/Matchbook-webfont.woff') format('woff'),
         url('fonts/Matchbook-webfont.ttf') format('truetype'),
         url('fonts/Matchbook-webfont.svg#matchbookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'appleberryregular';
    src: url('fonts/appleberry_with_cyrillic-webfont.eot');
    src: url('fonts/appleberry_with_cyrillic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/appleberry_with_cyrillic-webfont.woff2') format('woff2'),
         url('fonts/appleberry_with_cyrillic-webfont.woff') format('woff'),
         url('fonts/appleberry_with_cyrillic-webfont.ttf') format('truetype'),
         url('fonts/appleberry_with_cyrillic-webfont.svg#appleberryregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*---------------------------------------------------------------------------*/
/* Estrutura */
/*---------------------------------------------------------------------------*/

body{
  background: #010101;
}

#wrap{
  width: 100%;
}

#contact_footer{
  width: 980px; height: 40px; margin: 0 auto; padding: 0 0 20px 0;
}

#contact_footer h2{
  background: url("../img/contact_icon.png") 65px 9px no-repeat; font: 34px/34px 'matchbookregular'; color: #b8b9bd; text-align: left;
}

#contact_footer h2 a{
  color: #b8b9bd; text-decoration: none;
}

/*---------------------------------------------------------------------------*/
/* Home */
/*---------------------------------------------------------------------------*/

#content{
  padding: 240px 0 208px 0; width: 980px; margin: 0 auto;
}

#logo a {
  background-image: url("../img/bossa_nove.png"); background-repeat: no-repeat; display: block; height: 108px; width: 435px; text-indent: -9999px; margin: 0 auto;
}

#bg_home{
  width: 100%; height: 94px;  background-image: url("../img/bg_home.png"); margin: 0 0 315px 0;
}


/*---------------------------------------------------------------------------*/
/* Empresa */
/*---------------------------------------------------------------------------*/


#content_empresa{
  padding: 107px 0 290px 0; width: 980px; margin: 0 auto;
}

#content_empresa ul{
 margin: 296px 0 100px 0;
}

#content_empresa li{
  display: inline-block; font: 50px/52px 'appleberryregular'; color: #b8b9bd; text-transform: uppercase; margin: 0 0 0 42px;
}

#content_empresa li a{
  color: #b8b9bd;
}

#content_empresa li a:hover{
  color: #ffffff;
}

#content_empresa li:first-child{
  margin: 0 0 0 0;
}

#bg_empresa{
  width: 100%; height: 94px;  background-image: url("../img/bg_home.png"); margin: 0 0 15px 0;
}


/*---------------------------------------------------------------------------*/
/* Contato */
/*---------------------------------------------------------------------------*/

#content_contato{
  padding: 107px 0 290px 0; width: 980px; margin: 0 auto;
}

#info_contato{
  margin: 256px 0 0 0;
}

#info_contato p{
  font: 38px/50px 'appleberryregular'; color: #b8b9bd; text-transform: uppercase;
}

#info_contato p a{
  color: #b8b9bd; text-decoration: none;