﻿#info-support-home {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
    background: linear-gradient(to right, #01163d -2%, #000933 100%);
    background-size: cover;
    position: relative;
}

    #info-support-home::after {
        content: '';
        background-color: #a4a3a3;
        position: absolute;
        top: 0;
        left: 0;
        height: 8px;
        right: 0;
    }

    #info-support-home h2 {
        text-transform: uppercase;
        font-weight: 600;
        color: #ffffff;
        font-size: 16px;
        padding-top: 30px;
    }

    #info-support-home ul {
        list-style: none;
    }

        #info-support-home ul li {
            list-style: none;
            color: #fff;
            line-height: 25px;
            text-align: justify;
            font-size: 13px;
        }

            #info-support-home ul li a {
                color: #fff;
            }

.info-support-home
{
    position:relative;
    float:left;
    height:auto;
    width:100%;
    background-position:center bottom;
}

/*--------------------------------------------*/

/* footer */
.footer {
    background-color: #010b24;
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 13px;
    min-height: 56px;
    line-height: 56px;
    margin: 0px;
    padding: 0px;
}

    .footer a {
        color: #fff;
        text-decoration: underline;
    }

        .footer a:hover {
            text-decoration: none;
        }

.footer-light a {
    color: inherit;
}

.footer .padding-top-10 {
    opacity: 0.5;
}

.footer .list-inline > li:last-child {
    padding-right: 0;
}

.footer ul {
    margin: 0;
    padding: 0;
}

    .footer ul.social-footer {
        font-size: 18px;
        padding-top: 5px;
    }

        .footer ul.social-footer a {
            opacity: 0.5;
        }

            .footer ul.social-footer a:hover {
                opacity: 1;
            }
