
/* GERAL
---------------------------------------------*/
::selection { background: #00aab5; color: #000; }
::-moz-selection { background: #00aab5; color: #000; }

h1 { font-size: 4em; margin-bottom: .5em; }
h2 { font-size: 1.2em; line-height: 1.25em; color: #00aab5; font-weight: 400; letter-spacing:.05em; }
p { font-size: 1em; line-height: 1.3em; font-weight: 300; color: #000; }
a { cursor: pointer; }

html .scroll-to-top { background-color: transparent; color: #000; }

#content { background-color: #e5e5e5; padding: 1em 2em; }
.content-white { background-color: #fff; padding: 1em 2em; }



#content ul { list-style: none; padding:0; margin:0; }
#content ul li { padding-left: 1em; text-indent: -.7em; font-size: 1em; line-height: 1.3em; color: #000; margin-bottom: .5em;  }
#content ul li:before { content: "• "; color: #00aab5; }

.push-bottom { margin-bottom: 1em; }
.center { text-align: center; }



/* NAV
---------------------------------------------*/
#header { background: #fff; border-top: none; padding: 0; }

#header > .container {
    margin-bottom: 0;
    height: auto;
}

#header nav ul.nav-main {
    margin: 0;
    padding: 0;
}

.nav-main {
    background-color: #00aab5;
}

#header .social-icons {
    margin-top: 7px;
    margin-right: 15px;
}

#header nav ul.nav-main ul.dropdown-menu,
#header nav ul.nav-main li.dropdown.open .dropdown-toggle,
#header nav ul.nav-main li.active a {
    color: #fff;
    background-color: #000 !important;
    border-radius: 0 !important;
}

#header nav ul.nav-main ul.dropdown-menu {
    background-color: #ccc !important;
    opacity: .9;
}

#header nav ul.nav-main ul.dropdown-menu > li {
    background-color: #ccc !important;
    color: #000;
}

#header nav ul.nav-main ul.dropdown-menu > li {
    background-color: #ccc !important;
}

#header nav ul.nav-main ul.dropdown-menu > li > a {
    color: #000;
}

#header nav ul.nav-main ul.dropdown-menu > li > a:hover {
    background-color: #000;
}


#header nav ul.nav-main li > a:hover {
    color: #fff !important;
    background-color: #000;
    border-radius: 0;
}

#header nav ul.nav-main li a {
    margin: 0;
    font-weight: 400;
    color: #fff;
    padding: 1em 2em;
}

.nav-pills > li > a {
    border-radius: 0;
}

/* language selection */

ul#language li a {
    border-radius: 100%;
    color: #fff;
    margin: .7em .5em 0;
    padding: .2em .5em;
    border: 1px solid #fff;
    font-size: .8em;
}

ul#language li a:hover, ul#language li a.selected {
    background-color: #fff;
    color: #00aab5;
}

#header .partners {

    float: right;
    margin-right: 25px;
    position: relative;
}

#header .partners p{
    font-size: 12px;
    margin-top: 22px;
    line-height: 0;
}


#header .partners p a{
    font-size: 12px;
    color:#FFF;
}


/* HOME 
---------------------------------------------*/

/* slides */
#slide-2 h2 {
    color: #fff;
    font-size: 3em;
}

#destaques .destaque-1, #destaques .destaque-2, #destaques .destaque-3 { height: 305px; }

.destaque-1 {
    background-color: #000;
    padding: 2em;
}

.destaque-1 h2 {
    font-size: 2.5em;
    color: #00aab5;
    font-weight: 300;
    margin-bottom: .2em;
}
.destaque-1 p {
    color: #fff;
}

.destaque-2 {
    background-color: #00aab5;
    padding: 2em;
}

.destaque-2 h2 {
    font-size: 2em;
    color: #fff;
    font-weight: 300;
    margin-bottom: .2em;
}
.destaque-2 p {
    color: #fff;
}

.destaque-2 img {
    margin-left: 1em;
    margin-bottom: .25em;
}
.destaque-2 img:first-child {
    margin-left: 0;
}

.destaque-3 {
    background-color: #e5e5e5;
    padding: 2em;
}

.destaque-3 h2 {
    font-size: 2em;
    color: #000;
    font-weight: 300;
    margin-bottom: .5em;
}
.destaque-3 p {
    color: #000;
}
.destaque-3 a {
    color: #000;
}

.destaque-3 a:hover {
    color: #00aab5;
    text-decoration: none;
    border-bottom: 1px solid #00aab5;
    padding-bottom: .2em;
}

.destaque-3 a.btn {
    background-color: #00aab5;
    color: #fff;
    border:none; 
    border-radius: 0;
}

.destaque-3 a.btn:hover {
    border: none;
    background-color: #000;
}

.destaque-5 {
    background-color: #fafafa;
    padding: 2em;
    margin-bottom: .2em;
}


footer p {
    color: #000;
    margin-top: 3em;
    text-transform: uppercase;
    font-size: 11px;
}

footer a {
    color: #000;
}



