 .dots-pesquisa li button {
     background: #bcbac9 !important;
     width: 20px;
     height: 20px;
 }

 .dots-pesquisa li.slick-active button {
     background: #ff8f4d !important;
     width: 20px;
     height: 20px;
 }
.text-area-home-con{
    min-height: 98px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}


 .area-home-card.slick-slide img {
     width: 100%;
 }

 .area-home-card.slick-slide {
     padding: 5px;
     margin: 10px;
     background: rgb(255, 143, 77);
     border-radius: 10px;
 }

 .text-area-home-con {
     color: white;
 }

 .text-area-home-con h2 {
     font-size: 20px;
     text-decoration: none;
 }

 .area-home-card.slick-slide a {
     text-decoration: none;
 }

 ul.slick-dots {
    list-style: none;
    color: transparent;
    display: flex;
    gap: 10px;
    justify-content: center;
}

ul.slick-dots li {
    border-radius:10pc;
    overflow: hidden;
}

h2.titolou-home-area {
    text-align: center;
}