
/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(plugins.css);

/*Import CSS Plugins*/
@import url(plugins/animate.css);
@import url(plugins/box-shadows.css);

body {
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
    /*max-width: 1600px; 
    margin-left:auto;
    margin-right:auto;*/
    /*padding-top: 90px;*/
}
/*News Section
------------------------------------*/
.news-section {
    background: #fafafa;
    color: #4AA950 !important;
    /*margin-top: 85px;*/
}

.news-v1 .news-v1-in {
    background: #fafafa;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news-v1 h3 {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 30px;
    /*padding: 10px 15px 15px;*/
}

    .news-v1 h3 a {
        color: #555;
        font-family: 'Raleway';
        font-weight: 800;
    }

        .news-v1 h3 a:hover {
            color: #3155a4;
        }

.news-v1 h2 {
    font-size: 16px;
    color: #555;
}

.news-v1 h4 {
    margin-bottom: 0;
    width: 100px;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: white;
    background-color: #4AA950;
}

.news-v1 h5 {
    margin-bottom: 0;
    color: #a4a5a5;
    font-size: 16px;
    /*line-height: 1.6;*/
    margin-bottom: 10px;
}

.news-v1 h6 {
    color: #4AA950;
    font-size: 16px;
    font-weight: 800;
    /*line-height: 1.6;*/
}

.news-v1 p {
    color: black !important;
    /*padding: 0 15px;*/
    margin-bottom: 20px;
    font-size: 16px;
}

.news-v1 .news-v1-info {
    overflow: hidden;
    margin-top: 30px;
    padding: 8px 15px;
    border-top: solid 1px #eee;
}

    .news-v1 .news-v1-info li {
        font-size: 12px;
    }

        .news-v1 .news-v1-info li a:hover {
            color: #3155a4;
            text-decoration: none;
        }

