.footer-modelo {
    background-color: #004725;
    color: #ffffff;
}


/* =========================
   PARTE PRINCIPAL
   ========================= */

.footer-modelo-principal {
    padding: 50px 0 35px;
}


/* IZQUIERDA */

.footer-identidad {
    display: flex;
    align-items: center;
}

.footer-logo {
    width: 65px;
    height: auto;
    margin-right: 15px;
}

.footer-uabc {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 3px;
}

.footer-identidad p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.4;
}

.footer-dependencia {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.6;
}


/* DERECHA */

.footer-col-contacto {
    display: flex;
    justify-content: flex-end;
}

.footer-contacto-contenido {
    width: 300px;
}

.footer-titulo {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-contacto p {
    display: flex;
    align-items: flex-start;

    color: rgba(255, 255, 255, 0.85);

    font-size: 14px;
    line-height: 1.5;

    margin-bottom: 15px;
}

.footer-contacto i {
    width: 25px;
    margin-top: 4px;
    margin-right: 8px;

    color: #ffffff;
    text-align: center;
}


/* =========================
   PARTE INFERIOR
   ========================= */

.footer-modelo-copy {
    border-top: 1px solid rgba(255, 255, 255, 0.15);

    padding: 18px 0;

    font-size: 13px;

    color: rgba(255, 255, 255, 0.75);
}

.footer-modelo-copy a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.footer-modelo-copy a:hover {
    color: #ffffff;
    text-decoration: underline;
}


/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 767.98px) {

    .footer-modelo-principal {
        padding: 35px 0 20px;
    }

    .footer-col-contacto {
        justify-content: flex-start;
        margin-top: 30px;
    }

    .footer-contacto-contenido {
        width: 100%;
    }

    .footer-modelo-copy .text-right,
    .footer-modelo-copy .text-left {
        text-align: center !important;
    }

    .footer-modelo-copy .col-md-5 {
        margin-top: 10px;
    }

}