.et_pb_post .entry-content{
    color: #000;
}
/* .entry-content{
    line-height: normal;
	font-size:17px;
} */
.entry-title{
    margin-top: 2rem;
}
.post-meta,.post-meta span{
    color: #a4a7a7;
    font-size: 16px;
}
.post-meta a{
    font-size: 16px;
    font-weight: 600;
    color: #91afbd;
}
.post-meta a:hover,.post-meta a:active,.post-meta a:focus{
    color: #C3D2D9;
}
.sm-theater{
    position:relative;
}
.sm-theater:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.3);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sm-theater:hover:after {
    opacity:1;
}
.sm-theater .play-btn{
    position: absolute;
    top: calc(50% - 3rem);
    left: calc(50% - 3rem);
    color: #91afbd;
    font-size: 6rem;
    line-height: 6rem;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
    opacity: 0.7;
}
.sm-theater:hover .play-btn{
    z-index: 2;
    color:#fff;
}

.container-autor{
    margin-top: 2rem;
    padding: 1rem 0;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: flex-start;
    gap: 1rem;
}
.container-autor .mt-3{
    padding-top: .5rem;
}
.container-autor h1{
    color: #91afbd;
}
.container-autor a{
    font-size: 16px;
    font-weight: 600;
    color: #91afbd;
    margin-top: 1.5rem;
}
.container-autor .texto-peq{
    color: rgba(0,0,0,.6);
    font-size: 14px;
}
.container-recomendados{
    margin-top:2rem;
}
.container-recomendados .tab-autor{
    border-bottom: 2px solid #3f3f3f;
    margin-bottom:2rem;
}
.container-recomendados .tab-autor h4{
    background-color: #3f3f3f;
    padding: 5px 20px;
    color: #fff;
    width: fit-content;
    font-weight: 600;
}
.container-recomendados .flex-col-content{
    flex-wrap:wrap;
}

@media only screen and (max-width: 767px) {
    .sm-theater .play-btn{
        top: calc(50% - 2.5rem);
        left: calc(50% - 2.5rem);
        font-size: 5rem;
        line-height: 5rem;
    }
}