@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'unibody_8_pro_regregular';
    src: url('../font/unibody8pro-regular.eot');
    src: url('../font/unibody8pro-regular.eot?#iefix') format('embedded-opentype'),
         url('../font/unibody8pro-regular.woff') format('woff'),
         url('../font/unibody8pro-regular.ttf') format('truetype'),
         url('../font/unibody8pro-regular.svg#unibody_8_pro_regregular') format('svg');
    font-weight: normal;
    font-style: normal;

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

}
@font-face {
    font-family: 'UnderwoodChampion';
    src: url('../font/underwood_champion.eot');
    src: url('../font/underwood_champion.eot?#iefix') format('embedded-opentype'),
         url('../font/underwood_champion.woff') format('woff'),
         url('../font/underwood_champion.ttf') format('truetype'),
         url('../font/underwood_champion.svg#UnderwoodChampion') format('svg');
    font-weight: normal;
    font-style: normal;

}


* { border: 0; }
.italico { font-style:italic; }
div#bg { position: fixed; width: 100%; height: 100%; background: url(../img/background.jpg) fixed; top: 0; left: 0; z-index: -99999; }
body { background: url(../img/background.jpg) fixed; border:0; margin: 30px; }

  #allSite { background: white; width:100%; box-sizing:border-box; padding-top: 1px;
        -webkit-box-shadow: 3px 3px 10px rgba(50, 50, 50, 0.94);
        -moz-box-shadow:    3px 3px 10px rgba(50, 50, 50, 0.94);
        box-shadow:         3px 3px 10px rgba(50, 50, 50, 0.94); }
    #allSite #nome { width:auto; overflow:hidden; }
    #allSite h1 { background: #4A4A4A; background-position: 20px 7px; width: 100%; height: 37px; margin: 0; border: 0; padding: 6px 20px 4px; color: #FFF; text-transform:uppercase; font-family: "unibody_8_pro_regregular"; font-size: 24px; font-weight: normal; }
    #allSite .line { height:3px; width:100%; margin: 3px 0; border:0; background:#CCC; }
    #allSite .lineDown { margin-top: 10px; background: transparent; border-top: 1px dashed #AAA; width: 100%; padding-top: 10px; }

    #allSite #conteudo { margin: 23px; font-family:"UnderwoodChampion"; font-size:15px; }
      #allSite #conteudo li { font-family:"desyrelregular"; list-style-type:none; }
    #allSite #conteudo p { margin: 0; border: 0; padding: 0; }
    #allSite #conteudo span { color: #D22; }
    #allSite #conteudo a { text-decoration: none; color: #D22; }
    #allSite #conteudo a:hover { text-decoration: underline; color: #B00; }
    
    #allSite #icones { text-align: right; padding-right: 30px; margin-top: 70px; }
    #allSite #icones img#iconMail { margin-left: 3px; }
    #allSite #icones img#iconPhone { margin-left: 3px; }
    
@media (max-device-width: 740px)
{
  body { border:0; margin: 13px; }
  #allSite { background: white; width:100%; height: initial; }
    #allSite h1 { height: 28px; font-size: 25px; font-family:'arial'; letter-spacing: 1px; font-stretch: condensed; font-weight: bold; }
    #allSite #conteudo { margin: 15px 20px; font-size:13px; font-family: monospace; }
      #allSite #conteudo ul { margin-top: 10px; margin-bottom: 7px; }
      #allSite #conteudo li { font-size: 15px; margin-top: -2px; }
} 
  
