.podcast-covers-home {
    /*width: 100%;*/
    background: #efefef;
    padding: 5px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.podcast-covers-home div {
    display: inline-flex;
    width: 20.4%;
    margin: 5px;
}

.podcast-covers-home div a img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 2px 5px -1px #000;
    transition: all 0.3s ease-out;
}

.podcast-covers-home div a img:hover {
    transform: scale(1.1);
}



 .titulo-podcast-home span {
    color: #fff;
    font: 16px/34px "roboto_condensedbold";
    height: 34px;
    text-indent: 21px;
    text-transform: uppercase;
    display: block;
    background: unset;
    background-color: transparent !important;
    color: #000000 !important;
    border: 1px solid #000;
    width: 100% !important;
    margin: 0;
    margin-top: 13px;
}


.titulo-podcast-home span::before {
    content: '';
    border-right-color: #000 !important;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid;
    border-bottom: 7px solid transparent;
    position: absolute;
    margin-left: -29px;
    margin-top: 10px;
}

