// Carrossel de categorias

.choose__by__category > strong{
  font-size: 28px;
  font-weight: 700;
  z-index: 1;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #000;
  font-family: var(--tp-font);
  margin-bottom: 20px;
  justify-content: center;
}

.choose__by__categories {
  display: flex;
}


.choose__by__category__item .categoryitemimage img {
  border-radius: 50%;
  border: 2px solid #cbcbcb8a;
  display: flex;
  box-shadow: 0px 1px 4px 0px rgb(98 98 98 / 64%);
}

.choose__by__category__item .categoryitemimage img:hover {
    opacity: 0.8;
}

.choose__by__category__item > span{
  margin-top: 10px;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
  margin-top: 0px;
}


.choose__by__category__item a{
        display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    margin: 0px 4px;
    padding: 4px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}


.choose__by__category__item img {
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 8px;
    z-index: 1;
    border: 3px solid var(--cTitulos);
}

.conteiner.choose__by__category svg {
    background: none;
    border: none;
    width: 15px;
    height: 15px;
}

.choose__by__categories .prev-arrow {

}

.choose__by__categories .slick-arrow {

}

.prev-arrow.slick-arrow{
    
}


@media(max-width: 992px){

    .choose__by__category{
        margin-top: 50px;
    }

}