#MagazineListContainer
{
    max-width: 1000px;
    margin: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
}

#MagazineListContainer .heading
{
    padding: 5px 18px;
}

#MagazineListContainer a, #MagazineListContainer a:hover
{
    text-decoration: none;
    width: 100%;
    color: black;
}

#MagazineList .title p {
    color: #777777;
    font-size: 14px;
    font-weight: 500;
    font-family: GalanoGrotesque;
}

.MagazineContainer
{
    min-height: 600px;
    margin-bottom: 35px;
    background-position: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.MagazineContainer .row
{
    padding: 5px;
}

.MagazineContainer:hover .bg {
    -webkit-filter: brightness(65%);
    -moz-filter: brightness(65%);
    filter: brightness(65%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;  
}

.MagazineContainer .date
{
    font-size: 12px;
    color: gray;
}

.MagazineContainer .ReadMore
{
    font-size: 12px;
}

.MagazineContainer .ReadMore:hover
{
    color: #F77014;
}

.DetailsBlock .row
{
    padding: 5px 15px;
    margin-top: 5px;
}
.row.justify-content-start.align-items-start.titulo {
    word-break: break-word;
    background-color: white;
}