﻿/*tablet*/
@media (min-width: 768px) {

    .inDescricoes {
        margin: 5px 0;
        padding: 0 15px 7px;
    }

    .indNot {
        margin: 5px 20px 5px 10px;
    }

    #pesquisa {
        margin: 20px auto 5px;
    }
}

/*smartphone*/
@media (max-width: 767px) {


    .inDescricoes {
        margin: 10px 0;
        padding: 0 5px;
        line-height:17px;
    }

    .indNot {
        width: 10%;
        margin: 2% 0 2% 3%;
    }

    .infNot {
        width: 84%;
    }

    #pesquisa {
        margin: 5px auto 0;
    }
}

/*computador*/
@media (min-width: 1200px) {


    .inDescricoes {
        margin: 5px 0;
        padding: 0 15px 7px;
    }

    .indNot {
        margin: 5px 20px 5px 10px;
    }

    #pesquisa {
        margin: 20px auto 5px;
    }
}

#pesquisa {
    padding: 0 1%;
}

.indNot {
    float: left;
}

.infNot {
    float: left;
}

.txtPesquisaNoticia {
    height: 40px !important;
}

.dvContLeft {
    float: left;
}

.dvContRight {
    float: right;
}

.dvItemNoticia {
    display: inline-block;
    vertical-align: top;
    margin: 1% 0.5%;
    transition: 300ms ease-in-out;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff;
    border-bottom: 2px solid #fff;
}

    .dvItemNoticia:hover {
        border-bottom: 2px solid #000;
        cursor: pointer;
    }

.inDescricoes a {
    transition: 300ms ease-in-out;
}

.inDescricoes span {
    color: #000;
    margin: 0 10px;
}

.dvItemNoticia:hover .inDescricoes a {
    color: #000;
}

.inImg {
    float: left;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.inDescricoes {
    float: right;
    text-align: center;
}

    .inDescricoes a {
        color: #404040;
        font-family: Fieldwork-HumBold;
    }

        .inDescricoes a:hover {
            text-decoration: none;
        }

.datas {
    color: #8e8e8e;
    font-size: 15px;
    margin: 0;
}

.inDescricoesImg {
    background-size: cover;
    background-repeat: no-repeat;
}

.dvCarregarMais {
    width: 100%;
    float: left;
    background: #F8F9FA;
    text-align: center;
    margin: 35px 0 45px;
    padding: 5px;
    color: #000;
}

.cn:hover {
    cursor: pointer;
}

.maisLidasTitulo img {
    margin: 0 8px;
    margin-top: -2px;
}

.maisLidasTitulo {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 70px 0 25px;
    font-size: 18px;
}

.maisLidasItem {
    width: 100%;
    margin: 10px auto;
    float: left;
    font-weight: 700;
}

.l {
    float: left;
    width: 10%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.r {
    float: right;
    width: 90%;
    border-left: 1px dotted #000;
    padding-left: 10px;
}

.maisLidas {
    margin: 0 auto;
}

.first {
    font-size: 18px;
}
