@charset "utf-8";
/**
 * Created by Roberto Coelho on 20/07/2014.
 * Copyright ©2013-2014 betoweb.com.br.
 * Todos os direitos reservados. All rights reserved.
 */
@import 'fonts.css';
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* css reset */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus{
    outline: none;
}
/* fim css reset  */

html{
    background: rgba(250, 250, 250, 0.85);
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
body:after {
    content: '';
    background: transparent url('../img/pattern.png') repeat left top;
    background-size: 4px 4px;
    z-index: -1;
    opacity: .1;
}
body {
    font-family: 'Roboto Condensed', arial, helvetica, sans-serif;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    z-index: 0;
    -webkit-backface-visibility: hidden;
}
.logo{
    width: 600px;
    height: 400px;
    margin: 0 auto;
}

.logo > a{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -200px;
    width: 600px;
    height: 400px;
    display: block;
    text-decoration: none;
}

.logo > a > span{
    background: url("../img/logo.png") 0 0 no-repeat;
    width: 600px;
    height: 400px;
    display: block;
}

/*
.logo > a:hover > span{
    background: url("../img/logo.png") -320px 0 no-repeat;
    width: 600px;
    height: 400px;
    display: block;
}
*/

.logo > a > h4{
    font-family: "Roboto Condensed", arial, sans-serif;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding-left: 58px;
    margin-top: -5px;
    text-decoration: none;
}

.logo > a:hover > h4{
    color: #fff;
}


#bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    display: inline-block;
}