.box{min-height:300px;background-color:#f3f3f3;}
/*background: linear-gradient(to bottom right, #ecf5f9 0%, #b1d7e7 100%);*/
.box-top{background-color:#f3f3f3;}
/*background: linear-gradient(to bottom right, #ecf5f9 0%, #b1d7e7 100%);*/
.border-box{margin:10px;padding:10px;}
.podcast-body{padding:10px;}
.sub-titulo{padding: 0 30px 0 30px}
.podcast-image{max-width:100%;} /*border-radius: 10px 0 10px 0;*/
.podcast-image-top{width:90%;margin:6px;}
.podcast-advertencia{border: 2px solid #cfe1e3;}
.jumbotron1-podcasts{padding:2px;text-align:center;}
.jumbotron2-podcasts{background-color:#ffff66;text-align:center;}
.jumbotron3-podcasts{background-color:#33ccff;text-align:center;}
.column {display: none;}
.row:after {content: "";display: table;clear: both;}
.content {background-color: white;padding: 10px;}
.show { display: block;}
.box-list{height:380px;overflow-x:auto;}
@media only screen and (max-width : 580px) {
    .box-list{height:120px;overflow-x:auto;}
}
.box-list::-webkit-scrollbar {width: 20px;}
.box-list::-webkit-scrollbar-track {background: #ecf5f9;}
.box-list::-webkit-scrollbar-thumb {background-color: #999999;border: 3px solid #ecf5f9;}
.podcast-bl{border-left: 4px solid #b1d7e7;}
.podcast-border-2px{border: 2px solid #888888;}
.podcast-box{min-height:160px;display: grid; place-items: center;}