/* METODOLOGIA 
---------------------------------------------*/
.destaque-4 {
    background-color: #000;
    padding: 2em;
}

.destaque-4 h2 {
    font-size: 2.5em;
    color: #00aab5;
    font-weight: 300;
    margin-bottom: .2em;
}
.destaque-4 p {
    color: #fff;
}
.img-mobile { display: none; }
.display-mobile { display: none; }


/* SERVIÇOS
---------------------------------------------*/
#servicos .destaque-1, #servicos .destaque-2, #servicos .destaque-3 { height: 385px; }
#servicos .destaque-1 h2, #servicos .destaque-2 h2, #servicos .destaque-3 h2 { font-size: 2.5em; margin-bottom: .5em; margin-top: .25em; }



/* CONSULTING
---------------------------------------------*/
#consulting h3, #marketing h3, #servicos h3 { font-size: 2em; color: #000; text-transform: inherit; font-weight: 300; line-height: 1em; margin-top: 1em; margin-bottom: 1em; }
#consulting h1, #marketing h1, #servicos h1 { font-size: 38px; color: #00aab5; font-weight: 400; line-height: 1em; }

#consulting .destaque-2, #consulting .destaque-3 { height:400px; }
#consulting .destaque-2 h2 { color: #000; }


#consulting .destaque-2 ul, #consulting .destaque-3 ul  { list-style: none; padding:0; margin:0; text-align: left; }
#consulting .destaque-2 ul li { color: #fff; padding-left: 1em; text-indent: -.7em; font-size: 1em; line-height: 1.3em; margin-bottom: .5em;  }
#consulting .destaque-2 ul li:before { content: "• "; color: #000; }

#consulting .destaque-3 ul li { color: #000; padding-left: 1em; text-indent: -.7em; font-size: 1em; line-height: 1.3em; margin-bottom: .5em;  }
#consulting .destaque-3 ul li:before { content: "• "; color: #00aab5; }


/* MARKETING
---------------------------------------------*/
#marketing .destaque-5 h3, #servicos .destaque-5 h3 { margin: .5em 0; }
#marketing .destaque-5 ul { list-style: none; padding:0 1em 0 3em; margin:0; text-align: left; }
#marketing .destaque-5 ul li { color: #000; padding-left: 1em; text-indent: -.7em; font-size: 1em; line-height: 1.3em; margin-bottom: .5em;  }
#marketing .destaque-5 ul li:before { content: "• "; color: #00aab5; }

#marketing .content-white { padding-top: 0; }
#marketing #mkt-digital .destaque-1, #marketing #mkt-digital .destaque-2, #marketing #mkt-digital .destaque-3 { height: 270px;}
#marketing #mkt-digital .destaque-1 h2 { color: #fff; }
#marketing #mkt-digital .destaque-2 h2 { color: #000; }


/* CASES
---------------------------------------------*/
#cases #b-prev-next a { font-size: 5em; font-weight: 300; }
#cases #b-prev-next a:first-child { color:#000; }
#cases #b-prev-next a:last-child { color:#0099a9; }
#cases #b-prev-next a { text-decoration: none; }

#cases h2 { font-size: 2em; }
#cases h5 { color: #000; }
#cases h5.fix { color:#0099a9; }

#cases .bk-black { background-color: #000; padding: 1em; }
#cases .bk-black h2.short { margin-bottom: 0; }

#cases .bk-black p { color: #fff; }



/* CONTACTOS
---------------------------------------------*/
#contactos h1 { font-size: 3em; }
#contactos form .form-group { margin-bottom: .5em; }
#contactos form label { font-size: .8em; text-transform: uppercase; color: #0099a9; margin-bottom: 0; }
#contactos form button.btn-default { background-color:#0099a9; color: #fff; border-radius: 0; }
#contactos form button.btn-default:hover { background-color: #000; }
#contactos p { line-height: 20px; }
#contactos a { color:#0099a9; }

/* RESPONSIVE 
---------------------------------------------*/
@media (max-width: 991px) {
    .btn-responsive-nav {
        background: #00aab5;
        color: #FFF;
        display: block;
        position: relative;
        top: auto;
        right: auto;
        z-index: 1;
        margin-bottom: 1em;
        font-size: 1.5em;
        float: right;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    #brand { margin-top: 2em; }
    #brand .col-md-4 img { float: left; }
    #brand .col-md-8 img { float: right; }
    #header .partners { float: left; margin-left: 25px; }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #brand { margin-top: 2em; }
    #brand img { margin: 0 auto;}
    .img-mobile { display: inline; margin: 1em 30%; }
    .img-desk { display: none; }
    .display-mobile { display: block;}
    .destaque-1, .destaque-2, .destaque-3 { height: auto !important; }
    h1 { text-align: center; }
    #header nav ul.nav-main li a { text-align: center; font-size: 1.25em; }
    #img-fix { max-width: 80%; margin: 35px auto; }
    #header .partners { float: left !important; margin-left: 25px !important; }
    ul#language li a { border:none; border-radius: 0;}
    .partners { display: none; }

}































