﻿.box_artigo_opiniao
{
    width: 706px;
    height: 190px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
    background: #eaeaea;
}

    .box_artigo_opiniao h3
    {
        color: #000;
        padding: 0px;
        background: none;
    }

    .box_artigo_opiniao:hover
    {
        -webkit-box-shadow: 5px 5px 10px 0px rgba(210,210,210,0.8);
        -moz-box-shadow: 5px 5px 10px 0px rgba(210,210,210,0.8);
        box-shadow: 5px 5px 10px 0px rgba(210,210,210,0.8);
    }

    .box_artigo_opiniao #box_artigo_opiniao_tag {
        position: absolute;
        overflow: hidden;
        background: #09685a;
        color: #fff;
        font-weight: bold;
        left: 0px;
        top: 0px;
        padding: 5px 10px;
    }

    .box_artigo_opiniao #box_artigo_opiniao_content_image
    {
        width: 100px;
        padding: 5px 10px;
        overflow: hidden;
        position: relative;
        float: right;
        top: 20px;
        max-height: 125px;
    }
    
        .box_artigo_opiniao #box_artigo_opiniao_content_image .box_artigo_opiniao_image
        {
            width:100%;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
        }

    .box_artigo_opiniao #box_artigo_opiniao_content_title
    {
        width: 575px;
        padding: 5px 5px;
        padding-top: 35px;
        float: left;
    }

        .box_artigo_opiniao #box_artigo_opiniao_content_title h3
        {
            width: 100%;
            white-space: normal;
        }

.box_artigo_opiniao #box_artigo_opiniao_ler
{
    text-align: center;
    width: 100%;
    background: #eaeaea;
    opacity: 0.8;
    position: absolute;
    bottom: 0px;
    height: 35px;
    text-align: center;
}

.box_artigo_opiniao #box_artigo_opiniao_ler p
{
    padding: 5px 10px;
    display: inline-block;
    background: #000;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    opacity: 1;
    background: #5b5c66;
    background-image: -webkit-linear-gradient(top, #5b5c66, #000000);
    background-image: -moz-linear-gradient(top, #5b5c66, #000000);
    background-image: -ms-linear-gradient(top, #5b5c66, #000000);
    background-image: -o-linear-gradient(top, #5b5c66, #000000);
    background-image: linear-gradient(to bottom, #5b5c66, #000000);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}