/* IMPORTAÇÃO DE FONTE */
@import url('https://fonts.googleapis.com/css2?family=Jaldi:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jaldi:wght@400;700&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

@media (min-width: 1100px) {
    * {
        margin: 0;
        box-sizing: border-box;
        transition: all 300ms ease;
    }

    header {
        position: relative;
        width: 100%;
        height: 77px;
        margin-bottom: 35px;
    }

    #utilitarios {
        width: 100%;
        height: 30px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    #utilitarios>svg {
        position: absolute;
        width: 29px;
        height: 29px;
    }


    #logo {
        cursor: pointer;
        display: block;
        position: relative;
        z-index: 2;
        width: 216px;
    }

    #carrinho {
        right: 10px;
        top: 4px;
        width: 21.35px;
        height: 20px;
        cursor: pointer;
        position: absolute;
    }

    #perfil {
        right: 49px;
        top: 4px;
        width: 21.35px;
        height: 20px;
        cursor: pointer;
        position: absolute;
    }

    #pesquisar {
        right: 95px;
        top: 4px;
        width: 21.35px;
        height: 20px;
        cursor: pointer;
        position: absolute;
    }

    #utilitarios>input {
        position: absolute;
        background-color: #DDDDDD;
        border-radius: 16px;
        width: 575px;
        height: 30px;
        border: 1px solid black;
        font-family: "Jaldi";
        font-size: 16px;
        color: #000;
        right: 88px;
    }

    hr {
        color: #000;
    }

    #links {
        width: 100%;
        text-align: center;
    }

    #links>a {
        font-family: "Jaldi";
        font-size: 16px;
        color: #000;
        text-decoration: none;
    }

    .headerLinkAfter::after {
        content: " |";
    }

    footer {
        height: 284px;
        width: 100%;
        background-color: #2C2C2C;
        font-family: "Jaldi";
        color: #fff;
        font-size: 24px;
        display: flex;
        justify-content: center;
    }

    footer>div {
        padding: 25px 0 0 25px;
        display: flex;
    }

    #footer1 {
        width: 50%;
        justify-content: end;
    }

    #footer2 {
        width: 50%;
    }

    #footer2>ul {
        list-style: circle blue;
    }

    #footer2 a {
        color: #003CFF;
        text-decoration: none;
    }
}

@media (max-width: 550px) {
    * {
        margin: 0;
        box-sizing: border-box;
        transition: all 300ms ease;
    }

    header {
        position: relative;
        width: 100%;
        height: 50px;
        margin-bottom: 17px;
    }

    #utilitarios {
        width: 100%;
        height: 17px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

    #utilitarios svg {
        position: absolute;
        width: 15px;
        height: 15px;
    }


    #logo {
        cursor: pointer;
        display: block;
        position: relative;
        z-index: 2;
        width: 140px;
        img {
            width: 140px;
        }
    }

    #carrinho {
        right: 5px;
        top: 0px;
        width: 21.35px;
        height: 20px;
        cursor: pointer;
        position: absolute;
    }

    #perfil {
        right: 25px;
        top: 0px;
        width: 21.35px;
        height: 20px;
        cursor: pointer;
        position: absolute;
    }

    #pesquisar {
        right: 55px;
        top: 0px;
        width: 21.35px;
        height: 20px;
        cursor: pointer;
        position: absolute;
    }

    #utilitarios>input {
        position: absolute;
        background-color: #DDDDDD;
        border-radius: 16px;
        width: 45%;
        height: 17px;
        border: 1px solid black;
        font-family: "Jaldi";
        font-size: 10px;
        color: #000;
        right: 55px;
    }

    hr {
        color: #000;
    }

    #links {
        width: 100%;
        text-align: center;
    }

    #links>a {
        font-family: "Jaldi";
        font-size: 16px;
        color: #000;
        text-decoration: none;
    }

    .headerLinkAfter::after {
        content: " |";
    }

    footer {
        height: 500px;
        width: 100%;
        background-color: #2C2C2C;
        font-family: "Jaldi";
        color: #fff;
        font-size: 24px;
        justify-content: center;

        div {
            text-align: center;
            padding-top: 15px;
        }
    }

    #footer1 {
        justify-content: end;
    }

    #footer2 ul {
        list-style: none;
    }

    #footer2 a {
        color: #003CFF;
        text-decoration: none;
    }
}

@media (min-width: 551px) and (max-width: 1099px){
    * {
        margin: 0;
        box-sizing: border-box;
        transition: all 300ms ease;
    }

    header {
        position: relative;
        width: 100%;
        height: 50px;
        margin-bottom: 17px;
    }

    #utilitarios {
        width: 100%;
        height: 17px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

    #utilitarios svg {
        position: absolute;
        width: 15px;
        height: 15px;
    }


    #logo {
        cursor: pointer;
        display: block;
        position: relative;
        z-index: 2;
        width: 140px;
        img {
            width: 140px;
        }
    }

    #carrinho {
        right: 5px;
        top: 0px;
        width: 21.35px;
        height: 20px;
        cursor: pointer;
        position: absolute;
    }

    #perfil {
        right: 25px;
        top: 0px;
        width: 21.35px;
        height: 20px;
        cursor: pointer;
        position: absolute;
    }

    #pesquisar {
        right: 55px;
        top: 0px;
        width: 21.35px;
        height: 20px;
        cursor: pointer;
        position: absolute;
    }

    #utilitarios>input {
        position: absolute;
        background-color: #DDDDDD;
        border-radius: 16px;
        width: 45%;
        height: 17px;
        border: 1px solid black;
        font-family: "Jaldi";
        font-size: 10px;
        color: #000;
        right: 55px;
    }

    hr {
        color: #000;
    }

    #links {
        width: 100%;
        text-align: center;
    }

    #links>a {
        font-family: "Jaldi";
        font-size: 16px;
        color: #000;
        text-decoration: none;
    }

    .headerLinkAfter::after {
        content: " |";
    }

    footer {
        height: 500px;
        width: 100%;
        background-color: #2C2C2C;
        font-family: "Jaldi";
        color: #fff;
        font-size: 24px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;

        div {
            text-align: center;
            padding-top: 15px;
        }
    }

    #footer1 {
        justify-content: end;
    }

    #footer2 ul {
        list-style: none;
    }

    #footer2 a {
        color: #003CFF;
        text-decoration: none;
    }
}