﻿body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Signika', sans-serif;
    font-weight: 800;
}

.externo {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.interno {
    height: auto;
    min-height: 100%;
}

/* content centering styles */
.externo {
    display: table;
}

.interno {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

/*banner*/
.banner {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: top center;
    display: flex;
    justify-content: center;
}

/*banner*/
.banner-video {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: top center;
    display: flex;
    justify-content: center;
}

.banner-inner {
    width: 100%;
}

    .banner-inner h1 {
        font-size: 2em;
        color: white;
    }

.content p {
    line-height: 1.5;
    margin: 30px 0;
}

blockquote {
    color: #777777;
    font-style: italic;
}

blockquote {
    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;
    }
}

/*pagina principal fungiweb*/
.externo {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.interno {
    height: auto;
    min-height: 100%;
}

/* content centering styles */
.externo {
    display: table;
}

.interno {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

.internoAbajo {
    display: table-cell;
    position: relative;
    vertical-align: bottom;
    text-align: center;
}


/* Clients Section */
#tf-clients {
    background: white;
    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%); /* FF3.6+ */
        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))); /* Chrome,Safari4+ */
        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%); /* Chrome10+,Safari5.1+ */
        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%); /* Opera 11.10+ */
        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%); /* IE10+ */
        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%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
        padding: 80px 0;
        background-attachment: fixed;
    }

#clients .item {
    padding: 0;
    margin: 35px;
    color: #FFF;
    text-align: center;
}
