.colorCyan {
    color:#17a2b8;
}


.owl-carousel .owl-item {
    padding-top:0!important;
}

#slider .item {
    background-color: #d4e8f7;
    border-radius: 12px;
}

#slider .card-body, #slider .card-body {
    background-color: #d4e8f7;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

#slider .card-footer {
    background-color: #d4e8f7;
    border-top:none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    text-align: center;
}

#slider .card-title, h3 {
    color:#17a2b8;
    font-weight: 700;
}

.openPodcast {
    display: block;
    position: absolute;
    bottom: 20px;
    left:calc(50% - 75px);
}