.BannerInicial{
    width: 100%;
    height: 400px;
    box-sizing: content-box;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 40px;
}

.BannerInicial .background{
    box-sizing: content-box;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    filter: blur(7px);
    position: absolute;
    left: 0;

}
.BannerInicial .background .destaque{
    background-color: rgba(0, 0, 0, 0.425);
    width: 100%;
    height: 100%;
}

.BannerInicial img{
    display: block;
    margin: 0 auto;
    max-width: clamp(100px, 95% , 900px);
    max-height: clamp(100px, 70% , 900px);
    margin-top: 120px;
    border-radius: 10px;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.596));

}

.coontainerImg{
    height: 400px;
    z-index: 99;
    position: absolute;
    left: 0;
    width: 100%;
}


.info{
    width: clamp(100px, 95%, 1000px);
    margin: 0 auto;
}

.info .name{
    display: flex;
    justify-content: space-between;
}

.info .name h4{
    font-size: 30px;
}


.info .name .aberta{
    background-color: rgb(19, 165, 19);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 20px;
    font-size: 10px;
    margin-left: 7px;
    border-radius: 4px;
    font-weight: 700;
}


.description{
    margin-top: 40px;
    margin-bottom: 70px;
}


.dias-fixo-noticias{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 7px;
}

.data{
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.data i {
    font-size: 24px;
}

.dias-eventual-noticias{
    display: flex;
    align-items: center;
    margin-left: 7px;
    color: #0782CA;
    font-weight: 900;
    font-size: 12px;
    margin-left: 12px;
}

.dias-fixo-noticias .contDias{
    border: 1px solid #0782CA;
    color: #0782CA;
    font-size: 12px;
    padding: 5px 3px;
    margin: 0 3px;
    border-radius: 5px;
    font-weight: 900;
}

.endereco{
    margin-top: 10px;
}

.feirantes-confirmados {
    display: flex;
    flex-direction: column;
}

.feirantes-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 5%;
    row-gap: 20px;
}

.feirantes-container .feirantes {
    width: calc(calc(100% / 5) - 40px);
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.feirante-card {
    text-align: center;
}

.feirante-card img {
    width: 100%;
    border-radius: 8px;
}


.btnVoltar{
    position: absolute;
    top: 15px; left: 15px;
    padding: 7px 13px;
    background-color: #EA4B6F;
    color: #fff;
    border: none;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    z-index: 150;
    transition: 0.3s;
}

.btnVoltar:hover{
    background-color: #fff;
    color: #EA4B6F;
}

@media (max-width:770px){
    .btnVoltar{
        top: 70px;
    }

    .feirantes-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    
    .feirantes-container .feirantes {
        width: calc(calc(90% / 3));
        margin-top: 20px;
        display: flex;
        flex-direction: row;
    }
}

.areas{
    margin-top: 10px;
}
