/******************************     TABLET     ****************************************/


#slider
{
    /*height: auto;*/
    overflow: hidden;
    border: 1px solid lightgrey;
    border-radius: 10px;
    margin-bottom: 10px;
    /*width: auto;*/
    width: auto;
    height: auto;

}
.caixaPortada
{
    min-height: unset;
}
@media (min-width: 768px) {

    #slider
    {
        /*height: 190px;*/
        overflow: hidden;
        border: 1px solid lightgrey;
        border-radius: 10px;
        margin-bottom: 10px;
        /*width: 148px;*/
        width: auto;
        height: auto;

    }
    .caixaPortada
    {
        min-height: unset;
    }


}


@media (min-width: 992px) {
    #slider
    {
        /*height: 185px;*/
        overflow: hidden;
        border: 1px solid lightgrey;
        border-radius: 10px;
        margin-bottom: 10px;
        /*width: 142px;*/
        width: auto;
        height: auto;
    }
    .caixaPortada
    {
        min-height: 224px;
    }

}

@media (min-width: 1200px) {
    #slider
    {
        /*height: 235px;*/
        height: auto;
        overflow: hidden;
        border: 1px solid lightgrey;
        border-radius: 10px;
        margin-bottom: 10px;
        width: auto;
        /*width: 180px;*/
    }
    .caixaPortada
    {
        min-height: 253px;
    }

}