﻿#materia {
    padding: 30px 0 20px 0;
    font-family: 'latolight';
}

    #materia a.action-tag {
        text-decoration: none;
    }

        #materia a.action-tag:hover,
        #materia a.action-tag:focus {
            text-decoration: none !important;
        }

    #materia .btn.fluid {
        width: 100%;
    }

article img.thumbnail-materia {
    width: 100%;
    max-width: 100%;
    /max-height: 500px; 
}


article h1 {
    text-align: justify;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: inline-block;
    font-family: latolight;
    font-size: 35px;
    font-weight: 700;
    height: 76px;
    line-height: 38.5px;
    margin-block-end: 10px;
    margin-block-start: 20px;
    margin-bottom: 10px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    max-width: 94%;
}

    article h1 > a {
        background-color: rgba(0, 0, 0, 0);
        box-sizing: border-box;
        color: rgb(35, 82, 124);
        cursor: pointer;
        display: inline;
        font-family: latolight;
        font-size: 35px;
        font-weight: 700;
        height: auto;
        line-height: 38.5px;
        outline-color: rgb(35, 82, 124);
        outline-style: none;
        outline-width: 0px;
        text-decoration-color: rgb(35, 82, 124);
        text-decoration-line: none;
        text-decoration-style: solid;
        text-size-adjust: 100%;
        width: auto;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}

ul.share-icons {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    ul.share-icons > li {
        float: left;
    }

        ul.share-icons > li > a {
            display: block;
            color: white;
            text-align: center;
            text-decoration: none;
            padding: 2px;
            cursor: pointer;
        }

            ul.share-icons > li > a > img {
                height: 20px;
                width: 20px;
                border-radius: 5px;
            }


.entry-content {
    padding-top: 5px;
    text-align: justify;
}

.btn.btn-tag {
    background-color: #ececec;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 16px;
    margin: 2px;
    color: #333;
}


img.autor-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}


table.auto-grid {
    width: 100%;
    border: none;
    cursor: pointer;
}

    table.auto-grid td span {
        font-size: 14px;
    }
