/* Base */
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");

* {
    box-sizing: border-box;
    margin: 0;
}

a, img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px !important;
    height: 100%;
}

/* Objects */
.wrapper:not(.internal) {
    height: 100hv;
}

/* Header */
header .top-bar, header .top-bar a {
    font-size: 1em;
    font-weight: 700;
    color: #68686a;
}

.search {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 3;
}

.close-search {
    cursor: pointer;
}

.form-search {
    width: 90%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.form-search .close-search {
    z-index: 2;
    top: 3px;
    right: 5px;
}

.form-search * {
    font-size: 1em;
}

.form-search input {
    font-size: 1.4em;
    border: 1px solid #ddd;
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-search button {
    font-size: 1em;
    border: 1px solid #ddd;
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

header .nav-item {
    font-size: 1.4em;
    font-weight: 700;
    color: #68686a;
}

header .nav-item:not(:last-child) {
    margin-right: 30px;
}

header .dropdown-toggle::after {
    display: none;
}

header .nav-item a i {
    color: #004c99;
}

header .nav-item .dropdown-menu {
    border: 0;
    padding: 0 !important;
}

header .nav-item .dropdown-item {
    font-size: 0.8em;
    font-weight: 700;
    color: #fff;
}

header .nav-item .dropdown-item i {
    color: #fff;
}

header .nav-item .dropdown-item:nth-child(even) {
    background-color: #003e86;
}

header .nav-item .dropdown-item:nth-child(even):hover {
    background-color: #013776;
}

header .nav-item .dropdown-item:nth-child(odd) {
    background-color: #0067b3;
}

header .nav-item .dropdown-item:nth-child(odd):hover {
    background-color: #0261a7;
}

/* Featured */
.featured a[class^='carousel-control-'] {
    width: auto;
    height: auto;
}

.featured a[class^='carousel-control-'] span.bg-arrows {
    background-color: #004a95;
    padding: 40px 10px;
}

/* Solutions */
.solutions .list-logos {
    border-bottom: 1px solid #ddd;
}

.solutions .d-lg-flex div:not(:last-child) {
    border-right: 1px solid #ddd;
    margin-right: 30px;
}

/* Differential */
.differential .jumbotron {
    background-color: #f5f5f5;
}

.differential h5 {
    font-size: 1.6em;
    font-weight: 800;
    color: #004192;
}

.differential .media-body p {
    font-size: 1.4em;
    font-weight: 400;
    color: #505050;
}

/* Testimonials */
.testimonials {
    background-color: #f5fbff;
}

.testimonials .title {
    color: #55b4ff;
}

.testimonials-item {
    color: #82858a;
    background-color: #f2f5f8;
    height: 380px;
}

.testimonials-item p {
    font-size: 1.4em;
    font-weight: 500;
}

.testimonials-item span {
    font-size: 1.4em;
    font-weight: 800;
}

.testimonials a[class^='carousel-control-'] {
    width: auto;
    height: auto;
}

.testimonials a[class^='carousel-control-'] span.bg-arrows {
    background-color: #004a95;
    padding: 40px 10px;
}

/* Clientes Testimonials */
.testimonials2 {
    background-color: #022f5c;
    margin-bottom: 20px;
}

.testimonials2 .description {
    color: #FFFFFF;
}

.testimonials2 .title {
    color: #55b4ff;
}

.testimonials2-item {
    color: #82858a;
    background-color: #f2f5f8;
}

.testimonials2-item p {
    font-size: 1.4em;
    font-weight: 500;
}

.testimonials2-item span {
    font-size: 1.4em;
    font-weight: 800;
}

.testimonials2 a[class^='carousel-control-'] {
    width: auto;
    height: auto;
}

.testimonials2 a[class^='carousel-control-'] span.bg-arrows {
    background-color: #55b4ff;
    padding: 40px 10px;
}

/* Empresa */
.empresa-quemfaz {
    background-color: #022f5c;
}

.empresa-quemfaz h1 {
    color: #FFFFFF;
}

.empresa-quemfaz p.description {
    font-size: 1.4em;
    font-weight: 500;
    color: #FFF;
}

/* Internal */
.internal h1 {
    font-size: 2.2em;
    font-weight: 700;
    color: #004192;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.internal p.description {
    font-size: 1.4em;
    font-weight: 400;
    color: #000;
}

.internal h2 {
    font-size: 2.0em;
    font-weight: 600;
    color: #004192;
}

.internal .-pilled {
    font-size: 1.4em;
    color: #fff;
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.7);
    background-color: #004c99;
    padding: 20px 40px;
}

.internal .-pilled:hover {
    text-decoration: none;
    background-color: #0257ad;
}

.internal-banner .banner {
    height: 309px;
    background-position: center;
    background-repeat: no-repeat;
}

/* Insights */
.insights {
    background-color: #FFFFFF;
}

.insights .title-section {
    background-color: #004c99;
    word-wrap: break-word;
}

.insights .title-section7 {
    background-color: #a6a6a6;
    word-wrap: break-word;
}

.insights .bloco {
    background-color: #004c99;
    padding-bottom: 10px;
}

.insights .blocoBranco {
    background-color: #FFF;
    padding: 40px 15px 15px 15px;
}

.insights .blocoBranco7 {
    background-color: #FFF;
    padding: 0px;
}

.insights a.link, .insights .descricao {
    font-size: 1.4em;
    font-weight: 500;
    color: #004c99;
}

.insights a.link i {
    font-size: 1.4em;
}

.insights .title-section h2, .insights .title-section7 h2, .insights .title-section a, .insights .title-section7 a {
    font-size: 1.6em;
    font-weight: 700;
    color: #fff;
    line-height: 100%;
}

/* Atuation */
.atuation {
    background-color: #cde9f9;
}

.atuation .item {
    background-color: #fff;
}

.atuation .title-section {
    background-color: #004c99;
    word-wrap: break-word;
}

.atuation .title-section h2, .atuation .title-section a {
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
    line-height: 100%;
}

/* Lean */
.lean {
    background-color: #cde9f9;
}

.lean .item {
    background-color: #fff;
}

.lean .title-section {
    background-color: #004c99;
    word-wrap: break-word;
}

.lean .title-section h2, .lean .title-section a {
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
    line-height: 100%;
}

/* Spend */
.spend {
    background-color: #cde9f9;
}

.spend .item {
    background-color: #fff;
}

.spend .title-section {
    background-color: #004c99;
    word-wrap: break-word;
}

.spend .title-section h2, .spend .title-section a {
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
    line-height: 100%;
}

/* Titles */
.title {
    font-size: 2.6em;
    font-weight: 800;
    color: #00428e;
}

.titleWhite {
    font-size: 3em;
    font-weight: 800;
    color: #FFFFFF;
}

.description {
    font-size: 1.4em;
    font-weight: 500;
    color: #505050;
}

.white {
    color: #FFFFFF;
}

.azulClaro {
    color: #55b4ff;
}

.azulEscuro {
    color: #004c99;
}

.-pilled {
    border-radius: 50px;
}

.featured .banner {
    height: 309px;
    background-position: center;
    background-repeat: no-repeat;
}

/* Footer */
footer {
    color: #fff;
    background-color: #002245;
}

footer h1 {
    font-size: 1em;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
}

footer input.form-control {
    border-color: #fff;
    border-radius: 3px;
    background-color: transparent;
    border-right: 0 !important;
    font-size: 0.8em;
    height: 3em;
}

footer button.btn-outline-secondary {
    border-color: #fff;
    border-radius: 3px;
    background-color: transparent;
    border-left: 0 !important;
    height: 3em;
    font-size: 0.8em;
}
footer button.btn-outline-secondary i {
    font-size: 0.5em !important;
}

footer .newsletter small {
    font-size: 1.0em;
    font-weight: 500;
}

footer .services-item {
    font-size: 0.9em;
    font-weight: 500;
    color: #fff;
}

footer .credits {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    /*border-right: 1px solid #fff;*/
}
footer .logo img {
    width: 50%;
}

/*footer .list-inline {
    margin-left: 25px;
}*/

footer .list-inline-item a {
    font-size: 1.0em;
    font-weight: 500;
    color: #fff;
}

footer .copyright {
    text-align: right;
}

footer .logoRodape {
    max-width: 45%;
    padding-top: 5px;
}

.slides ul {
    width: 85%;
}

.slides li {
    margin-right: 60px !important;
    margin-bottom: 30px;
}


#login {width:684px; display:none;}
#login .head {background:#eceeec; padding:14px;}
#login .head input {background:url(../img/bg/bg-input-login.png) 0 0 no-repeat; border:none; font:12px/12px Tahoma, Arial; color:#b3b2b2; width:207px; height:14px; padding:10px; margin:0 10px 0 0;}
#login .head a.btn {margin-top:2px;}
#login .msg {background:#939090; height:11px; padding:14px;}
#login .msg p {font:11px/11px Tahoma, Arial; color:#ffffff; margin:0;}
#login ul {margin:20px 0 0;}
#login ul li {float:left; margin:0 20px 14px;}