@charset "UFT-8";

/*TABLET*/
@media screen and (min-width: 768px) {
    
}

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

    #main-geral {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
        justify-content: space-between;
        max-width: 1430px;
        margin: auto;
    }

    .main-artigo {
        padding: 10px;
        margin-top: 20px;
        border-radius: 10px;
    }

    .img-artigo {
        order: 2;
        border-radius: 10px;
        box-shadow: var(--sombreado);
        width: 40vw;
        margin-bottom: 20px;
    }

    #img-artigo {
        width: 50vw;
        border-radius: 10px;
        flex: 1 1 40vw;
        max-width: 700px;
    }

    #referencia-garantia {
        order: 1;
        padding: 10px;
        justify-content: flex-start;
        margin-top: 20px;
        border-radius: 10px;
        margin-bottom: 20px;
        box-shadow: var(--sombreado);
    }

    #titulo-block {
        display: block;
    }

    #titulos {
        display: none;
        margin-bottom: 0px;
        border-radius: 10px 10px 0px 0px;
        width: 40vw;
        align-self: flex-start;
        flex: 1 1 40vw;
    }
    
    #menu-lateral {
        order: 3;
        display: flex;
        border-radius: 10px;
        box-shadow: 0px 2px 5px #c2c2c23e;;
        width: 45vw;
        align-self: flex-start;
        margin-top: 0px;
        margin-bottom: 20px;
        max-width: 630px;
        background-attachment: fixed;
    }

    .descricao {
        order: 5;
        max-width: 1400px;
        margin: auto;
    }

    footer {
        order: 6;
    }
}

/*TELAS GRANDES*/
@media screen and (min-width: 1200px) {
    

}
