

/* .posgradtgrid > *{
 border-style: dashed;
 border-width: 1px;
 border-color: red;
} */

.imgposgradgrid{

    grid-area:a1;
    display:grid;
    grid-template:'img1';
    position: relative;

}

.posgradcontainer{
    position: relative;
    min-height: 322px;
    max-height: 322px;
    /* min-height: 18vw; */
    /* max-height:23vw; */
}

.introtexttitle{
    font-weight: bold;
    position: absolute;
    top: 8vw;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%;
    padding: 3rem;
    font-size: 2.5rem;
    text-align: left;
    height: 14vw;
    z-index: 1;
}

.posgradcontainer > a{
    z-index: 1;
}

/* .posgradcontainer:hover{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: black;
    z-index: 1;
    

    background: rgb(2,0,36);
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
    
}*/


.posgradimg{
    width: 100% !important;
    min-height: 322px;
    max-height: 322px;
    object-fit: cover;
    filter: opacity(40%);
}

.posgradtitle{
    text-align:right;
    display: inline-block;
    grid-area:img1;
    
    
}

.posgradtitle h5{
    color:white;
    border: 2px solid #083658;;
  border-radius: 12px;
  background-color:	#083658;
  position: absolute; 
  right: 5px;
  top:-10px;
  padding: 1px 6px;
  position: absolute;
    right: 25px;
    color: white;
    border: 2px solid  #305156;
    border-radius: 12px;
    background-color:  #305156;
    position: absolute;
    /* right: 5px; */
    top: -10px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
  



.txtposgrad{
    grid-area:a2;
    display:grid;
    grid-template:'txt1'
                  'txt2';
    grid-template-rows: 75% 20%;
    grid-row-gap: 5%;

}
div#grid-light-id {
 background: #ececec;
 margin-top: 5rem;
 position: relative;
} 
div#parceiros {
    position: relative;
}
a.botao-novidades
{position: absolute;
top: 14px;
right: 20px;
min-width: 8rem;
cursor: pointer;
border: solid 1px  #305156;
border-radius: 17px;
text-align: center;
padding: 3px 17px;
background-color:  #305156;
    color: white;
    text-transform: uppercase;
} 
div#parceiros .moduletable h3{
    margin-left: 1.5rem;
}
a.botao-novidades:hover {
    color: white;
}

/* .txtposgrad > *{
    border-style: dashed;
    border-width: 1px;
    border-color:blue;
} */

.posintrotextgrid{
    grid-area:txt1;
    
}
 
.datapublic3{
    grid-area:txt2;
    font-size:9px;
}

a {
    color:inherit;
    text-decoration: none;
}

.moduletable .btn-leia-mais-posgrad{
    position: absolute;
    top: 14px;
    right: 7px;
    min-width: 8rem;
    cursor: pointer;
    border: solid 1px #6da4bc;
    border-radius: 17px;
    text-align: center;
    padding: 3px 17px;
    background-color: #6da4bc;
}
div#posgrad {
    position: relative;
}
.custom.btn-leia-mais-posgrad h4 {
    margin: 0px;
}

.custom.btn-leia-mais-posgrad h4 a {
color: white;
}

.veja-mais-news{
    /* background-image: linear-gradient(#C60000, #C60000); */
    background-position: 0% 0%;
    background-repeat: no-repeat;
    height: 4rem;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
    color: white;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 0rem;
    width: 100%;
    line-height: 3;
    color: transparent;
    
}
h5.dataPub {
    margin: 0;
    top: 19px;
    position: absolute;
}

.posgradcontainer:hover > a > .veja-mais-news{
    display: block;
    background-size: 100% 100%;
    transition: background-size .5s, color .5s;
    color: white;
    
}
#noticias .moduletable {
    background-color: white; 
}
.faixa1 h3{
    text-decoration: none;
}
.butaoCardCss {
	background-color:#ffffff;
	border:1px solid #006cb2;
	display:inline-block;
	cursor:pointer;
	color:#23088f;
	font-family:Verdana;
	font-size:13px;
	padding:7px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
    margin-right: 2rem;
}
.butaoCardCss:hover {
	/* background-color:#f0f0f0; */
}
.butaoCardCss:active {
	position:relative;
	top:1px;
}

.butoes{
    margin:0 auto;
    margin-top: 2vw;
}
#noticias .moduletable h3 {
    /* border-bottom: 2px solid; */
    line-height: 40px;
    width: 200px;
    text-decoration: none; 
    margin-bottom: 2rem !important;
}
/*.posgradimg:hover{
    width:100%;
    height:100%;
    background-color:rgba(22, 65, 190, 1);
}*/
/*.filtroImagem{
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.3);
    display:none;
    position: relative;
    z-index: 1;
  }*/
/*.imagemDiv{
    width:250px;
    height:250px;
}*/
/*.imagemDiv:hover .filtroImagem{
    display:block;
}*/
/*.imagemDiv:hover{
    background-color: blue;
    position: relative;
    z-index:1;

}*/
.posgradcontainer:hover{
    background-color:#006cb2;

    transition: 0.3s;

}
.imagemDiv{
    position: relative;
    z-index: -1;
    background-color: #006cb2;

}
.categoriaPub{
margin:0;
color: white;
}
.categoriaDiv{
    background-color: #006cb2;
    /* position: absolute; */
    z-index: 1;
    width: 74px;
    margin: 0;
    position: absolute;
    top: 11px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 24px;
}
.dataPub{
    color: white;
    left:29px;
}
.novidadesh3Div{
    display: flex;
    justify-content: space-between;
}
.todasAsNovidades{
    margin-top: auto;
}
.pTodasAsNovidades{

    position: absolute;
    right: 2rem;
    top: 12rem;
   
}
div#noticias{
    display: flex;
    flex-direction: column-reverse;
    background-color:transparent !important;
    margin-bottom: 6rem;
}
.mTituloeTodasAsNovidades{
    /*height: 0;*/
    background-color:transparent !important;
    margin-bottom: 2rem;
}
#noticias .moduletable{
    background-color:transparent !important;
}
#noticias > div:nth-child(6) > div{
    /* align-self: flex-end;
    margin-bottom: -3.8rem; */
}
#noticias > div:nth-child(6){
    /* display: flex;
    flex-direction: row;
    justify-content: space-between; */
}
.mButoes{
    
        display: flex;
        width: 604px;
        margin: 0 auto;
        /* position: absolute; */
        /* display: flex; */
        width: 100%;
        margin: 0 auto;
        bottom: -13px;
        z-index: 9999999;
        left: 27rem;
  
}
.defesasMuda{
    width: 97px;
    padding: 5px;
}
/* #noticias > div.moduletable.novidadesTodos.novidades3 > div > div > div.categoriaDiv {
    padding: 3px;
    width: 97px;
} */
.posgradcontainer > .Informes,.posgradcontainer > .Defesas{
    padding: 3px;
    width: 97px;
}

.mobile-news-filter{
    margin-top: 5rem;
    width: 80%;
}