/*RESET*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    background: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'EDP Preon-Regular';
    src: url('../fonts/EDPPreon-Regular.eot');
    src: url('../fonts/EDPPreon-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/EDPPreon-Regular.woff2') format('woff2'), url('../fonts/EDPPreon-Regular.woff') format('woff'), url('../fonts/EDPPreon-Regular.ttf') format('truetype'), url('../fonts/EDPPreon-Regular.svg#EDPPreon-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EDP Preon-Medium';
    src: url('../fonts/EDPPreon-Medium.eot');
    src: url('../fonts/EDPPreon-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/EDPPreon-Medium.woff2') format('woff2'), url('../fonts/EDPPreon-Medium.woff') format('woff'), url('../fonts/EDPPreon-Medium.ttf') format('truetype'), url('../fonts/EDPPreon-Medium.svg#EDPPreon-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

h1 {
    text-transform: uppercase;
}

h3 {
    color: #2AB1AB !important;
}

h4 {
    display: inline-block;
    font-size: 20px;
}

header {
    margin-bottom: 2.0em;
}

li {
    font-size: 14px;
}

li {
    margin-bottom: 30px;
}

.caption {
    color: #7f7f7f;
}

.link-list {
    position: relative;
}

.lista {
    border-top: 1px solid #e0e0e0;
    padding: 30px 0 0;
    margin: 25px 0;
}

.fluxo {
    border-top: 1px solid #e0e0e0;
    padding: 30px 0;
}

    .fluxo li {
        font-size: 18px;
    }

.icon {
    margin-bottom: 15px;
}

@media screen and (max-width:576px) {
    .container {
        margin-top: 25px;
    }
}

@media screen and (max-width:768px) {
    .logos {
        margin-top: 20px;
    }
}

@media screen and (min-width:992px) {
    .lista {
        border-top: 0;
        border-left: 1px #e0e0e0 solid;
        padding: 0 20px;
    }

    .fluxo {
        border-top: 0;
        border-left: 1px #e0e0e0 solid;
        padding: 0 30px !important;
    }
}
