  .graficos-dona-carousel {
    width: 100%;
    padding: 40px 0;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .grafico-card {
    background: #f3f3f7;
    padding: 30px;
    border-radius: 2rem;
    width: 100%;
    /*max-width: 900px;*/
    box-sizing: border-box;
  }

  .grafico-card__titulo {
    text-align: center;
    font-size: 1.2rem !important;
    margin-top: 10px;
    font-weight: 100;
padding: 2rem 0 0 0;
  }

  /* Flechas como en la imagen */
  .swiper-button-prev,
  .swiper-button-next {
    background: rgba(180, 180, 180, 0);
    width: 38px;
    height: 38px;
    border-radius: 8px;
    color: #000;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
  }

  /* Bullets como los de la imagen */
  .swiper-pagination-bullet {
    background: #c0c0c8;
    opacity: 1;
    width: 10px;
    height: 10px;
  }

  .swiper-pagination-bullet-active {
    background: #5a5a66;
  }