.logo-produto {
    min-height: 100%;
    height: 100%;
    width: 25%;
    float: left;
    margin: 0 0;
    background: url('/assets/img/bg/notas_verde.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logo-quem {
    min-height: 100%;
    height: 100%;
    width: 25%;
    float: left;
    margin: 0 0;
    background: url('/assets/img/bg/quem_somos.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* set a max-width for horizontal fluid layout and make it centered */
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px; /* or 950px */
}

img {
    -ms-interpolation-mode: bicubic;
}

html {
    width: 100%;
    height: 100%;
}

.lembrar {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 300 !important;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
    color: #555;
}

::selection {
    color: #fff;
    background: #4AA950;
}

/*Header
------------------------------------*/
/*Navbar Logo*/
.navbar-brand {
    font-size: 31px;
    font-weight: 300;
    line-height: 15px;
    color: #4AA950 !important;
    font-family: 'Open Sans', sans-serif;
}

    .navbar-brand span {
        color: #4AA950 !important;
    }

/*Navbar Toggle*/
.navbar-default .navbar-toggle {
    border: none;
    background:#4AA950 ;
}

    .navbar-default .navbar-toggle:hover {
        background:#4AA950 ;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #fff;
    }

.navbar-toggle .icon-bar {
    height: 1px;
    width: 25px;
    font-size: 22px;
    background: #fff;
    margin-bottom: 7px;
}

    .navbar-toggle .icon-bar:last-child {
        margin-bottom: 0;
    }

/*Navbar*/
.navbar-default {
    /*background: #fff;*/
    border-bottom: none;
    box-shadow: 0 0 3px #b5b5b5;
    /*background: rgba(255,255,255,.4);*/
    /*background:#fafafa;*/
    /*background: transparent;*/
    border-top: solid 2px #4AA950;
}

    .navbar-default .navbar-nav > li > a {
        /*color: #eee;*/
        color: #4AA950;
        font-size: 12.5px;
        text-transform: uppercase;
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
    }

        .navbar-default .navbar-nav > li > a:before {
            left: -3px;
            z-index: 2;
            color: #4AA950;
            font-size: 4px;
            /*content: "\f10c";*/
            margin-right: 6px;
            position: absolute;
            /*font-family: FontAwesome;*/
            font-family: 'Raleway', sans-serif;
        }

    .navbar-default .navbar-nav > li.home > a:before {
        content: "";
    }

    .navbar-default .navbar-nav > li > a:hover {
        z-index: 1;
        color: #4AA950;
        background-color: transparent;
        border-bottom-width: 4px;
        border-bottom-style: solid;
        border-bottom-color: #777;
    }

    .navbar-default .navbar-nav > li > a:focus {
        color: #4AA950;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        z-index: 1;
        color: #4AA950;
        border-radius: 0px;
        background-color: transparent;
        border-bottom-width: 4px;
        border-bottom-style: solid;
        border-bottom-color: #4AA950;
    }

@media(min-width:767px) {
    .navbar {
        padding: 12px 0;
        -webkit-transition: background .3s ease-in-out,padding .3s ease-in-out;
        -moz-transition: background .3s ease-in-out,padding .3s ease-in-out;
        transition: background .3s ease-in-out,padding .3s ease-in-out;
    }

    .top-nav-collapse {
        /* Customize the look and feel of the collapsed top nav here */
        padding: 0;
    }
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > li > a:before {
        content: " ";
    }
}

/*Navbar*/
@media (min-width: 992px) {
    .navbar .navbar-nav {
        float: right;
    }
}

/*Fixed Header*/
.top-nav-collapse {
    padding: 7px 0;
    background: #fff;
    box-shadow: 0 0 3px #b5b5b5;
}

    .top-nav-collapse .navbar-brand,
    .top-nav-collapse .navbar-nav > li > a,
    .top-nav-collapse.navbar-default .navbar-nav > li > a:before {
        color: #777;
    }

    .top-nav-collapse .navbar-brand {
        color: #777 !important;
    }

    /*Navbar Toggle*/
    .top-nav-collapse.navbar-default .navbar-toggle .icon-bar {
        background: #555;
    }

    .top-nav-collapse.navbar-default .navbar-toggle:hover .icon-bar {
        background: #4AA950;
    }

@media (max-width: 768px) {
    .top-nav-collapse {
        padding: 0;
    }
}

/*Revolution Slider
------------------------------------*/
.tp-bullets.simplebullets.round .bullet {
    background: url("../assets/bullet.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 20px;
    margin-left: 3px;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    width: 20px;
}

/*Slides*/
.rs-caption-1 {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    padding: 6px 75px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

    .rs-caption-1:after,
    .rs-caption-1:before {
        font-size: 16px;
        content: "\f005";
        position: absolute;
        font-family: FontAwesome;
    }

@media (max-width: 768px) {
    .rs-caption-1:after,
    .rs-caption-1:before {
        content: "";
    }
}

.rs-caption-1:after {
    right: 4%;
}

.rs-caption-1:before {
    left: 4%;
}

.rs-caption-2 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    line-height: 40px;
    padding: 10px 50px;
    text-align: center;
}

    .rs-caption-2:after {
        left: 50%;
        content: "";
        height: 1px;
        width: 100px;
        bottom: -10px;
        background: #fff;
        margin-left: -50px;
        position: absolute;
    }

.rs-caption-3 a {
    margin: 0 5px;
    padding: 7px 20px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .rs-caption-1,
    .rs-caption-2,
    .rs-caption-3 {
        font-weight: normal;
    }
}

.software {
    padding: 60px 0;
    /*background: url(../img/patterns/5.png) repeat fixed;*/
}


/*Parallax Backgrounds
------------------------------------*/
/*Parallax Counter Block*/
.parallax-recrutamento {
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #A4A5A9;
}

.parallax-versoes {
    /*margin-top:80px;*/
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #A4A5A9;
}

.parallax-videos {
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #eee;
    margin-right: 10px;
    margin-left: 10px;
}

/*Arcada*/

.arcada {
    background-color: #255aa7;
    color: white;
}

    .arcada p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .arcada a {
        color: white;
    }

    .arcada h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .arcada h1:before, .arcada h2:before {
            margin-top: -15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

/*publicare*/

.publicare {
    background-color: #4ba84f;
    color: white;
}

    .publicare p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .publicare a {
        color: white;
    }

    .publicare h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .publicare h1:before, .publicare h2:before {
            margin-top: -15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

/*publicareweb*/

.publicareweb {
    background-color: #4ba84f;
    color: white;
}

    .publicareweb p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .publicareweb a {
        color: white;
    }

    .publicareweb h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .publicareweb h1:before, .publicareweb h2:before {
            margin-top: -15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

/*Falperra*/

.falperra {
    background-color: #b47e5a;
    color: white;
}

    .falperra p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .falperra a {
        color: white;
    }

    .falperra h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .falperra h1:before, .falperra h2:before {
            margin-top: -15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

/*Ourives*/

.ourives {
    background-color: #b3936e;
    color: white;
}

    .ourives p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .ourives a {
        color: white;
    }

    .ourives h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .ourives h1:before, .ourives h2:before {
            margin-top: -15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

/*Gesacad*/

.gesacad {
    background-color: #00acd2;
    color: white;
}

    .gesacad p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .gesacad a {
        color: white;
    }

    .gesacad h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .gesacad h1:before, .gesacad h2:before {
            margin-top: -15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

/*Futbraga*/

.futbraga {
    background-color: #d8505b;
    color: white;
}

    .futbraga p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .futbraga a {
        color: white;
    }

    .futbraga h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .futbraga h1:before, .futbraga h2:before {
            margin-top: -15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

/*citania*/

.citania {
    background-color: #fa8a3a;
    color: white;
}

    .citania p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .citania a {
        color: white;
    }

    .citania h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .citania h1:before, .citania h2:before {
            margin-top: -15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

/*clinicas*/

.clinicas {
    background-color: #26819D;
    color: white;
}

    .clinicas p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .clinicas a {
        color: white;
    }

    .clinicas h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .clinicas h1:before, .clinicas h2:before {
            margin-top: -15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

/*clinicasweb*/

.clinicasweb {
    background-color: #26819D;
    color: white;
}

    .clinicasweb p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .clinicasweb a {
        color: white;
    }

    .clinicasweb h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .clinicasweb h1:before, .clinicasweb h2:before {
            margin-top: -15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

/*domvs*/

.domvs {
    background-color: #4AA950;
    color: white;
}

    .domvs p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .domvs a {
        color: white;
    }

    .domvs h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .domvs h1:before, .domvs h2:before {
            margin-top: -15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

/*muzeo*/

.muzeo {
    background-color: #ffd948;
    color: white;
}

    .muzeo p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .muzeo a {
        color: white;
    }

    .muzeo h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .muzeo h1:before, .muzeo h2:before {
            margin-top: -15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

/*optical*/

.optical {
    background-color: #008cc1;
    color: white;
}

    .optical p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .optical a {
        color: white;
    }

    .optical h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .optical h1:before, .optical h2:before {
            margin-top: -15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

/*erp*/

.erp {
    background-color: #255aa7;
    color: white;
}

    .erp p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .erp a {
        color: white;
    }

    .erp h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .erp h1:before, .erp h2:before {
            margin-top: -15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

/*arcadapos*/

.arcadapos {
    background-color: #255aa7;
    color: white;
}

    .arcadapos p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .arcadapos a {
        color: white;
    }

    .arcadapos h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .arcadapos h1:before, .arcadapos h2:before {
            margin-top: -15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

/*coliseum*/

.coliseum {
    background-color: #c17a52;
    color: white;
}

    .coliseum p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .coliseum a {
        color: white;
    }

    .coliseum h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .coliseum h1:before, .coliseum h2:before {
            margin-top: -15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

/*playsoft*/

.playsoft {
    background-color: #c15a71;
    color: white;
}

    .playsoft p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .playsoft a {
        color: white;
    }

    .playsoft h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .playsoft h1:before, .playsoft h2:before {
            margin-top: -15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

/*marvin*/

.marvin {
    background-color: #4AA950;
    color: white;
}

    .marvin p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .marvin a {
        color: white;
    }

    .marvin h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .marvin h1:before, .marvin h2:before {
            margin-top: -15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

/*domvsweb*/

.domvsweb {
    background-color: #4AA950;
    color: white;
}

    .domvsweb p {
        color: white;
        font-family: 'Lato';
        font-weight: 300;
        font-size: 16px;
    }

    .domvsweb a {
        color: white;
    }

    .domvsweb h1 {
        color: white;
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
        text-transform: lowercase;
    }

        .domvsweb h1:before, .domvsweb h2:before {
            margin-top: -15px;
            height: 5px;
            width: 70px;
            content: " ";
            position: absolute;
            background: white;
        }

.parallax-counter .counters {
    color: #fff;
    padding: 15px 0;
    /*background: rgba(255,255,255,0.1);*/
}

.parallax-counter h4 {
    color: #999;
    font-size: 16px;
    text-transform: uppercase;
}

.parallax-counter span.counter {
    font-size: 48px;
}

/*Parallax Team*/
.parallax-team {
    background: url(../img/team/faces.jpg) 50% 0 repeat fixed;
}

    .parallax-team,
    .parallax-team .title-box-v2 {
        position: relative;
    }

        .parallax-team:before {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: " ";
            position: absolute;
            background: rgba(255,255,255,0.9);
        }

/*Parallax Quote*/
.parallax-quote {
    color: #fff;
    padding: 100px 0;
    position: relative;
    text-align: center;
    background: url(../img/contents/faces.jpg) 50% 0 repeat fixed;
}

    .parallax-quote:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,0.8);
    }

    .parallax-quote:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: url(../img/patterns/gridtile.png) repeat;
    }

.parallax-quote-in {
    z-index: 1;
    padding: 0 80px;
    position: relative;
}

    .parallax-quote-in p {
        color: #fff;
        font-size: 28px;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
    }

        .parallax-quote-in p:after,
        .parallax-quote-in p:before {
            content: ' " ';
            position: absolute;
            font-family: Tahoma;
        }

        .parallax-quote-in p:after {
            margin-left: 3px;
        }

        .parallax-quote-in p:before {
            margin-left: -15px;
        }

    .parallax-quote-in small {
        color: #bbb;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
    }

/*Parallax Twitter*/
.parallax-twitter {
    color: #fff;
    padding: 100px 0;
    position: relative;
    text-align: center;
    background: #333 url(../img/bg/bg2.jpg) 50% 0 fixed;
}

    .parallax-twitter:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,0.5);
    }

    .parallax-twitter:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: url(../img/patterns/gridtile.png) repeat;
    }

.parallax-twitter-in {
    z-index: 1;
    position: relative;
}

    /*Twitter Block (owl-controls)*/
    .parallax-twitter-in ul {
        margin: 0;
    }

    .parallax-twitter-in li {
        color: #fff;
    }

        .parallax-twitter-in li p {
            color: #fff;
            font-size: 18px;
            font-weight: 300;
            /*margin-bottom: 0;*/
        }

        .parallax-twitter-in li a {
            color: #eee;
            text-decoration: underline;
        }

            .parallax-twitter-in li a:hover {
                /*color: #4AA950;*/
                text-decoration: none;
            }

        .parallax-twitter-in li span {
            color: #ddd;
            display: block;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
        }

    .parallax-twitter-in .owl-page {
        width: 18px;
    }

/*Intro Section
------------------------------------*/
.intro-section {
    /*height: 500px;*/
    padding-top: 85px;
    position: relative;
    text-align: center;
}

    .intro-section ul li {
        position: absolute;
        top: 0px;
        left: 0px;
    }

Intro Section .intro-section {
    /*background: #222;*/
}

.intro-section:after {
    width: 100%;
    height: 500px;
    /*z-index: 9999999;*/
    /*background: rgba(0,0,0,0.8);*/
}

/*About Section
------------------------------------*/
/*About Section*/
.about-section {
    /*position:relative;
    height: 100%;*/
    /*padding-top: 40px;*/
    /*padding-bottom: 40px;*/
}

    .about-section i {
        color: #4AA950;
        /*font-size: 16px;
margin-right: 5px;
position: relative;*/
    }

.software-section {
    /*height: 100%;*/
    /*padding-top: 40px;*/
    /*padding-top: 40px;*/
    padding-bottom: 0px;
    text-align: center !important;
}

    .software-section .t1 {
        text-align: center;
        color: white;
    }

.block-v1 {
    padding: 50px 0;
}

.about-section .about-image {
    padding-top: 100px;
    background: #fafafa;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}


.imagens-section {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    /*background: #4AA950;*/
    background-color: #fafafa;
    padding-top: 60px;
    padding-right: 20px;
}

.videos-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #eee;
}

.parceiros-section {
    padding-bottom: 0;
}

.parceiros-section2 {
    padding-bottom: 0;
}

/*Team Section
------------------------------------*/
.team {
    background: #f7f7f7;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

    .team ul {
        position: relative;
    }

    /*Team Image*/
    .team li > .team-img {
        position: relative;
    }

        .team li > .team-img:after {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: " ";
            position: absolute;
            background: transparent;
            transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
        }

    .team li:hover > .team-img:after {
        background: rgba(0,0,0,0.5);
    }

    /*Team Socials*/
    .team li > .team-img ul {
        left: 0;
        top: 45%;
        z-index: 1;
        padding: 0;
        width: 100%;
        height: 36px;
        list-style: none;
        margin-top: -18px;
        text-align: center;
        visibility: hidden;
        position: absolute;
        transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
    }

    .team li:hover > .team-img ul {
        top: 50%;
        visibility: visible;
    }

    .team li > .team-img ul li {
        margin: 0 5px;
        text-align: center;
        display: inline-block;
    }

    .team li > .team-img li i {
        color: #eee;
        border-width: 2px;
        border-color: #eee;
        transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
    }

        .team li > .team-img li i.fa-twitter:hover {
            color: #fff;
            background: #3498db;
            border-color: #3498db;
        }

        .team li > .team-img li i.fa-facebook:hover {
            color: #fff;
            background: #4765a0;
            border-color: #4765a0;
        }

        .team li > .team-img li i.fa-google-plus:hover {
            color: #fff;
            background: #e74c3c;
            border-color: #e74c3c;
        }

    /*Team Discription*/
    .team li > h3 {
        color: #000;
        font-size: 18px;
        line-height: 20px;
        margin: 15px 0 7px;
        text-transform: uppercase;
    }

    .team li > h4 {
        color: #999;
        font-size: 11px;
        line-height: 16px;
        text-transform: uppercase;
    }

    .team li > p {
        margin: 20px 0;
        position: relative;
    }

        .team li > p:before {
            left: 0;
            top: -10px;
            height: 1px;
            width: 40px;
            content: " ";
            position: absolute;
            background: #bbb;
            transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
        }

    .team li:hover > p:before {
        width: 100%;
        background: #4AA950;
    }

/*Services Section
------------------------------------*/
.service-box-v1 .servive-block {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}

.service-box-v1 p {
    position: relative;
    margin-bottom: 50px;
}

    .service-box-v1 p:after {
        content: " ";
        left: 50%;
        height: 1px;
        width: 50px;
        bottom: -15px;
        position: absolute;
        margin-left: -25px;
        background: #4AA950;
    }

.service-box-v1 ul {
    padding: 0 40px;
}

.service-box-v1 li {
    margin: 8px 0;
    font-size: 15px;
    padding-top: 8px;
    border-top: dotted 1px #4AA950;
}

    .service-box-v1 li:hover {
        color: #4AA950;
    }

    .service-box-v1 li:first-child {
        padding-top: 0;
        border-top: none;
    }

/*Modulos Section
------------------------------------*/
.modulos-section {
    background: #4AA950;
    color: white !important;
    margin-top: 85px;
}

    .modulos-section .t1 {
        color: white;
    }

    .modulos-section .title-v1 h1, .title-v1 h2 {
        color: white;
    }

/*Módulos -1 
------------------------------------*/
/*Modulos Section*/
.modulos1-section {
    padding: 10px 15px 15px;
}

    .modulos1-section i {
        color: #4AA950;
    }

.modulos2-section {
    padding: 10px 15px 15px;
    background-color: #eee;
}

    .modulos2-section i {
        color: #4AA950;
    }

/*Quem Somos Section
------------------------------------*/
.quem-section {
    background: #4AA950;
    color: white;
    /*border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;*/
}

    .quem-section .t1 {
        color: white;
    }

    .quem-section .title-v1 h1, .title-v1 h2 {
        color: white;
    }

.quem-v1 .quem-v1-in {
    background: #fafafa;
}

.quem-v1 h3 {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 28px;
    padding: 10px 15px 15px;
}

    .quem-v1 h3 a {
        color: #555;
        font-family: 'Raleway';
        font-weight: 800;
    }

        .quem-v1 h3 a:hover {
            color: #4AA950;
        }

.quem-v1 p {
    color: #555;
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: 14px;
}

.quem-v1 .quem-v1-info {
    overflow: hidden;
    margin-top: 30px;
    padding: 8px 15px;
    border-top: solid 1px #eee;
}

    .quem-v1 .quem-v1-info li {
        font-size: 12px;
    }

        .quem-v1 .quem-v1-info li a:hover {
            color: #4AA950;
            text-decoration: none;
        }

/*precos
------------------------------------*/
.precos-section {
    /*background: #fafafa;*/
    background: white;
}


/*Contacts Section
------------------------------------*/
/*Contact Section*/
.contacts-section {
    /*color: #777;*/
    position: relative;
    /*background: #333 url(../img/bg/bg3.jpg) center fixed;*/
}

    .contacts-section:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        /*background: rgba(0,0,0,0.7);*/
    }

    .contacts-section:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        /*background: url(../img/patterns/gridtile.png) repeat;*/
    }

    /*Contacts Title*/
    .contacts-section .title-v1 p,
    .contacts-section .title-v1 h2 {
        color: #4AA950;
    }

    .contacts-section h1, h2, h3, h4, h5, h6 {
        color: #4AA950;
    }

    .contacts-section h4 {
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 18px;
    }

    .contacts-section h5 {
        font-family: 'Lato';
        font-weight: 700;
        font-size: 17px;
    }

/*Contacts Content*/
.contacts-in {
    z-index: 1;
    color: #555;
    position: relative;
}

    .contacts-in h3 {
        color: #555;
        margin-bottom: 15px;
    }

    .contacts-in ul {
        margin-top: 20px;
    }

    .contacts-in li {
        color: #555;
        margin: 15px 0;
        font-size: 17px;
        font-weight: 300;
    }

        .contacts-in li a {
            color: #555;
        }

        .contacts-in li i {
            width: 35px;
            padding: 8px;
            font-size: 18px;
            margin-right: 5px;
            text-align: center;
            display: inline-block;
            background: rgba(255,255,255,0.1);
        }

    .contacts-in form label {
        font-size: 17px;
        font-weight: 300;
        color: #555;
    }

    .contacts-in form .form-control {
        color: #555;
        box-shadow: none;
        border-color: #eee;
        background: transparent;
    }

        .contacts-in form .form-control:focus {
            border-color: #bbb;
            background: transparent;
        }

    .contacts-in form .btn-u.btn-brd.btn-u-dark {
        color: white;
        border-color: #555;
        background-color: #4AA950;
        /*background: rgba(0,0,0,0.2);*/
    }

        .contacts-in form .btn-u.btn-brd.btn-u-dark:hover {
            color: white;
            border-color: #bbb;
            background-color: #4AA950;
            /*background: rgba(0,0,0,0.6) !important;*/
        }


.videos-section {
    background-color: #eee;
}

.faqs-section {
    background-color: #fafafa;
}

/*adesao Section
------------------------------------*/
/*Contact Section*/
.adesao-section {
    /*color: #777;*/
    position: relative;
    background-color: #fafafa;
    /*background: #333 url(../img/bg/bg3.jpg) center fixed;*/
}

    .adesao-section:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        /*background: rgba(0,0,0,0.7);*/
    }

    .adesao-section:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        /*background: url(../img/patterns/gridtile.png) repeat;*/
    }

    /*adesao Title*/
    .adesao-section .title-v1 p,
    .adesao-section .title-v1 h2 {
        color: #4AA950;
    }

    .adesao-section h1, h2, h3, h4, h5, h6 {
        color: #4AA950;
    }

    .adesao-section h4 {
        font-family: 'Raleway';
        font-weight: 800;
        font-size: 18px;
    }

    .adesao-section h5 {
        font-family: 'Lato';
        font-weight: 700;
        font-size: 17px;
    }

/*adesao Content*/
.adesao-in {
    z-index: 1;
    color: #555;
    position: relative;
}

    .adesao-in h3 {
        color: #555;
        margin-bottom: 15px;
    }

    .adesao-in ul {
        margin-top: 20px;
    }

    .adesao-in li {
        color: #555;
        margin: 15px 0;
        font-size: 17px;
        font-weight: 300;
    }

        .adesao-in li a {
            color: #555;
        }

        .adesao-in li i {
            width: 35px;
            padding: 8px;
            font-size: 18px;
            margin-right: 5px;
            text-align: center;
            display: inline-block;
            background: rgba(255,255,255,0.1);
        }

    .adesao-in form label {
        font-size: 17px;
        font-weight: 300;
        color: #555;
    }

    .adesao-in form .form-control {
        color: #555;
        box-shadow: none;
        border-color: #eee;
        background: transparent;
    }

        .adesao-in form .form-control:focus {
            border-color: #bbb;
            background: transparent;
        }

    .adesao-in form .btn-u.btn-brd.btn-u-dark {
        color: white;
        border-color: #555;
        background-color: #4AA950;
        /*background: rgba(0,0,0,0.2);*/
    }

        .adesao-in form .btn-u.btn-brd.btn-u-dark:hover {
            color: white;
            border-color: #bbb;
            background-color: #4AA950;
            /*background: rgba(0,0,0,0.6) !important;*/
        }

/*Copyright Section*/
.copyright-section {
    z-index: 1;
    background: #4AA950;
    position: relative;
    text-align: center !important;
    padding: 65px 0 40px;
}

    .copyright-section p {
        font-size: 14px;
        text-align: center !important;
        color: white !important;
    }

        .copyright-section p a {
            text-decoration: underline;
        }

            .copyright-section p a:hover {
                text-decoration: none;
            }

    .copyright-section ul.social-icons li {
        margin-bottom: 0;
        padding: 0;
    }

    .copyright-section i.back-to-top {
        left: 50%;
        top: -35px;
        color: #555;
        font-size: 20px;
        background: #fff;
        padding: 8px 10px;
        margin-left: -15px;
        position: absolute;
    }

        .copyright-section i.back-to-top:hover {
            color: #4AA950;
        }

/*Other Features
------------------------------------*/
/*Image Features*/
.img-center img {
    margin: 0 auto;
}

.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
    bottom: 0;
    z-index: 1;
    height: 70px;
    background: none repeat scroll 0 0 #4AA950;
}

.cbp-l-caption-desc {
    color: white;
    font: 300 16px 'Lato',sans serif;
}

.title-v0 {
    z-index: 1;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}

    .title-v0 h1,
    .title-v0 h2 {
        color: #4AA950;
        font-size: 30px;
        position: relative;
        margin-top: 15px;
        padding-top: 20px;
        padding-bottom: 40px;
        text-transform: lowercase;
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
    }

        .title-v0 h1:before,
        .title-v0 h2:before {
            top: 0;
            /*left: 50%;*/
            height: 5px;
            width: 70px;
            content: " ";
            /*margin-left: -35px;*/
            position: absolute;
            background: #777;
        }


/*Heading Titles*/
.title-v1 {
    z-index: 1;
    position: relative;
    text-align: left;
    margin-bottom: 60px;
}

    .title-v1 h1,
    .title-v1 h2 {
        color: #4AA950;
        font-size: 30px;
        position: relative;
        margin-top: 15px;
        padding-top: 20px;
        padding-bottom: 40px;
        text-transform: lowercase;
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
    }

        .title-v1 h1:before,
        .title-v1 h2:before {
            top: 0;
            /*left: 50%;*/
            height: 5px;
            width: 70px;
            content: " ";
            /*margin-left: -35px;*/
            position: absolute;
            background: #777;
        }

    /*.title-v1 h1:after, 
.title-v1 h2:after {
	bottom: 0;
	left: 50%;
	height: 1px;
	width: 70px;
	content: " ";
	margin-left: -35px;
	position: absolute;
	background: #4AA950;	
}*/

    .title-v1 p {
        font-size: 16px;
        font-weight: 300;
    }

    .title-v1 h1 a:hover {
        font-size: 6px;
    }

/*Heading Titles*/
.title-v2 {
    z-index: 1;
    position: relative;
    text-align: left;
    margin-bottom: 60px;
}

    .title-v2 h1,
    .title-v2 h2 {
        color: white;
        font-size: 28px;
        position: relative;
        margin-top: 15px;
        padding-top: 20px;
        padding-bottom: 40px;
        text-transform: lowercase;
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
    }

        .title-v2 h1:before,
        .title-v2 h2:before {
            top: 0;
            /*left: 50%;*/
            height: 5px;
            width: 70px;
            content: " ";
            /*margin-left: -35px;*/
            position: absolute;
            background: #777;
        }

    /*.title-v1 h1:after, 
.title-v1 h2:after {
	bottom: 0;
	left: 50%;
	height: 1px;
	width: 70px;
	content: " ";
	margin-left: -35px;
	position: absolute;
	background: #4AA950;	
}*/

    .title-v2 p {
        font-size: 17px;
        color: white;
        /*font-weight: 300;*/
    }


/*Call To Action v1*/
.call-action-v1 p {
    margin-top: 5px;
    font-size: 18px;
    /*font-weight: 300;*/
    margin-bottom: 0;
}

.inner {
    width: 100%;
    display: table;
    padding: 30px 0;
    vertical-align: middle;
}

.inner1 {
    display: table-cell;
    vertical-align: middle;
}

    .inner1.inner-btn {
        text-align: right;
        min-width: 250px;
    }

@media (max-width: 992px) {
    .inner1,
    .inner1.inner-btn {
        display: block;
        text-align: center;
    }

        .inner1 p {
            margin-bottom: 20px;
        }
}

/*Portfolio Feature v1*/
.portfolio-box-v1 {
    margin: 0;
}

    .portfolio-box-v1 [class^="col-"] {
        padding: 0;
        overflow: hidden;
    }

    .portfolio-box-v1 li {
        background: #333;
        position: relative;
        -webkit-backface-visibility: hidden; /*For Chrome*/
    }

        .portfolio-box-v1 li:after {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: " ";
            position: absolute;
        }

        .portfolio-box-v1 li:hover:after {
            background: rgba(0,0,0,0.7);
        }

        .portfolio-box-v1 li:after,
        .portfolio-box-v1 li:hover:after {
            transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

        .portfolio-box-v1 li img {
            width: 100%;
            overflow: hidden;
            transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

        .portfolio-box-v1 li:hover img {
            -transform: scale(1.1);
            -o-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

    .portfolio-box-v1 .portfolio-box-v1-in {
        left: 0;
        top: 50%;
        z-index: 1;
        width: 100%;
        /*visibility: hidden;*/
        min-height: 150px;
        margin-top: -75px;
        text-align: center;
        position: absolute;
        font-family: "Open Sans";
    }

    .portfolio-box-v1 li:hover .portfolio-box-v1-in {
        visibility: visible;
    }

    .portfolio-box-v1 .portfolio-box-v1-in h3 {
        font-size: 22px;
        margin-top: 20px;
        position: relative;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

        .portfolio-box-v1 .portfolio-box-v1-in h3:after {
            left: 50%;
            height: 1px;
            width: 40px;
            content: " ";
            bottom: -10px;
            background: #fff;
            margin-left: -20px;
            position: absolute;
        }

    .portfolio-box-v1 .portfolio-box-v1-in p,
    .portfolio-box-v1 .portfolio-box-v1-in h3 {
        color: #fff;
    }

    .portfolio-box-v1 .portfolio-box-v1-in p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .portfolio-box-v1 .portfolio-box-v1-in a.btn-u {
        font-weight: normal;
        -webkit-backface-visibility: hidden; /*For Chrome*/
    }

/*Icon Lists*/
.content-boxes-v3 i.icon-custom {
    margin-right: 8px;
}

.content-boxes-v3 h2 {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

/*Carousel v2*/
.clients-section {
    padding: 60px;
    position: relative;
    background: #333 url(../img/bg/bg1.jpg) 50% fixed;
}

    .clients-section:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,0.8);
    }

    .clients-section:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: url(../img/patterns/gridtile.png) repeat;
    }

    .clients-section .title-v1 p,
    .clients-section .title-v1 h2 {
        color: #fff;
    }

    .clients-section ul {
        padding: 0;
        z-index: 1;
        list-style: none;
    }

    .clients-section li {
        margin: 0 3px;
        background: #fff;
    }

        .clients-section li a {
            padding: 10px;
            display: block;
            overflow: hidden;
            text-align: center;
            transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

            .clients-section li a:hover {
                -transform: scale(1.2);
                -o-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -webkit-transform: scale(1.2);
            }

    .clients-section img {
        width: 100px;
        height: 100px;
    }

    .clients-section .owl-pagination {
        display: none;
    }

/*Testimonials Section*/
.testimonials-v3 {
    padding: 100px 0;
    font-family: "Open Sans";
    border-bottom: solid 1px #eee;
}

    .testimonials-v3 ul {
        margin: 0;
        padding: 0;
        text-align: center;
        position: relative;
    }

    .testimonials-v3 li img {
        width: 120px;
        height: 120px;
        margin-bottom: 10px;
    }

    .testimonials-v3 li > p {
        font-size: 14px;
    }

    .testimonials-v3 .testimonials-v3-title {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 20px;
    }

        .testimonials-v3 .testimonials-v3-title p {
            color: #4AA950;
            margin-bottom: 0;
        }

        .testimonials-v3 .testimonials-v3-title span {
            color: #777;
            display: block;
            font-size: 14px;
        }

    /*Testimonials Owl Navigation*/
    .testimonials-v3 .owl-pagination {
        display: none;
    }

    .testimonials-v3 .owl-buttons .owl-prev,
    .testimonials-v3 .owl-buttons .owl-next {
        padding: 13px;
        position: relative;
        margin: 15px 2px 0;
        background: #f5f5f5;
        display: inline-block;
    }

        .testimonials-v3 .owl-buttons .owl-prev:after,
        .testimonials-v3 .owl-buttons .owl-next:after {
            top: 0;
            color: #bbb;
            font-size: 16px;
            position: absolute;
            font-weight: normal;
            display: inline-block;
            font-family: FontAwesome;
        }

        .testimonials-v3 .owl-buttons .owl-prev:after {
            left: 10px;
            content: "\f104";
        }

        .testimonials-v3 .owl-buttons .owl-next:after {
            right: 10px;
            content: "\f105";
        }

        .testimonials-v3 .owl-buttons .owl-prev:hover:after,
        .testimonials-v3 .owl-buttons .owl-next:hover:after {
            color: #fff;
        }

        .testimonials-v3 .owl-buttons .owl-prev:hover,
        .testimonials-v3 .owl-buttons .owl-next:hover {
            background: #4AA950;
            -webkit-transition: background 0.4s ease-in-out;
            -moz-transition: background 0.4s ease-in-out;
            -o-transition: background 0.4s ease-in-out;
            transition: background 0.4s ease-in-out;
        }

/* style for Cube Portfolio wrapper*/
.wrapper-portfolio {
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
}

    .wrapper-portfolio .cbp-caption {
        -webkit-backface-visibility: hidden; /*For Chrome*/
    }

    .wrapper-portfolio #filters-container {
        text-align: left;
    }

        .wrapper-portfolio #filters-container .cbp-filter-item-active {
            border-color: transparent;
            color: #4AA950 !important;
            background-color: transparent;
            border-bottom-width: 4px;
            border-bottom-style: solid;
            border-bottom-color: #777;
        }

        .wrapper-portfolio #filters-container .cbp-filter-item:hover {
            color: #888 !important;
            background-color: transparent;
            border-bottom-width: 4px;
            border-bottom-style: solid;
            border-bottom-color: #777;
        }

.map {
    width: 100%;
    height: 350px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.gm-style-iw {
    /*overflow: inherit !important;*/
}

.map-box {
    height: 250px;
}

.map-box-space {
    margin-top: 15px;
}

.map-box-space1 {
    margin-top: 7px;
}

.desktop {
    /*height: 100%;*/
    /*padding-top: 40px;*/
    padding-top: 60px;
    padding-bottom: 0px;
}

    .desktop a img {
        transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        /*-webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;*/
    }

    .desktop a:hover img {
        opacity: 0.8;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.0);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .desktop a:hover span {
        border-bottom: solid 2px #72c02c;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

/*Portfolio Feature v1*/
.detalhes-box-v1 {
    margin: 0;
    color: white;
}

    .detalhes-box-v1 [class^="col-"] {
        padding: 0;
        overflow: hidden;
    }

    .detalhes-box-v1 li {
        /*background: #333;*/
        position: relative;
        /*-webkit-backface-visibility: hidden;*/
    }

        .detalhes-box-v1 li:after {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*content: " ";*/
            position: absolute;
        }

        .detalhes-box-v1 li img {
            height: 100%;
            overflow: hidden;
        }

        .detalhes-box-v1 li img {
            height: 100%;
            overflow: hidden;
        }

    .detalhes-box-v1 .detalhes-box-v1-in {
        left: 0;
        top: 50%;
        z-index: 1;
        width: 100%;
        margin-top: -75px;
        text-align: center;
        position: absolute;
        font-family: 'Lato';
    }

    .detalhes-box-v1 .desktop-box-v1-in p,
    .detalhes-box-v1 .desktop-box-v1-in h1 h2 h3 {
        color: white !important;
    }

/*Portfolio Feature v1*/
.desktop-box-v1 {
    margin: 0;
    color: white;
}

    .desktop-box-v1 [class^="col-"] {
        padding: 0;
        overflow: hidden;
    }

    .desktop-box-v1 li {
        /*background: #333;*/
        position: relative;
        color: white;
        /*-webkit-backface-visibility: hidden;*/
    }

.lista-modulos {
    padding-top: 80px;
    font-size: 15px;
    color: white;
}

    .lista-modulos .nav-tabs {
        border-bottom: none;
    }

    .lista-modulos .nav > li > a {
        position: relative;
        display: block;
        padding: 0px 0px;
    }

    .lista-modulos .nav-tabs > li > a:hover {
        border-color: transparent;
    }

lista-modulos .nav-tabs > li.active, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-weight: bold;
    color: white;
    background-color: transparent;
    border: transparent;
    cursor: default;
}

lista-modulos .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    font-weight: bold;
    color: white;
    background-color: transparent;
    border: transparent;
    cursor: default;
}


.desktop-box-v1 li:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*content: " ";*/
    position: absolute;
}

.desktop-box-v1 li img {
    width: 100%;
    overflow: hidden;
}

.desktop-box-v1 li img {
    height: 100%;
    overflow: hidden;
}

.desktop-box-v1 .desktop-box-v1-in {
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    margin-top: -75px;
    text-align: center;
    position: absolute;
    font-family: 'Lato';
}

    .desktop-box-v1 .desktop-box-v1-in p,
    .desktop-box-v1 .desktop-box-v1-in h1 h2 h3 {
        color: white !important;
    }


