.navbar-brand img {
    height: 30px;
    width: auto;
}
footer {
    padding: 30px 40px;
    color: #FFF;
}
footer a {
    color: #a7a7a7;
}
footer .row div {
    margin: 10px 0;
}
.card-deck {
    text-align: justify;
    margin: 0 auto;
    padding: 0.5em;
}
.card {
    margin: 1.5em 1em;
    padding: 0;
    max-width: 330px;
    max-height: 450px;
    overflow: hidden;
}

.familia {
    margin-top: -60%;
    z-index: 99;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
    text-align: right;
    margin-right: 5%;

    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

.card-body {
    z-index: 30;
    padding: 10px 20px;
}
.card-body h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.35em;
}

.card-body .card-text {
    color: #a7a7a7;
}

.card-footer {
    background-color: #FFF;
    padding: 0;
    border: 0;
    margin-top: 0px;
    background-color: transparent;
}

.no-gutters {
    padding-right:0;
    padding-left:0;
    margin: 1em 0;
}

/* Obten resultados */
.obten-img {
    position: absolute;
    height: 20%;
    width: 20%;
}
.fam-obten-resultados {
    background-color: #5da4f1;
    background-image: linear-gradient(45deg, #5da4f1, #0b2848);
}

/* Incrementa la energia */
.incrementa-img {
    position: absolute;
    height: 50%;
    width: 50%;
}
.fam-incrementa {
    background-color: #ff7a7a;
    background-image: linear-gradient(45deg, #ff7a7a, #6d1f03);
}

/* Estimula a Otros */
.estimula-img {
    position: absolute;
    height: 17%;
    width: 22%;
    top: 5px;
    left: 15px;
}
.fam-estimula {
    background-color: #43ac2e;
    background-image: linear-gradient(45deg, #43ac2e, #0e5001);
}

/* Aumenta la seguridad */
.seguridad-img {
    position: absolute;
    height: 30%;
    width: 25%;
}
.fam-seguridad {
    background-color: #ebbc1a;
    background-image: linear-gradient(45deg, #ebbc1a, #9d6816);
}

/* Aumenta la seguridad */
.elevate-img {
    position: absolute;
    height: 25%;
    width: 20%;
    top: 10px;
    left: 10px;
}
.fam-elevate {
    background-color: #5fc3ff;
    background-image: linear-gradient(45deg, #5fc3ff, #1f62b3);
    margin-right: 20%;
}