html{
    scroll-behavior: smooth;
}
.mw-page-horoscopo {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin: 40px auto !important;
}

/*AREA TITULO*/

.mw-titulo-horoscopo {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/*AREA TITULO TEXTO*/

.mw-titulo-text {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.mw-titulo-text h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
}

.mw-titulo-text span {
    color: #757575;
    border-left: 1px solid #757575;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

/*AREA TITULO LOGO*/

.mw-titulo-horoscopo figure {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

.mw-titulo-horoscopo figure span {
    font-size: 16px;
    line-height: 20px;
}

.mw-titulo-horoscopo figure img {
    width: 130px;
}

/*SEÇÃO DOS ICONES*/

.mw-signos-icons {
    display: flex;
    gap: 30px;
    margin: 70px 0 30px;
    align-items: center;
}

.mw-signos-icons a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.mw-signos-icons a img:hover{
    transition: all .4s;
}

.mw-signos-icons a img:hover{
    transform: scale(1.2);
    filter: unset !important;
}

.mw-signos-icons a span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

/*SEÇÃO DE INFORMAÇÕES*/

.mw-signos-infor {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.mw-signos-card {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    padding: 32px 0 0 0;
}

.mw-signos-infor a {
    border-top: 1px solid #D9D9D9;
}

.mw-signos-card figure img {
    width: 100%;
    max-width: 40px;
}
.mw-signos-text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.buttons-personare{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.mw-signos-text h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
}

.mw-signos-text h3 span {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-left: 10px;
}

.mw-signos-text h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
}

.retangulo-horoscopo-pe {
    flex-direction: column;
    gap: 30px;
}

.retangulo-horoscopo-es {
    flex-direction: column;
    gap: 30px;
}

.mw-signos-text button {
    border: 1px solid #00529e;
    font-size:14px;
    color: #00529e;
    border-radius: 30px;
    padding: 5px 10px;
    width: fit-content;
    text-align: center;
    transition: all 0.1s;
}
.mw-signos-card figure {
    width: 80px;
    height: 80px;
    min-width: 80px;
    display: flex;
    border-radius: 50%;
    box-shadow: 0.3px 2.4px 22.5px rgba(0, 0, 0, 0.18), 2px 19px 180px rgba(0, 0, 0, 0.09);
    justify-content: center;
    align-items: center;
}
.mw-signos-text header {
    display: none;
    align-items: center;
    gap: 16px;
}
.mw-signos-text header figure img {
    width: 100%;
    max-width: 24px;
}
.mw-signos-text header figure {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    border-radius: 50%;
    box-shadow: 0.3px 2.4px 22.5px rgba(0, 0, 0, 0.18), 2px 19px 180px rgba(0, 0, 0, 0.09);
    justify-content: center;
    align-items: center;
}

.sign-content{
    max-width: 792px;
}
.signo-header{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.signo-header div{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.signo-header figure{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.signo-header h2{
    font-family: "NunitoSans-Bold";
    font-size: 32px;
    line-height: 20px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    text-align: left;
    color: #231F20;
}
.signo-header div > span{
    font-size: 20px;
    line-height: 26px;
    color: #757575;
    text-align: left;
}
.daily-horoscope{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 35px;
    margin-top: 50px;
}
.about-none{
    display: none;
}

.daily-horoscope div img {
    width: 145px;
    height: 145px;
    padding: 30px;
    border-radius: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #0000001a;
    border: 1px solid #F9F9F9;
    object-fit: none;
}
.daily-horoscope h3{
    font-family: "NunitoSans-Bold";
    font-size: 21px;
    line-height: 29px;
    text-align: left;
    color: #000000;
}
.daily-horoscope p{
    
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #333333;
}
.personalized-horoscope{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin-bottom: 20px;
}
.personalized-horoscope .card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 384px;
    height: 240px;
    background: #FFFFFF00 0% 0% no-repeat padding-box;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
}
.personalized-horoscope .card img{
    max-width: 58px;
    max-height: 55px;
    background: #FFFFFF00 0% 0% no-repeat padding-box;
}

.card-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.card{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.card h2{
    font-family: "NunitoSans-SemiBold";
    font-size: 16px;
    text-align: left;
    line-height: 20px;
}
.card p{
    
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    color: #333333;
}
.card a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    width: 324px;
    height: 40px;
    box-shadow: 0px 5px 15px #390aff33;
    border: 1px solid #00529e;
    border-radius: 20px;
    opacity: 1;
    color: #00529e;
   
    font-size: 12px;
    line-height: 16px;
    padding: 12px 0px;
}
.more-about{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.more-about-header{
    margin-top: 50px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.more-about-header h2{
    font-family: "NunitoSans-Bold";
    font-size: 25px;
    line-height: 31px;
    text-transform: uppercase;
    text-align: left;
    color: #000000;
    opacity: 1;
}
.more-about-header p{
   
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #333333;
    opacity: 1;
}
.more-about-card{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    margin-top: 40px;
}
.more-about-card img{
    width: 48px;
    height: 48px;
}
.more-about h3{
    font-family: "NunitoSans-SemiBold";
    font-size: 20px;
    line-height: 29px;
    color: #000000;
}
.more-about p{
    
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}
.other-signs{
    margin-top: 50px;
    box-shadow: 0px 5px 15px #0000000d;
    border: 1px solid #F9F9F9;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    background-color: #fff;
    margin-bottom: 20px;
}

.mw-signos-anuncios {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: sticky;
    top: 250px;
    height: 100%;
}

.mw-signos-container {
    display: flex;
    gap: 50px;
}

.mw-signos-anuncios-mobile {
    display: none;
}


.other-signs h2{
    font-family: "NunitoSans-Bold";
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 0.22px;
    color: #231F20;
    text-transform: uppercase;
}
.other-signs div {
    display: grid;
    align-items: center;
    gap: 35px;
    background-color: #fff;
    grid-template-columns: repeat(6, 70px );
}
.other-signs div a {
    
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    color: #231F20;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin: 0px 20px 10px 20px;
    max-width: 50px;
    max-height: 61px;
}
.other-signs div a:hover {
    text-shadow: 0 0 0.02px #231F20;
    transition: all .2s;
}
.personare-banner{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 15px;
    gap: 30px;
    margin-top: 50px;
}
.personare-banner div{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.personare-banner a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    box-shadow: 0px 5px 15px #390aff33;
    border: 1px solid #00529e;
    border-radius: 20px;
    color: #00529e;
    
    font-size: 12px;
    line-height: 16px;
    padding: 12px 0px;
}
.other-signs div a span {
    font-family: "NunitoSans-SemiBold";
}
.personare-banner span{
   
    font-size: 14px;
    line-height: 18px;
    color: #333333;

}
.span-bold{
    font-weight: bold;
}
#daily-h3-mobile{
    display: none;
}
.about-mobile{
    display: none;
}
@media (max-width: 550px) {

    .mw-signos-container {
        flex-direction: column;
    }

    .mw-signos-anuncios-mobile {
        display: unset;
        margin-top: 30px;
    }

    .other-signs div {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-columns: auto;
        column-gap: 10px;
        row-gap: 10px;
        margin: 10px;
    }
    .other-signs div a{
        box-sizing: border-box;
    }
    .about-desktop{
        display: none !important;
    }
    .signo-header {
        display: flex;
        flex-direction: row;
        gap: 18px;
    }
    .signo-header div {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .signo-header div > span {
        font-size: 15px;
        line-height: 20px;
        white-space: nowrap;
    }
    .signo-header h2 {
        font-size: 24px;
        line-height: 20px;
        letter-spacing: -0.24px;
    }
    .signo-header figure {
        align-items: flex-end;
    }
    .about-none{
        display: unset;
    }
    .about-mobile{
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 5px !important;
    }
    .about-mobile span:nth-child(2){
       
        font-size: 12px;
        line-height: 16px;
        color: #000000;
        margin-left: 10px;
    }
    .about-mobile img {
        height: 25px !important;
    }
    .daily-horoscope{
        flex-direction: column;
        align-items: flex-start;
    }
    .daily-horoscope div:nth-child(1){
        display: flex;
        flex-direction: row;
        gap: 15px;
        align-items: center;
    }
    .daily-horoscope img {
        width: 100%;
        height: 100%;
        max-width: 46px;
        max-height: 46px;
        padding: 5px;
    }
    #daily-h3-mobile{
        display: block;
        font-size: 16px;
        line-height: 20px;
       
        text-align: left;
        color: #000000;
    }
    .daily-horoscope h3 {
        display: none;
    }
    .daily-horoscope div img {
        max-width: 46px;
        max-height: 46px;
        padding: 6px;
        object-fit: contain;
    }

    .retangulo-horoscopo {
        display: flex;
        justify-content: center;
    }
    
    .daily-horoscope p {
        font-size: 14px;
        line-height: 18px;
    }
    .personalized-horoscope {
        flex-direction: column;
    }
    .personalized-horoscope .card {
        width: 100%;
        align-items: center;
    }
    .personalized-horoscope .card a{
       /* max-width: 272px !important; */
    }
    .more-about-header h2 {
        font-size: 20px;
    }
    .more-about p {
        font-size: 14px;
        line-height: 18px;
    }
    .more-about h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .personare-banner {
        flex-direction: column;
    }

}








@media (max-width: 1000px){
    .mw-page-horoscopo{
        margin: 40px 20px !important;
    }
    .mw-signos-icons{
        max-width: 100%;
        overflow-x: scroll;
        justify-content: flex-start;
    }
}

@media (max-width: 700px){
    .mw-signos-text > h3,
    .mw-signos-card figure {
        display: none;
    }
    .mw-signos-text header {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .mw-titulo-text{
        flex-direction: column;
        align-items: flex-start;
    }
    .mw-titulo-text span{
        padding-left: 0;
        border-left: none;
    }

    .dates-container {
        overflow-y: scroll;
        display: flex;
        width: 100%;
    }
}
@media (max-width: 500px){
    .buttons-personare{
        flex-direction: column;
    }
    .mw-signos-text button{
        width: 100%;
    }
}
@media (max-width: 400px){
    .mw-signos-card{
        flex-direction: column;
    }
    .mw-signos-text h4{
        text-align: justify;
    }
}