@import url('https://cdn.awsli.com.br/2695/2695451/arquivos/slick-theme.css');

/* ESCOLHA POR CATEGORIA */

body .choose__by__category > strong{
  z-index: 1;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #000;
  margin-bottom: 20px;

  font-size: 28px !important;
  color: #000;
  font-weight: 700;
  display: block;
  line-height: initial;
  text-align: center;
}

.choose__by__categories {
  display: flex;
}


.choose__by__category__item .category__item__image 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 .category__item__image 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;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}


.choose__by__category__item img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 8px;
    z-index: 1;
    border: 3px solid #dc2743;
}

.choose__by__categories .slick-dots{
	display: none !important;
}

.choose__by__category{
	margin-bottom: 21px;
	margin-top: 21px;
    order: 3;
}
	
	
.choose__by__category .choose__by__categories svg {
    width: 30px;
    height: 30px;
}	


.choose__by__category .slick-arrow.slick-next {
    right: 5px;
    margin-top: 0px !important;
}


.choose__by__category .slick-arrow.slick-prev {
    left: 5px;
    margin-top: 0px !important;
	z-index: 999 !important;
}

.choose__by__category .slick-next:before, .choose__by__category .slick-prev:before{
	display: none !important;
}