    /* Sección Master Permanente */

/* 
        .colgrid {
            border: 1px solid #e9e9e9;
        }

        p,
        li {
            text-align: justify;
        }

        .aliado {
            filter: grayscale(1);
            transition-property: filter;
            transition-duration: 1s;
        }

        .logo-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 6px;
        }

        .logo-container img {
            max-width: 100%;
            height: auto;
        } 
*/

        .titulo-acreditacion {
            font-size: 1.1rem;
            color: #fff;
            margin-top: 10px;
            font-weight: 500;
            text-align: center;
            display: block;
            width: 100%;
        }
