html{
    font-family: "Inter", "Space Grotesk", sans-serif;
    overflow-x:hidden;
}

.programacao h3, .programacao h4{
    font-weight:600;
}

.programacao h3::before{
    content: "\eff5";
    font-family:'tabler-icons';
    padding-right:0.5rem;
    color:#77C6B3;
}
.programacao h4::before{
    content: "\eff5";
    font-family:'tabler-icons';
    padding-right:0.5rem;
    color:#77C6B3;
}

.programa-data::before{
    content: "\ea52";
    font-family:'tabler-icons';
    padding-right:0.5rem;
}

.local::before{
    content: "\eae8";
    font-family:'tabler-icons';
    padding-right:0.5rem;
}

.programacao hr{
    margin-bottom:1.3rem;
}

.ficha h4{
    font-family:'Space Grotesk';
    font-weight:500;
}
.ficha p{
    font-family:'Space Grotesk';
}

@media (max-width:500px){
    .menu-nav{
        margin-right:0.6rem;
        margin-left:0.6rem;
        margin-top:1rem;
    }
    
    .photo{
        height:40dvh;
        background-position: top;
    }
    
    .chevron{
        width:60px;
    }
}

@media (max-width: 990px){
    .desktop{
        display:none;
    }
}

@media (min-width:996px){
    .mobile{
        display:none;
    }
}

@media (min-width: 700px) and (max-width: 900px){
    .curador{
        width:70%;
        margin-left:7rem;
        margin-top:-10rem;
    }
    .birdie{
        right:1rem;
    }
    .cloud{
        right:5rem;
    }
    .cordelistas p{
        font-size:0.9rem;
    }
    .photo{
        height:50dvh;
        background-position: top;
    }
}

@media (min-width:1100px) and (max-width:1490px){

    .flipar-desc{
        padding:7rem 2rem;
    }

    .flipar img{
        margin-top:4rem;
    }

    .curador{
        width:75%;
    }

    .braz-text{
        height:50dvh;
    }

    .yellow-sun{
        margin-top:8rem;
    }
    .ficha h4{
        font-size:1rem;
    }
    .ficha p{
        font-size:0.9rem;
    }

}

@media (min-width:1500px){

    .flipar-desc{
        padding:7rem 2rem;
    }

    .flipar img{
        margin-top:4rem;
    }

    .curador{
        width:70%;
        margin-left:10rem;
    }

    .braz-text{
        height:70dvh;
    }

    .yellow-sun{
        margin-top:8rem;
    }

}