﻿/* ------ */
/* Layout */
/* ------ */

.um-footerlinks
{
    padding: 30px 87px 40px 87px;
}
.um-footerlinks ul
{
    margin-top    : 30px;
    margin-bottom : 0px;
    padding-left  : 0px;
}

.um-footerlinks a.contact
{
    display : inline-block;

    margin-top : 38px;
    padding    : 10px 28px;
}

/* ----- */
/* Style */
/* ----- */

.um-footerlinks
{
    font-family : inherit;
    font-size   : 15px;
    font-weight : inherit;

    color : rgba( 94, 94, 94, 1);
}
.um-footerlinks .container-fluid
{
    background : transparent url( '../../images/portalacademico/footer-background.png') no-repeat right 0px;
    min-height : 310px;
}
.um-footerlinks h3
{
    font-family : Montserrat;
    font-size   : 16px;
    font-weight : bold;

    color : rgba( 68, 68, 68, 1);
}

.um-footerlinks ul li
{
    list-style: none;
}

.um-footerlinks ul li a,
.um-footerlinks ul li a:hover,
.um-footerlinks ul li a:active,
.um-footerlinks ul li a:focus
{
   line-height: 22px;
 
   color : rgba( 94, 94, 94, 1);
}

.um-footerlinks a.contact
{
    font-family : Montserrat;
    font-size   : 14px;
    font-weight : normal;

    background-color : #9d9fa2;
    color            : white;

    text-decoration : none;
}
