@charset "utf-8";
/* CSS Document
Desenvolvido por:
	Brunno Arthur Monteiro Soares
	http://www.nochost.com.br/
	contato@nochost.com.br
*/
html,
            body,
            div,
            período,
            applet,
            objeto,
            iframe H1,
            H2,
            H3,
            H4,
            H5 e H6,
            p,
            blockquote,
            pre,
            um,
            abbr,
            sigla,
            endereço,
            grande,
            citar,
            código,
            del,
            dfn,
            em,
            img,
            ins,
            kbd,
            q,
            s,
            samp,
            pequeno,
            greve,
            forte,
            sub,
            sup,
            tt,
            var,
            b,
            u,
            i,
            centro,
            dl,
            dt,
            dd,
            ol,
            ul,
            li,
            fieldset,
            forma,
            etiqueta,
            legenda,
            mesa,
            caput,
            tbody,
            tfoot,
            thead,
            tr,
            th,
            td,
            artigo,
            de lado,
            lona,
            ​​detalhes,
            incorporar,
            figura,
            figcaption,
            rodapé,
            cabeçalho,
            HGroup,
            menu de navegação,
            de saída,
            rubi,
            seção,
            resumo,
            tempo,
            marca,
            áudio,
            vídeo {
                margin: 0;
                padding: 0;
                border: 0;
                font-size: 100%;
                vertical-align: baseline;
            }
            /* Redefinição HTML5 display de papel para navegadores mais antigos */
            
            artigo,
            de lado,
            detalhes,
            figcaption,
            figura,
            rodapé,
            cabeçalho,
            HGroup,
            menu,
            nav,
            section {
                display: block;
            }
            
            body {
                color: #565656;
                font-family: Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, sans-serif;
                font-size: 16px;
                font-weight: 300;
                line-height: 36px;
                margin: auto !important;
                overflow-x: hidden !important;
                text-align: center;
                background: #3a3a3c;
            }
            .barra{
                width:100%;
                min-width:1000px;
                height:5px;
                background:#8a191c;
            }
            
            #home {
                width: 100%;
                margin: 0 auto;
            }
            
            #logo {
                background: #FFF;
            }
            
            #logo .img-logo {
                padding-top: 20px;
            }
            
            #home .meio {
                width: 100%;
                margin: 0 auto;
            }
            #home span{
                visibility:hidden;
            }
            #home a{
                text-decoration:none;
                color:#E4E4E4;
            }
            #home a:hover{
                color:#FFF;
            }
            #home .título{
                font-size:16px;
                color:#E4E4E4;
                padding-bottom:5px;
                padding-top:15px;
                font-weight: bold;
                font-family:Tahoma, Geneva, sans-serif;
            }
            #home ul li{
            list-style:none;
            padding-top:2px;
            display:block;
            }
            #home li{
                font-size:14px;
                color:#E4E4E4;
            }
            #home i{
                font-size:18px;
                padding-right:2px;
                color:#E4E4E4;
            }
            #home .underline{
                background: url("images/underline.png") repeat-x scroll 0 0;
                height: 2px;
                margin: 0 0 5px;
                width: 100%;
                max-width:280px;
            }
            
            a:link {
                text-decoration: none;
            }
            
            footer {
                font-size: 12px;
                color: #c6c6c6;
            }
            
            footer a {
                color: #fff;
            }