﻿

.dvCarregarMais {
    width: 100%;
    float: left;
    text-align: center;
    margin: 5px 0;
    padding: 5px;
    color: #ED3237;
    background: rgba(213, 68, 28, 0.12);
}

.cn:hover {
    cursor: pointer;
}

.maisLidasTitulo img {
    margin: 0 8px;
    margin-top: -2px;
}

.maisLidasTitulo {
    float: left;
    width: 100%;
    text-align: center;
    color: #281c2a;
    font-weight: 700;
    margin: 70px 0 25px;
    font-size: 18px;
}

.maisLidasItem {
    width: 100%;
    margin: 10px auto;
    float: left;
    font-weight: 700;
}

    .maisLidasItem a {
        color: #ED3237;
    }

.l {
    float: left;
    width: 10%;
    text-align: center;
    font-size: 20px;
    color: #ED3237;
}

.r {
    float: right;
    width: 90%;
    border-left: 1px dotted #271c29;
    padding-left: 10px;
}

.maisLidas {
    margin: 0 auto;
}

.first {
    font-size: 18px;
}

.dtNot {
    background: #ED3237;
    color: #fff;
    font-size: 13px;
    width: max-content;
    margin: 5px 0 0 -7px;
    padding: 2px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px rgba(45, 31, 49, 0.36);
    -moz-box-shadow: 0px 0px 10px rgba(45, 31, 49, 0.36);
    box-shadow: 0px 0px 10px rgba(45, 31, 49, 0.36);
}

    .dtNot img {
        margin: -4px 3px 0 1px;
    }


/*tablet*/
@media (min-width: 768px) {
}

/*smartphone*/
@media (max-width: 767px) {
    .r {
        font-size: 14px;
        line-height: 14px;
    }

    .l {
        font-size: 17px;
    }
}

/*computador*/
@media (min-width: 1200px) {
}
