﻿/*********** NOTICIAS *************/

.noticias{
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
}
.noticias .item .image {
    position: relative;
    overflow: hidden;
    min-height: 240px;
    display: flex;
}
.noticias .item .image > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: scale 0.5s;
}
.noticias .item:hover .image > img {
    scale: 1.05;
}
.noticias .item .text {
    color: #333333;
}
.noticias .item .text h3 {
    line-height: 1.2;
    margin-bottom: 0px;
    font-weight: normal;
    color: black;
    font-size: 12pt;
}
.noticias .item .text a:hover {
    text-decoration: underline;
}
.noticias .item .text .data {
    font-size: 11pt;
    color: #333333;
    margin: 10px 0 0 0;
}
.noticias .item .text .data i {
    display: inline-block;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .noticias { 
        grid-template-columns: repeat(2, 1fr); 
    }
}
@media (max-width: 425px) {
    .noticias { 
        grid-template-columns: repeat(1, 1fr); 
    }
}

/********** NEWS **********/

.news-details {
    margin-top: 20px;
}
.news-details .social{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.news-details .social .date-area {
    color: #999;
}
.news-info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.news-info .media {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.news-info .media img {
    object-fit: cover;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}
.news-details .descricao {
    padding: 15px 0;
    font-weight: 600;
}
.news-details .conteudo {
    padding: 0px;
}
.news-details p {
    line-height: 1.5;
}
.news-details p a {
    border-bottom: 1px dotted #0A243E;
}
    .news-details p a:hover {
        border-bottom: 1px solid #0A243E;
    }

.news-details a.btn {
    margin-left: 0px;
}
.news-details a.btn:hover {
    text-decoration: none;
}

.news-details a.btn img {
    width: 20px;
    transform: rotate(180deg);
    left: -5px;
    padding-right: 5px;
}




/********** Shared Area on News **********/
.shared-area {
    margin: 15px 0;
}
.shared-area .btn {
    font-size: 0.8rem!important; 
    line-height: 2; 
    margin: 0px; 
    padding: 2px 15px;
    background-color: white;
    color: black!important;
}
.shared-area .btn:hover {
    color: white!important;
    text-decoration: none;
}
.shared-area .dropdown-share-links {
    position: relative; 
    display: inline-block;
}
.shared-area .dropdown-content {
    display: none;
    position: absolute;
    top: 37px;
    background-color: white;
    min-width: 160px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 1px 10px rgba(0,0,0,.2);
    box-shadow: 0px 1px 10px rgba(0,0,0,.2);
    z-index: 1;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0) !important;
    margin:0px;
}

.shared-area .dropdown-content::before {
    bottom: 100%;
    border: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: -14px;
    left: 81px;
    border-color: rgba(0,0,0,0);
    border-bottom-color: #aaa;
    border-width: 8px;
    margin-left: -7px;
    margin-top: -2px;
}

.shared-area .dropdown-content::after {
    bottom: 100%;
    border: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: -14px;
    left: 81px;
    border-color: rgba(0,0,0,0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -6px;
}

.shared-area .dropdown-content .twitter .round {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #f1f1f1;
    border-radius: 50%;
    padding: 5px 4px 5px 7px;
    position: relative;
    left: -7px;
    top: 0px;
}

.shared-area .dropdown-content img {
    box-shadow: unset !important;
    width: 13px;
}
.shared-area .dropdown-content svg {
    width: 16px;
    height: 16px;
    position: relative;
    left: -2px;
}
.shared-area .dropdown-content li {
    list-style:none;
}
.shared-area .dropdown-content a {
    color: black; 
    padding: 10px 16px 10px 25px; 
    text-decoration: none; 
    font-size: 0.8rem; 
    display: flex;
    align-items: center;
}
.shared-area .dropdown-content a i {
    position: relative;
    left: -8px;
    top: 0px;
    font-size: 11pt;
    min-width: 15px;
    background-color: #f1f1f1;
    padding: 6px;
    border-radius: 50%;
}
.shared-area .dropdown-content a:hover {color: #3f6593;}
.shared-area .show {display: block;}

.shared-area .dropdown-content a i::before {
    display: flex;
    justify-content: space-evenly;
}

/* override styles when printing */
@media print {
    .container.header{ print-color-adjust: exact; -webkit-print-color-adjust: exact;}
    .container-small{max-width:100%!important; position:relative; left:0px;}

    .container-small h1,
    .news-info img,
    .news-info .youtube-video,
    .news-details {max-width:1060px;}
    
    .footer-top, 
    .footer-middle, 
    .footer-bottom, 
    .ozmenu,
    .btn.back,
    .back-to-top,
    .page-image {display: none!important;}
}
