/* SCROOLING */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 25px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

/* SECTIONS */

.home-section {
    height: 100%;
    padding-top: 80px;
    background: #FFFFFF;
}

.midias-section {
    height: 100%;
    padding-top: 100px;
    background: #F3F3F3;
}

.quem-section {
    height: 100%;
    padding-top: 100px;
    background: #FFFFFF;
}

.servicos-section {
    height: 100%;
    padding-top: 100px;
    background: #BF2126;
}

.plataforma-section {
    height: 100%;
    padding-top: 100px;
    background: url('../img/fd_plataforma.jpg') #606061;
}

.clientes-section {
    padding-top: 10px;
    background: #d1d2d4;
}

.ferramentas-section {
    height: 100%;
    padding-top: 100px;
    background: url('../img/fd_ferramentas.jpg') #F3F3F3;
}

.cases-section {
    height: 100%;
    padding-top: 100px;
    background: url('../img/fd_cases.jpg') #FF9900;
}

.testeja-section {
    height: 100%;
    padding-top: 100px;
    background: #006699;
}

.contato-section {
    height: 100%;
    padding-top: 100px;
    background: #E7E7E7;
}