
.nav-item a{
    font-size: 16px;
}





    .custom-accordion {
      background: transparent;
      border: none;
    }

    .custom-accordion .accordion-item {
      background: transparent;
      border: none;
     /*border-bottom: 1px solid rgba(0,0,0,0.08);*/
      margin-bottom: 0;
      position: relative;
    }

        .custom-accordion .accordion-item::after {
            content: "";
            background: #111;
            height: 1px;
            width: 300px;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

    .custom-accordion .accordion-button {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px; /* separación entre texto y flecha */
        color: #111;
        background: transparent;
        box-shadow: none;
        padding: 1.8rem 0;
        font-size: 1.35rem;
        font-weight: 600;
        text-align: center;
    }



    /* Quitar margen automático que mete Bootstrap */
    .custom-accordion .accordion-button::after {
        margin-left: 0;

        content: "";
        width: 32px;
        height: 32px;

        background-color: #000;
        background: url(../assets/svg/chevron-down.svg);
        -webkit-mask: url(../assets/svg/chevron-down.svg) no-repeat center;
        mask: url(../assets/svg/chevron-down.svg) no-repeat center;
        -webkit-mask-size: contain;
        mask-size: contain;

        transition: transform .3s ease;
    }

    /* Al abrir, gira para "arriba" */
    .custom-accordion .accordion-button:not(.collapsed)::after {
        transform: rotate(180deg);
    }

    .custom-accordion .accordion-button:not(.collapsed) {
      color: #000;
      background: transparent;
    }

    .custom-accordion .accordion-button:hover {
      color: #444;
    }



    /* Icono moderno */
    /*
    .custom-accordion .accordion-button::after {
      background-image: none;
      content: "+";
      font-size: 1.4rem;
      font-weight: 300;
      transform: none;
      transition: transform 0.3s ease;
      color: #666;
    }
 

    .custom-accordion .accordion-button:not(.collapsed)::after {
      content: "–";
      transform: rotate(180deg);
      color: #111;
    }
     */
    .custom-accordion .accordion-body {
      background: transparent;
      padding: 0 0 2rem 0;
      color: #555;
      line-height: 1.8;
      font-size: 1rem;
    }

    .award-block {
      padding: 1rem 0;
    }

    .award-title {
      font-weight: 600;
      color: #111;
      margin-bottom: .4rem;
    }

    .award-desc {
      color: #666;
      font-size: .95rem;
    }


    .accordion-item .titulo-bloque{
        font-size: 23px;
        line-height: 23px;
    }