
/* ----------------------------------------- */
/* -----        Meia Queries           ----- */
/* ----------------------------------------- */

@media (min-width:800px){

    .articulos {
        /* background-color: aquamarine; */
    /*    display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-items: stretch;
        align-content: space-between;
        align-items: unset;
        column-gap: 5px;
         border: solid 2px yellow; */
    }
    
    .articulos__area {
        /*display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;*/
    
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
      /*    justify-content: space-between;*/
      /*    justify-items: stretch;*/
      /*    align-content: space-between;*/
        align-items: unset;
        column-gap: 3px;
        row-gap: 5px;
        border: solid 2px yellow;
        margin-bottom: 5px;
    }
    
    
    .articulos__content {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        border: solid 1px ;
        border-radius: 5px;
        padding: 10px 2px 0 0 ;
        width: 49%;
        text-align: left;
        font-size: 12px ;
        padding-bottom: 7px;
        padding-left: 7px;
    }
    
    
    .articulos__titulo {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        margin: 3px auto;
        padding: 3% auto;
        width: 99%;
        padding: 20px;
        background-color: var(--color-tertiary);
        border-radius: 5px;
    
    }
    
    
    .articulo__img {
        display: flex;
        width: 25vw;
        height:23vw;
        margin: 3px auto;
        padding: 3% auto;
        border-radius: 3%;
        width:98%;
        height:230px;
    
    }
    
    
    .articulo__fecha {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        font-size: 9px;
        font-style: normal;
        font-weight: 400;
        margin: 3px auto;
        padding: 3% auto;
    }
        /* background-color: red; */
    
    /*.section-heading {
        font-size: 9px;
    }*/
        /* background-color: chartreuse; */
    
    
    /*.btn {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    
    }*/
    
    /*.articulos__buttons  {
        margin-top: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        margin: auto;
    }*/
    /* width: 30%; */
    /* color: red; *
    border: solid 1px red;*/
    
    /*.btn__primary {
        width: 75px;
        height: 20px;
        background-color: blueviolet;
    }*/
    
    .articulo__buttons {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        margin: 10px;
    }
    
    .btn_primary {
        width: 11vw;
        height: 2.5rem;
    }
    
    
    }
    
    /* ----------------------------------------- */
    /* -----        Meia Queroes           ----- */
    /* ----------------------------------------- */
    
    @media (max-width:800px){

        #id01 {
            display: block;
        }
    
       .articulos {
            display: flex;
            flex-direction: column;
        }
            /* background-color: yellow; */
    
        .articulos__area {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: space-around;
    
        }
    
        .articulos__content {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            border: solid 1px ;
            border-radius: 5px;
            padding: 0 2px 0 0 ;
            text-align: left;
            font-size: 12px ;
            margin: 5px 1px;
            width: 100%;
        }
    
    
        .articulos__titulo {
            display: flex;
            justify-content: center;
            padding: 20px;
            background-color: var(--color-tertiary);
            border-radius: 5px;
    
        }
    
        .articulo__img {
            display: flex;
            width: 95vw;
            height:auto;
            margin: 3px auto;
            padding: 3% auto;
            border-radius: 3%;
    
        }
    
        .articulo__buttons {
    
            width: 100%;
        }
    
        .btn_primary, .btn_editar, .btn_secondary {
    
            width: 17vw;
    
          }
            /* background-color: var(--color-verde);
            border: solid 1px black;
            border-radius: 5%;
            font-size: .9rem;
            margin: auto 10px ; */
            /* height: 3rem; */
    
    }
    