.mw-horoscopo{
    grid-column: span 3;
    grid-row: span 1;
    background-color: #ffffff;
	border-bottom: 0.5px solid #bbbbbb;
}
.mw-horoscopo header{
    font-family: "GiorgioSans-Regular";
    font-size: 28px;
    letter-spacing: 1px;
    border-bottom: 0.5px solid #bbbbbb;
    padding: 15px 15px 5px 20px;
}
.horoscopo-splide {
    height: 80px;
}
.horoscopo-splide > a > h3 {
    font-family: "GuardianSans-Bold";
    grid-column: span 2;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.1px;
    margin-left: 20px;
    width: 267px;
}
.horoscopo-splide .splide__track {
    grid-column: span 1;
    grid-row: span 1;
    height: 100%;
}
.horoscopo-splide .splide__slide img {
    object-fit: none;
    width: 85px;
    height: 85px;
    margin: 0px 48px 0px 7px;
}
.horoscopo-splide .splide__slide .imagem-do-horoscopo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.horoscopo-splide > a {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    height: 100%;
}
.mw-horoscopo p {
	font-size: 13px;
	line-height: 17px;
}
.horoscopo-div {
	padding: 15px;
	color: black;
	font-family: "GuardianSans-Regular";
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-height: 100px;
	justify-content: space-between;
}
.horoscopo-div > h3{
    color: black;
    text-align: right;
}
.horoscopo-active{
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: center;
}
.horoscopo-active-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: "GiorgioSans-Regular";
}
.horoscopo-active-text > h2{
    font-size: 44px;
    margin-bottom: 5px;
}
.horoscopo-active-text > h3{
    font-size: 20px;
}
.horoscopo-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2%;
    margin: 0 auto;
    justify-content: center;
}
.horoscopo-list img {
    filter: grayscale(1);
    transition: background-color 2s ease-out;
    width: 46px;
}
.horoscopo-list img:hover{
    filter: unset;
    cursor: pointer;
}
.horoscopo-splide .splide__slide {
    width: 100% !important;
    display: flex;
}
.horoscopo-splide .splide__slide h3 {
    font-size: 20px;
    font-weight: bold;
    width: 70%;
    padding: 23px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 78%;
    line-height: 24px;
}
.horoscopo-splide .splide__slide .imagem-do-horoscopo {
    width: 100%;
    margin-left: 20px;
}
.horoscopo-splide .splide__arrows {
    display: none;
}
.horoscopo-splide .splide__pagination {
    display: none;
}

@media (max-width: 1050px){
    .mw-horoscopo p {
        font-size: 15px;
        line-height: 20px;
    }
    .horoscopo-div{
        gap: unset;
    }

    .horoscopo-list img {
        width: 13%;
    }
    .horoscopo-div {
        gap: 13px;
    }
   
}
@media (max-width:1024px){
    .mw-horoscopo {
        grid-column: span 2;
        grid-row: span 1;
    }
}
@media (max-width:410px){
    .mw-horoscopo p {
        font-size: 12px;
        line-height: 16px;
    }
    .horoscopo-list img {
        width: 40px;
    }
	.horoscopo-splide {
    height: 100px;
    }
}
@media (max-width:390px){
	.horoscopo-splide > a > h3 {
    font-size: 20px;
    line-height: 21px;
    letter-spacing: -0.1px;
    margin-left: 16px;
    width: 222px;
    }
}

@media (min-width: 1000px) and (max-width: 1024px) {
    .mw-horoscopo {
        grid-column: span 3;
        grid-row: span 1;
    }
    .horoscopo-splide > a > h3 {
        font-family: "GuardianSans-Bold";
        grid-column: span 2;
        font-size: 20px;
        line-height: 26px;
    }
  }