﻿    
    /*FEATURE*/

    #feature {
        position:relative;
        height:100%;
    }

    #feature.home {
        background:#00d7c5 url(../imagens/destaque2.png) no-repeat;
        background-position:center center;
    }

    #feature .cloud {
        position:absolute;
        bottom:0;
        left:0;
        display: block;
        width:100%;
        height: 530px;
        background:url(../imagens/shadow_bg.png) repeat-x;
        opacity:0;
    }


    /*SERVICES*/

    #services {
        margin-bottom: 29px;
        background:#FFF;
    }

    #services #owl-demo {
        margin-top: 34px;
    }

    #services .item {
        text-align:center;
    }

    #services .item img {
        display:inline-block;
    }

    #services .item h1 {
        margin:23px 0 0;
        font-size:22px;
    }

    #services .item p {
        margin:16px 0 0;
        padding:0 15px;
        font-size:14px;
    }

    #services .item .btn-white {
        margin-top:22px;
        margin-bottom:5px;
    }


    /*CLIENTS*/

    #clients {
        position:relative;
        padding-bottom:0;
        background:#333333;
        color:#FFFFFF;
    }

    #clients:after {
        content:"";
        position:absolute;
        bottom:0;
        left:0;
        display:block;
        width:100%;
        height:157px;
        background:url(../imagens/shadow3_bg.png) repeat-x;
    }

    #clients .clients-itens {
        margin-top:33px;
    }

    #clients .clients-itens .item {
        display:block;
        float:left;
        width:50%;
        height:150px;
        border:1px inset rgba(255,255,255,0.3);
        background:#FFF;
        background-position:center center;
        background-repeat:no-repeat;
        -webkit-transition:all .5s ease;
        -moz-transition:all .5s ease;
        -o-transition:all .5s ease;
        transition:all .5s ease;
    }

    #clients .clients-itens:after {
        content:"";
        display:block;
        height:1px;
        overflow:hidden;
        clear:both;
    } 

    #clients .clients-itens .item:hover {
        cursor:pointer;
        background:#333333;
        background-position:center center;
        background-repeat:no-repeat;
    }

    #clients .box-button {
        position:absolute;
        bottom:40px;
        left:0;
        width:100%;
        height:50px;
        text-align:center;
        z-index:2;
    }

    #clients .box-button a {
        font-weight:600;
    }


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

   /*FEATURE*/

    #feature {
        position:relative;
        height:100%;
    }

    #feature.home {
        background-color:#00d7c5 ;
        background-image:url(../imagens/destaque.png);
        background-position:center center;
        background-repeat:no-repeat;
        background-attachment: fixed
    }


    /*SERVICES*/

    #services .item p {
        padding:0;
        height:120px;
        padding: 0 25px;
    }
    

    /*CLIENTS*/

    #clients .clients-itens .item {
        width:180px;
        height:180px;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    /*SERVICES*/
    #services {
        margin-bottom: 75px;
    }

    #services #owl-demo {
        margin-top: 70px;
    }

    #services .item p {
        font-size:18px;
        padding: 0 15px;
    }
    

    /*CLIENTS*/

    #clients {
        padding-bottom:130px;
    }

    #clients .clients-itens {
        margin-top:75px;
    }

    #clients .clients-itens .item {
        width:188px;
        height:188px;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    /*FEATURE*/

    #feature.home {
        background-color:#00d7c5 ;
        background-image:url(../imagens/destaque.png), url(../imagens/mouse_icon_img.png);
        background-position:center center, bottom center;
        background-repeat:no-repeat, no-repeat;
        background-attachment: fixed, fixed;
    }
     
    /*CLIENTS*/

    #clients .clients-itens .item {
        width:190px;
        height:190px;
    }

}
