/* =========================
   ALIANZAS
========================= */

.alianzas{
    height: 176px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background: #f5f5f5;

    
}

.alianzas-title{
    display: block;

    text-align: center;

    margin-bottom: 32px;

    font-size: 16px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #4f5d75;
}

.alianzas-grid{
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    align-items: center;

    width: 100%;
}

.alianzas-grid span{
    text-align: center;

    font-size: 22px;

    font-weight: 600;

    color: #6c6c6c;
}