@charset "UTF-8";

* {
    margin: 0px;
    padding: 0px;
    font-family: "segoe", Arial, Helvetica, sans-serif;
    src: url(../../fontes/segoe-ui-4-cufonfonts/Segoe\ UI.ttf) format("truetype");
    --corvastoimperio: #0072BB;
    --corvastologo: #FF6000;
    --corfundocinzento: #F6F6F6;
}

@font-face {
    font-family: 'segoe';
    src: url(../../fontes/segoe-ui-4-cufonfonts/Segoe\ UI.ttf) format("truetype");
    src: url(../../fontes/segoe-ui-4-cufonfonts/Segoe\ UI\ Bold\ Italic.ttf) format("truetype");
    src: url(../../fontes/segoe-ui-4-cufonfonts/Segoe\ UI\ Bold.ttf.ttf) format("truetype");
    src: url(../../fontes/segoe-ui-4-cufonfonts/Segoe\ UI\ Italic.ttf.ttf) format("truetype");
}

html, body {
    background-color: var(--corvastologo);
    height: 100vh;
    width: 100vw;
}

main {
    background-color: var(--corfundocinzento);
    width: 100vw;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

header {
    background-color: var(--corvastologo);
    box-shadow: 0px 0px 5px rgba(72, 72, 72, 0.352);
    height: 135px;
    width: 100vw;
    z-index: 999;
}

article {
    max-width: 100vw;
    margin: auto;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#logo {
    background: url(../../imagens/logo-vasto-imperio-white.png) center center no-repeat;
    background-size: 100px;
    order: 1;
    flex: 0 0 90px;
    height: 80px; 
    width: 85px;
}

#lista {
    display: none;
}

#menu-logo {
    display: none;
    font-size: 2em;
}

span {
    color: var(--corvastologo);
    font-weight: 100;
    font-size: .5em;
    text-decoration: none;
    margin-left: 10px;
}

input {
    flex: 1 1 100vw;
    height: 30px;
    padding: 5px;
    border: 0px;
    background-color: #ffffff;
    order: 4;
    margin: auto;
    border-radius: 5px;
    font-size: 0.9em;
    margin-top: -0px;
}

i {
    justify-content: flex-end;
    align-self: center;
    color: rgb(255, 255, 255);
}

.icons {
    order: 2;
    position: relative;
    top: 20px;
    height: 50px;
}

#menu {
    font-size: 2em;
}

#conta {
    font-size: 2.4em;
    position: relative;
    top: 4px;
}

#carrinho {
    font-size: 2em;
}

i:hover, #conta:hover, #carrinho:hover {
    color: #0072BB;
    cursor: pointer;
}

i:active, #conta:active {
    color: #0072BB;
}

footer {
    align-self: flex-end;
    background-color: rgb(255, 255, 255);
    width: 100vw;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.artigo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer p {
    line-height: 1.1em;
    margin-bottom: 20px;
    text-align: center;
    font-size: .75em;
    text-align: center;
    margin: auto;
    font-weight: 100;
}

@media screen and (min-width: 768px) {
    footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .artigo {
        display: flex;
        align-items: center;
        flex-flow: row nowrap;
        justify-content: space-between;
        flex: 1 1 auto;
    }

    .artigo p {
        text-align: left;
    }
}

@media screen and (min-width: 992px) {

    header {
        background-color: white;
        height: 90px;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    #logo {
        background: url(../../imagens/logo-vasto-imperio-mini.png) center center no-repeat;
        background-size: 100px;
    }

    #menu-logo {
        display: block;
        align-self: center;
        margin-right: 10px;
        order: -1;
    }

    input {
        background-color: rgb(237, 237, 237);
        flex: 1 1 100px;
        order: 2;
        margin: 20px;
        height: 35px;
    }

    i {
        color: var(--corvastologo);
    }

    #menu {
        color: var(--corvastologo);
        display: none;
    }

    #conta {
        color: var(--corvastologo);
    }

    #carrinho {
        color: var(--corvastologo);
    }
}

@media screen and (min-width: 1200px) {

    header {
        align-self: flex-start;
        order: -100;
    }

    article {
        max-width: 1550px;
        margin: auto;
        padding: 0px 20px;
        align-self: flex-start;
    }

    #lista {
        display: block;
        order: 2;
        padding-top: 30px;
    }

    li {
        display: inline-block;
        margin-left: 15px;
        margin-top: -15px;
    }

    a {
        text-decoration: none;
        color: black;
    }

    #lista span{
        margin-left: 0px;
    }

    .novidades-oferta:hover {
        color: var(--corvastologo);
        text-decoration: underline;
        transition: .2s;
    }

    input {
        flex: 1 1 10vw;
    }

    footer p {
        align-self: flex-end;
        line-height: 1.5em;
    }

    footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .artigo {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex: 1 1 auto;
    }

    .artigo p {
        text-align: left;
    }
}
