

.ultimo-podcast article {
    background-color: #efefef;
    border-left: 1px solid #e0e0e0 !important;
    border-right: 1px solid #e0e0e0 !important;
}

.ultimo-podcast section article .noticia-medium h3 {
    background: #efefef !important;
    font: 19px/20px 'roboto_condensedbold';
    color: #3a3a3a;
    cursor: pointer;
    padding: 10px;
    padding-top: 3px !important;

}


.ultimo-podcast section article .noticia-medium .img-noticia {
 padding: 10px !important;
}



.ultimo-podcast section article .noticia-medium .img-noticia div {
    border-radius: 15px;
    background-color: transparent !important;
    padding-top: 90% !important;
}

.ultimo-podcast section article .noticia-medium .img-noticia div img{
      border-radius: 15px;
      box-shadow: 0px 0px 5px 3px #d9d9d9;
}

.ultimo-podcast section article .noticia-medium .categoria-noticia {
    background: #efefef !important;
   border: 0px !important;
   padding-top: 15px !important;
  
}

.ultimo-podcast section article .noticia-medium .wrapper-seccion-title {
    padding-left: 20px;
    color: #3d3a2d !important;
}


.ultimo-podcast section article .noticia-medium .wrapper-seccion-title a {
   
     text-transform: uppercase;
    font-weight: 800;
}

   

.ultimo-podcast section article .noticia-medium .categoria-noticia .bullet-categoria-noticia {
    border-radius: 0px !important;
    background-color: transparent !important;
    float: left;
    height: 14px;
    margin-right: 7px;
    margin-top: 1px;
    width: 21px;
    background-image: url(https://docs.elcolombiano.com/infografia/2022/podcast/img/podcast.svg);
    background-size: cover;
}


/*RAYA BLANCA*/

.ultimo-podcast section article .noticia-medium h3 a:hover {
    color: #3a3a3a !important;
    text-decoration: underline;
}


.ultimo-podcast section article .noticia-medium h3::after {
    content: '';
    background-color: #cbd224;
    width: 50px;
    height: 3px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 8px;
    display: block;
}


/*ICONO PLAY*/

.ultimo-podcast section article .noticia-medium h3 a::after {
    content: '';
    background: url(https://docs.elcolombiano.com/infografia/2022/podcast/img/play.svg) center no-repeat !important;
    background-size: cover !important;
    width: 35px;
    height: 35px;
    position: absolute;
    margin-left: 136px;
    z-index: 0;
    display: block;
        margin-top: -0.5%;
    transition: all 0.3s ease-out;
}


.ultimo-podcast section article .noticia-medium h3 a:hover::after {
    content: '';
    background: url(https://docs.elcolombiano.com/infografia/2022/podcast/img/play-hover.svg) center no-repeat !important;
    background-size: cover !important;
    width: 35px;
    height: 35px;
    position: absolute;
    margin-left: 136px;
    z-index: 0;
    display: block;
    margin-top: -0.5%;
}



/*TITULO LOGO*/

.logo-podcast-vitrina {
    border: 1px solid #E0E0E0;
    padding: 8px 10px 4px 10px;
}

.logo-podcast-vitrina img {
    width: 130px;
}


.ultimo-podcast .noticias article .noticia-medium1{
    margin: 0px 0 0px 0!important;
}

/**/

/*boton escuhar mas podcast*/

.boton-podcast {
    width: 100%;
}

.boton-podcast a {
    background-color: #000;
    padding: 10px;
    display: block;
    color: #fff;
    font: 16px/16px 'roboto_condensedbold';
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.3s ease-out;
}

.boton-podcast a:hover {
    background-color: #3a3a3a;
}


/**relacionado**/

/*
.charla-domingo .noticia-medium .img-noticia{
    display: none !important;
}
*/

.charla-domingo .noticias article .noticia-medium .bullet-categoria-noticia {
    background: none repeat scroll 0 0 #000;
    border-radius: 0px !important;
    background-color: transparent !important;
    float: left;
    height: 14px;
    margin-right: 7px;
    margin-top: 1px;
    width: 21px;
    background-image: url(https://docs.elcolombiano.com/infografia/2022/podcast/img/podcast.svg);
    background-size: cover;
}

.charla-domingo .noticia-medium1 {
    margin: 0px 0 0px 0!important;
}


.charla-domingo section article {
    background-color: #efefef;
    border-left: 1px solid #e0e0e0 !important;
    border-right: 1px solid #e0e0e0 !important;
}

.charla-domingo .noticia-medium .categoria-noticia {
    background: #efefef;
    border-top: 0px solid #e1e1e1;
    border-left: 0px solid #e1e1e1;
    border-right: 0px solid #e1e1e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0px;
    cursor: pointer;
    color: #3a3a3a;
    font: 12px 'roboto_condensedregular';
    padding: 5px 7px;
    text-transform: uppercase;
}

.charla-domingo .noticia-medium h3 {
    background: #efefef;
    font: 14px/16px 'roboto_condensedbold';
    color: #3a3a3a;
    cursor: pointer;
    padding: 10px;
}

.charla-domingo .noticia-medium h3 {
    background: #efefef;
    font: 14px/16px "roboto_condensedRegular";
    color: #3a3a3a;
    cursor: pointer;
    padding: 10px;
}


/*podcast dos relacionado home*/


.podcastdos section article .noticia-medium .img-noticia {
    padding: 10px !important;
    display: none !important;
}


.podcastdos section article .noticia-medium h3 {
    background: #efefef !important;
    font: 19px/20px 'roboto_condensedbold';
    color: #3a3a3a;
    cursor: pointer;
    padding: 10px;
    padding-top: 3px !important;
    /*font: 14px/17px 'roboto_condensedregular' !important;*/
}

.podcastdos section article .noticia-medium h3::after {

    display: none;
}

.podcastdos section article .noticia-medium h3 a::after {
    display: none; 
}

.podcastdos section article .noticia-medium h3 a:hover::after{
     display: none;
}