/* ==============================================================
/*	QUIENES SOMOS
/* ============================================================== */
#quienes-somos {
    padding: 0 3%;
    padding-top: 2rem;
}
/**/


/* ==============================================================
/*	NUESTRA GENTE
/* ============================================================== */
    #nuestra-gente {
        background-color: #f6f6f6;
        padding: 0 3%;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .nuestra-gente-nodo {
        display: block;
        width: 15%;
        text-align: center;
        text-decoration: none;
        color: #49c1b1;
        transition: all ease .3s;
    }
    .nuestra-gente-nodo:hover {
        color: #277067;
    }
    .nuestra-gente-nodo:hover .nuestra-gente-nodo-img img {
        border: .6rem solid #f6f6f6;
    }
    .nuestra-gente-nodo:hover .nuestra-gente-nodo-img {
        background: linear-gradient(to top, #277067, #49c1b1);
    }

    .nuestra-gente-nodo-img {
        background: linear-gradient(to top, #49c1b1, #0affc9);
        border-radius: 50%;
        padding: 0.15rem;
        margin-bottom: 0.75rem;
        transition: all ease .3s;
    }
    .nuestra-gente-nodo-img img {
        border-radius: 50%;
        border: 1rem solid #f6f6f6;
        transition: all ease .3s;
    }
    .nuestra-gente-nodo p {
        font-size: 18px;
        line-height: normal;
    }

    @media only screen and (max-width: 1024px) {
        .nuestra-gente-nodo {
            width: 20%;
        }
    }
    @media only screen and (max-width: 576px) {
        .nuestra-gente-nodo {
            width: 30%;
        }
    }
    @media only screen and (max-width: 425px) {
        .nuestra-gente-nodo {
            width: 40%;
        }
    }
/**/


/* ==============================================================
/*	CREZCAMOS JUNTOS
/* ============================================================== */
    #crezcamos-juntos {
        padding: 0 3%;
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
/**/


/* ==============================================================
/*	NUESTROS ALIADOS
/* ============================================================== */
    #nuestros-aliados {
        padding: 0 3%;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
/**/