.nc-navbar{
    background: #78AB9E;
    color:#FFFFFF;
}
body{
    min-height: 100vh;
}
.nc-container{
    margin-top:20px;
}
.nc-container .nc-col{
    margin-top:15px; 
}
.nc-container .nc-col .card{
    border: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.nc-overlay{
    position: absolute;
    width: 100%;
    height: 250px;
    background:transparent;
    transition: all 0.5s ease-in-out;
}
.nc-container .nc-col .card:hover .nc-overlay{
    background:rgba(255,255,255,.5);
}
.nc-container .nc-col a{
    text-decoration: none !important;

}
.nc-container .nc-col img{
    height: 250px !important;
}
.nc-container .nc-col .card-body{
    height: 100px !important;
}
/* noticia */
.container.noticia{
    margin-top:30px;
    text-align: justify;
}
.container.noticia .card,
.container.noticia .card .card-header{
    border:none !important;
    background: #fff !important;
}
.container.noticia .card .card-date{
    color: #444;
    font-family: Martel,serif;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
}
.container.noticia .card .img-fluid{
    max-height: 300px;
}