.section-heading {
    /* font-family: "sgothic-bdcap"; */
    font-family: "zizou-slab-bold" !important;
    color: #543477;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-top: 2rem;
    font-size: 2rem;
  }

  .section-heading::before {
    content: "";
    width: 4px;
    height: 2rem;
    background: #543477;
    margin-right: 0.5rem;
  }
  .acordeon input {
    display: none;
  }

  .acordeon-item .acordeon-content {
    background: #f8f8f8;
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }

  .acordeon-item .acordeon-content ul {
    list-style-type: disc;
    padding-left: 2rem;
  }

  .acordeon-item {
    border: 1px solid #e5e7eb;
    margin-bottom: 1rem;
  }
  .font-sgothic {
    font-family: "sgothic-bdcap";
  }

  .acordeon-item .acordeon-title {
    color: #543477;
    /* font-family: "sgothic-bdcap"; */
    font-family: 'zizou-slab-bold';
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
  }

  .acordeon-item .acordeon-title h3 {
    color: #543477;
    /* font-family: "sgothic-bdcap"; */
    font-family: 'zizou-slab-bold';
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin: 0;
  }

  .acordeon-item .acordeon-date {
    color: #000000;
    font-family: "zizou-slab-bold";
    font-size: 1rem;
    padding: 0 1rem 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
  }

  .acordeon-item .acordeon-title::after {
    content: "+";
    color: #191919;
    font-size: 1.5rem;
  }
  .acordeon input:checked + .acordeon-item .acordeon-content {
    padding: 2rem;
    opacity: 1;
    height: auto;
  }
  .acordeon input:checked + .acordeon-item .acordeon-title::after {
    content: "-";
  }

  .acordeon-item .acordeon-subtitle {
    font-size: 1.125rem;
  }
  .acordeon-content{
    font-family:'zizou-slab-regular' ;
  }
  @media (min-width: 992px) {

  .acordeon-content{
    font-family:'zizou-slab-regular' ;
  }
  }
  .preguntas-frecuentes .acordeon-item .acordeon-title h3 {
    font-size: 1.2rem !important;
  }