    
*{
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'League Spartan', sans-serif;
    
}
*::-webkit-scrollbar {
    width: 15px;               /* width of the entire scrollbar */
    }

    body::-webkit-scrollbar-track {
    background: rgba(1,1,1,1.5);        /* color of the tracking area */
    
    }

    body::-webkit-scrollbar-thumb {
    background-color: #444;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    
    }
body{
    min-height: 100vh;
    background: #222;
}
#header{
    position: relative;
    padding: 30px 40px 0px 80px;;
    width: 100%;
    justify-content: space-between;
}
#header .logo{
    margin: 0px 0px 0px -40px;
}
#header .logo img{
    height: 40px;
}

#header ul {
    float: right;
}
#header ul li {
    list-style:none;
    display: inline-block;
    margin: 10px;
}
#header ul li a {
    text-decoration: none;
    color: #c8c5c5;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: 0.5s;
    font-weight: bold;
    font-size: 1.15em;
    
}
#header ul li a:hover {
    color:#fff;
}
#header .icon-list svg
{
    display:none;
}
.rotate
{
    transform: rotate(180deg);
}
.section
{
    min-height: 80vh;
}

#footer
{
    background: #000;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

#footer .up
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 0 0;
}
#footer .up .logo
{
    margin: 0 0 0 30px;
}
#footer .up .logo img
{
    height: 50px;
}
#footer .up .links
{
    margin: 0 30px 0 0;
}
#footer .up .links ul
{

}
#footer .up .links li
{

}
#footer .up .links a
{
    color: #fff;
    text-decoration: none;
    font-size: 1.3em;
}


/* ---- */

#footer .down
{
color: #fff;
}

#footer .down .license
{
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;

}
#footer .down .license p
{
    font-size: 1.2em;
}
#footer .down .license img
{
    height: 15px;
    margin: 0 5px;
}
#footer .down .cnpj
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#footer .down .cnpj p
{
    font-size: 0.7em;
    color: #ffffffab;
}


/* ----------------------- */
@media(max-width:1450px)
{
    #header{
        position: relative;
        padding: 30px 40px 0px 80px;
        width: 100%;
        justify-content: space-between;
    }
    #header ul {
        float: right;
    }
    #header ul li {
        list-style:none;
        display: inline-block;
        margin: 10px;
    }
    #header ul li a {
        text-decoration: none;
        color: #999;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        transition: 0.5s;
    }
    #header ul li a:hover {
        color:#fff;
    }
}
        
@media(max-width:1080px){
    #header{
        overflow: hidden;
    }
    #header .icon-list svg{display:block;}
    #header .ul-link {
        transition: 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 100;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: #222222;
    }
    #header .ul-oculto {
        transition: 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: #222222;
        margin: 0px 0px 0px 1200px;
    }
    #header .icon-list {
        color: #fff;
        float: right;
        z-index: 105;
        margin-right: 0px;
        position: relative;
        transition: 0.3s;
    }
    .button{
        padding:3px;
        background-color:rgba(0,0,0,0.1);
        border-style:none;
        display:block;
    }
}

@media(max-width:650px)
{

    #header ul li a{
        text-align:center;
        float: right;
        display: block;
    }
    #header .logo{
        margin: 0px 0px 0px -30px;
    }
    #header .logo img{
        height: 30px;
    }
}

@media(max-width:560px)
{
    #footer .up {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        margin: 50px 0 0 0;
    }
    #footer .up .links
    {
        margin: 10px 0 0 30px;
    }
    #footer .up .logo img {
        height: 50px;
    }
    
}

@media (max-width:459px){
    #header .icon-list {
        margin: 0px -35px;
    }

    #header {
        position: relative;
        padding: 30px 50px;
        width: 100%;
        justify-content: space-between;
    }
    #footer .up {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        margin: 50px 0 0 0;
    }
    #footer .up .links
    {
        margin: 10px 0 0 30px;
    }
    #footer .up .logo img {
        height: 35px;
    }
}

@media(max-width:400px){
    #header{
        position: relative;
        padding: 30px 80px;
        width: 100%;
        justify-content: space-between;
    }
    #footer .down .license {
        font-size: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #footer .down .cnpj p {
        font-size: 0.8em;
        color: #ffffffab;
    }
}
@media(max-width:280px){
    #header{
        position: relative;
        padding: 30px 80px;
        width: 100%;
        justify-content: space-between;
    }

}


