
/* --------------------------------------------------------------------------------
Conteúdo bloqueado
Criacao em: 15/09/14
Autor: Guilherme Pereira <guilhermeb@vegait.com.br>
Ultima Alteracao: 15/09/14
-------------------------------------------------------------------------------- */


html {
    height: 100%;
}

body {
    height: 100%;
    font: normal 16px 'Roboto', Arial, sans-serif;
    color: #b7b7b7;
    font-weight: 400;
    background-color: #fff;
}

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;
}

* {
    zoom: 1;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}




/* ESTRUTURA */
* html .geral {
    height: 100%;
}

.geral {
    min-height: 100%;
    position: relative;
}

.login {
    max-width: 320px;
}


.container {
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 20px;
    background: none;
}

p {
    margin-bottom: 20px;
}

header .topo {
    border-bottom: 3px solid #2e406b;
}

header .marca {
    width: 176px;
    height: 112px;
    margin: 0 auto;
    display: block;
}






/* CONTEUDO */

section.conteudo {
    padding: 25px 0 130px 0;
}

.marca-vegait {
    width: 100px;
    height: 60px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.face {
    width: 176px;
    margin: 0 auto;
    display: block;
}

section.conteudo p {
    text-align: center;
}

section.conteudo p.ttl {
    color: #2e406b;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

section.conteudo p.ttl span {
    color: #f19013;
}

section.conteudo p.descricao {
    color: #b7b7b7;
}




/* FOOTER */

footer {
    width: 100%;
    height: 95px;
    background-color: #2e406b;
    position: absolute;
    bottom: 0;
}


.marca-vegait:before {
    text-align: center;
    color: #fff;
    font-family: 'icomoon';
    font-size: 60px;
    content: "\e600";
    line-height: 95px;
}



/* MEDIA QUERIES */
/***** Screen 960px *****/

@media only screen and (min-width:1200px) and (max-width: 1365px) {
}


/***** Screen Bigger than 960px *****/
@media only screen and (min-width:1200px) {

    section.conteudo {
        padding: 100px 0 130px 0;
    }
}



/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {

    .example {
        margin: 0;
        padding: 0;
    }
}



/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 767px) {
}



/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
}



/***** Retina *****/
@media only screen and (-webkit-min-device-pixel-ratio:1.5) {
}
