﻿body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Signika', sans-serif;
    font-weight: 800
}

.banner {
    margin-top: 50px;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: top center;
    display: flex;
    justify-content: center;
}

.banner-inner {
    width: 100%
}

.banner-inner h1 {
    font-size: 2em;
    color: #fff
}

.content p {
    line-height: 1.5;
    margin: 30px 0
}

blockquote {
    color: #777;
    font-style: italic;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

@media (max-width: 768px) {
    .banner-inner h1 {
        font-size: 1.5em
    }
}

#tf-clients {
    background: #fff;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #333
}

#tf-clients .overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.37) 17%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0.33) 62%, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(17%, rgba(0, 0, 0, 0.37)), color-stop(35%, rgba(0, 0, 0, 0.35)), color-stop(62%, rgba(0, 0, 0, 0.33)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.37) 17%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0.33) 62%, rgba(0, 0, 0, 0.2) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.37) 17%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0.33) 62%, rgba(0, 0, 0, 0.2) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.37) 17%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0.33) 62%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.37) 17%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0.33) 62%, rgba(0, 0, 0, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#66000000', GradientType=0);
    padding: 80px 0;
    background-attachment: fixed
}

#clients .item {
    padding: 0;
    margin: 35px;
    color: #FFF;
    text-align: center
}

#noticias a {
    color: #337ab7 !important;
    text-decoration: none
}