.categories .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center; }
  .categories .slick-dots li {
    margin: 0 5px;
    list-style: none; }
    .categories .slick-dots li.slick-active button {
      border: 2px solid #e90137; }
    .categories .slick-dots li:hover button {
      border: 2px solid #000; }
    .categories .slick-dots li button {
      margin: 0;
      padding: 0;
      width: 15px;
      height: 15px;
      transition: 0.3s;
      background-color: transparent;
      box-shadow: none;
      border: 2px solid rgba(0, 0, 0, 0.1);
      font-size: 0; }
  .categories__in button {
    position: absolute;
    font-size: 0;
    width: 50px;
    height: 50px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none;
    border: 0;
    outline: none;
    z-index: 10;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M506.134,241.843c-0.006-0.006-0.011-0.013-0.018-0.019l-104.504-104c-7.829-7.791-20.492-7.762-28.285,0.068 c-7.792,7.829-7.762,20.492,0.067,28.284L443.558,236H20c-11.046,0-20,8.954-20,20c0,11.046,8.954,20,20,20h423.557 l-70.162,69.824c-7.829,7.792-7.859,20.455-0.067,28.284c7.793,7.831,20.457,7.858,28.285,0.068l104.504-104 c0.006-0.006,0.011-0.013,0.018-0.019C513.968,262.339,513.943,249.635,506.134,241.843z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px; }
    .categories__in button.slick-prev {
      left: 10px;
      transform: translateY(-50%) rotate(180deg); }
    .categories__in button.slick-next {
      right: 10px; }
  .categories__item {
    height: 478px;
    position: relative;
    margin: 0 10px;
    padding: 10px;
    margin-bottom: 20px; }
  .categories__item:hover {
    box-shadow: 0px 13px 20px -10px rgba(151, 0, 35, 0.5); }
  .categories__item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1; }
  .categories__item a {
    margin-top: auto;
    display: block;
    background-color: #fff;
    color: #000;
    width: 100%;
    text-decoration: none;
    position: relative;
    z-index: 2;
    padding: 10px 0;
    font-family: "El Messiri", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    transition: 0.3s; }
    .categories__item a:hover {
      color: #fff;
      background-color: #e90137; }
