/* TAGS BÁSICAS DO ARTIGO */

.dedicatedArticle h3 {
    font-size: 1.2rem;
    color: #82b571;
    font-weight: 600;
}

.dedicatedArticle h4 {
    font-size: 1.1rem;
    color: #82b571;
    font-weight: 600;
    font-style: italic;
}

.dedicatedArticle h5 { 
  color: #767676; 
  font-size: 1.35rem; 
  font-weight: 600; 
  margin-bottom: 1.25rem;
}

.dedicatedArticle .headerNews p {
    font-weight: 400;
}

.dedicatedArticle a {
    color: #3d488d;
    font-weight: 400;
    transition: all linear 0.1s;
}

.dedicatedArticle a:hover {
    color: #82b571;
}

/* FRAME DE ELEMENTOS */

.dedicatedArticle .table-frame {
    width: 100%;
    vertical-align: middle !important;
    margin: auto;
}

.auto-size {
    width: auto;
    margin: 0px;
}

.dedicatedArticle .table-frame td {
    vertical-align: middle !important;
}

.dedicatedArticle .table-frame .col-single {
    width: 100%;
    padding: 0% 20%;
}

.dedicatedArticle .table-frame .col-full {
    width: 100%;
}

.dedicatedArticle .table-frame .media-right {
    width: 40%;
    padding-left: 40px;
}

.dedicatedArticle .table-frame .media-left {
    width: 40%;
    padding-right: 40px;
}

.dedicatedArticle .table-frame .media-left-small {
    width: 20%;
}

@media (max-width:920px) {
    .dedicatedArticle .table-frame td {
        display: table-row
    }

    .dedicatedArticle .destaque-autor td {
        display: table-cell;
    }

    .dedicatedArticle .table-frame .media-left .destaque,
    .dedicatedArticle .table-frame .media-left .destaque-img {
        margin-bottom: 22px;
    }

    .dedicatedArticle .table-frame .media-right .destaque,
    .dedicatedArticle .table-frame .media-right .destaque-img {
        margin-top: 22px;
    }

    .dedicatedArticle .table-frame .media-left-small {
        width: 40%;
    }

}

@media (max-width:680px) {
    .dedicatedArticle .destaque-autor {
        border-collapse: separate;
        border-spacing: 10px;
    }

    .dedicatedArticle .destaque-autor td {
        display: table-row;
    }

    .dedicatedArticle .table-frame .media-left-small .destaque-img {
        text-align: center;
    }

    .dedicatedArticle .table-frame .media-left-small .destaque-img img {
        width: 60% !important;
        width: auto;
        margin: auto;
    }
}

/* QUADRO DE CONTEÚDO */

.dedicatedArticle .quadro {
    padding: 20px;
    background-color: #E7E7E7;
}

.dedicatedArticle .quadro h4 {
    margin-bottom: 0.5rem;
}

/* DESTAQUE EM TEXTO */

.dedicatedArticle .destaque-box {
    color: #3d488d;
    font-style: italic;
    font-size: 1.5rem;
    text-align: center;

    width: 100%;
    margin: auto;
    padding: 20px 40px;
    background-color: #E7E7E7;
}

/* DESTAQUE EM IMAGEM */

.dedicatedArticle .media-right .destaque-img img,
.dedicatedArticle .media-left .destaque-img img{
    width: 100% !important;
}

.dedicatedArticle .destaque-img p {
    font-size: 0.9rem;
    font-style: italic;
}

/* AUTOR */
.dedicatedArticle .destaque-autor {
    background-color: #E7E7E7;
}

.dedicatedArticle .destaque-autor .title {
    padding-bottom: 0px;
}

.dedicatedArticle .destaque-autor td {
    padding: 20px;
}

.dedicatedArticle .destaque-autor .destaque-img p {
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
}


/* VEJA MAIS */
.dedicatedArticle .linkList {
    background-color: #E7E7E7;
    width: auto;
    margin: 0px;
}

.dedicatedArticle .linkList td {
    display: table-cell !important;
    width: 100%;
    padding: 0px 40px 10px 10px;
}

.dedicatedArticle .linkList td .divisorSmall {
    width: 100%;
    margin-bottom: 10px;
    height: 1px;
}

.dedicatedArticle .linkList .title {
    padding-top: 10px;
}
