@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap');
.leaded-horoscopo {
    background-image: url('https://files.alerta.rcnradio.com/alerta_caribe/public/2020-09/banner_horoscopo.png');
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 0px;
    height: 90px;
    border-radius: 4px;
}
.leaded-description {
    text-shadow: 1px 1px 5px #000000;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 11px 0px 4px 0px;
}
.leaded-call-to {
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-shadow:1px 1px 5px #000000d4;
    background: linear-gradient(to bottom, rgba(252,204,60,1) 0%, rgba(144,107,48,1) 100%);
    display: block;
    max-width: 420px;
    margin: 0 auto;
    border-radius: 4px;
}
.leaded-call-to a {
    text-decoration: none;
    color: white;
}

@media (max-width: 768px) {
    .leaded-horoscopo {
        background-image: url('https://files.alerta.rcnradio.com/alerta_bogota/public/2020-09/banner_horoscopo-mobile.png');
        height: 110px;
        max-width: 380px;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 20px;
        border-radius: 4px;       
    }
    .leaded-description {
        text-shadow: 1px 2px 8px #000000;
        margin: 0;
        padding: 11px 25px 5px 20px;
        line-height: 19px;
    }
    .leaded-call-to {
        border-radius: 0;
        line-height: 35px;
        padding-bottom: 3px;
        text-shadow: 0px 1px 8px #000000;
        font-size: 26px;
    }
}