.mw-widget-horoscopo{
    color: #D51C17;
    grid-column: span 4;
    font-family: 'CircularStd-Medium', sans-serif;
    border: 1px solid #E3E3E3;
    border-radius: 12px;
    grid-row: span 2;
    padding: 20px;
}

.mw-widget-horoscopo .mw-chapeu-simples {
    color: #D51C17;
}

.mw-widget-horoscopo .content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 20px;
    font-family: 'CircularStd-Medium', sans-serif;
    font-size: 12px;
    text-align: center;
    height: 100%;
}

.mw-widget-horoscopo .content figure img{
    height: 28px;
}

.mw-widget-horoscopo .content li{
    margin-top: 12px;
    text-align: center;
    color: #757575;
    cursor: pointer;
}

.horoscopo figcaption {
    margin-top: 12px;
}

.mw-widget-horoscopo .title{
    font-family: 'CircularStd-Bold', sans-serif;
    font-size: 18px;
}

.mw-widget-horoscopo .horoscopo-info {
    display: none;
    justify-content: space-between;
    height: 100%;
    margin-top: 14px;
    position: relative;
}

.mw-widget-horoscopo .horoscopo-name {
    width: 22%;
    text-align: center;
}

.mw-widget-horoscopo .horoscopo-name img {
    width: 39px;
}

.mw-widget-horoscopo .horoscopo-name h2 {
    color: #222;
    font-size: 17px;
}

.mw-widget-horoscopo .horoscopo-text {
    font-size: 14px;
    line-height: 18px;
    color: #8c8c8c;
    font-weight: lighter;
}

.mw-widget-horoscopo .close-window {
    position: absolute;
    bottom: 22px;
    left: 24px;
    cursor: pointer;
    font-size: 47px;
}

.mw-widget-horoscopo .close-window img {
    width: 27px;
}

/* SPLIDE PARA MOBILE */
.mw-widget-horoscopo-splide {
    display: none;
    margin-top: 25px;
}

.mw-widget-horoscopo-splide figure {
    text-align: center;
}

.mw-widget-horoscopo-splide img {
    height: 50px;
}

.mw-widget-horoscopo-splide figcaption {
    text-align: center;
    /* color: #409ce8; */
    font-size: 20px;
}

.mw-widget-horoscopo-splide .splide__arrow {
    background: unset;
}

.mw-widget-horoscopo-splide .splide__arrow svg {
    fill: #bababa;
}

.mw-widget-horoscopo-splide .splide__arrow--next {
    right: -1em;
}

.mw-widget-horoscopo-splide .splide__arrow--prev {
    left: -1em;
}

.mw-widget-horoscopo-splide .splide__pagination {
    display: none;
}

@media (min-width: 320px) and (max-width: 700px) {
    .mw-widget-horoscopo {
        overflow: hidden;
    }

    .mw-widget-horoscopo .content {
        overflow: scroll;
        overflow-y: hidden;
        display: none;
    }

    .mw-widget-horoscopo-splide {
        display: block;
    }

    .mw-widget-horoscopo .horoscopo-text {
        width: 96%;
    }

    .mw-widget-horoscopo .horoscopo-name {
        width: fit-content;
        align-items: center;
        display: flex;
        gap: 10px;
    }

    .mw-widget-horoscopo .close-window {
        width: fit-content;
        height: fit-content;
        font-size: 55px;
        left: 90%;
        top: -5%;
    }

    .mw-widget-horoscopo .horoscopo-info{
        flex-direction: column;
        justify-content: stretch;
        gap: 10px;
    }

    .mw-widget-horoscopo {
        grid-column: span 3;
    }
}

@media (min-width: 999px) and (max-width: 1133px) {
    .mw-widget-horoscopo .content {
        column-gap: 10px;
    }

    .mw-widget-horoscopo .horoscopo-text {
        width: 78%;
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 700px) {

}