/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25/05/2016, 16:35:43
    Author     : 7ec
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, hr, 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; 
    background:transparent;
}

/* lists */
.list-full, .list-full li,
.list-auto, .list-auto li { 
    width: 100%; 
    float: left; 
    display: block; 
    position: relative;
}
.list-auto, .list-auto li { 
    width: auto;
}

/* floats */
.float-l { 
    float: left; 
}
.float-r { 
    float: right; 
}

#header {
    min-height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid #ccc;
    background: #474147;
    box-shadow: 0px 2px 1px rgba(0,0,0,0.5);
    z-index: 2;
    color: #FFFFFF;
}

#header h1 {
    padding: 10px 0 0 70px;
}

#header h1 .link {
    color: #FFFFFF;
}

#header ul {
    padding: 15px 10px 0 0;
}

#header li:first-child {
    border: none;
}

#header li .link {
    font-family: "Open Sans" !important;
    display: block;
    padding: 0 10px;
    color: #FFFFFF;
    font-size: 1.1em;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

#header li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

input#control-nav {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    opacity: 0;
}

/* content */
#section {
    padding: 80px 70px 50px;
    border-top: 1px solid #ccc;
    line-height: 24px;
    width: 90%;
}

#section:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 767px) {
    #header #nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 250px;
        border-left: 1px solid #ccc;
        background: #474248;
        overflow-x: auto;
        z-index: 2;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    #header ul.list-auto {
        padding: 0;
    }

    #header ul.list-auto li {
        width: 100%;
        border-width: 0 0 1px;
    }

    #header li .link {
        padding: 15px 10px;
    }

    #header li .link:hover {
        background-color: #393939;
    }

    .control-nav { /* label icon */
        position: absolute;
        right: 20px;
        top: 20px;
        display: block;
        width: 30px;
        padding: 5px 0;
        border: solid #FFFFFF;
        border-width: 3px 0;
        z-index: 2;
        cursor: pointer;
    }

    .control-nav:before {
        content: "";
        display: block;
        height: 3px;
        background: #FFFFFF;
    }

    .control-nav-close {
        position: fixed; /* label layer */
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 1;
        background: rgba(0,0,0,0.4);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    /* checked nav */
    input#control-nav {
        display: block;
    }

    input#control-nav:focus ~ .control-nav {
        border-color: #000;
        box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
    }

    input#control-nav:focus ~ .control-nav:before {
        background: #000;
    }

    input#control-nav:checked ~ #nav,
    input#control-nav:checked ~ .control-nav-close {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    #header+#section {
        padding-top: 80px;
    }

    #section {
        padding: 90px 15px 30px;
    }

}

@media screen and (max-width: 480px) {
    #header h1 {
        font-size: 20px;
        line-height: 40px;
    }
}
.imagem{
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    background-size: 100% 100%;
    width: 200px;
    height: 55px;
    top: 0;
    margin-top: -10px;
}