.search-floating {
    left: 0;
    right: 0;
    padding: 0 0px;
    z-index: 3000; /* 3000 para ficar acima da modal */
}

.search-floating-bar {
    position: fixed;
    top: 8px;
    left: 0;
    right: 0;
    padding: 0 10px;
    z-index: 1050; /* 3000 para ficar acima da modal */
}

#modalBusca ul > li > a{
    color: #3b3b45;
}

.carousel-container {
    max-width: 100%;
    padding: 20px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 14px; /* change width */
    height: 13px !important; /* change height */
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-radius: 100%; /* add border-radius */
}

.carousel-indicators button{
    background-color: #6a757d !important;
}

.carousel-indicators button.active{
    background-color: #009cfe !important;
}

#carouselNews .carousel-control-next, #carouselNews .carousel-control-prev{
    opacity: 1;
}

#carouselNews .carousel-indicators button.active{
    background-color: #000 !important;
}

/* Tamanho padrão do carrossel e banner fixo */
.carousel-img {
    width: 287px;
    height: 307px;
    object-fit: cover;
    margin: 0 auto; /* centraliza */
    display: block;
}

.modal-content {
    border-radius: 20px !important;
}
    
.truncate-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Número de linhas máxima que o texto pode ter */
            line-clamp: 2;
    -webkit-box-orient: vertical;
 }

